body {
  background-image: url("../svg/icon-ellipse.svg");
  background-repeat: no-repeat;
  background-position: right 300px;
  background-size: 30vw;
}

.subject-to-change {
  margin: 0;
}
.pdf-version {
	margin-bottom: 45px
}
.pdf-version a {
  font-weight: 600;
}

.event-title {
  display: none;
  position: relative;
	transform: translateX(100vw);
	transition: 0.4s ease all;
}
.event-title.active {
  transform: translateX(0);
}

.site-main {
  overflow-x: hidden;
}

.timeline {
  margin-top: 100px;
}
.timeline * {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.timeline button {
  cursor: pointer;
  border: 3px solid var(--highlight_color);
  border-radius: 30px;
  font-weight: 700;
  background: #fff;
}
.timeline button:hover {
  opacity: 0.5;
}
.timeline h2 {
  color: #080056;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
}
.timeline h4 {
  color: #080056;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.timeline .timeline-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .timeline-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.timeline .timeline-nav-buttons button {
  font-size: 20px;
  padding: 20px 40px 20px 40px;
  color: #080056;
}
.timeline .timeline-nav-buttons button.active {
  background: var(--highlight_color);
}
.timeline .item-header {
  background-color: #080056;
  color: #fff;
  padding: 18px 19px 11px;
  margin-bottom: 20px;
}
.timeline .item-header h3 {
  color: #fff;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}
.timeline .item-header span {
  font-size: 16px;
  font-weight: 400;
}
.timeline .timeline-item {
  padding-left: 60px;
  position: relative;
  display: none;
  transform: translateX(100vw);
  transition: 0.4s ease all;
}
.timeline .timeline-item.active {
  transform: translateX(0);
}
.timeline .time-slot {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
  color: #080056;
  font-size: 32px;
  font-weight: 700;
}
.timeline .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  padding: 30px 30px 30px 9px;
  background: #FFFFFF;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #080056;
}
.timeline .event button {
  padding: 15px 35px 15px 35px;
  color: var(--highlight_color);
  font-size: 18px;
  font-weight: 700;
}
.timeline .event button:hover {
  background-color: var(--highlight_color);
  color: #080056;
}
.timeline .event h3 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
}
.timeline .event span {
  font-size: 16px;
  line-height: 24px;
}
.timeline .sessions {
  padding-left: 10px;
}
.timeline .sessions h3 {
  color: #2F45DD;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.timeline .sessions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.timeline .sessions .session-headline {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timeline .sessions-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.timeline .sessions-list > div {
  background-color: #fff;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 13px 13px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.timeline .sessions-list > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.timeline .sessions-list > div > div span {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #080056;
}
.timeline .sessions-list > div > div button {
  padding: 5px 10px;
  color: var(--highlight_color);
  margin-top: 5px;
}
.timeline .sessions-list > div > div button:hover {
  background-color: var(--highlight_color);
  color: #080056;
}
.timeline .sessions-list h4 {
  margin: 0;
  color: #080056;
  font-size: 14px;
  font-weight: 700;
}

