@charset "UTF-8";
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: inherit !important;
}

@-webkit-keyframes displayNoneToFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  0.001% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes displayNoneToFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  0.001% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes displayNoneToFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  0.001% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes displayNoneToFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  0.001% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.o-inlineblock--holder {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}

.o-inlineblock--item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}

@font-face {
  font-family: "AllianzNeo-Light";
  src: url("/assets/media/fonts/AllianzNeo-Light/AllianzNeo-Light.eot?#iefix") format("embedded-opentype"), url("/assets/media/fonts/AllianzNeo-Light/AllianzNeo-Light.woff") format("woff"), url("/assets/media/fonts/AllianzNeo-Light/AllianzNeo-Light.ttf") format("truetype"), url("/assets/media/fonts/AllianzNeo-Light/AllianzNeo-Light.svg#AllianzNeo-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllianzNeo-Regular";
  src: url("/assets/media/fonts/AllianzNeo-Regular/AllianzNeo-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/media/fonts/AllianzNeo-Regular/AllianzNeo-Regular.woff") format("woff"), url("/assets/media/fonts/AllianzNeo-Regular/AllianzNeo-Regular.ttf") format("truetype"), url("/assets/media/fonts/AllianzNeo-Regular/AllianzNeo-Regular.svg#AllianzNeo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AllianzNeo-Bold";
  src: url("/assets/media/fonts/AllianzNeo-Bold/AllianzNeo-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/media/fonts/AllianzNeo-Bold/AllianzNeo-Bold.woff") format("woff"), url("/assets/media/fonts/AllianzNeo-Bold/AllianzNeo-Bold.ttf") format("truetype"), url("/assets/media/fonts/AllianzNeo-Bold/AllianzNeo-Bold.svg#AllianzNeo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=o-alert] {
  position: relative;
  width: 100%;
  height: 3.75rem;
  border-radius: 0.3125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-right: 3.125rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
[class*=o-alert]:after {
  content: "";
  display: table;
  clear: both;
}
[class*=o-alert]:before, [class*=o-alert]:after {
  content: "";
  display: table;
}
[class*=o-alert]:after {
  clear: both;
}
[class*=o-alert] {
  *zoom: 1;
}
@media screen and (max-width: 48em) {
  [class*=o-alert] {
    min-height: 3.75rem;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }
}
[class*=o-alert] span {
  display: inline-block;
}
[class*=o-alert] .c-msg {
  font-family: "Arial";
}
[class*=o-alert] [class*=c-fdbm] {
  position: relative;
  top: 0.125rem;
  margin-right: 0.875rem;
}
@media screen and (max-width: 40em) {
  [class*=o-alert] .c-fdbm__icon--error,
[class*=o-alert] .c-fdbm__icon--success,
[class*=o-alert] .c-fdbm__icon--info {
    display: none;
  }
}
[class*=o-alert] .c-close {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.6;
  transition: all 0.4s ease;
}
[class*=o-alert] .c-close:hover {
  opacity: 1;
}
[class*=o-alert][class*="--info"] {
  background: #f0f0f0;
  border: solid 1px #d7d7d7;
}
[class*=o-alert][class*="--info"], [class*=o-alert][class*="--info"] .c-close {
  color: #000000;
}
[class*=o-alert][class*="--success"] {
  background: #00aa88;
  border: solid 1px #005e4b;
}
[class*=o-alert][class*="--success"], [class*=o-alert][class*="--success"] .c-close {
  color: #ffffff;
}
[class*=o-alert][class*="--error"] {
  background: #d83832;
  border: solid 1px #9f231e;
}
[class*=o-alert][class*="--error"], [class*=o-alert][class*="--error"] .c-close {
  color: #ffffff;
}

.c-action__gototop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #00468b;
  border: none;
  border-radius: 0.3125rem;
  margin: 0;
  opacity: 0;
  transform: translateY(200%);
  pointer-events: none;
  padding: 0;
  z-index: 69;
  transition: all 0.4s ease;
}
@media screen and (max-width: 40em) {
  .c-action__gototop {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
.c-action__gototop:before {
  position: absolute;
  vertical-align: middle;
  font-family: "dbm__common";
  content: "\ea04";
  color: #ffffff;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
}
.c-action__gototop.is-visible {
  opacity: 0.6;
  pointer-events: auto;
  transform: translateY(0);
}
.c-action__gototop:hover, .c-action__gototop:focus, .c-action__gototop:active {
  opacity: 1;
  background: #00468b;
}

button[class*=c-button] {
  display: block !important;
}

[class*=c-button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  padding-top: 0.0625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-size: 0.9375rem;
  font-family: "AllianzNeo-Bold";
  text-transform: uppercase;
  border-radius: 0.3125rem;
  border: none;
  transition: all 0.3s ease;
}
[class*=c-button][class*="--icon"] {
  padding: 0;
  width: 2.875rem;
  justify-content: center;
  font-size: 1.25rem;
}
[class*=c-button][class*="--icon"] span {
  position: relative;
  top: 0.1875rem;
}
[class*=c-button][class*="--textIcon"] [class*=c-fonticon] {
  position: relative;
  top: 0.1875rem;
  font-size: 1.875rem;
  margin-right: 0.625rem;
}
[class*=c-button][class*="--boxShadow"] {
  box-shadow: 0 1.25rem 1.875rem rgba(1, 10, 23, 0.25);
}
[class*=c-button][class*="--small"] {
  height: 2.3125rem;
}
[class*=c-button][class*="--small"][class*="--icon"] {
  width: 2.3125rem;
}
[class*=c-button][class*="--big"] {
  height: 3.75rem;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 45.5em) {
  [class*=c-button][class*="--big"] {
    height: 3rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 26.5625em) {
  [class*=c-button][class*="--big"].small-text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 23.4375em) {
  [class*=c-button][class*="--big"].small-text {
    font-size: 0.6875rem;
  }
}
[class*=c-button][class*="--big"][class*="--icon"] {
  width: 3.75rem;
}
[class*=c-button][class*="--large"] {
  height: 3.75rem;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  max-width: 15.625rem;
  width: 100%;
  justify-content: center;
}
[class*=c-button][class*="--auto"] {
  max-width: 100% !important;
}
[class*=c-button][class*="--blue"] {
  color: #ffffff;
  background-color: #199dd7;
}
[class*=c-button][class*="--blue"]:hover {
  background-color: #00468b;
}
[class*=c-button][class*="--darkBlue"] {
  color: #ffffff;
  background-color: #00468b;
}
[class*=c-button][class*="--darkBlue"]:hover {
  background-color: #002c58;
}
[class*=c-button][class*="--lightGrey"] {
  color: #199dd7;
  background-color: #f0f3f5;
}
[class*=c-button][class*="--lightGrey"]:hover {
  color: #ffffff;
  background-color: #00468b;
}
[class*=c-button][class*="--green"] {
  color: #ffffff;
  background-color: #00aa88;
}
[class*=c-button][class*="--green"]:hover {
  background-color: #007f66;
}
[class*=c-button][class*="--whiteBorderBlue"] {
  color: #199dd7;
  background-color: #ffffff;
  border: solid 0.125rem #199dd7;
}
[class*=c-button][class*="--whiteBorderBlue"]:hover {
  background-color: #199dd7;
  color: #ffffff;
}

@media screen and (max-width: 40em) {
  .c-btn__holder [class*=c-button] {
    max-width: calc(100% - 80px);
  }
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  position: relative;
  z-index: 50;
  width: 100%;
  border: solid;
  border-color: #000000;
  border-width: 0px;
  height: 2.8125rem;
  padding: 0.5rem;
  background-color: #ffffff;
  color: #a4a8a6;
  appearance: none;
  border-radius: 0.3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "AllianzNeo-Regular";
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
}
[type=text]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a4a8a6;
  line-height: 1.40625rem;
}
[type=text]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=week]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a4a8a6;
  opacity: 1;
}
[type=text]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=color]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a4a8a6;
  opacity: 1;
}
[type=text]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a4a8a6;
}
@media screen and (max-width: 40em) {
  [type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
    font-size: 0.6875rem;
    line-height: 1.8em;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

textarea {
  height: 7.8125rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

select {
  appearance: none;
  background-image: url(/assets/media/images/c-icon__shevronDown.svg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: top 18px right 20px;
}
select::-ms-expand {
  display: none;
}
select.picker__select--year {
  background-position: top 15px right 6px;
  background-size: 14px;
}

.c-input__holder {
  padding-top: 0.9375rem;
  position: relative;
  width: 100%;
  margin-bottom: 0.625rem;
}
.c-input__holder.has-upload {
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}
.c-input__holder.is-hidden {
  display: none;
}
.c-input__holder .c-label,
.c-input__holder label {
  position: absolute;
  z-index: 40;
  left: 0;
  top: 0;
  display: block;
  height: 0.9375rem;
  color: #00468b;
  font-family: "AllianzNeo-Regular";
  font-size: 0.875rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 40em) {
  .c-input__holder .c-label,
.c-input__holder label {
    font-size: 0.75rem;
  }
}
.c-input__holder.is-active .c-label,
.c-input__holder.is-active label {
  opacity: 1;
  transform: translateY(0);
}
.c-input__holder.has-datePicker input {
  background-image: url(/assets/media/images/c-icon__date.svg);
  background-repeat: no-repeat;
  background-position: top 14px right 20px;
}
.c-input__holder input:focus + .c-label,
.c-input__holder input:focus + label,
.c-input__holder select:focus + .c-label,
.c-input__holder select:focus + label,
.c-input__holder textarea:focus + .c-label,
.c-input__holder textarea:focus + label {
  opacity: 1;
  transform: translateY(0);
  top: -0.3125rem;
}
@media screen and (max-width: 40em) {
  .c-input__holder input:focus + .c-label,
.c-input__holder input:focus + label,
.c-input__holder select:focus + .c-label,
.c-input__holder select:focus + label,
.c-input__holder textarea:focus + .c-label,
.c-input__holder textarea:focus + label {
    top: -0.1875rem;
  }
}
.c-input__holder .c-label {
  margin-bottom: 0.3125rem;
}
.c-input__holder .c-checkbox,
.c-input__holder .c-radio {
  margin-bottom: 0.15625rem;
}
.c-input__holder .form-error {
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 15px);
  border-radius: 0.3125rem;
  background: #ffffff;
  border: solid 1px #d83832;
  font-family: "AllianzNeo-Regular";
  color: #d83832;
  font-size: 1.125rem;
  padding: 0 1.25rem;
}
.c-input__holder .form-error:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  display: block;
  width: 1.75rem;
  height: 1rem;
  font-family: "iconfont";
  content: "\ea09";
  font-size: 0.875rem;
}
.c-input__holder.has-textarea .form-error {
  height: 7.8125rem;
}
.c-input__holder.is-boValid:after {
  position: absolute;
  top: 60%;
  z-index: 50;
  transform: translateY(-50%);
  right: 0.625rem;
  display: block;
  width: 1.75rem;
  height: 1rem;
  font-family: "iconfont";
  content: "\ea0b";
  font-size: 1rem;
  color: #00aa88;
}

input[type=checkbox]:checked, input[type=checkbox]:not(:checked),
input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
  opacity: 0;
  pointer-events: none;
}
input[type=checkbox]:checked + span, input[type=checkbox]:not(:checked) + span,
input[type=radio]:checked + span,
input[type=radio]:not(:checked) + span {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
  color: #00468b;
  font-family: "AllianzNeo-Regular";
  display: inline-block;
}
@media screen and (max-width: 64em) {
  input[type=checkbox]:checked + span, input[type=checkbox]:not(:checked) + span,
input[type=radio]:checked + span,
input[type=radio]:not(:checked) + span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 40em) {
  input[type=checkbox]:checked + span, input[type=checkbox]:not(:checked) + span,
input[type=radio]:checked + span,
input[type=radio]:not(:checked) + span {
    font-size: 0.8125rem;
    padding-left: 1.5625rem;
  }
}
input[type=checkbox]:checked + span:before, input[type=checkbox]:not(:checked) + span:before,
input[type=radio]:checked + span:before,
input[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.0625rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #ffffff;
  border: solid;
  border-color: #000000;
  border-width: 0px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 64em) {
  input[type=checkbox]:checked + span:before, input[type=checkbox]:not(:checked) + span:before,
input[type=radio]:checked + span:before,
input[type=radio]:not(:checked) + span:before {
    top: 0.1875rem;
  }
}
@media screen and (max-width: 40em) {
  input[type=checkbox]:checked + span:before, input[type=checkbox]:not(:checked) + span:before,
input[type=radio]:checked + span:before,
input[type=radio]:not(:checked) + span:before {
    top: 0.125rem;
  }
}
input[type=checkbox]:checked + span:after, input[type=checkbox]:not(:checked) + span:after,
input[type=radio]:checked + span:after,
input[type=radio]:not(:checked) + span:after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  display: block;
  transition: all 0.4s ease;
}
@media screen and (max-width: 64em) {
  input[type=checkbox]:checked + span:after, input[type=checkbox]:not(:checked) + span:after,
input[type=radio]:checked + span:after,
input[type=radio]:not(:checked) + span:after {
    top: 0.4375rem;
  }
}
@media screen and (max-width: 40em) {
  input[type=checkbox]:checked + span:after, input[type=checkbox]:not(:checked) + span:after,
input[type=radio]:checked + span:after,
input[type=radio]:not(:checked) + span:after {
    top: 0.375rem;
  }
}
input[type=checkbox]:checked:not(:checked) + span:after, input[type=checkbox]:not(:checked):not(:checked) + span:after,
input[type=radio]:checked:not(:checked) + span:after,
input[type=radio]:not(:checked):not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}

