/*  ------  local   ------  */

body,
html {
  overflow-x: clip !important;
}

.efe__push-legalTerms {
  position: absolute;
  bottom: 1vw;
  right: 10px;
  width: 430px;
  max-width: 100%;
}

.efe__push-legalTerms p {
  font-size: 10px;
  text-align: right;
}

.fweight-normal {
  font-weight: normal !important;
}

@media only screen and (max-width: 900px) {
  .efe__push-legalTerms p {
    font-size: 9px;
  }
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .efe__page[data-clp="efe_night"] .efe__push-cta {
    bottom: 13vw;
  }
  .efe__push-legalTerms {
    position: relative;
    right: unset;
    bottom: 6vw;
    width: 100%;
    padding: 0 10px;
  }
  .efe__push-legalTerms p {
    text-align: unset;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .efe__push-legalTerms p {
    font-size: 7px;
  }

  .efe__page .efe__cta-btn {
    padding: 10px;
    font-size: 12px;
  }
}