.customer-styles {
  /* START article: des-jumpmarks */
  /* END article: des-jumpmarks */
}

.customer-styles .template_des-jumpmarks {
  box-sizing: content-box;
  position: relative;
}

.customer-styles .template_des-jumpmarks .links-container {
  box-sizing: border-box;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  max-width: 1280px;
  padding: 16px 25px;
  position: relative;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-jumpmarks .links-container {
    flex-direction: row;
    justify-content: space-around;
    padding: 25px;
  }
}

.customer-styles .template_des-jumpmarks .list-item {
  align-items: center;
  display: flex;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .customer-styles .template_des-jumpmarks .list-item {
    flex: 1 1 45%;
  }
}

@media (min-width: 1200px) {
  .customer-styles .template_des-jumpmarks .list-item {
    justify-content: center;
  }
}

.customer-styles .template_des-jumpmarks .text-box {
  background: #fff;
  box-sizing: border-box;
  color: #00288c;
  display: grid;
  gap: 25px;
  padding: 20px 25px;
  position: relative;
  width: 100%;
}

.customer-styles .template_des-jumpmarks .link-wrapper {
  font-family: "Delta Sans Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  align-items: center;
  color: #fff;
  display: flex;
  gap: 7px;
  font-size: 15px;
  letter-spacing: .01em;
  line-height: 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .customer-styles .template_des-jumpmarks .link-wrapper {
    gap: 10px;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 26px;
  }
}

.customer-styles .template_des-jumpmarks .icon {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 38px;
  width: 38px;
}

.customer-styles .template_des-jumpmarks .button-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  justify-items: center;
}

.customer-styles .template_des-jumpmarks .button-wrapper {
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  display: inline-block;
  margin-bottom: -1px;
  padding: 1px 1px 0;
}

.customer-styles .template_des-jumpmarks .trapezoid-button {
  align-items: center;
  background: #2859b5;
  border: 0;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  color: #000;
  cursor: pointer;
  display: grid;
  height: 29px;
  justify-items: center;
  width: 220px;
}

.customer-styles .template_des-jumpmarks .trapezoid-button::after {
  border-color: #fff;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 2px;
  content: '';
  display: block;
  height: 12px;
  transform: translateY(-4px) rotate(-225deg);
  width: 12px;
}
