.shop-solution-banner .collection-image {
  display: flex;
  align-items: center;
  height: 80px;
  width: 80px;
}
.shop-solution-banner .collection-image > img {
  margin: 0 auto;
  max-height: 80px;
  max-width: 80px;
}

.shop-solution-banner li.collection-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shop-solution-banner li.collection-item-separator {
  display: inline-block;
}
.shop-solution-banner li.collection-item-separator > i.ficon-plus {
  color: #55555a;
  font-size: 25px;
}

.shop-solution-banner ul.collection-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .shop-solution-banner .s ul.collection-list > li:last-child {
    display: none;
  }
  .shop-solution-banner .s ul.collection-list > li:nth-last-child(-n+2) {
    display: none;
  }
}

.shop-solution-banner .headline {
  color: #1d252c;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}

.shop-solution-banner .secondary-headline {
  color: #0046be;
}
.shop-solution-banner .secondary-headline:hover {
  color: #001e73;
}

.shop-solution-banner .standard-layout > a {
  display: flex;
  padding: 15px 0;
}
.shop-solution-banner .standard-layout > a:hover {
  color: #001e73;
  text-decoration: none;
}
.shop-solution-banner .standard-layout.l {
  margin: 45px 0;
}
.shop-solution-banner .standard-layout.l > a {
  border-top: 1px solid #c5cbd5;
  border-bottom: 1px solid #c5cbd5;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.shop-solution-banner .standard-layout.l > a ul.collection-list {
  flex: 2 1 auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.shop-solution-banner .standard-layout.l > a ul.collection-list > li:not(:last-child) {
  margin-right: 5px;
}
.shop-solution-banner .standard-layout.l > a ul.collection-list > li:not(:first-child) {
  margin-left: 5px;
}
.shop-solution-banner .standard-layout.l > a i.ficon-plus {
  font-size: 35px;
}
.shop-solution-banner .standard-layout.l > a > .headlines-wrapper {
  flex: 1 1 350px;
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.shop-solution-banner .standard-layout.l > a .collection-image {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
}
.shop-solution-banner .standard-layout.l > a .collection-image > img {
  margin: 0 auto;
  max-height: none;
  max-width: none;
}
.shop-solution-banner .standard-layout.s > a {
  flex-direction: column-reverse;
  align-items: center;
}
.shop-solution-banner .standard-layout.s > a > .headlines-wrapper {
  text-align: center;
}

.shop-solution-banner .slim-layout {
  min-width: 225px;
  padding: 0 5px;
}
.shop-solution-banner .slim-layout a {
  text-decoration: none;
}
.shop-solution-banner .slim-layout .collection-list {
  display: flex;
  flex-wrap: wrap;
}
.shop-solution-banner .slim-layout .headline {
  color: #1d252c;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}
.shop-solution-banner .slim-layout .secondary-headline {
  color: #0046be;
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
}
.shop-solution-banner .slim-layout .secondary-headline:hover {
  color: #001e73;
}
.shop-solution-banner .slim-layout .collection-item {
  justify-content: center;
  flex: 1 1 50%;
  padding: 20px 0;
}
.shop-solution-banner .slim-layout .collection-item:nth-child(1) {
  border-bottom: 1px solid #e0e6ef;
  border-right: 1px solid #e0e6ef;
}
.shop-solution-banner .slim-layout .collection-item:nth-child(2) {
  border-bottom: 1px solid #e0e6ef;
}
.shop-solution-banner .slim-layout .collection-item:nth-child(3) {
  border-right: 1px solid #e0e6ef;
}
.shop-solution-banner .slim-layout .collection-image {
  height: 75px;
  width: 100px;
}
.shop-solution-banner .slim-layout .collection-image > img {
  max-height: 100px;
  max-width: 100px;
}

.shop-solution-banner .medium-layout {
  display: block;
  width: 100%;
  min-width: 420px;
  padding: 10px 5px;
  margin-top: 25px;
  border: 1px solid #c5cbd5;
  position: relative;
  justify-content: space-between;
  border-radius: 4px;
  text-decoration: none;
}
.shop-solution-banner .medium-layout .space-div {
  min-width: 20px;
}
.shop-solution-banner .medium-layout .headlines-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-solution-banner .medium-layout .headline {
  color: #1d252c;
  font-size: 15px;
  font-weight: normal;
  font-weight: 400;
  margin: 8px 0 8px 8px;
}
.shop-solution-banner .medium-layout .secondary-headline {
  color: #0046be;
  text-align: left;
  font-size: 15px;
  margin: 8px 0 8px 0;
  margin-right: 12px;
}
.shop-solution-banner .medium-layout:hover .secondary-headline {
  color: #001e73;
}
.shop-solution-banner .medium-layout .collection-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.shop-solution-banner .medium-layout .collection-image {
  height: 70px;
  width: 70px;
}
.shop-solution-banner .medium-layout .collection-image > img {
  max-height: 70px;
  max-width: 70px;
}
.shop-solution-banner .medium-layout .s {
  min-width: 319px;
}
.shop-solution-banner .medium-layout .s li.collection-item-separator > i.ficon-plus {
  font-size: 20px;
}
.shop-solution-banner .medium-layout .s .secondary-headline {
  border-top: 1px solid #c5cbd5;
  font-size: 15px;
  margin-left: 12px;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-right: 12px;
}
.shop-solution-banner .medium-layout .s .headline {
  font-size: 17px;
  margin-left: 11px;
  padding-bottom: 10px;
  padding-left: 0;
}
.shop-solution-banner .medium-layout:after,
.shop-solution-banner .medium-layout:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.shop-solution-banner .medium-layout:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.shop-solution-banner .medium-layout:before {
  border-color: rgba(235, 245, 244, 0);
  border-bottom-color: #c5cbd5;
  border-width: 22px;
  margin-left: -22px;
}
@media only screen and (max-width: 516px) {
  .shop-solution-banner .medium-layout {
    min-width: 290px;
  }
  .shop-solution-banner .medium-layout li.collection-item:nth-last-child(-n + 2) {
    display: none;
  }
  .shop-solution-banner .medium-layout li.collection-item-separator:nth-last-child(-n + 2) {
    display: none;
  }
  .shop-solution-banner .medium-layout .ficon-plus {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .shop-solution-banner .medium-layout .collection-image img {
    max-width: 60px;
    max-height: 60px;
  }
}


/*# sourceMappingURL=client-a90f9ee5e42eb29efb0c085ed41009ff.css.map*/