.logotypes {
  text-align: center;
  padding: 17px 0 12px;
  height: 120px;
}
.logotypes a {
  text-align: center;
  display: inline-block;
}
.logotypes .title {
  display: block;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 14px;
  font-size: 10px;
  font-family: "Work Sans", sans-serif;
}
.logotypes .image {
  display: block;
}
.logotypes .image img {
  width: auto;
  height: 40px;
}
.logotypes ul.splide__list {
  text-align: center;
}
.logotypes ul li {
  width: calc( 100% / 5 );
  display: inline-block;
  padding: 10px 0 10px 0;
}

.event-article .top {
  text-align: center;
  padding: 62px 0 51px;
}
.event-article .top .text {
  margin-bottom: 28px;
}
.event-article .top .image__source {
  display: none;
}
.event-article .top .image {
  margin-bottom: 35px;
}
.event-article .top b {
  color: #111111;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.event-article .top h5 {
  color: #4f4f4f;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.event-article .top h3 {
  color: #111111;
  line-height: 46px;
  margin: 9px 0 21px;
  font-size: 36px;
  font-family: "Work Sans", sans-serif;
}
.event-article .top p {
  color: #4f4f4f;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.event-article .top p a {
  color: #4f4f4f;
  text-decoration: underline;
}
.event-article .top .buttons a {
  color: #111;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #000;
  padding: 12px 38px;
  text-align: center;
}
.event-article .top .buttons a.bg {
  background: black;
  color: white;
  margin-right: 15px;
}
.event-article .details {
  padding: 62px 0 75px;
}
.event-article .details--event {
  line-height: 33px;
  font-size: 18px;
}
.event-article .details--event > p {
  display: inline-block;
}
.event-article .details--event img {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.event-article .details--event b {
  font-weight: 700;
}
.event-article .program {
  padding-bottom: 77px;
}
.event-article .program h5 {
  color: rgba(17, 17, 17, 0.5);
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
}
.event-article .program b {
  line-height: 25px;
  font-size: 16px;
}
.event-article .program .separator {
  margin-bottom: 11px;
}
.event-article .program p {
  font-size: 14px;
}
.event-article .person__names {
  color: #111;
  margin-bottom: 17px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.event-article .person__names--text {
  display: none;
  line-height: 20px;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.event-article .person__names--name {
  position: relative;
  font-weight: 600;
}
.event-article .person__names--name span {
  font-weight: 300;
}
.event-article .person__names--name span[class*="icon"] {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
}
.event-article .person__names.active .person__names--text {
  display: block;
}
.event-article .competition__events .embed.component-2, .event-article .competition__events .embed.component-5 {
  color: #797979;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
.event-article .competition__events .embed.component-2 p, .event-article .competition__events .embed.component-5 p {
  margin-bottom: 20px;
}
.event-article .event__bottom {
  color: #111;
  line-height: 22px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.event-article .event__bottom p {
  margin-bottom: 20px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: "Work Sans", sans-serif;
}
.custom-select select {
  width: 300px;
  height: 48px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 0 13px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
