html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #004583;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: unset;
}

ul {
  list-style: none;
}

a {
  color: #ff7aa3;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #ff7aa3;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.img-events img {
  pointer-events: none;
}

.lity-image img {
  pointer-events: none;
}

.en {
  font-family: "rooney-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media screen and (min-width: 1px) and (max-width: 767px) {}