* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

.index-past-events__body {
  padding: 100rem 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .index-past-events__body {
    padding: 60rem 0;
  }
}
.index-past-events-slider.swiper {
  overflow: visible;
  width: 100%;
  height: 100%;
}
.index-past-events-slider .swiper-slide {
  height: auto;
}
@media (max-width: 767.98px) {
  .index-past-events-slider .swiper-slide {
    width: 90% !important;
  }
}

.past-event__body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400rem;
  border-radius: 20rem;
  position: relative;
  padding: 20rem;
  color: white;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .past-event__body {
    height: 335rem;
  }
}
.past-event__body:before, .past-event__body:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.past-event__body:before {
  background: linear-gradient(180deg, rgba(41, 41, 41, 0.8) 20%, rgba(41, 41, 41, 0) 100%);
  height: 90rem;
  top: 0;
}
.past-event__body:after {
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #292929 80%);
  height: 130rem;
  bottom: 0;
}
.past-event__date {
  font-weight: 500;
  font-size: 18rem;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .past-event__date {
    font-size: 18rem;
  }
}
.past-event__name {
  font-weight: 600;
  font-size: 24rem;
  line-height: 130%;
  z-index: 2;
  width: calc(100% - 40rem);
  position: absolute;
  left: 20rem;
  bottom: 20rem;
}
@media (max-width: 767.98px) {
  .past-event__name {
    font-size: 20rem;
  }
}/*# sourceMappingURL=style.css.map */