.crossSell-Component .apyFont,
.crossSell-Component .apy_Text,
.crossSell-Component .content-box .body span.display {
  font-weight: 500;
  font-family: Circular,Arial,Helvetica,sans-serif
}
.crossSell-Component .apyFont,
.crossSell-Component .apy_Text,
.crossSell-Component .emmZafin_Apy {
  color: #001e79;
  font-family: Circular,Arial,Helvetica,sans-serif
}
.crossSell-Component .content {
  display: grid;
  border-radius: .75rem
}
.crossSell-Component .content:not(.one-block) .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.crossSell-Component .content.one-block .button-group {
  align-items: center;
  margin: 1rem 0
}
.crossSell-Component a.arrow-link .icon.chevron::after {
  vertical-align: middle;
  position: relative
}
.crossSell-Component .content[class*=border-] {
  border-style: solid;
  border-width: 1px
}
.crossSell-Component .image-container {
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 0
}
.crossSell-Component .dynamic-content .body,
.crossSell-Component .shield-content .body,
.crossSell-Component .static-content .body {
  margin-bottom: 2rem
}
.crossSell-Component .content-box .body span.display {
  display: contents;
  font-size: 2rem
}
.crossSell-Component .content-box .button-group a[role=button] {
  white-space: unset
}
.crossSell-Component .apyFont,
.crossSell-Component .apy_Text {
  font-size: 2rem!important
}
@media (min-width:42rem) {
  .crossSell-Component .content:not(.one-block) .button-group {
    align-items: center;
    padding-right: 0
  }
}
@media (max-width:41.9375rem) {
  .crossSell-Component .content:not(.one-block) .button-group {
    flex-direction: column
  }
  .crossSell-Component .content .button-group,
  .crossSell-Component .content.one-block .button-group {
    align-items: baseline
  }
  .crossSell-Component .image-container {
    display: none
  }
  .crossSell-Component .apyFont,
  .crossSell-Component .apy_Text {
    font-size: 1.75rem!important
  }
  .crossSell-Component .content-box .body span.display {
    font-size: 1.75rem
  }
}
@media (min-width:42rem) and (max-width:65.9375rem) {
  .crossSell-Component .image-container {
    display: none
  }
}