@charset "UTF-8";

.lp_wrap .offer .regular {
  position: absolute;
  top: 37%;
  left: 12.333%;
  width: 75.333%;
}
.lp_wrap .offer .single {
  position: absolute;
  top: 53.7%;
  left: 17.2%;
  width: 65.6%;
}
@media screen and (min-width: 751px) {
  .lp_wrap .offer .regular {
    top: 45.5%;
    left: 21.75%;
    width: 56.5%;
  }
  .lp_wrap .offer .single {
    top: 62.6%;
    left: 30.05%;
    width: 39.9%;
  }
}

footer {
  padding-bottom: 10px;
  background-color: #000000;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer ul li a {
  text-decoration: none;
  font-size: 10px;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  footer ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) {
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}