.speedBump {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #faf6f3;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: visibility 0s linear .25s, opacity .25s 0s, -webkit-transform .25s;
  transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
}
.speedBump.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity .25s 0s, -webkit-transform .25s;
  transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
}
@media (max-width:767px) {
  .speedBump {
    position: fixed;
  }
}
.speedBump .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.speedBump .speedContainer {
  margin: 0 auto;
  width: 700px;
  background: #faf6f3;
  color: #fff;
  padding: 31px 54px 40px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  position: relative;
}
@media (min-width:1024px) and (max-width:1279px) {
  .speedBump .speedContainer {
    width: 700px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .speedBump .speedContainer {
    width: 80%}
}
@media (max-width:767px) {
  .speedBump .speedContainer {
    width: 100%;
    top: 0;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    left: 0;
    position: fixed;
    padding: 31px 21px 40px;
  }
}
.speedBump .speedContainer h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: inherit;
}
@media (max-width:767px) {
  .speedBump .speedContainer h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.speedBump .speedContainer p {
  text-align: center;
  margin: 28px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}
.speedBump .speedContainer p+p {
  margin: 10px 0;
}
.speedBump .speedContainer .speedButSection {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width:767px) {
  .speedBump .speedContainer .speedButSection a {
    width: 100px;
    padding: 5px 15px;
  }
}
.speedBump .speedContainer .speedButSection a:last-child {
  margin-left: 20px;
}
@media (max-width:767px) {
  .speedBump .speedContainer .speedButSection a: last-child {
    margin-left: 30px;
  }
}