.link {
  white-space: nowrap;
}
.link:not(.button) {
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
  color: var(--color-blue);
  text-decoration: none;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .link:not(.button) {
    display: block;
    margin: 10px 0;
  }
}
.link:not(.button):after {
  display: inline-block;
  width: 8px;
  height: 10px;
  content: "";
  background-image: url("/assets/images/icons/arrow-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  white-space: nowrap;
}
.link:not(.button):hover {
  color: var(--color-deep);
}
.link:not(.button):hover:after {
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
.link:not(.button).frost:after {
  background-image: url("/assets/images/icons/arrow-frost.svg");
}
.link:not(.button).arrow-down:after {
  rotate: 90deg;
}

.container.no-pad-left {
  padding-left: 0;
}
.container.no-pad-right {
  padding-right: 0;
}

.wp-block-pulp-logo-slider-block .logo {
  margin: 50px 30px;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  background: var(--white, #FFF);
  box-shadow: 0 6px 65px 0 rgba(0, 0, 0, 0.06), 0 1.809px 24.118px 0 rgba(0, 0, 0, 0.04), 0 0.751px 10.017px 0 rgba(0, 0, 0, 0.03), 0 0.272px 3.623px 0 rgba(0, 0, 0, 0.02);
}
.wp-block-pulp-logo-slider-block .logo img {
  width: auto;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
}
.wp-block-pulp-logo-slider-block .logo p {
  color: var(--color-deep);
  margin: 0;
}