.timeline-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 0, 86, 0.6);
  z-index: 1000;
}
.timeline-popup-overlay.active {
  display: block;
}
.timeline-popup-overlay .timeline-popup-overlay-dismissible {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
}
.timeline-popup-overlay .timeline-popup {
  margin-left: auto;
  max-width: 100%;
  width: 730px;
  background: #fff;
  position: relative;
  display: none;
  right: 0px;
  z-index: 2000;
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 100%;
}
.timeline-popup-overlay .timeline-popup.active {
  display: block;
}
.timeline-popup-overlay .timeline-popup.active-display {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.timeline-popup-overlay .timeline-popup-inner {
  overflow: hidden;
  max-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.timeline-popup-overlay .popup-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.timeline-popup-overlay .popup-content {
  padding: 0 45px 40px 58px;
}
.timeline-popup-overlay .popup-description {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5;
}
.timeline-popup-overlay .timeline-close {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 18px;
  margin-top: 28px;
}
.timeline-popup-overlay h3 {
  color: #080056;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 27px;
}
.timeline-popup-overlay .popup-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
  margin-bottom: 10px;
}
.timeline-popup-overlay .popup-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline-popup-overlay .popup-meta .icon-wrapper {
  margin-right: 10px;
}
.timeline-popup-overlay .popup-meta > div img {
  margin: auto;
}
.timeline-popup-overlay .popup-meta .meta-place {
  -ms-grid-column: 2;
  grid-column: 2;
}
.timeline-popup-overlay .popup-sessions-wrapper {
  overflow-y: auto;
  margin-right: 28px;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #D9D9D9 #F9F9F9;
}
.timeline-popup-overlay .popup-sessions-wrapper::-webkit-scrollbar {
  width: 11px;
}
.timeline-popup-overlay .popup-sessions-wrapper::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.timeline-popup-overlay .popup-sessions-wrapper::-webkit-scrollbar-thumb {
  background-color: #F9F9F9;
  border: 3px solid #D9D9D9;
}
.timeline-popup-overlay .popup-sessions {
  padding: 0 28px 10px 58px;
}
.timeline-popup-overlay .popup-sessions-headline {
  color: #000;
  margin-right: 28px;
  font-size: 35px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 15px;
}
.timeline-popup-overlay .popup-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 35px 35px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
}
.timeline-popup-overlay .popup-session h4 {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}
.timeline-popup-overlay .popup-session span {
  font-size: 16px;
  line-height: 1.5;
}
.timeline-popup-overlay .popup-session button {
  cursor: pointer;
  border: 3px solid var(--highlight_color);
  border-radius: 30px;
  font-weight: 700;
  background: #fff;
  padding: 5px 15px;
  color: var(--highlight_color);
  font-size: 18px;
  line-height: 1;
}
.timeline-popup-overlay .popup-session button:hover {
  color: #080056;
  background-color: var(--highlight_color);
}
.timeline-popup-overlay .popup-speaker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  max-width: 500px;
  margin-bottom: 20px;
}
.timeline-popup-overlay .popup-speaker > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.timeline-popup-overlay .popup-speaker:last-child {
  margin-bottom: 0;
}
.timeline-popup-overlay .popup-speaker h4 {
  margin-bottom: 0;
  color: #000;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 700;
}
.timeline-popup-overlay .popup-speaker span {
  font-size: 16px;
  line-height: 1.5;
}
.timeline-popup-overlay .popup-speaker .speaker-avatar {
  width: 125px;
  height: 125px;
  overflow: hidden;
  background-color: #D9D9D9;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1180px) {
  body {
    background-position: 400px bottom;
  }
  .timeline .sessions .session-headline {
    width: 200px;
  }
}
@media screen and (max-width: 1180px) {
  .timeline .sessions .session-headline {
    width: 150px;
  }
  .timeline .sessions .session-headline h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .timeline .sessions-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .timeline .sessions .session-headline {
    width: 120px;
  }
  .timeline .sessions h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .timeline .event {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .timeline .item-header h3 {
    font-size: 30px;
  }
  .timeline .sessions-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .timeline-popup-overlay .popup-meta {
    display: block;
  }
  .timeline-popup-overlay .popup-meta > div {
    margin-bottom: 7px;
  }
  .timeline-popup-overlay .popup-meta .icon-wrapper {
    width: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .timeline .item-header h3 {
    font-size: 25px;
  }
  .timeline .sessions .session-headline {
    width: 100%;
  }
  .timeline .sessions > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timeline .sessions-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .timeline-popup-overlay .popup-speaker .speaker-avatar {
    width: 100px;
    height: 100px;
  }
  .timeline-popup-overlay .popup-speaker h4 {
    font-size: 20px;
  }
}