.footer-sticky-links .gp-button:active {
  -webkit-transform: none;
          transform: none;
}

.footer-sticky-links .sticky-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .133em;
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__button .field--name-field-footer-sticky-links button {
  width: 100%;
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  position: relative;
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__phone i {
  position: absolute;
  height: 100%;
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__phone i:before {
  --gp-icon-color: var(--color-black);
  --gp-icon-font-size: var(--heading-h3-font-size);
}

.footer-sticky-links .sticky-content__wrapper .sticky-content__phone .field--name-field-footer-sticky-links-tel > a {
  color: transparent;
  background-color: transparent;
  height: 100%;
  position: absolute;
  width: auto;
  z-index: 1;
}

.footer-sticky-links .sticky-content__wrapper--only-phone .sticky-content__phone {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.footer-sticky-links .sticky-content__wrapper--only-phone .sticky-content__phone .field--name-field-footer-sticky-links-tel > a {
  display: block;
  height: auto;
  padding: var(--modal-form-button-padding, 0.688em 0.625em);
  position: relative;
  width: 100%;
}

/*# sourceMappingURL=../../maps/organisms/footer-sticky-links/footer-sticky-links.css.map */
