.partners-hero-banner__breadcrumb {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  margin-left: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .partners-hero-banner__breadcrumb {
    justify-content: flex-start;
    margin-bottom: 9px;
    margin-left: 0;
  }
}
.partners-hero-banner__breadcrumb__list {
  display: flex;
  list-style: none;
  margin-bottom: 34px;
  padding-left: 0;
}
@media screen and (min-width: 600px) {
  .partners-hero-banner__breadcrumb__list {
    margin-bottom: 6px;
  }
}
.partners-hero-banner__breadcrumb__list__item {
  padding-right: 12px;
}
.partners-hero-banner__breadcrumb__list__item::after {
  content: "";
  display: inline-block;
  align-items: center;
  margin-left: 4px;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #002776;
  border-width: 0 2px 2px 0;
  opacity: 0.5;
}
.partners-hero-banner__breadcrumb__list__item:last-child {
  padding-right: 0;
}
.partners-hero-banner__breadcrumb__list__item:last-child a {
  text-decoration: none;
}
.partners-hero-banner__breadcrumb__list__item:last-child::after {
  content: "";
  display: none;
}
.partners-hero-banner__breadcrumb__list__item__link:link, .partners-hero-banner__breadcrumb__list__item__link:visited {
  color: #002776;
  font-size: 0.8125em;
  text-decoration: underline;
}
.partners-hero-banner__breadcrumb__list__item__link:hover, .partners-hero-banner__breadcrumb__list__item__link:active, .partners-hero-banner__breadcrumb__list__item__link:focus {
  color: #002776;
  text-decoration: none;
}
.partners-hero-banner__breadcrumb__list__span {
  color: #002776;
  font-size: 0.8125em;
  text-decoration: none;
}