input[type=radio] {
  display: inline-block;
}
input[type=radio]:checked + span:before, input[type=radio]:not(:checked) + span:before {
  top: 0.1875rem;
  border-radius: 50%;
}
@media screen and (max-width: 64em) {
  input[type=radio]:checked + span:before, input[type=radio]:not(:checked) + span:before {
    top: 0.125rem;
  }
}
@media screen and (max-width: 40em) {
  input[type=radio]:checked + span:before, input[type=radio]:not(:checked) + span:before {
    top: 0.125rem;
  }
}
input[type=radio] + span:after {
  top: 0.4375rem !important;
  left: 0.25rem !important;
}
@media screen and (max-width: 64em) {
  input[type=radio] + span:after {
    top: 0.375rem !important;
  }
}
@media screen and (max-width: 40em) {
  input[type=radio] + span:after {
    top: 0.375rem !important;
  }
}
input[type=radio]:checked + span:after {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000000;
}

input[type=checkbox]:checked + span:after {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #000000;
}

.c-form__item--file {
  position: relative;
  height: 4.625rem;
  border: solid 0.1875rem #199dd7;
  border-radius: 0.3125rem;
  display: flex;
  max-width: 19.375rem;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease;
}
.c-form__item--file:hover {
  background: #199dd7;
}
.c-form__item--file:hover:after {
  color: #ffffff;
}
.c-form__item--file:hover input[type=text] {
  color: #ffffff;
}
.c-form__item--file:hover input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  line-height: 1.40625rem;
}
.c-form__item--file:hover input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.c-form__item--file:hover input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.c-form__item--file:hover input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
.c-form__item--file:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "iconfont";
  content: "\ea0a";
  position: absolute;
  z-index: 55;
  top: 0;
  right: 1.25rem;
  font-size: 1.25rem;
  width: 2.8125rem;
  height: 100%;
  text-align: center;
  color: #199dd7;
  transition: all 0.3s ease;
}
.c-form__item--file input[type=text] {
  padding-left: 2.1875rem;
  padding-right: 3.75rem;
  height: 100%;
  font-family: "AllianzNeo-Bold";
  color: #199dd7;
  font-size: 1rem;
  background: transparent;
  letter-spacing: 0.0625rem;
  color: #199dd7;
  transition: all 0.3s ease;
}
.c-form__item--file input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #199dd7;
  line-height: 1.40625rem;
}
.c-form__item--file input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #199dd7;
  opacity: 1;
}
.c-form__item--file input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #199dd7;
  opacity: 1;
}
.c-form__item--file input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #199dd7;
}

.c-form__input--file {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

input[type=file] {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  border: 0;
  margin: 0 0 1.875rem;
  padding: 0;
}

a {
  text-decoration: none;
}

.o-link__underline {
  position: relative;
  display: inline-block;
}
.o-link__underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.0625rem;
  background: #000000;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.o-link__underline:hover, .o-link__underline:focus {
  color: #000000;
}
.o-link__underline:hover:after, .o-link__underline:focus:after {
  opacity: 1;
  bottom: 0;
}

.o-link__box {
  position: relative;
  display: inline-block;
}
.o-link__box:before, .o-link__box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 40em) {
  .touchevents .o-link__box:before, .touchevents .o-link__box:after {
    display: none;
  }
}
.o-link__box:before {
  top: -10%;
  left: -10%;
  border-top: solid 0.0625rem #000000;
  border-left: solid 0.0625rem #000000;
}
.o-link__box:after {
  bottom: -10%;
  right: -10%;
  border-bottom: solid 0.0625rem #000000;
  border-right: solid 0.0625rem #000000;
}
.o-link__box:hover:before, .o-link__box:hover:after {
  width: 120%;
  height: 120%;
  opacity: 1;
}

