.event-full__hero {
  margin-bottom: 3rem;
}
.event-full__hero-image {
  flex: 0 0 49.6%;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media (max-width: 767.98px) {
  .event-full__hero-image {
    flex: 0 0 auto;
    width: 100%;
  }
}
.event-full__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-full__image-fallback {
  width: 100%;
  height: 100%;
  background-color: #E0F8FE;
  background-image: url("/themes/custom/kilden/build/assets/images/event-fallback.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.event-full__hero-content {
  flex: 1;
}
.event-full__category {
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}
.event-full__title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .event-full__title {
    font-size: 3rem;
  }
}
.event-full__title {
  margin-bottom: 0;
}
.event-full__info-box {
  margin-top: 0.75rem;
}
.event-full__info-row {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-full__info-row {
    font-size: 1.125rem;
  }
}
.event-full__info-value {
  color: #1F1F1F;
}
.event-full__info-description {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-full__info-description {
    font-size: 1.125rem;
  }
}
.event-full__info-description {
  color: #1F1F1F;
}
.site-main .text-content .event-full__info-description p {
  margin: 0;
}
.event-full__share {
  margin: 20px 0 48px;
}
.event-full__date {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-full__date {
    font-size: 1.125rem;
  }
}
.event-full__date {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.event-full__cta {
  background-color: #1F1F1F;
  color: #fff;
  padding: 0.9375rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  align-self: flex-start;
  margin-top: 2rem;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-full__cta {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .event-full__cta {
    margin-top: 3rem;
  }
}
.event-full__cta svg {
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.event-full__cta:hover, .event-full__cta:focus {
  background-color: #006875;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.event-full__cta:hover svg, .event-full__cta:focus svg {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.event-full__body {
  padding-top: 1.875rem;
}
.event-full__content > * + * {
  margin-top: 2rem;
}
.event-full__content h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.event-full__content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.event-full__content ul,
.event-full__content ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.event-full__related {
  padding: 2rem 0 3rem;
  margin-top: 3.75rem;
}
@media (min-width: 992px) {
  .event-full__related {
    margin-top: 7.5rem;
  }
}
.event-full__related-header {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .event-full__related-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.event-full__related-title {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .event-full__related-title {
    font-size: 1.875rem;
  }
}
.event-full__related-title {
  margin: 0 10px 0;
}
@media (min-width: 768px) {
  .event-full__related-title {
    margin: 0;
  }
}
.event-full .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .event-full .arrow-link {
    font-size: 1.125rem;
  }
}
.event-full .arrow-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/kilden/build/assets/icons/arrow-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.event-full .arrow-link:hover, .event-full .arrow-link:focus {
  color: #006875;
  text-decoration: none !important;
}
.event-full .arrow-link:hover::before, .event-full .arrow-link:focus::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.event-full__contact-link {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 2px;
}
.event-full__contact-link:hover, .event-full__contact-link:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}

/*# sourceMappingURL=event-full.css.map*/