/*  ------  local   ------  */

/* .gs__page .gs__push-legend {
  display: block !important;
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-align: right;
  width: 200%;
}

.gs__page .gs__push-legend .gs__push-legend-text {
  font-size: 10px;
} */

@media (min-width: 769px) {
    .gs__page .gs__push-suptitle {
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
  .gs__page .gs__push-title {
    font-size: calc(28 * calc(100vw / 376));
  }

  /* .gs__page .gs__push-legend {
    position: absolute;
    bottom: 10px;
    right: unset;
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .gs__push-legend-text {
    margin: 0;
    text-align: center;
    padding: 1em 0;
    opacity: 0.8;
    text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
  } */

  .gs__page .gs__push-text {
    font-size: calc(10.1 * calc(100vw / 376));
  }
}



@media only screen and (max-width: 500px) {
    .gs__page .gs__push-cta {
        bottom: 38px;
    }
}