[class*=c-link] {
  display: inline-block;
  font-family: "AllianzNeo-Bold";
  font-size: 1rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media screen and (max-width: 26.5625em) {
  [class*=c-link] {
    font-size: 0.875rem;
  }
}
[class*=c-link][class*="--white"] {
  color: #ffffff;
}
[class*=c-link][class*="--white"]:hover {
  opacity: 0.8;
}
[class*=c-link][class*="--blue"] {
  color: #00468b;
}
[class*=c-link][class*="--blue"]:hover {
  color: #199dd7;
}
[class*=c-link][class*="--regular"] {
  font-family: "AllianzNeo-Regular";
}
[class*=c-link][class*="--green"] {
  color: #00aa88;
}
[class*=c-link][class*="--green"]:hover {
  color: #00775f;
}
[class*=c-link][class*="--hasIcon"] {
  letter-spacing: 0.03125rem;
}
[class*=c-link][class*="--hasIcon"] [class*=fonticon__icon] {
  position: relative;
  top: 0.125rem;
  margin-right: 0.9375rem;
  font-size: 1.25rem;
}
[class*=c-link][class*=__doc] {
  position: relative;
  padding-left: 2.5rem;
  text-decoration: none;
  color: #ffffff;
}
[class*=c-link][class*=__doc]:first-child {
  margin-right: 3.75rem;
}
@media screen and (max-width: 45.5em) {
  [class*=c-link][class*=__doc] {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 45.5em) {
  [class*=c-link][class*=__doc] {
    position: relative;
    top: auto;
    right: auto;
    left: 1.25rem;
    margin-bottom: 0.9375rem;
    padding-left: 1.6875rem;
  }
}
[class*=c-link][class*=__doc]::after, [class*=c-link][class*=__doc]::before {
  width: calc(100% - 40px);
  height: 0.125rem;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 45.5em) {
  [class*=c-link][class*=__doc]::after, [class*=c-link][class*=__doc]::before {
    width: calc(100% - 27px);
  }
}
[class*=c-link][class*=__doc]::before {
  background: #ffffff;
}
[class*=c-link][class*=__doc]::after {
  transform: scale(0, 1) translateZ(0);
  background: #199dd7;
  transition: all 0.3s ease;
  transform-origin: left;
}
[class*=c-link][class*=__doc] img {
  width: 1.6875rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 45.5em) {
  [class*=c-link][class*=__doc] img {
    width: 1rem;
  }
}
[class*=c-link][class*=__doc]:hover, [class*=c-link][class*=__doc]:active {
  color: #199dd7;
}
[class*=c-link][class*=__doc]:hover::after, [class*=c-link][class*=__doc]:active::after {
  transform: scale(1, 1) translateZ(0);
}

.o-logo {
  display: flex;
  align-items: center;
}

.c-link__print {
  display: block;
  width: 1.9375rem;
  height: 1.5rem;
}

.o-table {
  display: table;
  width: 100%;
  height: 100%;
}

[class*=o-table__cell] {
  display: table-cell;
}
[class*=o-table__cell][class*="--valignMiddle"] {
  vertical-align: middle;
}
[class*=o-table__cell][class*="--valignMiddle"][class*="--tabletDown"] {
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  [class*=o-table__cell][class*="--valignMiddle"][class*="--tabletDown"] {
    vertical-align: middle;
  }
}
[class*=o-table__cell][class*="--valignBottom"] {
  vertical-align: bottom;
}

@media screen and (max-width: 45.5em) {
  .c-small--overflow {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0;
  }
  .c-small--overflow::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .c-small--overflow::-webkit-scrollbar-thumb {
    display: none;
  }
  .c-small--overflow .smallScroll,
.c-small--overflow .smallScroll img {
    width: 43.75rem;
  }
  .c-small--overflow .smallScroll.smaller,
.c-small--overflow .smallScroll img.smaller {
    width: 33.75rem;
  }
}

.c-table,
.c-table__itemAuto,
.c-table__inline {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  border-radius: 0.3125rem;
  background: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 40em) {
  .c-table:not(.is-empty),
.c-table__itemAuto:not(.is-empty),
.c-table__inline:not(.is-empty) {
    background: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 40em) {
  .c-table:not(.is-empty) .c-table__col,
.c-table__itemAuto:not(.is-empty) .c-table__col,
.c-table__inline:not(.is-empty) .c-table__col {
    max-width: 100%;
    flex: 0 0 100%;
    background: #ffffff;
    border-radius: 0.3125rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 40em) {
  .c-table:not(.is-empty) .c-table__col [class*=c-table__cell],
.c-table__itemAuto:not(.is-empty) .c-table__col [class*=c-table__cell],
.c-table__inline:not(.is-empty) .c-table__col [class*=c-table__cell] {
    height: 4.375rem;
  }
}
@media screen and (max-width: 40em) {
  .c-table.smallScroll,
.c-table__itemAuto.smallScroll,
.c-table__inline.smallScroll {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    border-radius: 0.3125rem;
    background: #ffffff;
  }
}
@media screen and (max-width: 40em) {
  .c-table.smallScroll .c-table__col,
.c-table__itemAuto.smallScroll .c-table__col,
.c-table__inline.smallScroll .c-table__col {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 40em) {
  .c-table.smallScroll .c-table__col [class*=c-table__cell],
.c-table__itemAuto.smallScroll .c-table__col [class*=c-table__cell],
.c-table__inline.smallScroll .c-table__col [class*=c-table__cell] {
    height: 6.875rem;
  }
}
@media screen and (max-width: 40em) {
  .c-table.smallHeight .c-table__col [class*=c-table__cell],
.c-table__itemAuto.smallHeight .c-table__col [class*=c-table__cell],
.c-table__inline.smallHeight .c-table__col [class*=c-table__cell] {
    height: 3.75rem;
  }
}
.c-table.is-empty,
.c-table__itemAuto.is-empty,
.c-table__inline.is-empty {
  flex-flow: wrap;
  flex-direction: column;
}
@media screen and (max-width: 40em) {
  .c-table.is-empty,
.c-table__itemAuto.is-empty,
.c-table__inline.is-empty {
    flex-direction: row;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 40em) {
  .c-table.is-empty .c-table__row,
.c-table__itemAuto.is-empty .c-table__row,
.c-table__inline.is-empty .c-table__row {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 40em) {
  .c-table.is-empty .c-table__row:first-child,
.c-table__itemAuto.is-empty .c-table__row:first-child,
.c-table__inline.is-empty .c-table__row:first-child {
    border-right: solid 1px #dbdbdb;
  }
}
@media screen and (max-width: 40em) {
  .c-table.is-empty .c-table__row:last-child,
.c-table__itemAuto.is-empty .c-table__row:last-child,
.c-table__inline.is-empty .c-table__row:last-child {
    display: flex;
    align-items: center;
  }
}
.c-table.padding,
.c-table__itemAuto.padding,
.c-table__inline.padding {
  padding-bottom: 1.875rem;
}

.c-table__itemAuto.smallScroll {
  flex-flow: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.c-table__itemAuto .c-table__col {
  max-width: none;
  flex: 1 0 auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.c-table__itemAuto.has-2child .c-table__col {
  max-width: 25%;
  flex: 0 0 25%;
}
@media screen and (max-width: 45.5em) {
  .c-table__itemAuto.has-2child .c-table__col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.c-table__itemAuto.has-2child .c-table__col:first-of-type {
  max-width: 75%;
  flex: 0 0 75%;
}
@media screen and (max-width: 45.5em) {
  .c-table__itemAuto.has-2child .c-table__col:first-of-type {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.c-table__itemAuto.has-3child .c-table__col {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.c-table__itemAuto.has-5child .c-table__col {
  max-width: 20%;
  flex: 0 0 20%;
}
.c-table__itemAuto.has-6child .c-table__col {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
@media screen and (max-width: 45.5em) {
  .c-table__itemAuto.firstChildlarge {
    width: 70rem;
  }
}
.c-table__itemAuto.firstChildlarge .c-table__col {
  max-width: 18.75%;
  flex: 0 0 18.75%;
}
.c-table__itemAuto.firstChildlarge .c-table__col:first-child {
  max-width: 25%;
  flex: 0 0 25%;
  white-space: nowrap;
}
@media screen and (max-width: 45.5em) {
  .c-table__itemAuto.firstChildlargeSmall .c-table__col {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .c-table__itemAuto.firstChildlargeSmall .c-table__col:first-child {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

.c-table__col {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.c-table__row .c-table__col {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 40em) {
  .c-table__row .c-table__col {
    flex-flow: wrap;
  }
}
.c-table__row .c-table__cell--heading {
  max-width: calc(33.333333% - 50px);
  flex: 0 0 calc(33.333333% - 50px);
  text-align: center;
}
@media screen and (max-width: 40em) {
  .c-table__row .c-table__cell--heading {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: left;
  }
}
@media screen and (max-width: 40em) {
  .c-table__row .c-table__cell--heading:last-of-type {
    border-bottom: 0;
  }
}
.c-table__row .c-table__cell--body {
  flex-grow: 1;
}
@media screen and (max-width: 40em) {
  .c-table__row .c-table__cell--body {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: center;
  }
}

[class*=c-table__cell] {
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*=c-table__cell][class*="--heading"] {
  border-bottom: solid 1px #dbdbdb;
  font-family: "AllianzNeo-Bold";
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #199dd7;
  text-align: center;
}
[class*=c-table__cell][class*="--heading"] .c-inner {
  width: 100%;
}
[class*=c-table__cell][class*="--heading"] small {
  font-size: 0.875rem;
  font-family: "AllianzNeo-Light";
}
[class*=c-table__cell][class*="--heading"][class*="--adjust"] + .c-table__cell--body {
  height: 4.0625rem;
}
[class*=c-table__cell][class*="--heading"].left {
  text-align: left;
  justify-content: flex-start;
}
[class*=c-table__cell][class*="--body"] {
  font-family: "AllianzNeo-Regular";
  font-size: 0.875rem;
  color: #2c3035;
  text-align: center;
}
[class*=c-table__cell][class*="--body"].small {
  height: 4.0625rem;
}
[class*=c-table__cell][class*="--body"].left {
  text-align: left;
  justify-content: flex-start;
}
[class*=c-table__cell][class*="--body"] + .c-table__cell--body {
  height: 4.0625rem;
  border-top: solid 1px #dbdbdb;
}
[class*=c-table__cell] strong {
  text-transform: uppercase;
}

.c-table__inline {
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 45.5em) {
  .c-table__inline {
    background: transparent;
    padding: 0;
  }
}
.c-table__inline .c-table__row {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 45.5em) {
  .c-table__inline .c-table__row {
    margin-bottom: 1.25rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
}
.c-table__inline .c-table__row.no-border .c-table__cell--heading,
.c-table__inline .c-table__row.no-border .c-table__cell--body,
.c-table__inline .c-table__row + .c-table__row:last-of-type .c-table__cell--heading,
.c-table__inline .c-table__row + .c-table__row:last-of-type .c-table__cell--body {
  border: none;
}
.c-table__inline .c-table__row .c-table__cell--heading {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  line-height: 1.5625rem;
}
.c-table__inline .c-table__row .c-table__cell--body {
  max-width: calc(66.666667% - 70px);
  flex: 0 0 calc(66.666667% - 70px);
  width: 100%;
  display: block;
  border-bottom: solid 1px #dbdbdb;
}
.c-table__inline .c-table__row .c-table__cell--body p + p:last-of-type {
  margin-bottom: 0;
}
.c-table__inline .c-table__row .c-table__cell--body p {
  text-align: left;
}
.c-table__inline .c-table__row .c-table__cell--heading,
.c-table__inline .c-table__row .c-table__cell--body {
  padding: 1.25rem 1.5625rem;
  height: auto;
}
@media screen and (max-width: 45.5em) {
  .c-table__inline .c-table__row .c-table__cell--heading,
.c-table__inline .c-table__row .c-table__cell--body {
    max-width: 100%;
    flex: 0 0 100%;
    border: none;
  }
}
.c-table__inline .c-table__row .c-table__info {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  height: 2.375rem;
  background: #f0f3f5;
  border-radius: 0.3125rem;
  align-items: center;
}
.c-table__inline .c-table__row .c-table__info span {
  font-family: "AllianzNeo-Bold";
  color: #199dd7;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 45.5em) {
  .c-table__inline .c-table__row .c-table__info span {
    max-width: 100%;
  }
}

.c-title__hero {
  font-family: "AllianzNeo-Bold";
  font-size: 2.375rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 45.5em) {
  .c-title__hero {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 26.5625em) {
  .c-title__hero {
    font-size: 0.9375rem;
  }
}

.c-title__main {
  font-family: "AllianzNeo-Bold";
  font-size: 2rem;
  color: #00468b;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 45.5em) {
  .c-title__main {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}
.c-title__main.lowercase {
  text-transform: initial;
}
.c-title__main.c-lowercase {
  text-transform: none;
}
.c-title__main.small-mrg {
  margin-bottom: 1.25rem;
}
.c-title__main.mrg-top {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 45.5em) {
  .c-title__main.small-left {
    text-align: left;
  }
}

.c-row__content .c-title__main {
  margin-bottom: 1.875rem;
}

.c-title__sub {
  font-family: "AllianzNeo-Light";
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 45.5em) {
  .c-title__sub {
    font-size: 0.875rem;
  }
}

.c-title__content {
  font-family: "AllianzNeo-Regular";
  font-size: 1.375rem;
  color: #199dd7;
  margin: 0 0 0.9375rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 45.5em) {
  .c-title__content {
    font-size: 1rem;
  }
}
.c-title__content.white {
  color: #ffffff;
  margin: 0 0 1.875rem;
}
.c-title__content.pdgtop {
  margin-top: 1.25rem;
}
.c-title__content.bold {
  font-size: 1.625rem;
  font-family: "AllianzNeo-Bold";
}
@media screen and (max-width: 45.5em) {
  .c-title__content.bold {
    font-size: 1rem;
  }
}

.c-title__grey {
  margin: 0 0 1.875rem;
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  color: #2c3035;
  letter-spacing: 0.0625rem;
  text-align: left !important;
}

.c-news__title,
.c-form__title {
  font-family: "AllianzNeo-Bold";
  font-size: 1.125rem;
  color: #00468b;
  margin: 0 0 1.5625rem;
}
@media screen and (max-width: 45.5em) {
  .c-news__title.small-center,
.c-form__title.small-center {
    text-align: center;
  }
}

.c-strengths__title {
  font-family: "AllianzNeo-Bold";
  font-size: 1.125rem;
  color: #00468b;
}
.c-strengths__title.big {
  font-size: 1.375rem;
}

.c-list--arrow {
  margin: 0 0 1.875rem;
  padding: 0;
  list-style: none;
}
.c-list--arrow li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
  font-family: "AllianzNeo-Light";
  color: #333333;
  font-size: 1rem;
}
.c-list--arrow li:before {
  content: "\ea02";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  color: #199dd7;
  font-size: 0.8125rem;
}
.c-list--arrow li + li:last-of-type {
  margin-bottom: 0;
}

.c-date {
  font-family: "AllianzNeo-Light";
  font-size: 1.125rem;
  color: #00468b;
  margin-bottom: 1.5625rem;
}

.blue {
  color: #199dd7;
}

.blue--02 {
  color: #003da5;
}

.darkblue {
  color: #00468b;
}

.text-center {
  text-align: center;
}

.white {
  color: #ffffff;
}

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #dbdbdb;
  border-color: transparent;
}

strong.blue {
  font-family: "AllianzNeo-Bold";
  letter-spacing: 0.0625rem;
}

p {
  font-family: "AllianzNeo-Regular";
  color: #333333;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
  line-height: 1.5625rem;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 45.5em) {
  p {
    font-size: 0.875rem;
  }
}
p strong {
  font-family: "AllianzNeo-Bold";
  font-size: 1.125rem;
}
p.light {
  font-family: "AllianzNeo-Light";
}
p.italic {
  font-style: italic;
}
p.no-margin {
  margin: 0;
}
p.small {
  font-size: 0.875rem;
}
p.big {
  font-size: 1.25rem;
}
p a {
  color: #333333;
  text-decoration: underline;
}
p a:hover {
  color: #199dd7;
}

h2 {
  width: 100%;
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  color: #00468b;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 45.5em) {
  h2 {
    font-size: 1.125rem;
    text-align: center;
  }
}

blockquote {
  width: calc(100% + 90px);
  background: #199dd7;
  padding: 2.8125rem;
  margin: 0 0 2.8125rem -2.8125rem;
}
@media screen and (max-width: 890px) {
  blockquote {
    width: calc(100% + 30px);
    margin-left: -0.9375rem;
  }
}
@media screen and (max-width: 45.5em) {
  blockquote {
    width: calc(100% + 60px);
    margin-left: -1.875rem;
  }
}
blockquote * {
  color: #ffffff;
}
blockquote *:last-child {
  margin-bottom: 0 !important;
}

.c-multiProduct__content p {
  margin-bottom: 3.125rem;
  min-height: 10.9375rem;
}
@media screen and (max-width: 45.5em) {
  .c-multiProduct__content p {
    min-height: 0;
  }
}

.c-page__intro p {
  color: #2c3035;
}
.c-page__intro p:last-of-type {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 45.5em) {
  .c-page__intro p {
    text-align: center;
    margin-bottom: 3.125rem;
  }
}

.c-info p {
  color: #a4a8a6;
}

.c-wysiwyg p {
  margin-bottom: 2.8125rem;
  font-family: "AllianzNeo-Light";
}

.is-required {
  color: #d83832;
}

ul.list-blue {
  list-style: none;
  padding-left: 0;
}
ul.list-blue li {
  position: relative;
  color: #199dd7;
  font-family: "AllianzNeo-Light";
  font-size: 1rem;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03125rem;
}
ul.list-blue li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #199dd7;
  border-radius: 50%;
}
ul.list-logo {
  list-style: none;
  padding-left: 0;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 40em) {
  ul.list-logo {
    flex-flow: nowrap;
  }
}
@media screen and (max-width: 40em) {
  ul.list-logo li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  ul.list-logo li img {
    max-width: 100%;
    width: auto;
  }
}
ul.list-logo li:not(:last-of-type) {
  margin-right: 3.125rem;
}
@media screen and (max-width: 40em) {
  ul.list-logo li:not(:last-of-type) {
    margin-right: 0;
  }
}

.c-pageProduct__intro p {
  font-family: "AllianzNeo-Bold";
  color: #199dd7;
  font-size: 1.375rem;
  letter-spacing: 0.0625rem;
}

.c-media {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.c-legend {
  margin-bottom: 2.5rem;
  font-family: "AllianzNeo-Bold";
  font-style: italic;
  font-size: 1.125rem;
  text-align: center;
  color: #ffffff;
}

img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

.c-header__sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 7.1875rem;
  background: #ffffff;
  display: flex;
  border-bottom: solid 2px #e5e5e5;
}
@media screen and (max-width: 45.5em) {
  .c-header__sticky {
    height: 3.75rem;
  }
  .c-header__sticky .o-container {
    justify-content: space-between;
  }
  .c-header__sticky .c-nav__icon {
    order: 0;
  }
  .c-header__sticky .o-logo {
    order: 1;
    flex-grow: 1;
    justify-content: center;
  }
  .c-header__sticky .o-logo img {
    height: 1.875rem;
    width: auto;
  }
  .c-header__sticky .c-header__tools {
    order: 2;
    flex-grow: 0;
  }
}

.c-header__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.c-header__tools [class*=c-button]:not(:last-of-type) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 45.5em) {
  .c-header__tools [class*=c-button] {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    font-size: 0.9375rem;
    text-align: center;
    color: #ffffff;
    background-color: #199dd7;
  }
  .c-header__tools [class*=c-button]:hover {
    background-color: #00468b;
  }
}
@media screen and (max-width: 45.5em) {
  .c-header__tools [class*=c-button] span {
    position: relative;
    top: 0.0625rem;
  }
}
@media screen and (min-width: 729px) and (max-width: 1070px) {
  .c-header__tools .is-account {
    padding: 0;
    width: 2.875rem;
  }
}
.c-header__tools .is-account [class*=c-fonticon] {
  display: none;
}
@media screen and (max-width: 1070px) {
  .c-header__tools .is-account [class*=c-fonticon] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 729px) and (max-width: 1070px) {
  .c-header__tools .is-account [class*=c-fonticon] {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1070px) {
  .c-header__tools .is-account .c-text {
    display: none;
  }
}

.o-footer {
  border-top: solid 1px #e5e5e5;
}
.o-footer .o-container:first-of-type {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 45.5em) {
  .o-footer .o-container:first-of-type {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 45.5em) {
  .o-footer .o-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem;
  }
}
.c-footer__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
@media screen and (max-width: 45.5em) {
  .c-footer__tools {
    flex-direction: column;
  }
}
.c-footer__tools [class*=c-button]:not(:last-of-type) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 45.5em) {
  .c-footer__tools [class*=c-button]:not(:last-of-type) {
    margin-bottom: 1.8125rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-footer__tools [class*=c-button] {
    margin-left: auto !important;
    margin-right: auto !important;
    height: 3rem;
    font-size: 0.875rem;
    max-width: 15.25rem;
    width: 100%;
    justify-content: center;
  }
}

.o-nav {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-nav__level0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 45.5em) {
  .c-nav__level0 {
    display: block;
  }
}
.c-nav__level0 li {
  display: block;
}
@media screen and (max-width: 45.5em) {
  .c-nav__level0 li {
    width: 100%;
  }
}
.c-nav__level0 a {
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "AllianzNeo-Bold";
  font-size: 1.125rem;
  color: #00468b;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateZ(0);
  white-space: nowrap;
}
@media screen and (max-width: 75em) {
  .c-nav__level0 a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 64em) {
  .c-nav__level0 a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-nav__level0 a {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.c-nav__level0 a.is-disabled {
  opacity: 0.3;
}
.c-nav__level0[data-navActive] li a {
  opacity: 0.3;
}
.c-nav__level0[data-navActive] li a:hover {
  opacity: 1;
}
.c-nav__level0[data-navActive] li.is-current a {
  opacity: 1;
}

.c-pageLanding,
.c-pageHeader {
  padding: 1.5625rem 1.875rem 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 45.5em) {
  .c-pageLanding,
.c-pageHeader {
    padding-top: 2.875rem;
  }
}
@media screen and (max-width: 45.5em) and (max-width: 26.5625em) {
  .c-pageLanding,
.c-pageHeader {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-pageLanding .c-title__hero,
.c-pageHeader .c-title__hero {
  color: #ffffff;
  margin: 0;
}
.c-pageLanding .c-title__hero + .c-title__sub,
.c-pageLanding .c-title__hero + [class*=c-button],
.c-pageHeader .c-title__hero + .c-title__sub,
.c-pageHeader .c-title__hero + [class*=c-button] {
  margin-top: 1.25rem;
}
.c-pageLanding .c-title__sub,
.c-pageHeader .c-title__sub {
  color: #ffffff;
  margin: 0 0 1.875rem;
}
@media screen and (max-width: 45.5em) {
  .c-pageLanding .c-title__sub,
.c-pageHeader .c-title__sub {
    margin-bottom: 6.25rem;
  }
}
.c-pageLanding [class*=c-button],
.c-pageHeader [class*=c-button] {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 45.5em) {
  .c-pageLanding [class*=c-button],
.c-pageHeader [class*=c-button] {
    margin-bottom: 1.25rem;
  }
}

.c-pageLanding {
  padding: 5.9375rem 1.875rem 2.8125rem;
}

.c-pageHeader {
  height: 20.9375rem;
}
@media screen and (max-width: 45.5em) {
  .c-pageHeader {
    height: 12.5rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-pageHeader .c-title__hero {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 23.4375em) {
  .c-pageHeader .c-title__hero {
    font-size: 1.25rem;
  }
}
.c-pageHeader [class*=c-button] {
  margin-bottom: 0;
  margin-top: 2.5rem !important;
  min-width: 19.0625rem;
}
@media screen and (max-width: 40em) {
  .c-pageHeader [class*=c-button] {
    margin-top: 0.625rem !important;
  }
}
@media screen and (max-width: 23.4375em) {
  .c-pageHeader [class*=c-button] {
    min-width: 100%;
  }
}
.c-pageHeader.is-small {
  height: 12.5rem;
}
.c-pageHeader.has-gradient {
  background: linear-gradient(to right, #002244, #004385);
}

.c-productInfo,
.c-newsLanding {
  position: relative;
  background-color: #fafbfc;
}
.c-productInfo .c-bkg,
.c-newsLanding .c-bkg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 1200px) / 2 + 580px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 45.5em) {
  .c-productInfo .c-bkg,
.c-newsLanding .c-bkg {
    display: none;
  }
}
.c-productInfo .c-title__main,
.c-newsLanding .c-title__main {
  margin: 0 0 1.5625rem;
}
@media screen and (max-width: 64em) {
  .c-productInfo [class*=c-button],
.c-newsLanding [class*=c-button] {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-productInfo [class*=c-button],
.c-newsLanding [class*=c-button] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 23.4375em) {
  .c-productInfo [class*=c-button],
.c-newsLanding [class*=c-button] {
    font-size: 0.75rem;
  }
}

.c-newsLanding .c-date {
  margin-top: -0.9375rem;
}
.c-newsLanding .c-title__main {
  text-align: left !important;
}

.c-productInfo__content {
  max-width: 40%;
  width: 100%;
  margin-left: 8.3333333333%;
  padding-right: 1.25rem;
  padding-top: 4.375rem;
  padding-bottom: 7.8125rem;
}
@media screen and (max-width: 45.5em) {
  .c-productInfo__content {
    max-width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.c-productInfo__content [class*=c-link] {
  margin-top: 2.1875rem;
}

.c-product__list {
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-product__list .js-slider {
  display: flex;
  flex-flow: wrap;
}

.c-product__item {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 2.5rem;
}
.c-product__item [class*=c-link]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.c-product__item__inner {
  background: #ffffff;
  height: 100%;
  padding: 3.4375rem 1.875rem;
  border-radius: 0.3125rem;
  border: solid 0.1875rem #f0f3f5;
}
@media screen and (max-width: 45.5em) {
  .c-product__item__inner {
    padding: 0.9375rem 1.25rem;
  }
}

.c-product__item__title {
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  color: #00468b;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 45.5em) {
  .c-product__item__title {
    font-size: 1rem;
  }
}

.c-product__push {
  max-width: 36.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-product__push .c-product__item {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 45.5em) {
  .slick-list {
    padding-right: 2.5rem;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  width: 100%;
  height: auto;
  float: none;
  clear: both;
  display: flex;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 50;
  display: block;
  padding: 0;
  margin: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  border-radius: 0.3125rem;
  background: #f0f3f5;
  color: #199dd7;
  transition: all 0.3s ease;
}
.slick-arrow:hover:not(.slick-disabled) {
  background: #00468b;
  color: #ffffff;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) translateX(-175%);
}
@media screen and (max-width: 64em) {
  .slick-arrow.slick-prev {
    transform: translateY(-50%) translateX(-30%);
  }
}
.slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%) translateX(175%);
}
@media screen and (max-width: 64em) {
  .slick-arrow.slick-next {
    transform: translateY(-50%) translateX(30%);
  }
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slick-arrow [class*=c-fonticon] {
  position: relative;
  font-size: 1.25rem;
  top: 0.125rem;
}

.o-news {
  position: relative;
  min-height: 18.75rem;
}
.o-news:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 18.75rem;
  z-index: 40;
  background-image: url(/assets/media/images/c-bkg__wall.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #035295;
}
.o-news .o-container {
  position: relative;
  z-index: 50;
}
.o-news .c-title__main {
  color: #ffffff;
}

.c-news__holder {
  display: flex;
  flex-flow: wrap;
  max-width: 83.3333333333%;
  width: 100%;
  padding: 5rem 5.3125rem 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 45.5em) {
  .c-news__holder {
    padding: 1.875rem 0.9375rem 0;
    max-width: calc(100% - 40px);
  }
}

.c-news__item {
  display: block;
  position: relative;
  width: 50%;
  padding-left: 0.9375rem;
  padding-bottom: 1.5625rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 45.5em) {
  .c-news__item {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-news__item:not(:nth-last-child(-n+2)) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 45.5em) {
  .c-news__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.25rem;
  }
}
.c-news__item:not(:nth-last-child(-n+2)):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 30px);
  height: 0.125rem;
  background-color: #eeeeee;
}
.c-news__item:nth-last-child(2) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 45.5em) {
  .c-news__item:nth-last-child(2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 30px);
    height: 0.125rem;
    background-color: #eeeeee;
  }
}
.c-news__item:hover .c-news__title {
  text-decoration: underline;
}

.c-grid__news {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 40em) {
  .c-grid__news {
    display: block;
    width: 100%;
  }
}
.c-grid__news .c-grid__news__item {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 40em) {
  .c-grid__news .c-grid__news__item {
    max-width: 23.125rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-grid__news__item {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) {
  .c-grid__news__item:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-grid__news__item:nth-last-child(-n+2):after {
    display: none;
  }
}
@media screen and (max-width: 40em) {
  .c-grid__news__item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-grid__news__item:last-of-type:after {
    display: none;
  }
}
.c-grid__news__item:after {
  content: "";
  position: absolute;
  left: 0.9375rem;
  bottom: 0;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #dbdbdb;
}
.c-grid__news__item .c-news__title {
  margin-bottom: 0.3125rem;
  line-height: 1.5625rem;
}
.c-grid__news__item .c-date {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.c-grid__news__item p {
  margin-bottom: 0;
}

.c-grid__news__item__picture {
  display: block;
  border-radius: 0.3125rem;
  margin-bottom: 2.1875rem;
  max-width: 23.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 45.5em) {
  .o-strengths .c-title__main {
    text-align: center;
  }
}

.c-strengths__page {
  padding-top: 0;
}
.c-strengths__page .c-strengths__holder {
  margin-bottom: 1.5625rem;
}

.c-strengths__holder {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 45.5em) {
  .c-strengths__holder {
    display: block;
  }
}

.c-strengths__page__info p {
  display: block;
  max-width: 41.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #2c3035;
}

.c-strengths__item {
  max-width: 30%;
  flex-basis: 30%;
  width: 100%;
  padding: 3.75rem 2.5rem;
  border-radius: 0.3125rem;
  background-color: #ffffff;
}
.c-strengths__item.has-border {
  border: solid 0.1875rem #f0f3f5;
}
@media screen and (max-width: 45.5em) {
  .c-strengths__item {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-strengths__item .c-strengths__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 45.5em) {
  .c-strengths__item .c-strengths__title {
    text-align: center;
  }
}

.c-strengths__content p {
  font-family: "AllianzNeo-Light";
  color: #00468b;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.c-strengths__content img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.125rem;
}
.c-strengths__content a {
  color: #00468b;
  text-decoration: underline;
}

.c-baseline {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}
@media screen and (max-width: 45.5em) {
  .c-baseline {
    flex-direction: column;
  }
}
.c-baseline ul {
  margin: 0;
  padding: 0;
}
.c-baseline ul:not(:last-of-type) {
  margin-right: 1.875rem;
}
@media screen and (max-width: 45.5em) {
  .c-baseline ul:not(:last-of-type) {
    margin-right: 0;
  }
}
.c-baseline li {
  position: relative;
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.625rem;
  font-family: "AllianzNeo-Light";
  font-size: 0.875rem;
}
@media screen and (max-width: 45.5em) {
  .c-baseline li {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.c-baseline a {
  color: #333333;
  white-space: nowrap;
}
.c-baseline a:hover {
  text-decoration: underline;
}

.o-page__account {
  background: url(/assets/media/images/c-bkg__account.jpg) no-repeat 100% 0 #002244;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 40em) {
  .o-page__account {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.c-box__account,
.c-box__account--info {
  max-width: 39.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 40em) {
  .c-box__account .c-tabs__controler,
.c-box__account--info .c-tabs__controler {
    display: none;
  }
}
.c-box__account .c-tabs__controler .c-tab__controler__item,
.c-box__account--info .c-tabs__controler .c-tab__controler__item {
  max-width: 50%;
  flex: 0 0 50%;
}
.c-box__account .c-tabs__controler .c-tab__controler__item:first-of-type,
.c-box__account--info .c-tabs__controler .c-tab__controler__item:first-of-type {
  border-radius: 0.3125rem 0 0 0;
}
.c-box__account .c-tabs__controler .c-tab__controler__item:last-of-type,
.c-box__account--info .c-tabs__controler .c-tab__controler__item:last-of-type {
  border-radius: 0 0.3125rem 0 0;
}
.c-box__account .c-form__title,
.c-box__account--info .c-form__title {
  font-size: 1.375rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 40em) {
  .c-box__account .c-form__title,
.c-box__account--info .c-form__title {
    font-size: 1.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.c-tabs__content .c-tab__controler__item {
  display: none;
}
@media screen and (max-width: 40em) {
  .c-tabs__content .c-tab__controler__item {
    display: flex;
    font-size: 1.125rem;
    height: 4.375rem;
  }
}
.c-tabs__content .c-tab__controler__item:first-of-type {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.c-tabs__content .c-tab__controler__item:last-of-type {
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.c-box__account__content {
  padding: 5.9375rem 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .c-box__account__content {
    padding: 1.875rem 1.125rem;
  }
}
.c-box__account__content .o-steps {
  max-width: 23.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1875rem;
}
.c-box__account__content .g-recaptcha > div,
.c-box__account__content .g-recaptcha iframe {
  max-width: 100%;
}

@media screen and (max-width: 40em) {
  .c-box__account--info {
    width: calc(100% - 40px);
  }
}
.c-box__account--info .c-box__account__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5625rem;
  max-width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 40em) {
  .c-box__account--info .c-box__account__icon {
    max-width: 5rem;
  }
}
.c-box__account--info .c-box__account__icon img {
  width: 100%;
}
.c-box__account--info .c-form__info {
  max-width: 26.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-box__account--info .c-form__info p {
  color: #00468b;
}
.c-box__account--info .c-form__info *:last-child {
  margin-bottom: 0;
}
.c-box__account--info .c-cta__phone {
  margin-top: 1.5625rem;
  width: auto;
}
.c-box__account--info .c-cta__phone [class*=c-fonticon] {
  position: relative;
  font-size: 1.75rem;
  margin-right: 0.625rem;
  top: 0.1875rem;
}

.c-form__account {
  max-width: 23.125rem;
  margin-left: auto;
  margin-right: auto;
}
.c-form__account [class*=c-button] {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 40em) {
  .c-form__account [class*=c-button] {
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

.c-form__account__tools {
  padding-top: 0.9375rem;
  padding-bottom: 2.8125rem;
}

.c-account__header__tools {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 40em) {
  .c-account__header__tools {
    flex-direction: column;
  }
}

@media screen and (max-width: 40em) {
  .c-box__customer__info:not(.small-left) {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.c-box__customer__info.white strong, .c-box__customer__info.white span {
  color: #ffffff;
}
.c-box__customer__info strong {
  display: block;
  font-family: "AllianzNeo-Bold";
  color: #199dd7;
  font-size: 1.375rem;
  margin-bottom: 0.3125rem;
}
.c-box__customer__info span {
  display: block;
  font-family: "AllianzNeo-Regular";
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.3125rem;
}
.c-box__customer__info span strong {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.1875rem;
  margin-bottom: 0;
}
.c-box__customer__info.small-left {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 45.5em) {
  .c-box__customer__info.small-left strong {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-box__customer__info.small-left span, .c-box__customer__info.small-left span strong {
    font-size: 1rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-box__customer__info.small-left p {
    font-size: 0.65625rem;
  }
}

.c-title__main + .c-box__customer__info {
  margin-bottom: 1.5625rem;
}

[id*=o-tab--newAccount] {
  display: none;
}
[id*=o-tab--newAccount][id*=step--01] {
  display: block;
}
[id*=o-tab--newAccount].is-hidden {
  display: none;
}
[id*=o-tab--newAccount].is-visible {
  display: block;
}

.c-dashboardList {
  max-width: 48.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-dashboardList__header {
  display: flex;
  width: 100%;
  height: 4.375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 1.25rem;
  align-items: center;
  justify-content: space-between;
  background-color: #00468b;
  border-radius: 0.3125rem;
}

.c-dashboardList__header__title {
  font-family: "AllianzNeo-Bold";
  font-size: 2rem;
  letter-spacing: 0.125rem;
  color: #ffffff;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__header__title {
    font-size: 1.5rem;
  }
}

.c-dashboardList__header__tool {
  display: flex;
}
.c-dashboardList__header__tool a {
  display: block;
  height: 1.6875rem;
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.c-dashboardList__header__tool a [class*=c-fonticon] {
  position: relative;
  top: 0.0625rem;
}
.c-dashboardList__header__tool a .c-fonticon__icon--print {
  font-size: 1.875rem;
  top: -0.0625rem;
}

.c-dashboardList__content__item {
  display: flex;
  width: 100%;
  height: 5rem;
  align-items: center;
  background-color: #ffffff;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__content__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    justify-content: space-between;
  }
}
.c-dashboardList__content__item:hover {
  background-color: #fafbfc;
}

.c-dashboardList__content__name {
  display: block;
  max-width: 10rem;
  flex-basis: 10rem;
  width: 100%;
  padding-right: 2.1875rem;
  font-family: "AllianzNeo-Bold";
  color: #00468b;
  font-size: 1.125rem;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__content__name {
    max-width: auto;
    flex-basis: auto;
    flex-grow: 1;
  }
}
.c-dashboardList__content__name .c-dashboardList__content__type--small {
  display: none;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__content__name .c-dashboardList__content__type--small {
    display: block;
    font-family: "AllianzNeo-Light";
    font-size: 0.75rem;
    color: #333333;
  }
}

.c-dashboardList__content__type {
  flex-grow: 1;
  font-family: "AllianzNeo-Light";
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__content__type {
    display: none;
  }
}

.c-dashboardList__content__action {
  display: flex;
}
.c-dashboardList__content__action .c-text {
  position: relative;
  top: 0.25rem;
  font-family: "AllianzNeo-Bold";
  color: #00468b;
  font-size: 1rem;
  margin-right: 0.9375rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 40em) {
  .c-dashboardList__content__action .c-text {
    margin-right: 0.3125rem;
    margin-left: 0.625rem;
  }
}
.c-dashboardList__content__action [class*=c-fonticon] {
  position: relative;
  top: 0.1875rem;
  font-size: 1.25rem;
  color: #199dd7;
}

.o-search {
  position: fixed;
  z-index: 140;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding-top: 15rem;
  display: none;
}
.o-search.is-open .c-form__search {
  opacity: 1;
}

.c-form__search {
  display: block;
  position: relative;
  max-width: 48.125rem;
  height: 4.375rem;
  border-radius: 0.3125rem;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 64em) {
  .c-form__search {
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 26.5625em) {
  .c-form__search {
    max-width: calc(100% - 30px);
  }
}
.c-form__search .c-close {
  position: absolute;
  top: -9.375rem;
  right: -4.375rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1.5625rem;
}
@media screen and (max-width: 64em) {
  .c-form__search .c-close {
    top: -0.625rem;
    right: -0.625rem;
    transform: translateX(100%) translateY(-100%);
  }
}
@media screen and (max-width: 26.5625em) {
  .c-form__search .c-close {
    transform: translateX(0) translateY(-100%);
  }
}
.c-form__search .c-text {
  width: 100%;
  height: 4.375rem;
  background: transparent;
  border: 0;
  padding-left: 1.5625rem;
  padding-right: 5.625rem;
  font-size: 1.5625rem;
  color: #333333;
  font-family: "AllianzNeo-Regular";
}
.c-form__search .c-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e5e5e5;
  line-height: 1.40625rem;
}
.c-form__search .c-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e5e5e5;
  opacity: 1;
}
.c-form__search .c-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e5e5e5;
  opacity: 1;
}
.c-form__search .c-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e5e5e5;
}
@media screen and (max-width: 26.5625em) {
  .c-form__search .c-text {
    font-size: 1.125rem;
  }
}
.c-form__search .c-submit {
  position: absolute;
  z-index: 50;
  top: 1.125rem;
  right: 1.5625rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: #199dd7;
  font-size: 1.875rem;
  cursor: pointer;
}

.c-search__heading {
  display: flex;
  height: 20.3125rem;
  background: #f0f3f5;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 45.5em) {
  .c-search__heading {
    height: 16.875rem;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.c-search__form__page {
  max-width: 25.625rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.c-search__form__page .c-input__holder {
  margin-bottom: 1.25rem;
}
.c-search__form__page input[type=text] {
  width: 100%;
}
.c-search__form__page [type=submit] {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 45.5em) {
  .c-search__form__page [type=submit] {
    width: 15rem;
  }
}

.c-search__list__item {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  border-top: solid 1px #cfd1cc;
}
.c-search__list__item [class*=c-link] {
  font-size: 1.375rem;
  margin-bottom: 1.0625rem;
}
.c-search__list__item .c-breadcrumb {
  margin-bottom: 0;
}
.c-search__list__item .c-breadcrumb li {
  font-family: "AllianzNeo-Bold";
}
.c-search__list__item .c-breadcrumb li a {
  font-family: "AllianzNeo-Regular";
}

.c-breadcrumb {
  margin: 0 0 4.6875rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 45.5em) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb li {
  font-family: "AllianzNeo-Bold";
  font-size: 1rem;
  color: #a4a8a6;
}
.c-breadcrumb li:not(:last-of-type) {
  position: relative;
  margin-right: 2.1875rem;
}
.c-breadcrumb li:not(:last-of-type):after {
  position: absolute;
  right: -1.625rem;
  top: 0.0625rem;
  content: "\ea03";
  font-size: 0.875rem;
  font-family: "iconfont";
}
.c-breadcrumb a {
  font-family: "AllianzNeo-Regular";
  color: #a4a8a6;
  white-space: no-wrap;
}
.c-breadcrumb a:hover {
  text-decoration: underline;
}

.c-card {
  padding: 3.125rem 2.1875rem;
  border-radius: 0.3125rem;
  border: solid 0.1875rem #f0f3f5;
}

.c-card__title {
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  color: #00468b;
  margin-bottom: 2.1875rem;
}

.c-card__content a {
  margin-bottom: 0.625rem;
}

.c-cart__scpi {
  min-height: 13.75rem;
}
@media screen and (max-width: 45.5em) {
  .c-cart__scpi {
    min-height: auto;
  }
}

.c-accordion {
  display: block;
  padding: 1.875rem 2.1875rem;
  border-radius: 0.3125rem;
  border: solid 0.1875rem #f0f3f5;
}
.c-accordion.is-open .c-accordion__title:after {
  transform: rotate(-90deg);
}

.c-accordion__title {
  position: relative;
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  color: #00468b;
  padding-right: 2.5rem;
}
.c-accordion__title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.c-accordion__title:hover:after {
  text-decoration: none !important;
}
.c-accordion__title:after {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0.625rem;
  content: "\ea03";
  font-size: 0.875rem;
  font-family: "iconfont";
  color: #a4a8a6;
  transform: rotate(90deg);
  text-decoration: none !important;
}

.c-accordion__item {
  padding-top: 1.5625rem;
  font-size: 1rem;
  display: none;
}
.c-accordion__item.is-open {
  display: block;
}
.c-accordion__item strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "AllianzNeo-Bold";
  color: #00468b;
}

.c-accordion__content {
  padding-top: 0.9375rem;
  border-top: solid 1px #f0f3f5;
}
.c-accordion__content:not(:last-of-type) {
  padding-bottom: 0.9375rem;
}

.c-card + .c-accordion,
.c-accordion + .c-accordion {
  position: relative;
  margin-top: -0.1875rem;
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
}

.c-page__tools {
  position: relative;
}
@media screen and (max-width: 45.5em) {
  .c-page__tools {
    display: none;
  }
}
.c-page__tools .c-link__print {
  position: absolute;
  top: -0.625rem;
  right: 5.9375rem;
}
@media screen and (max-width: 64em) {
  .c-page__tools .c-link__print {
    right: 3.4375rem;
  }
}

.c-tools__download.inline {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 26.5625em) {
  .c-tools__download.inline {
    display: block;
  }
}
.c-tools__download.inline a {
  margin-bottom: 1.875rem;
  margin-right: 3.125rem;
  margin-top: 0;
}
@media screen and (max-width: 26.5625em) {
  .c-tools__download.inline a {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.c-tools__download a {
  display: block;
}
.c-tools__download a + a {
  margin-top: 0.625rem;
}
.c-tools__download.col-2 {
  display: flex;
}
.c-tools__download.col-2 .c-tools__download__item {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 0.625rem;
}
@media screen and (max-width: 40em) {
  .c-tools__download.col-2 .c-tools__download__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-tools__download.col-2 .c-tools__download__item a {
  margin-right: 0;
}
@media screen and (min-width: 426px) {
  .c-tools__download.no-margin a {
    margin-bottom: 0;
  }
}
.c-tools__download.no-margin a:last-of-type {
  margin-bottom: 0;
}

.c-from__contact__footer [class*=c-grid__column] {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 45.5em) {
  .c-from__contact__footer [class*=c-grid__column] {
    justify-content: center !important;
  }
}
.c-from__contact__footer [class*=c-grid__column]:first-child {
  justify-content: flex-start;
}
@media screen and (max-width: 45.5em) {
  .c-from__contact__footer [class*=c-grid__column]:first-child {
    order: 1;
    margin-top: 1.5625rem;
  }
}
.c-from__contact__footer [class*=c-grid__column]:last-child {
  justify-content: flex-end;
}

.c-form__msgError {
  text-align: left;
  font-family: "AllianzNeo-Regular";
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  line-height: 1.75rem;
  color: #d83832;
  margin-bottom: 1.875rem;
}

.c-input__holder.c-input--password span[class] {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 50;
  right: 0;
  width: 2.8125rem;
  bottom: 0;
  height: 2.8125rem;
  font-size: 1rem;
  color: #00468b;
  cursor: pointer;
  background-color: white;
}
.c-input__holder.c-input--password span[class].is-show:before {
  content: "\ea0e";
}

.c-input__holder.c-input--password span.form-error {
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 15px);
  border-radius: 0.3125rem;
  background: #ffffff;
  border: solid 1px #d83832;
  font-family: "AllianzNeo-Regular";
  color: #d83832;
  font-size: 1.125rem;
  padding: 0 1.25rem;
  justify-content: left;
}

.c-input__holder.c-input--password span.form-error:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  display: block;
  width: 1.75rem;
  height: 1rem;
  font-family: "iconfont";
  content: "\ea09";
  font-size: 0.875rem;
}

@media screen and (max-width: 45.5em) {
  .c-contact__info {
    border: solid 0.1875rem #f0f3f5;
    border-radius: 0.3125rem;
    max-width: calc(100% - 40px) !important;
  }
}
.c-contact__info .c-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 45.5em) {
  .c-contact__info .c-card {
    border: none;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.c-contact__info .c-card + .c-card {
  margin-top: 1.25rem;
}
@media screen and (max-width: 45.5em) {
  .c-contact__info .c-card + .c-card {
    margin-top: 0;
  }
}
.c-contact__info .c-card *:last-child {
  margin-bottom: 0;
}
.c-contact__info .c-form__title {
  margin-bottom: 0.125rem;
}
.c-contact__info p,
.c-contact__info a {
  font-size: 1.125rem;
  color: #00468b;
  line-height: 1.25rem;
}
.c-contact__info a:hover {
  text-decoration: underline;
}
.c-contact__info [class*=c-grid__column] {
  display: flex;
  flex-flow: wrap;
}

@media screen and (max-width: 45.5em) {
  .c-contact__upload [class*=c-grid__column] {
    display: flex;
    justify-content: center;
  }
  .c-contact__upload [class*=c-grid__column]:first-child {
    margin-bottom: 1.25rem;
    padding: 0;
  }
}
.c-contact__upload .g-recaptcha > div {
  max-width: 304px;
  width: 100% !important;
}
@media screen and (max-width: 45.5em) {
  .c-contact__upload .c-input__holder.has-upload {
    justify-content: center;
  }
}

.c-paginate {
  position: relative;
  padding: 3.125rem 0;
  background: transparent;
}
.c-paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 45.5em) {
  .c-paginate ul {
    text-align: center;
  }
}
.c-paginate ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease;
}
.c-paginate ul li:after {
  content: "-";
  position: absolute;
  right: -0.25rem;
}
.c-paginate ul li.prev:after, .c-paginate ul li.next:after, .c-paginate ul li:last-of-type:after, .c-paginate ul li.hide-after:after {
  display: none;
}
.c-paginate ul li a {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  transition: all 0.4s ease;
}
.c-paginate ul li, .c-paginate ul li a {
  font-family: "AllianzNeo-Regular";
  font-size: 1rem;
  color: #a4a8a6;
}
.c-paginate ul li.current, .c-paginate ul li:hover a {
  color: #199dd7;
}
.c-paginate ul li.current {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.c-paginate ul li .prev a,
.c-paginate ul li .next a {
  font-size: 0.8125rem;
}
.c-paginate ul li .prev a span,
.c-paginate ul li .next a span {
  position: relative;
  top: 0.125rem;
}

.c-nav__anchor {
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto 2.1875rem;
}
.c-nav__anchor ul {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.c-nav__anchor ul li {
  display: block;
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 880px) {
  .c-nav__anchor ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 40em) {
  .c-nav__anchor ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.c-nav__anchor ul a {
  display: flex;
  width: 100%;
  height: 3.75rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #f0f3f5;
  color: #199dd7;
  font-family: "AllianzNeo-Bold";
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  border-radius: 0.3125rem;
  transition: all 0.3s ease;
}
.c-nav__anchor ul a:hover {
  color: #ffffff;
  background: #00468b;
}
@media screen and (max-width: 40em) {
  .c-nav__anchor.small-6 ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.c-grid__gallery {
  display: flex;
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto;
  flex-flow: wrap;
  padding-top: 3.125rem;
}
@media screen and (max-width: 48em) {
  .c-grid__gallery {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.c-grid__gallery__item {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 48em) {
  .c-grid__gallery__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-grid__gallery__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 26.5625em) {
  .c-grid__gallery__item {
    max-width: 100%;
    flex: 0 0 100%;
    height: 10.625rem;
  }
}

.c-grid__gallery__item__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-left: 14%;
  padding-right: 14%;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease;
}

.c-grid__gallery__item__inner {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
  max-width: 18.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-grid__gallery__item__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
  background: #199dd7;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-grid__gallery__item__inner:hover:after, .c-grid__gallery__item__inner.is-active:after {
  opacity: 0.8;
}
.c-grid__gallery__item__inner:hover .c-grid__gallery__item__content, .c-grid__gallery__item__inner.is-active .c-grid__gallery__item__content {
  transform: translateY(0%);
  opacity: 1;
}

.c-grid__gallery__item__content__firstname {
  font-family: "AllianzNeo-Regular";
  font-size: 1.375rem;
}
@media screen and (max-width: 40em) {
  .c-grid__gallery__item__content__firstname {
    font-size: 1rem;
  }
}

.c-grid__gallery__item__content__lastname {
  position: relative;
  padding-bottom: 2.5rem;
  font-family: "AllianzNeo-Bold";
  font-size: 1.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  .c-grid__gallery__item__content__lastname {
    font-size: 1rem;
  }
}
.c-grid__gallery__item__content__lastname:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  display: block;
  width: 1.875rem;
  height: 1px;
  background: #ffffff;
}

.c-grid__gallery__item__content__job {
  font-family: "AllianzNeo-Regular";
  letter-spacing: 0.03125rem;
  font-size: 1rem;
}
@media screen and (max-width: 40em) {
  .c-grid__gallery__item__content__job {
    font-size: 0.875rem;
  }
}

.c-grid__gallery__item__picture {
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 26.5625em) {
  .c-grid__gallery__item__picture {
    height: 10.625rem;
    overflow: hidden;
  }
}
.c-grid__gallery__item__picture img {
  display: block;
}
@media screen and (max-width: 26.5625em) {
  .c-grid__gallery__item__picture img {
    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
  }
}

.c-data {
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  background: #f0f3f5;
}
@media screen and (max-width: 45.5em) {
  .c-data {
    padding-top: 0;
  }
}
.c-data:before {
  content: "";
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(/assets/media/images/c-bkg__data--01.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 45.5em) {
  .c-data:before {
    display: none;
  }
}
.c-data .o-container {
  position: relative;
  z-index: 50;
  flex-wrap: wrap;
}
@media screen and (max-width: 45.5em) {
  .c-data .o-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-data .c-info__small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "AllianzNeo-Regular";
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6 {
    width: 100%;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6:first-child {
    background-image: url(/assets/media/images/c-bkg__data--01.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6:first-child .c-data__col {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6:first-child .c-data__col br {
    display: none;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6:first-child .c-data__col span {
    margin-left: 0.3125rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-grid__column--large6:first-child .c-data__col:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 45.5em) {
  .c-data .c-title__main {
    font-size: 1.5rem;
  }
}
.c-data .c-tools__donwload a {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

[class*=c-grid__column].c-data--left,
[class*=c-grid__column].c-data--right {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}

.c-data--left .c-title__main {
  color: #ffffff;
}
.c-data--left p {
  color: #ffffff;
}

.c-data__grid {
  display: flex;
}
.c-data__grid .c-data__col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 0.3125rem;
}
.c-data__grid p {
  font-family: "AllianzNeo-Bold";
  font-size: 1.25rem;
}
.c-data__grid p.c-info {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 45.5em) {
  .c-data__grid p.c-info {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.c-data__row {
  padding-left: 0;
  margin-bottom: 1.4375rem;
  list-style: none;
  border-top: solid 1px #cfd1cc;
}
.c-data__row li {
  padding-top: 1.4375rem;
  padding-bottom: 1.375rem;
  font-family: "AllianzNeo-Regular";
  font-size: 1rem;
  color: #2c3035;
  border-bottom: solid 1px #cfd1cc;
}

.c-graph {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 45.5em) {
  .c-graph {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.c-graph [class*=c-grid__column] {
  display: flex;
}
@media screen and (max-width: 45.5em) {
  .c-graph [class*=c-grid__column] {
    justify-content: center;
  }
}
@media screen and (max-width: 45.5em) {
  .c-graph [class*=c-grid__column]:first-of-type {
    margin-bottom: 2.5rem;
  }
}

.c-graph__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 45.5em) {
  .c-graph__item {
    flex-direction: column;
    width: 100%;
  }
}

.c-graph__left {
  padding-right: 1.5625rem;
}
@media screen and (max-width: 45.5em) {
  .c-graph__left {
    order: 1;
    padding-right: 0;
    padding-top: 0.9375rem;
    display: block;
    width: 100%;
  }
}
.c-graph__left ul {
  list-style: none;
  padding-left: 0;
}
.c-graph__left ul li {
  font-family: "AllianzNeo-Bold";
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  text-align: right;
}
@media screen and (max-width: 45.5em) {
  .c-graph__left ul li {
    display: flex;
  }
}
.c-graph__left ul li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.c-graph__left ul li span:first-of-type {
  margin-right: 1.0625rem;
}
@media screen and (max-width: 45.5em) {
  .c-graph__left ul li span:first-of-type {
    text-align: right;
  }
}
.c-graph__left ul li span:last-of-type {
  width: 2.8125rem;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 45.5em) {
  .c-graph__left ul li span:first-of-type,
.c-graph__left ul li span:last-of-type {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0 0.625rem;
  }
}

.c-grid__advice {
  border-top: solid 1px #dbdbdb;
}

.c-grid__advice__item {
  padding: 2.5rem 1.875rem;
  border-bottom: solid 1px #dbdbdb;
}

.c-grid__advice__item__title {
  font-family: "AllianzNeo-Bold";
  font-size: 1.125rem;
  color: #00468b;
}

.c-grid__advice__item__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 40em) {
  .c-grid__advice__item__content {
    display: block;
    width: 100%;
  }
}
.c-grid__advice__item__content p {
  display: block;
  padding-right: 3.4375rem;
}
.c-grid__advice__item__content [class*=c-button] {
  white-space: nowrap;
  min-width: 15.625rem;
}

.o-tooltip__icon {
  position: relative;
  top: 0.1875rem;
  display: inline-block;
  margin-left: 0.625rem;
}
.o-tooltip__icon:hover {
  cursor: help;
}
.o-tooltip__icon:hover img {
  opacity: 0.7;
}
.o-tooltip__icon:hover .c-tooltip__content {
  opacity: 1;
  transform: translateY(-100%);
}
.o-tooltip__icon img {
  width: auto !important;
  opacity: 1;
  transition: all 0.3s ease;
}
.o-tooltip__icon .c-tooltip__content {
  pointer-events: none;
  position: absolute;
  top: -10px;
  right: -3.625rem;
  transform: translateY(-90%);
  background: #199dd7;
  width: 19.375rem;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  font-family: "AllianzNeo-Regular";
  font-size: 0.75rem;
  color: #ffffff;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease;
}
.o-tooltip__icon .c-tooltip__content.lowercase {
  text-transform: none;
}
@media screen and (max-width: 40em) {
  .o-tooltip__icon .c-tooltip__content {
    width: 12.5rem;
    padding: 0.9375rem;
  }
}
.o-tooltip__icon .c-tooltip__content:after {
  position: absolute;
  bottom: 0;
  right: 3.75rem;
  transform: translateY(100%);
  content: "";
  display: block;
  border-top: solid #199dd7 8px;
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
}
.o-tooltip__icon .c-tooltip__content.left {
  left: -0.625rem;
  right: auto;
}
.o-tooltip__icon .c-tooltip__content.left::after {
  right: auto;
  left: 0.75rem;
}

.c-page__404 {
  background-image: url(/assets/media/images/c-bkg__404.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 8.125rem 1.25rem;
}
.c-page__404 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8125rem;
}
.c-page__404 .c-page__404__title,
.c-page__404 .c-page__404__baseline {
  font-family: "AllianzNeo-Bold";
  color: #ffffff;
  text-align: center;
}
.c-page__404 .c-page__404__title {
  margin-bottom: 2.8125rem;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.c-page__404 .c-page__404__baseline {
  font-size: 1rem;
}
.c-page__404 .c-page__404__baseline a {
  color: #ffffff;
  text-decoration: underline;
}
.c-page__404 .c-page__404__baseline a:hover {
  color: #00aa88;
}

/* start state */
.my-mfp-zoom-in .mfp-image-holder,
.my-mfp-zoom-in .mfp-iframe-holder,
.my-mfp-zoom-in .mfp-inline-holder {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-image-holder,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-holder,
.my-mfp-zoom-in.mfp-ready .mfp-inline-holder {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-image-holder,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-holder,
.my-mfp-zoom-in.mfp-removing .mfp-inline-holder {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.o-modal__skin--white {
  max-width: 48.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem;
  background: #ffffff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 40em) {
  .o-modal__skin--white {
    padding: 2.8125rem 1.5625rem;
    border-radius: 0;
  }
}
.o-modal__skin--white .c-title__content {
  font-family: "AllianzNeo-Bold";
  color: #00468b;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.o-modal__skin--white .mfp-close {
  display: none;
  width: 1rem;
  height: 1rem;
  top: 1.25rem;
  right: 1.25rem;
  background: url(/assets/media/images/c-icon__close.svg) no-repeat 50% 50%;
  font-size: 0;
}
@media screen and (max-width: 40em) {
  .o-modal__skin--white .mfp-close {
    display: block;
  }
}

.c-modal__action .c-grid__column {
  padding: 0;
  display: flex;
  justify-content: center;
}
.c-modal__action [class*=c-button]:first-child {
  margin-right: 0.625rem;
}
.c-modal__action [class*=c-button]:last-child {
  margin-left: 0.625rem;
}
@media screen and (max-width: 26.5625em) {
  .c-modal__action [class*=c-button] {
    font-size: 0.75rem;
  }
}

.c-info__account .c-title__content {
  font-family: "AllianzNeo-Bold";
  letter-spacing: 0;
  margin-bottom: 1.5625rem;
  font-size: 1.375rem;
}
@media screen and (max-width: 40em) {
  .c-info__account .c-title__content {
    text-align: center;
  }
}

.c-info__content {
  display: flex;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 48em) {
  .c-info__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 26.5625em) {
  .c-info__content {
    flex-direction: column;
  }
}

.c-info__content__item {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 48em) {
  .c-info__content__item {
    display: flex;
  }
}
.c-info__content__item:not(:last-of-type) {
  margin-right: 3.125rem;
}
@media screen and (max-width: 26.5625em) {
  .c-info__content__item:not(:last-of-type) {
    margin-right: 0;
  }
}
.c-info__content__item strong, .c-info__content__item span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 26.5625em) {
  .c-info__content__item strong, .c-info__content__item span {
    text-align: center;
  }
}
.c-info__content__item strong {
  font-family: "AllianzNeo-Bold";
  margin-bottom: 0.3125rem;
  white-space: nowrap;
}
@media screen and (max-width: 48em) {
  .c-info__content__item strong {
    max-width: 6.25rem;
    flex: 0 0 6.25rem;
  }
}
.c-info__content__item span {
  font-family: "AllianzNeo-Light";
}
@media screen and (max-width: 48em) {
  .c-info__content.c-small__centered .c-info__content__item {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c-info__content.c-small__centered .c-info__content__item strong, .c-info__content.c-small__centered .c-info__content__item span {
    text-align: center;
    margin: 0.3125rem auto 0 !important;
  }
}

.c-info__cta {
  max-width: 48.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 3.125rem 1.25rem;
}

.o-container#js-toggle__info {
  display: none;
}

.c-box__holder {
  max-width: 62.25rem;
  display: flex;
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
}

[class*=c-box__item] {
  max-width: calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 40em) {
  [class*=c-box__item] {
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}
[class*=c-box__item][class*=heading] {
  display: flex;
  height: 15rem;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 40em) {
  [class*=c-box__item][class*=heading] {
    height: 10rem;
  }
}
@media screen and (max-width: 40em) {
  [class*=c-box__item].small-order-1 {
    order: 1;
  }
}
@media screen and (max-width: 40em) {
  [class*=c-box__item].small-order-2 {
    order: 2;
  }
}
@media screen and (max-width: 40em) {
  [class*=c-box__item].small-order-3 {
    order: 3;
  }
}
@media screen and (max-width: 40em) {
  [class*=c-box__item].small-order-4 {
    order: 4;
  }
}

.c-box__inner {
  width: 100%;
  text-align: center;
}

.c-box__grey {
  border-radius: 0.3125rem;
  background-color: #f0f3f5;
}

.c-tabs__controler {
  display: flex;
}

.c-tab__controler__item {
  display: flex;
  flex: 0 0 auto;
  height: 4.0625rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  background-color: #00468b;
  color: #ffffff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-family: "AllianzNeo-Bold";
  cursor: pointer;
}
.c-tab__controler__item:hover, .c-tab__controler__item.is-active {
  background-color: transparent;
  color: #00468b;
}
.c-tab__controler__item.is-active {
  cursor: default;
}

.c-tabs__content__item.is-visible {
  display: flex;
}
.c-tabs__content__item.is-hidden {
  display: none;
}

.o-steps__wrapper {
  position: relative;
}
.o-steps__wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 40;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}

.o-steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.o-steps li {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  font-family: "AllianzNeo-Bold";
  color: #00468b;
  font-size: 1.375rem;
  background-color: #d9d9d9;
  border-radius: 50%;
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media screen and (max-width: 40em) {
  .o-steps li {
    font-size: 1.125rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.o-steps li.is-active {
  background-color: #00468b;
  color: #ffffff;
}
.o-steps li.is-complete {
  background-color: #199dd7;
  color: #ffffff;
}

@media print {
  html, body {
    padding: 0;
    margin: 0;
  }

  @page {
    margin: 0mm;
  }
  #__bs_notify__ {
    display: none !important;
  }
}
.c-print__wrapper {
  width: 100%;
  max-width: 90em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px 50px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__wrapper {
      padding: 0 5px;
    }
  }
}
@media print {
  .c-print__wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 0;
  }
}
.c-print__wrapper .align-center {
  width: auto;
  text-align: center;
}
.c-print__wrapper .align-left {
  text-align: left;
}
.c-print__wrapper .align-right {
  text-align: right;
}
.c-print__wrapper h1,
.c-print__wrapper h2,
.c-print__wrapper p,
.c-print__wrapper li {
  display: block;
  color: #000000;
}
.c-print__wrapper h1, .c-print__wrapper h2, .c-print__wrapper h3 {
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.c-print__wrapper h1.not-uppercase, .c-print__wrapper h2.not-uppercase, .c-print__wrapper h3.not-uppercase {
  text-transform: none;
}
.c-print__wrapper h1 {
  margin-bottom: 4%;
  font-size: 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__wrapper h1 {
      margin-bottom: 0;
    }
  }
}
.c-print__wrapper h2 {
  font-size: 15px;
  margin: 3.5% 0 1.5%;
}
.c-print__wrapper h2 + h2 {
  margin-top: 2.5%;
}
.c-print__wrapper h3 {
  font-size: 12px;
  margin: 5px 0;
}
.c-print__wrapper p,
.c-print__wrapper span {
  font-family: "AllianzNeo-Light", Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
.c-print__wrapper p.c-print__strong,
.c-print__wrapper span.c-print__strong {
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
}
.c-print__wrapper span strong {
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
}
.c-print__wrapper p {
  margin: 10px 0;
}
.c-print__wrapper p, .c-print__wrapper p strong {
  font-size: 14px;
}
.c-print__wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  margin-bottom: 2.5%;
  padding: 0;
}
.c-print__wrapper table thead,
.c-print__wrapper table tbody {
  width: 100%;
  border: 1px solid #000000;
}
.c-print__wrapper table thead td:not(:last-of-type), .c-print__wrapper table thead th:not(:last-of-type),
.c-print__wrapper table tbody td:not(:last-of-type),
.c-print__wrapper table tbody th:not(:last-of-type) {
  border-right: 1px solid #000000;
}
.c-print__wrapper table thead th {
  padding: 2px 15px;
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.c-print__wrapper table thead th.c-print__th__small {
  font-size: 13px;
}
.c-print__wrapper table tbody tr {
  border-bottom: 1px solid #000000;
}
.c-print__wrapper table tbody tr td {
  font-size: 13px;
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
  padding: 5px 15px;
}
.c-print__wrapper table tbody tr td.c-print__total {
  font-size: 17px;
  text-align: right;
}
.c-print__wrapper table tbody tr td.c-print__italic {
  width: 40%;
  font-family: "AllianzNeo-Light", Arial, sans-serif;
  font-weight: 300;
}
.c-print__wrapper table tbody tr td.c-print__td--large {
  width: 77%;
}
.c-print__wrapper table tbody tr td.c-print__td--large {
  width: 59%;
}
.c-print__wrapper table tbody tr td.c-print__td--mid {
  width: 18%;
}
.c-print__wrapper table tbody tr td.c-print__td--small {
  width: 23%;
}
.c-print__wrapper table tbody tr td *:last-child {
  margin-bottom: 0;
}
.c-print__wrapper table.c-print__table--customborder thead,
.c-print__wrapper table.c-print__table--customborder tbody {
  border: none;
}
.c-print__wrapper table.c-print__table--customborder thead {
  border-bottom: 1px solid #000000;
}
.c-print__wrapper table.c-print__table--customborder tbody tr {
  border-bottom: none;
}
.c-print__wrapper table.c-print__table--customborder tbody tr:last-of-type {
  border-top: 1px solid #000000;
}
.c-print__wrapper table.c-print__table--customborder td:not(:last-of-type), .c-print__wrapper table.c-print__table--customborder th:not(:last-of-type) {
  border: none;
}
.c-print__wrapper table.c-print__table--big thead th {
  font-size: 10px;
  text-transform: none;
}
.c-print__wrapper table.c-print__table--big tbody td {
  font-size: 9px;
}
.c-print__wrapper table.c-print__table--big td:first-child, .c-print__wrapper table.c-print__table--big th:first-child {
  min-width: 250px;
}
.c-print__wrapper table.c-print__table--big td:not(:first-child), .c-print__wrapper table.c-print__table--big th:not(:first-child) {
  text-align: center;
}
.c-print__wrapper ul {
  display: block;
  padding: 0;
  margin: 5px 0 30px;
  list-style-type: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__wrapper ul {
      margin-bottom: 5px;
    }
  }
}
.c-print__wrapper ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-family: "AllianzNeo-Light", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 36px;
}
.c-print__wrapper ul li strong {
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
}
.c-print__wrapper ul li::before {
  position: absolute;
  display: inline-block;
  content: "–";
  top: 0;
  left: 0;
  font-weight: 300;
  pointer-events: none;
}

.c-print__logo {
  width: 300px;
}

.c-print__address {
  margin: 5% 20% 5% auto;
  text-align: right;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__address {
      margin: 10px 20% 10px;
    }
  }
}
.c-print__address > div {
  display: inline-block;
}
.c-print__address p {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  line-height: 1.5;
}
.c-print__address p.not-uppercase, .c-print__address p .not-uppercase {
  text-transform: none;
}
.c-print__address h1 {
  margin-bottom: 8px;
}
.c-print__address h2 {
  margin: 0 0 8px;
}
.c-print__address .c-print__address--info {
  max-width: 370px;
  margin-right: 25px;
  margin-left: auto;
  margin-top: 20px;
}
.c-print__address .c-print__address--info i {
  font-family: "AllianzNeo-Light", Arial, sans-serif;
  font-weight: 300;
}
.c-print__address.c-print__customAddress p {
  font-size: 12px;
  line-height: 1.25;
}
.c-print__address.c-print__customAddress p strong {
  font-size: 12px;
}
.c-print__address.c-print__customAddress p small {
  font-size: 10px;
}
.c-print__address.c-print__customAddress h1 {
  font-size: 15px;
}

.c-print__floating--holder {
  width: 100%;
  clear: both;
  float: none;
  margin-top: 50px;
  margin-bottom: 75px;
}
.c-print__floating--holder:after {
  content: "";
  display: table;
  clear: both;
}
.c-print__floating--holder:before, .c-print__floating--holder:after {
  content: "";
  display: table;
}
.c-print__floating--holder:after {
  clear: both;
}
.c-print__floating--holder {
  *zoom: 1;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__floating--holder {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
}
.c-print__floating--holder.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.c-print__floating--holder [class*=c-print__floating] {
  width: 50%;
  margin: 0;
}
.c-print__floating--holder [class*=c-print__floating].c-print__logo__holder, .c-print__floating--holder [class*=c-print__floating].c-print__logo__holder.c-print__logo {
  width: 200px;
  max-width: 200px;
}
.c-print__floating--holder [class*=c-print__floating].c-print__logo__holder + .c-print__floating--right {
  width: 485px;
  max-width: 485px;
}
.c-print__floating--holder [class*=c-print__floating].c-print__logo__holder p {
  margin-top: 125px;
}

.c-print__floating--left {
  float: left;
}
.c-print__floating--left > *:first-child {
  margin-top: 0;
}

.c-print__floating--right {
  float: right;
}

.c-print__attestation__holder {
  max-width: 500px;
  margin-bottom: 50px;
}

.c-print__footer__holder {
  width: 100%;
  display: block;
}
@media print {
  .c-print__footer__holder {
    width: 100%;
    display: block;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-print__footer__holder {
      bottom: 0;
      padding: 0;
    }
  }
}

.c-print__footer {
  position: relative;
  width: 100%;
  display: block;
}
.c-print__footer p:first-child {
  width: 100%;
  display: block;
}
.c-print__footer p, .c-print__footer a {
  color: #0d58a0;
  text-decoration: none;
}
.c-print__footer p {
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.c-print__footer .c-print__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.c-print__footer .c-print__bottom img {
  width: 60px;
  display: inline-block;
  vertical-align: bottom;
}

p.c-print__prevfooter {
  margin-top: 11%;
  margin-bottom: 5%;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p.c-print__prevfooter {
      margin-top: 1%;
      margin-bottom: 0;
    }
  }
}

.c-print__underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-line: underline;
}

.c-print__italic {
  font-style: italic;
}

.c-print__small {
  font-size: 12px;
  font-family: "AllianzNeo-Bold", Arial, sans-serif;
  font-weight: 400;
}

.c-print__grey {
  background-color: #e5e5e5;
}

.c-print__bordered {
  padding: 5px 10px;
  border: 1px solid #000000;
}

.c-print__indented {
  display: inline-block;
  text-indent: 20px;
}

@media screen and (max-width: 45.5em) {
  .c-row__content .c-grid__column--large6 {
    margin-bottom: 1.5625rem;
  }
}

[class*=o-section].c-download__section {
  padding-bottom: 2.8125rem;
}
[class*=o-section].c-download__section .c-news__title {
  margin-bottom: 2.5rem;
}

.c-relative {
  position: relative;
}
.c-relative.mrg-top {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 45.5em) {
  .c-relative:not(.no-mrg) {
    margin-bottom: 1.875rem;
  }
  .c-relative .c-title__main {
    font-size: 1.5rem;
  }
}

.c-wrapper__link {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
@media screen and (max-width: 56.25em) {
  .c-wrapper__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 0.5625rem 0;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 45.5em) {
  .c-wrapper__link {
    padding: 0;
    margin: 0;
  }
}

[class*=o-section] {
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 45.5em) {
  [class*=o-section] {
    padding: 2.5rem 0 2.5rem;
  }
}
[class*=o-section][class*="--white"] {
  background-color: #ffffff;
}
[class*=o-section][class*="--lightGrey"] {
  background-color: #f0f3f5;
}
[class*=o-section][class*="--borderBtm"] {
  border-bottom: solid 2px #e5e5e5;
}
[class*=o-section][class*="--picture"] {
  height: 20.625rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 40em) {
  [class*=o-section][class*="--picture"] {
    height: 10.625rem;
    background-position: 30% 50%;
  }
}

[class*=c-section][class*=no-padding][class*="--top"] {
  padding-top: 0;
}

::-moz-selection {
  color: #ffffff;
  background: #199dd7;
}

::selection {
  color: #ffffff;
  background: #199dd7;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
}

body.is-fixed {
  overflow: hidden;
}

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

.align-center {
  width: 100%;
  text-align: center;
}

.align-middle {
  align-items: center;
}

[class*=o-main] {
  padding-top: 2.8125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 45.5em) {
  [class*=o-main] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 45.5em) {
  [class*=o-main] [class*=o-section],
[class*=o-main] .c-data,
[class*=o-main] .c-section--darkGrey,
[class*=o-main] .c-newsLanding {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
[class*=o-main] [class*=o-section][class*="--grey"],
[class*=o-main] .c-data[class*="--grey"],
[class*=o-main] .c-section--darkGrey[class*="--grey"],
[class*=o-main] .c-newsLanding[class*="--grey"] {
  background: #f0f3f5;
}

.c-section--darkGrey {
  overflow: hidden;
}

.o-main--noPdgBtm {
  padding-bottom: 0;
}

.o-main--noPdg {
  padding-top: 0;
  padding-bottom: 0;
}

.c-section--grey,
.c-section--white,
.c-section--darkGrey {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.c-section--grey {
  background: #f0f3f5;
}

.c-section--darkGrey {
  background: #2c3035;
}

.c-section--white {
  background: #ffffff;
}

@media screen and (max-width: 728px) {
  .o-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding-left: 4.375rem;
    height: auto;
    background: #00468b;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .o-nav::-webkit-scrollbar {
    width: 0 !important;
  }
  .o-nav .c-nav__level0 {
    padding-left: 0;
    padding-top: 1.25rem;
    height: auto;
    width: 100%;
  }
  .o-nav .c-nav__level0:before {
    display: none;
  }
  .o-nav .c-nav__level0 > li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: solid 0.0625rem rgba(255, 255, 255, 0.1);
  }
  .o-nav .c-nav__level0 > li a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 2.8125rem;
    text-align: left;
    color: #ffffff;
  }
  .o-nav .c-nav__level0 > li a:hover {
    background: #ffffff;
    color: #00468b;
  }
}
.o-nav .c-nav__icon {
  position: fixed;
  left: 16px;
}
.o-nav .c-nav__icon span, .o-nav .c-nav__icon span:before, .o-nav .c-nav__icon span:after {
  background: #ffffff;
}

.o-nav,
.o-nav .c-nav__level1 {
  transition: all 0.4s ease;
}
@media screen and (max-width: 728px) {
  .o-nav,
.o-nav .c-nav__level1 {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 728px) {
  .o-nav.is-inViewport,
.o-nav .c-nav__level1.is-inViewport {
    transform: translateY(0);
  }
}

.c-nav__icon {
  position: relative;
  display: none;
  width: 28px;
  height: 19px;
  top: 19px;
}
@media screen and (max-width: 728px) {
  .c-nav__icon {
    display: block;
  }
}
.c-nav__icon span {
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 3px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.4s ease;
}
.c-nav__icon span:before, .c-nav__icon span:after {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 3px;
  transition: all 0.4s ease;
}
.c-nav__icon span:before {
  top: -0.625rem;
  transform: rotate(0deg);
}
.c-nav__icon span:after {
  bottom: -0.625rem;
  transform: rotate(0deg);
}
.c-nav__icon span, .c-nav__icon span:before, .c-nav__icon span:after {
  background: #00468b;
}
.c-nav__icon.is-active span {
  background-color: transparent;
}
.c-nav__icon.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.c-nav__icon.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-nav__close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  height: 100vh;
  display: none;
  background: rgba(25, 157, 215, 0.6);
  -webkit-animation: displayNoneToFadeIn .4s 1;
  -moz-animation: displayNoneToFadeIn .4s 1;
  -o-animation: displayNoneToFadeIn .4s 1;
  animation: displayNoneToFadeIn .4s 1;
}
.c-nav__close.is-active {
  display: block;
}

.o-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 40em) {
  .o-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.o-container.column {
  flex-direction: column;
}
.o-container.large-10 {
  max-width: 62.5rem;
}
.o-container.large-8 {
  max-width: 50rem;
}

.c-grid__row {
  display: flex;
  flex-flow: wrap;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-grid__row.margin-btm {
  margin-bottom: 4.375rem;
}
.c-grid__row.margin-btm-big {
  margin-bottom: 6.25rem;
}

.c-row--centered {
  justify-content: center;
}

[class*=c-grid__column] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 100%;
  flex-basis: 100%;
}
[class*=c-grid__column][class*="--large6"] {
  max-width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 45.5em) {
  [class*=c-grid__column][class*="--large6"] {
    max-width: 100%;
    flex-basis: 100%;
  }
}