.hp-hero-banner {
  position: relative;
  background-color: #e6e0f1;
}
.hp-hero-banner__vector {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 49.4%;
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__vector {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: 27.8%;
  }
}
.hp-hero-banner__inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  margin: 63px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__inner {
    height: 768px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__inner {
    height: 560px;
  }
}
.hp-hero-banner__text-container {
  position: relative;
  left: 0;
  align-self: center;
  max-width: 100%;
  margin-top: 56px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container {
    z-index: 3;
    top: 0;
    margin-top: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container {
    position: absolute;
    top: 9%;
    left: 0;
    margin-top: 68px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .partners-hero-banner__breadcrumb + .hp-hero-banner__text-container--no-news-label {
    margin-top: 62px;
  }
}
.hp-hero-banner__text-container--no-news-label {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container--no-news-label {
    z-index: 3;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container--no-news-label {
    margin-top: 109px;
  }
}
.hp-hero-banner__text-container__info-banner {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .hp-hero-banner__text-container__info-banner {
    margin: 35px 0 0;
  }
}
.hp-hero-banner__text-container__info-banner__text {
  position: absolute;
  bottom: 8px;
  margin-bottom: 0;
  background: #1bbb17;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding: 4px 12px;
}
@media screen and (max-width: 1200px) {
  .hp-hero-banner__text-container__info-banner__text {
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 10px;
  }
}
.hp-hero-banner__text-container__headline {
  margin: 0 25px;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 120%;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container__headline {
    max-width: 100%;
    font-size: 3.125em;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container__headline {
    max-width: 366px;
    margin: 0 0 20px;
  }
}
.hp-hero-banner__text-container__headline--no-box {
  margin: 0 20px 8px;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 120%;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container__headline--no-box {
    font-size: 3.125em;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container__headline--no-box {
    max-width: 569px;
    margin: 0 0 20px;
    text-align: left;
  }
}
.hp-hero-banner__text-container__text {
  max-width: 298px;
  margin: 8px auto;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.375;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container__text {
    max-width: 500px;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container__text {
    max-width: 300px;
    margin: 0 0 20px 0;
  }
}
.hp-hero-banner__text-container__text--no-box {
  max-width: 630px;
  margin: 0 auto 16px;
  padding: 0 15px;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__text-container__text--no-box {
    margin-bottom: 12px;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container__text--no-box {
    max-width: 500px;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
  }
}
.hp-hero-banner__text-container__link {
  margin: 20px 0 0;
  font-family: "Open Sans", Arial, Helvetica;
  color: #002776;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 22px;
  text-decoration: none;
}
.hp-hero-banner__text-container__link a {
  color: #002776;
  text-decoration: underline;
}
.hp-hero-banner__text-container__link a:hover,
.hp-hero-banner__text-container__link a:active {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .hp-hero-banner__text-container__link {
    margin: 8px 0 25px 0;
    text-align: center;
  }
}
.hp-hero-banner__text-container__button {
  display: block;
  width: 260px;
  height: 40px;
  margin: 0 auto 20px;
  padding: 12px 24px;
  border: none;
  background: #002776;
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__text-container__button {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.hp-hero-banner__text-container__button:hover {
  background: #00acdc;
}
.hp-hero-banner__text-container__button:active {
  background: #002776;
}
.hp-hero-banner__text-container__button__text {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #fff;
}
.hp-hero-banner__text-container__button__text--white {
  color: #002776;
}
.hp-hero-banner__text-container__button--white {
  background-color: transparent;
  border: 1px solid #002776;
}
.hp-hero-banner__text-container__button--white:hover {
  background-color: transparent;
  border-color: #00acdc;
}
.hp-hero-banner__text-container__button--white:active {
  background-color: #002776;
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__wrapper {
    padding-top: 45px;
  }
}
.hp-hero-banner__wrapper__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  height: 453px;
  transform: translate(-50%, 0%);
  background-size: auto;
  display: none;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__image {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__wrapper__image {
    bottom: 0;
    left: 48.8%;
    height: 381px;
  }
}
.hp-hero-banner__wrapper__image--no-box {
  position: relative;
  display: block;
  z-index: 2;
  height: 263px;
  margin: auto;
  background-size: auto;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__image--no-box {
    height: 453px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__wrapper__image--no-box {
    position: absolute;
    left: 74%;
    bottom: 0;
    height: 453px;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 599px) {
  .hp-hero-banner__wrapper__image--mobile-visible {
    display: block;
    position: relative;
    display: block;
    z-index: 2;
    height: 263px;
    margin: auto;
    background-size: auto;
    bottom: unset;
    left: unset;
    transform: unset;
  }
}
.hp-hero-banner__wrapper__image--mobile-hidden {
  display: none;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__image--mobile-hidden {
    display: block;
  }
}
.hp-hero-banner__wrapper__track-package-box {
  width: 290px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 88px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box {
    width: 384px;
    height: 218px;
    margin-top: 122px;
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero-banner__wrapper__track-package-box {
    top: 17.7%;
    width: 374px;
    transform: translate(50%, 0%);
    margin: 0;
  }
}
.hp-hero-banner__wrapper__track-package-box__inner {
  position: relative;
  z-index: 3;
  align-self: center;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  box-sizing: border-box;
}
.hp-hero-banner__wrapper__track-package-box__button-wrapper {
  padding: 24px;
  background-color: #f4f6f6;
  border-bottom: 1px solid #e0e6e6;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box__button-wrapper {
    padding: 24px 32px;
  }
}
.hp-hero-banner__wrapper__track-package-box__search-wrapper {
  padding: 24px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box__search-wrapper {
    padding: 32px;
  }
}
.hp-hero-banner__wrapper__track-package-box__headline {
  margin-bottom: 8px;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
}
.hp-hero-banner__wrapper__track-package-box__search-box {
  position: relative;
  flex-direction: row;
  align-items: center;
}
.hp-hero-banner__wrapper__track-package-box__search-box__form {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 44px;
  box-sizing: border-box;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field {
  width: calc(100% - 55px);
  height: 44px;
  padding: 0 0 0 16px;
  border: 1px solid rgba(27, 48, 102, 0.4);
  outline: none;
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field:focus {
  border: 2px solid #00acdc;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field::-ms-clear {
  display: none;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field::placeholder {
  font-family: Open Sans, Arial, Helvetica;
  color: #252525;
  opacity: 0.8;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field::-webkit-input-placeholder {
  /* Edge */
  text-transform: none;
  color: #252525;
  opacity: 0.8;
  font-size: 0.875em;
  font-weight: normal;
}
.hp-hero-banner__wrapper__track-package-box__search-box__search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: none;
  color: #252525;
  opacity: 0.8;
  font-size: 0.875em;
  font-weight: normal;
}
.hp-hero-banner__wrapper__track-package-box__search-box__button-loupe {
  width: 55px;
  min-width: 55px;
  height: 100%;
  outline: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9c822;
  background-image: url("../img/search-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  display: block;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box__search-box__button-loupe {
    border: 0;
  }
}
.hp-hero-banner__wrapper__track-package-box__search-box__button-loupe:hover, .hp-hero-banner__wrapper__track-package-box__search-box__button-loupe:focus {
  background: #00acdc;
  background-image: url("../img/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}
.hp-hero-banner__wrapper__track-package-box__search-box__button-loupe:active {
  background: #002776;
  background-image: url("../img/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: none) {
  .hp-hero-banner__wrapper__track-package-box__search-box__button-loupe:hover {
    background-color: #f9c822;
    background-image: url("../img/search-blue.svg");
  }
}
.hp-hero-banner__wrapper__track-package-box__search-box__msg {
  font-family: Open Sans, Arial, Helvetica;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.hp-hero-banner__wrapper__track-package-box__search-box--error .hp-hero-banner__wrapper__track-package-box__search-box__search-field {
  border-color: #ea242b;
  border-right-color: transparent;
}
.hp-hero-banner__wrapper__track-package-box__search-box--error .hp-hero-banner__wrapper__track-package-box__search-box__msg {
  color: #ea242b;
}
.hp-hero-banner__wrapper__track-package-box__search-box__error-message {
  display: none;
  margin-top: 9px;
  color: #ea242b;
  opacity: 0.8;
  font-size: 0.75em;
  font-weight: 600;
}
.hp-hero-banner__wrapper__track-package-box__text {
  margin-bottom: 16px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  color: #002776;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box__text {
    width: 100%;
    padding-top: 24px;
  }
}
.hp-hero-banner__wrapper__track-package-box__button-search {
  width: 100%;
  height: 33px;
  border: 1px solid #002776;
  background-color: #002776;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  padding: 8px 12px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__wrapper__track-package-box__button-search {
    padding-right: 24px;
    padding-left: 20px;
  }
}
.hp-hero-banner__wrapper__track-package-box__button-search:hover, .hp-hero-banner__wrapper__track-package-box__button-search:focus {
  background: #00acdc;
  border: 1px solid #00acdc;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  outline: none;
}
.hp-hero-banner__wrapper__track-package-box__button-search:active {
  border: 0;
  box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  outline: none;
}
@media (hover: none) {
  .hp-hero-banner__wrapper__track-package-box__button-search:hover {
    border: 1px solid #002776;
    background-color: #002776;
    box-shadow: 2px 2px 4px rgba(159, 159, 159, 0.2);
  }
}
.hp-hero-banner__wrapper__track-package-box__button-search__text {
  margin: 0;
  color: #ffffff;
  font-family: Open Sans, Arial, Helvetica;
  font-size: 0.6875em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
.hp-hero-banner__wrapper__track-package-box__button-search__text__arrow {
  display: inline-block;
  align-items: center;
  padding: 2.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  opacity: 0.5;
  margin-left: 2px;
}
.hp-hero-banner__image2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  height: 53px;
}
@media screen and (min-width: 600px) {
  .hp-hero-banner__image2 {
    display: block;
    height: 103px;
  }
}

.hp-hero-banner__text-container__headline[tabindex]:focus {
  outline: none;
}

.hp-hero-banner__text-container__text[tabindex]:focus {
  outline: none;
}

.hp-hero-banner__wrapper__track-package-box__headline[tabindex]:focus {
  outline: none;
}

.hp-hero-banner__wrapper__track-package-box__text[tabindex]:focus {
  outline: none;
}

.portlet-configuration .panel-heading {
  display: block;
}