.c-event .c-event__type {
  font-family: "Work Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5B4099;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-event .c-event__type {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-event .c-event__type:after {
  margin: 0px 6px;
  margin: 0 0.375rem;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00A651;
  display: block;
  border-radius: 50%;
  margin-top: 2px;
}
.c-event .c-event__title-prefix {
  margin-top: -4px;
  margin-top: -0.25rem;
  font-family: "Work Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  font-weight: 600;
  color: #9C248A;
}
.c-event .c-event__title-prefix span {
  margin: 0px 12px;
  margin: 0 0.75rem;
}
@media (min-width: 768px) {
  .c-event .c-event__title-prefix {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-event--teaser {
  margin: 0px auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-event--teaser {
    align-items: unset;
  }
}
.c-event--teaser .c-event__image {
  position: relative;
  min-height: 270px;
  width: 260px;
}
@media (min-width: 768px) {
  .c-event--teaser .c-event__image {
    min-height: 460px;
    width: auto;
  }
}
.c-event--teaser .c-event__image-left {
  position: absolute;
  width: 240px;
  height: 240px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  bottom: 0;
  transition: 0.3s ease-out;
  -webkit-clip-path: inset(0% 50% 0% 0%);
          clip-path: inset(0% 50% 0% 0%);
}
@media (min-width: 768px) {
  .c-event--teaser .c-event__image-left {
    width: 430px;
    height: 430px;
  }
}
.c-event--teaser .c-event__image-right {
  position: absolute;
  width: 240px;
  height: 240px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  bottom: 0;
  transition: 0.3s ease-out;
  transform: translate(20px, -20px);
  -webkit-clip-path: inset(0% 0% 0% 50%);
          clip-path: inset(0% 0% 0% 50%);
}
@media (min-width: 768px) {
  .c-event--teaser .c-event__image-right {
    width: 430px;
    height: 430px;
  }
}
.c-event--teaser .c-event__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-event--teaser .c-event__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-event--teaser .c-event__top {
    justify-content: flex-start;
  }
}
.c-event--teaser h3 {
  transition: color 0.3s ease-out;
}
.c-event--teaser:hover .c-event__image-right, .c-event--teaser:focus .c-event__image-right {
  transform: translate(-1px, 0px);
}
.c-event--teaser:hover h3, .c-event--teaser:focus h3 {
  color: #5B4099;
}
.c-event--search-index {
  padding: 24px 0px;
  padding: 1.5rem 0;
  display: block;
  border-top: 1px solid #EFECF5;
}
.c-event--search-index .c-event__wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(#E6F7EE 0 0) var(--p, 0)/var(--p, 0) no-repeat;
  transition: 0.5s, background-position 0s;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .c-event--search-index .c-event__wrapper {
    padding: 48px 48px 48px 0px;
    padding: 3rem 3rem 3rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
  }
}
.c-event--search-index .c-event__image {
  border-radius: 20px;
  overflow: hidden;
}
.c-event--search-index .c-event__text {
  max-width: 700px;
}
.c-event--search-index .c-event__top {
  display: flex;
  align-items: center;
}
.c-event--search-index .c-event__type {
  font-family: "Work Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5B4099;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-event--search-index .c-event__type {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-event--search-index .c-event__type:after {
  margin: 0px 6px;
  margin: 0 0.375rem;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00A651;
  display: block;
  border-radius: 50%;
  margin-top: 2px;
}
.c-event--search-index .c-event__title-prefix {
  margin-top: -4px;
  margin-top: -0.25rem;
  font-family: "Work Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9C248A;
}
@media (min-width: 768px) {
  .c-event--search-index .c-event__title-prefix {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-event--search-index h3 {
  transition: color 0.3s ease-out;
}
.c-event--search-index:hover .c-event__wrapper, .c-event--search-index:focus .c-event__wrapper {
  padding: 48px;
  padding: 3rem;
  --p: 100%;
}
.c-event--search-index:hover h3, .c-event--search-index:focus h3 {
  color: #5B4099;
}
.c-event--full {
  background-color: #FFFFFF;
}
.c-event--full .c-event__header {
  position: relative;
}
.c-event--full .c-event__header-content {
  padding: 108px 0px 24px 0px;
  padding: 6.75rem 0 1.5rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .c-event--full .c-event__header-content {
    padding: 24px 0px;
    padding: 1.5rem 0;
    min-height: 400px;
  }
}
.c-event--full .c-event__header-hyper-title {
  display: flex;
  align-items: center;
}
.c-event--full .c-event__header-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  margin: 6px 0px 12px 0px;
  margin: 0.375rem 0 0.75rem 0;
  font-weight: 600;
  color: #1C1C1C;
  max-width: 500px;
}
@media (min-width: 992px) {
  .c-event--full .c-event__header-title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 74px;
    line-height: 4.625rem;
    max-width: unset;
  }
}
.c-event--full .c-event__header-title svg {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  width: 24px;
  height: 16px;
}
@media (min-width: 992px) {
  .c-event--full .c-event__header-title svg {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    width: 51px;
    height: 38px;
  }
}
.c-event--full .c-event__image {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .c-event--full .c-event__image {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
.c-event--full .c-event__image img {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .c-event--full .c-event__first-row {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.c-event--full .c-event__body {
  max-width: 950px;
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
.c-event--full .svg-page-header-1 {
  -webkit-animation: animate-svg-fill-1 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s both;
  animation: animate-svg-fill-1 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(156, 36, 138);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(156, 36, 138);
  }
}
.c-event--full .svg-page-header-2 {
  -webkit-animation: animate-svg-fill-2 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s both;
  animation: animate-svg-fill-2 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
.c-event--full .svg-page-header-3 {
  -webkit-animation: animate-svg-fill-3 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s both;
  animation: animate-svg-fill-3 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s both;
}
.c-event__related {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  background-color: #FCF8FB;
}
@media (min-width: 992px) {
  .c-event__related {
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}
.c-event__related-wrapper {
  padding: 48px 0px 24px 0px;
  padding: 3rem 0 1.5rem 0;
}
@media (min-width: 992px) {
  .c-event__related-wrapper {
    padding: 96px 0px 72px 0px;
    padding: 6rem 0 4.5rem 0;
  }
}
.c-event__related h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .c-event__related h2 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.c-event__related-items {
  display: flex;
}
