@media screen and (min-width: 600px) {
  .top-linkBlock {
    width: 920px;
  }

  .top-linkBlock__item {
    width: 296px;
    margin-right: 16px;
  }

  .top-linkBlock__item:nth-child(n+3) {
    margin-top: 0px;
  }

  .top-linkBlock__item:nth-child(n+4) {
    margin-top: 12px;
  }

  .top-linkBlock__item:nth-child(3n) {
    margin-right: 0px;
  }
}

.retention {
  background: #005EAB;
  padding: 30px 0;
}

.retention__inner {
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
}

.retention__imgOuter {
  margin-bottom: 20px;
}

.retention__imgOuter img {
  width: 100%;
  height: auto;
}

.retention__lead {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #3d4a51;
  margin-bottom: 10px;
}

.retention__textOuter {
  width: 100%;
}

.retention__anchor {
  width: 100%;
  height: 61px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 8px;
  background: #d10042;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 30px 0 20px;
  text-decoration: none;
}

@media screen and (max-width: 374px) {
  .retention__anchor {
    justify-content: flex-end;
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 360px) {
  .retention__anchor {
    justify-content: center;
    padding: 0 20px 0 5px;
  }
}

.retention__anchor:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 17px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.retention__anchor:hover {
  text-decoration: none;
}

.retention__anchor--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 72px;
  height: 21px;
  border-radius: 10.5px;
  background: #fff;
  font-size: 13px;
  color: #d10042;
}

.retention__annotation {
  font-size: 10px;
  color: #818181;
  opacity: 0.97;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .retention {
    padding: 40px 0;
  }

  .retention__inner {
    width: 1000px;
    padding: 30px;
    display: flex;
    align-items: center;
  }

  .retention__imgOuter {
    flex-shrink: 0;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .retention__anchor {
    justify-content: flex-end;
    height: 68px;
    font-size: 20px;
    padding: 0 60px 0 0;
    overflow: hidden;
    transition: transform .2s ease;
  }

  .retention__anchor:before {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(-45deg);
    position: absolute;
    top: -10%;
    left: -100%;
    transition: left .5s ease-in-out;
    height: 100%;
    width: 110%;
  }

  .retention__anchor:after {
    top: 50%;
    width: 32px;
    height: 17px;
    border: none;
    right: 20px;
    transform: rotate(0) translateY(-50%);
    background: url(/sales/img/cta-angle.svg) 0 0 no-repeat;
  }

  .retention__anchor:hover {
    transform: scale(1.05);
  }

  .retention__anchor:hover:before {
    left: 80%;
  }

  .retention__anchor--icon {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 20px;
    margin-right: 20px;
  }
}

.top-sec--bg4{
  background-color: #E6EFF6;
  background-image: none;
}

.pickupBanner{
  max-width: 698px;
  width: 90%;
  margin: 40px auto 0;
}

.pickupBanner img {
  width: 100%;
}

.pickupBanner__anchor{
  transition: opacity .3s;
}

.pickupBanner__anchor:hover {
  opacity: 0.8;
}