@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@-webkit-keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@-webkit-keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@-webkit-keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@-webkit-keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.tcl-single-event {
  margin-bottom: 150px;
}
.tcl-single-event__wrapper ul,
.tcl-single-event__wrapper ol {
  padding-left: 20px;
}
.tcl-single-event__wrapper ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.tcl-single-event__wrapper ol li {
  list-style-type: auto;
  margin-bottom: 10px;
}
.tcl-single-event__proclaimer {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  border: 2px solid #2B2B78;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px;
  -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;
  gap: 25px;
  border-radius: 5px;
  margin-bottom: 60px;
  display: block;
}
@media (max-width: 1199px) {
  .tcl-single-event__proclaimer {
    font-size: 16px;
  }
}
.tcl-single-event__proclaimer p {
  font-size: 16px;
}
.tcl-single-event__proclaimer-heading {
  font-weight: 700;
  position: relative;
}
.tcl-single-event__proclaimer-heading:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../../../imgs/i.svg") no-repeat center;
  background-size: contain;
  vertical-align: sub;
  margin-right: 10px;
}
.tcl-single-event__proclaimer-links {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-size: 18px;
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .tcl-single-event__proclaimer-links {
    font-size: 16px;
  }
}
.tcl-single-event__proclaimer-links > div {
  margin-top: 15px;
}
.tcl-single-event__proclaimer-links > div svg {
  margin-right: 15px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.tcl-single-event__proclaimer-links > div span {
  width: calc(100% - 24px - 15px);
  vertical-align: middle;
}
.tcl-single-event__proclaimer-links > div a {
  display: block;
  margin-left: 45px;
}
.tcl-single-event__headings {
  margin-bottom: 35px;
}
.tcl-single-event__main-heading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 500;
  font-size: 48px;
  text-align: left;
  margin-top: 60px;
}
.tcl-single-event__main-heading small {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #7D7D7D;
  display: block;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .tcl-single-event__main-heading {
    font-size: 35px;
  }
  .tcl-single-event__main-heading small {
    font-size: 20px;
  }
}
.tcl-single-event__main-heading img {
  max-height: 85px;
  width: auto;
}
.tcl-single-event__subheading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 400;
  font-size: 33px;
  color: #6d6e70;
  margin-top: 20px;
  text-align: left;
  font-size: 23px;
}
@media (max-width: 1199px) {
  .tcl-single-event__subheading {
    font-size: 28px;
  }
}
.tcl-single-event__accordion-heading {
  color: #433BB3;
  font-size: 23px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.tcl-single-event__accordion-heading:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-left: 15px;
  background: url("../../../imgs/arrow-down.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.tcl-single-event__accordion-heading.open:after {
  rotate: 180deg;
}
.tcl-single-event__accordion-body {
  margin-bottom: 50px;
  display: none;
}
.tcl-single-event__accordion-subheading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 400;
  font-size: 33px;
  color: #433BB3;
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 15px;
}
@media (max-width: 1199px) {
  .tcl-single-event__accordion-subheading {
    font-size: 28px;
  }
}
.tcl-single-event__accordion-subheading--small {
  font-size: 18px;
}
.tcl-single-event__registration {
  margin-top: 60px;
}
.tcl-single-event__registration-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: white;
  background-color: #668EF5;
  text-decoration: none;
  padding: 8px 25px 8px 25px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 40px 0;
}
.tcl-single-event__registration-button:disabled {
  opacity: 0.5 !important;
}
.tcl-single-event__registration-button:hover {
  background-color: #A7D1F1;
  color: white;
}
.tcl-single-event__registration-button:active {
  background-color: #2B2B78;
  color: white;
}
.tcl-single-event__registration-box {
  display: none;
  position: fixed;
  width: 1175px;
  max-width: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.tcl-single-event__registration-box-upper-cloud svg {
  rotate: 0 1 0 180deg;
  width: auto;
  height: 120px;
  position: absolute;
  bottom: calc(100% - 35px);
  left: 5px;
  -webkit-filter: drop-shadow(0px 4px 6px #4A55C2);
          filter: drop-shadow(0px 4px 6px #4A55C2);
  z-index: -1;
}
.tcl-single-event__registration-box-lower-cloud svg {
  rotate: 1 0 0 180deg;
  width: auto;
  height: 120px;
  position: absolute;
  top: calc(100% - 35px);
  right: 5px;
  -webkit-filter: drop-shadow(0px 4px 6px #4A55C2);
          filter: drop-shadow(0px 4px 6px #4A55C2);
  z-index: -1;
}
.tcl-single-event__registration-box-content {
  max-height: calc(95vh - 200px);
  -webkit-box-shadow: -4px 4px 10px 0px #4A55C2;
          box-shadow: -4px 4px 10px 0px #4A55C2;
  padding-bottom: 60px;
  overflow: hidden scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 15px;
  background: white;
}
.tcl-single-event__registration-box-content::-webkit-scrollbar {
  display: none;
}
.tcl-single-event__registration-box-heading {
  margin: 60px auto;
  text-align: center;
}
.tcl-single-event__registration-box strong {
  margin-bottom: 20px;
  display: inline-block;
}
.tcl-single-event__registration-box-closer {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-closer {
    font-size: 16px;
  }
}
.tcl-single-event__registration-box-info-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-info-heading {
    font-size: 16px;
  }
}
.tcl-single-event__registration-box-info-heading small {
  display: block;
  color: #AAA;
  font-size: 18px;
  font-weight: 400;
}
.tcl-single-event__registration-box-info-image img {
  max-height: 85px;
  width: auto;
}
.tcl-single-event__registration-box-info-details {
  margin-bottom: 30px;
}
.tcl-single-event__registration-box-info-detail-item {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-info-detail-item {
    font-size: 16px;
  }
}
.tcl-single-event__registration-box-info-detail-item-label svg,
.tcl-single-event__registration-box-info-detail-item-label span {
  vertical-align: middle;
}
.tcl-single-event__registration-box-info-detail-item-value {
  margin-left: 35px;
}
.tcl-single-event__registration-box-info-description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-info-description {
    font-size: 16px;
  }
}
.tcl-single-event__registration-box-endcard {
  text-align: center;
  padding: 80px 80px 0;
  display: none;
}
.tcl-single-event__registration-box-endcard-heading {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
  color: #4638BC;
}
.tcl-single-event__registration-box-endcard-heading small {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #7D7D7D;
  display: block;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-endcard-heading {
    font-size: 30px;
  }
  .tcl-single-event__registration-box-endcard-heading small {
    font-size: 20px;
  }
}
.tcl-single-event__registration-box-endcard-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .tcl-single-event__registration-box-endcard-text {
    font-size: 16px;
  }
}
.tcl-single-event__registration-box-endcard-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: white;
  background-color: #668EF5;
  text-decoration: none;
  padding: 8px 25px 8px 25px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.tcl-single-event__registration-box-endcard-button:disabled {
  opacity: 0.5 !important;
}
.tcl-single-event__registration-box-endcard-button:hover {
  background-color: #A7D1F1;
  color: white;
}
.tcl-single-event__registration-box-endcard-button:active {
  background-color: #2B2B78;
  color: white;
}
.tcl-single-event__details {
  margin-bottom: 60px;
}
.tcl-single-event__details p strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-size: 20px;
  color: #433BB3;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tcl-single-event__details p strong {
    font-size: 16px;
  }
}
.tcl-single-event__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.tcl-single-event__detail-item:last-child {
  margin-bottom: 0;
}
.tcl-single-event__detail-item-label {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  color: #231f20;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .tcl-single-event__detail-item-label {
    font-size: 16px;
  }
}
.tcl-single-event__detail-item-label svg {
  margin-right: 10px;
}
.tcl-single-event__detail-item-label span {
  width: calc(100% - 40px);
}
.tcl-single-event__detail-item-value {
  width: 60%;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  color: #202053;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .tcl-single-event__detail-item-value {
    font-size: 16px;
  }
}
.tcl-single-event__detail-item-value p {
  color: #202053;
  font-size: 16px;
}
.tcl-single-event__detail-item-value a {
  color: blue;
}

@media (max-width: 1199px) {
  .tcl-single-event__details {
    margin-top: 100px;
  }
  .tcl-single-event .mobile-order-helper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .tcl-single-event__registration > p:last-of-type {
    margin-bottom: 30px;
  }
  .tcl-single-event__registration-button {
    margin: 55px 0 25px;
  }
  .tcl-single-event__registration-button-container {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    background: url(../../../imgs/wolke-sticky.png) no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .tcl-single-event__registration-box-content {
    max-height: calc(95vh - 150px);
  }
  .tcl-single-event__registration-box-lower-cloud svg {
    top: calc(100% - 20px);
    height: 70px;
  }
  .tcl-single-event__registration-box-upper-cloud svg {
    bottom: calc(100% - 20px);
    height: 70px;
  }
}