iframe {
  width: 100%;
  height: 80vh;
  display: block;
  border: 0;
}
.flow > * + * {
  margin-top: 1em;
}
html.live {
  overflow: auto;
}
html.live .icon {
  width: 1em;
  height: 1em;
}
html.live .icon svg {
  display: block;
}
html.live .masterWrapper__body, html.live .masterWrapper {
  overflow: visible;
}
.wrapper--live {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
}
.live__column--left .live__sponsors2, .live__column--left .live__copyright {
  display: none;
}
.liveHint {
  padding-top: 2em;
}
.liveHint p {
  padding: 1em;
  border-radius: 0.4em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  text-align: center;
}
.liveHint a {
  color: #66cc00;
}
.live__header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5rem 1rem;
  background-color: #131c45;
  color: #fff;
  font-size: clamp(1em, 4.5vw, 1.5em);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.live__header .live__column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.live__header .live__column:first-child {
  flex: 1 1 auto;
}
.live__logo {
  flex: 1 1 auto;
}
.live__logo img {
  display: block;
  max-width: 9em;
  min-width: 5em;
}
.live__name {
  flex: 0 1 auto;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.7em;
  font-family: "vw_headline", cursive;
  text-align: right;
}
.live__name small {
  display: block;
  font-size: 0.8em;
  font-weight: 200;
}
.live__badge {
  width: 4em;
}
.live__date {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 50;
  padding: 0.5em 1em;
  background-color: #66cc00;
  border: 2px solid #fff;
  border-radius: 0.4em;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.live__video {
  aspect-ratio: 1.7777777778;
  background-color: #666;
}
.live__video iframe {
  width: 100%;
  height: 100%;
}
.live__videoLink {
  margin-top: 1em;
  padding: 0 1em;
  text-align: right;
}
.live__videoLink a {
  color: #666;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.live__videoLink a:hover {
  color: #66cc00;
}
.live__videoPlaceholder {
  position: relative;
  aspect-ratio: 1.7777777778;
  background-color: #666;
}
.live__videoPlaceholder > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live__videoPlaceholder p {
  position: absolute;
  left: 50%;
  bottom: 1em;
  padding: 0.5em 1em;
  display: block;
  transform: translateX(-50%);
  background-color: #131c45;
  color: #fff;
  border-radius: 0.4em;
}
.live__main {
  padding-bottom: 3em;
  background-color: #F2F2F2;
}
.live__copyright {
  padding: 1em;
  color: #ababab;
  font-size: 0.8em;
  text-align: center;
}
.live__copyright a {
  font-weight: 600;
}
.live__copyright a:hover {
  color: #98F4B2;
}
.live__search {
  padding: 1em 1rem 1.5em 1rem;
  background-color: #66cc00;
  color: #131c45;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
}
.live__search h2 {
  font-weight: 200;
  font-size: 1.5em;
}
.live__search h2 b {
  text-transform: uppercase;
}
.live__search--hidden {
  display: none;
}
#liveSearch {
  display: flex;
}
#liveSearch input {
  width: 100%;
  flex: 1 1 auto;
  padding: 0.6em 1em;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  border: 1px solid #131c45;
}
#liveSearch button {
  margin: 0;
  padding: 0 2em;
  background-color: #131c45;
  color: #fff;
  border: 1px solid #131c45;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "vw_headline", cursive;
  transition: color 0.3s;
}
#liveSearch button:hover {
  color: #66cc00;
}
.searchResults.live__inner {
  padding-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
.searchResult {
  display: flex;
  gap: 1em;
  flex-direction: column;
  padding: 1em;
  position: relative;
  background-color: #fff;
  border-radius: 0.4em;
}
.searchResult .liveList__more {
  display: none;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.searchResult__info a {
  color: #66cc00;
  font-size: 1.1em;
  font-weight: 400;
  font-family: "vw_headline", cursive;
}
.searchResult__strn:before {
  content: "#";
}
.searchResult__intermediates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.searchResult__intermediates p {
  grid-column: span 2;
}
.switchDay {
  width: 100%;
}
.liveRuns {
  position: relative;
  z-index: 80;
  padding: 2em 1rem 1em 1rem;
}
.liveRun {
  margin-bottom: 2em;
}
.liveRun--opened .liveRun__group {
  display: block;
}
.liveRun--opened .liveRun__title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.liveRun--opened .liveRun__title > .icon {
  transform: translateY(-50%) rotate(-90deg);
}
.liveRun__title {
  position: relative;
  padding: 1em 3em 1em 1em;
  margin: 0;
  width: 100%;
  border: 0;
  background-color: #66cc00;
  color: #131c45;
  border-radius: 0.4em;
  cursor: pointer;
}
.liveRun__title h3 {
  margin: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: left;
}
.liveRun__title h3 small {
  display: block;
  font-size: 0.6em;
  font-weight: 200;
  color: #fff;
  text-transform: initial;
}
.liveRun__title > .icon {
  position: absolute;
  right: 1em;
  top: 50%;
  color: #fff;
  font-size: 1.5em;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.liveRun__stats {
  position: relative;
  display: flex;
  background-color: #131c45;
  color: #fff;
}
.liveRun__stats dl {
  display: flex;
  gap: 1em;
  justify-content: space-around;
  padding: 1em;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.liveRun__stats dl div {
  display: flex;
  flex-direction: column-reverse;
}
.liveRun__stats dl dd {
  font-weight: 900;
  color: #66cc00;
  font-size: 1.4em;
}
.liveRun__stats dl dt {
  opacity: 0.6;
  font-size: 0.9em;
}
.liveRun__stats img {
  margin-top: 0.5em;
  margin-left: 0.5em;
  width: 3em;
}
.liveRun__stats:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) scaleX(300%) rotate(45deg);
  width: 0.7em;
  height: 0.7em;
  background-color: #131c45;
  content: "";
}
.liveRun__top3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 1em;
  background-color: #fff;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.live__noResults {
  margin: 2em 0;
}
.live table {
  width: 100%;
  border-collapse: collapse;
}
.live table th {
  text-align: left;
  vertical-align: top;
}
.live table th small {
  display: block;
  font-weight: normal;
}
.live table td, .live table th {
  padding: 0.4em 0.5em;
  vertical-align: top;
}
.live table a {
  font-weight: 700;
  color: #66cc00;
  transition: color 0.3s;
}
.live table a:hover {
  color: #131c45;
}
.live table tbody tr td:last-child {
  width: 2em;
}
.live table tbody tr td:last-child .icon {
  font-size: 1.3em;
}
.live table.headSep thead tr th {
  border-bottom: 1px solid #66cc00;
}
.live table.striped tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
.liveRun__group {
  display: none;
}
.liveRun__group:last-child .liveRun__top3 {
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  border-bottom: 1px solid #E6E6E6;
}
.live__inner {
  padding: 0 1rem;
}
.liveContact {
  position: relative;
  padding: 1em;
  text-align: center;
  background-color: #131c45;
  color: #fff;
  border-radius: 0.4em;
}
.liveContact p {
  font-size: 1.5em;
}
.liveContact img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  aspect-ratio: 1;
}
.liveList__wrap {
  padding: 2em 1rem 1em 1rem;
}
.liveList {
  padding: 1em;
  border-radius: 0.4em;
  background-color: #fff;
}
.liveList table {
  width: 100% !important;
}
.liveList .dataTables_info {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.liveList .dataTables_paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-top: 1em;
}
.liveList .paginate_button {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}
.liveList .paginate_button.current {
  color: #66cc00;
  font-weight: bold;
}
.liveList .paginate_button:hover {
  color: #66cc00;
}
.liveList .dataTables_filter {
  margin-bottom: 1em;
}
.liveList .dataTables_filter label {
  display: flex;
  gap: 0.3em;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.liveList .dataTables_filter span {
  flex: 0 0 auto;
}
.liveList .dataTables_filter input {
  width: 100%;
  flex: 1 1 auto;
  padding: 0.6em 1em;
  border-radius: 0.4em;
  border: 1px solid #66cc00;
}
.liveList__country {
  font-size: 0.8em;
  color: #ababab;
}
.liveList__club {
  font-size: 0.8em;
}
.liveList__header {
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.liveList__header h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
}
.liveList__header h2 small {
  display: block;
  text-transform: initial;
  font-size: 1rem;
  color: #66cc00;
}
.liveList__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 0.6em;
}
.liveList__categories select {
  max-width: 9em;
  padding: 0.7em 1em;
  background-color: #fff;
  border: 1px solid #66cc00;
  border-radius: 0.4em;
}
.liveList__table {
  margin-top: 3em;
  font-size: 0.9em;
}
.liveList__intermediates {
  display: none;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.5em;
  margin-top: 0.5em;
  font-size: 0.9em;
}
.liveList__genderLinks {
  display: flex;
  gap: 1em;
  justify-content: center;
  font-size: 0.9em;
}
.liveList__genderLinks .active {
  background-color: #66cc00;
  color: #fff;
}
.liveList__more.live__b {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 200;
}
.liveProfile__summary {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3em 1em 3em 1em;
  background-color: #66cc00;
  background-image: url("/images/live/tekaca_bela.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: bottom left;
  color: #131c45;
}
.liveProfile__cestitamo {
  max-width: 12em;
}
.liveProfile__place {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8em;
  margin: 1em;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  font-family: "vw_headline", cursive;
}
.liveProfile__place strong {
  font-size: 2.5em;
  font-weight: 400;
}
.liveProfile__place:after {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}
.liveProfile__tekaca {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 1;
}
.liveProfile__name {
  margin: 0;
  font-weight: 400;
  font-size: 3em;
  color: #fff;
  text-align: center;
}
.liveProfile__country {
  color: #131c45;
  font-weight: 700;
}
.liveProfile__info {
  overflow: hidden;
  margin-top: -1.5em;
  margin-left: 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.4em;
}
.liveProfile__time {
  padding: 1em;
  background-color: #131c45;
  color: #66cc00;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
.liveProfile__time strong {
  display: block;
  font-size: 2em;
}
.liveProfile__details {
  padding: 1em;
  background-color: #fff;
}
.liveProfile__details > div {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ababab;
}
.liveProfile__details > div strong {
  display: block;
  color: #000;
}
.liveProfile__details a {
  text-decoration: underline;
  text-decoration-color: #66cc00;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.liveProfile__details a:hover {
  color: #66cc00;
}
.liveProfile__details dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  text-align: center;
  line-height: 1.2;
}
.liveProfile__details dl div {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3em;
}
.liveProfile__details dl dd {
  font-weight: 900;
  color: #131c45;
  font-size: 1.4em;
  line-height: 1;
  white-space: nowrap;
}
.liveProfile__details dl dd small {
  display: block;
  font-size: 0.7em;
}
.liveProfile__details dl dt {
  color: #ababab;
  font-size: 0.9em;
  text-transform: uppercase;
}
.liveProfile__more {
  display: grid;
  gap: 1em;
}
.live__boxHeader {
  padding: 0.5em 1em;
  background-color: #66cc00;
  color: #131c45;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
}
.live__boxMain {
  padding: 0.5em 1em;
  background-color: #fff;
}
.live__boxMain:last-child {
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.live__b {
  display: inline-flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 1em;
  border-radius: 0.4em;
  border: 1px solid #66cc00;
  background-color: #fff;
  text-transform: uppercase;
  color: #66cc00;
  font-family: "vw_headline", cursive;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.live__b small {
  display: block;
  color: #000;
  text-transform: initial;
  font-weight: 200;
  font-family: "Red Hat Display", sans-serif;
}
.live__b .icon {
  font-size: 1.2em;
  flex: 0 0 auto;
}
.live__b.live__b--back .icon {
  order: 1;
  transform: rotate(-180deg);
}
.live__b.live__b--back span {
  position: relative;
  top: 0.06em;
  order: 2;
}
.live__b:hover {
  background-color: #66cc00;
  color: #fff;
}
.live__b.live__b--white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.live__b.live__b--white:hover {
  background-color: #fff;
  color: #66cc00;
}
.liveShare {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 0.4em;
  background-color: #fff;
}
.resultsTable tr.expanded .liveList__more {
  display: none;
}
.resultsTable tr.expanded .liveList__intermediates {
  display: grid;
}
.runLinks {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.runLinks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6em;
}
.runLinks a {
  display: inline-block;
  padding: 0.5em 0.5em;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0.4em;
  transition: color 0.3s, background-color 0.3s;
}
.runLinks a.active, .runLinks a:hover {
  background-color: #66cc00;
  color: #fff;
}
@media (min-width: 35em) {
  .live__header {
    padding: 0.5rem 1em;
  }
  .liveContact {
    padding: 2em;
  }
  .liveProfile__details dl {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 48em) {
  .runLinks {
    font-size: 0.9em;
  }
  .liveRuns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .liveRun {
    margin-bottom: 0;
  }
  .liveRun__title {
    padding-right: 1em;
    cursor: default;
  }
  .liveRun__title .icon {
    display: none;
  }
  .liveProfile__more {
    grid-template-columns: 1fr 1fr;
  }
  .liveList .dataTables_filter label {
    gap: 1em;
    align-items: center;
    flex-direction: row;
  }
  .liveList__table {
    font-size: 1em;
  }
}
@media (min-width: 65em) {
  .live__inner {
    padding: 0 2rem;
  }
  .live__search {
    position: sticky;
    top: 0;
    z-index: 90;
    padding: 1em 2rem 2em 2rem;
  }
  .searchResults.live__inner {
    grid-template-columns: 1fr 1fr;
  }
  .liveRuns {
    padding: 2em 2rem 1em 2rem;
    grid-template-columns: 1fr;
  }
  .live__header {
    padding: 0;
    gap: 0;
    align-items: flex-end;
  }
  .live__header .live__column:first-child {
    width: 55%;
    flex: 0 0 auto;
    padding: 1em 1em 0.3em 1em;
    align-items: flex-end;
  }
  .live__header .live__column:last-child {
    flex: 1 1 auto;
  }
  .live__name {
    font-size: 1em;
  }
  .live__badge {
    width: 8em;
  }
  .live__date {
    top: auto;
    bottom: 0;
    right: 2em;
    transform: translateY(50%);
  }
  .live__column--left .live__sponsors2, .live__column--left .live__copyright {
    display: block;
  }
  .live__column--right .live__sponsors2, .live__column--right .live__copyright {
    display: none;
  }
  .live__content {
    min-height: 0;
    height: 100%;
    display: flex;
    position: relative;
  }
  .live__column--left {
    width: 55%;
    flex: 0 0 auto;
  }
  .live__column--right {
    flex: 1 1 auto;
    overflow: auto;
  }
  .liveContact {
    padding: 3em;
  }
  .liveContact img {
    left: 2em;
  }
  .liveProfile__info {
    margin-top: -2.5em;
    margin-left: 2em;
    width: calc(100% - 4em);
  }
  .liveProfile__details > div {
    align-items: flex-start;
    text-align: left;
  }
  .liveProfile__details > div strong {
    display: inline;
  }
  .liveProfile__more {
    grid-template-columns: 1fr;
  }
  .liveList__wrap {
    padding: 2em 2rem 1em 2rem;
  }
  .liveList {
    padding: 2em;
  }
  .liveList__more.live__b {
    display: inline-flex;
  }
  .resultsTable .dtr-control:before {
    content: none !important;
  }
}
@media (min-width: 75em) {
  .live__header .live__column:first-child {
    width: 62%;
  }
  .live__column--left {
    width: 62%;
  }
}
@media (min-width: 105rem) {
  .live__header .live__column:first-child {
    width: 52%;
  }
  .liveList__header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .liveList__header h2 {
    text-align: left;
  }
  .live__column--left {
    width: 52%;
  }
  .liveRuns {
    grid-template-columns: 1fr 1fr;
  }
  .liveProfile__details > div {
    flex-direction: row;
    justify-content: flex-start;
    gap: 3em;
  }
  .liveProfile__details dl {
    display: flex;
    justify-content: space-between;
  }
  .liveProfile__more {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    margin-top: 2em;
  }
  .liveProfile__summary {
    position: relative;
    z-index: 1;
    background-size: auto 70%;
    background-position: 0 120%;
  }
  .liveProfile__cestitamo {
    position: absolute;
    left: 2em;
    top: 2em;
    max-width: 15em;
    opacity: 0.6;
  }
  .liveProfile__info {
    position: relative;
    z-index: 2;
  }
}
.liveShare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.liveShare__icons {
  padding-left: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.liveShare__iconFake, .liveShare__icon {
  position: relative;
  width: 2em;
  height: 2em;
  margin: 0.3em;
}
.liveShare__iconFake.liveShare__icon--mg, .liveShare__icon.liveShare__icon--mg {
  display: none;
}
.mobile .liveShare__iconFake.liveShare__icon--mg, .mobile .liveShare__icon.liveShare__icon--mg {
  display: block;
}
@media (max-width: 480px) {
  .liveShare__iconFake, .liveShare__icon {
    width: 1.4em;
    height: 1.4em;
  }
}
.liveShare__icon--copy {
  background-color: #131c45;
  border-radius: 50%;
  cursor: pointer;
}
.liveShare__icon--copy .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  color: #fff;
}
.liveShare__icon--copy .copiedSuccess {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9em;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
  opacity: 0;
  color: #fff;
  background-color: #66cc00;
  border-radius: 0.4em;
  transition: opacity 0.4s, top 0.4s;
  text-align: center;
  line-height: 1.2;
}
.liveShare__icon--copy.copied .copiedSuccess {
  opacity: 1;
  top: calc(100% + 0.7em);
}
@media (max-width: 47.9375em) {
  .liveShare__icon--copy .copiedSuccess {
    font-size: 0.6em;
  }
}
.live__sponsorsWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 1em;
}
.live__sponsors1, .live__sponsors2 {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}
.live__sponsors1 .live__sponsorsWrap {
  margin: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ececec;
}
.live__sponsor {
  padding: 0.5em;
  width: 10em;
}
.live__sponsor img {
  max-height: 3.5em;
  margin-left: auto;
  margin-right: auto;
}
.live__sponsor.live__sponsor--gen, .live__sponsor.live__sponsor--mer {
  max-width: 6em;
}
.live__sponsor.live__sponsor--kbm {
  max-width: 9em;
}
.live__sponsor.live__sponsor--gar {
  position: relative;
  max-width: 8em;
  top: -0.6em;
}
.live__sponsor.live__sponsor--int {
  max-width: 14em;
}
.live__sponsor.live__sponsor--tim img {
  max-height: 2.5em;
}
.live__sponsor.live__sponsor--iaaf {
  position: relative;
}
.live__sponsor.live__sponsor--iaaf:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.sponsorsSlider .live__sponsorsWrap {
  overflow: hidden;
}
.sponsorsSlider .live__sponsorsWrap .slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.sponsorsSlider .live__sponsorsWrap .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsorsSlider .live__sponsorsWrap .slick-slide {
  text-align: center;
}
@media (max-width: 47.9375em) {
  .live__sponsors1 .live__sponsorsWrap {
    margin: 0;
    border-bottom: 0;
  }
  .live__sponsors1 .live__sponsor {
    padding: 0.25em;
    width: 6em;
  }
  .live__sponsors1 .live__sponsor img {
    max-height: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  .live__sponsors1 .live__sponsor.live__sponsor--iaaf {
    width: 5em;
    margin-right: 1em;
    padding-right: 1em;
  }
  .live__sponsors1 .live__sponsor.live__sponsor--mol {
    width: 7em;
  }
  .live__sponsors1 .live__sponsor.live__sponsor--ifs {
    width: 5em;
  }
  .live__sponsors1 .live__sponsor.live__sponsor--ljs {
    width: 5em;
  }
  .live__sponsors1 .live__sponsor.live__sponsor--vw {
    width: 3.5em;
  }
}
@media (min-width: 48em) {
  .live__sponsor.live__sponsor--iaaf {
    margin-right: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 65em) {
  .live__sponsor.live__sponsor--int {
    width: 14em;
  }
}
.live__b--share {
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: 0.7em;
}
.liveProfile__cestitamo {
  position: absolute;
  left: 1em;
  top: 1em;
}
.liveProfile__place {
  margin-top: 2em;
}
@media (min-width: 65em) {
  .live__b--share {
    top: 3em;
    right: 2.2em;
  }
}
@media (min-width: 1500px) {
  .live__b--share {
    font-size: 1em;
    right: 2.2em;
  }
  .liveProfile__cestitamo {
    max-width: 17em;
  }
  .liveProfile__place {
    margin-top: 4em;
  }
}
.live__b--share .copiedSuccess {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  opacity: 0;
  color: #fff;
  transition: opacity 0.4s, top 0.4s;
  width: 12em;
  text-align: center;
  line-height: 1.2;
  font-size: 0.9em;
}
.live__b--share.copied .copiedSuccess {
  opacity: 1;
  top: calc(110% + 0.5em);
}
.getPica > img {
  width: 4.5em;
}
.getDiploma {
  width: 100%;
}
.liveProfile__summary {
  position: relative;
  z-index: 1;
}
.liveProfile__info {
  position: relative;
  z-index: 2;
}
.resultsTable {
  position: relative;
  padding-right: 2em;
}
.resultsTable .dtr-control {
  white-space: nowrap;
}
.resultsTable .dtr-control:before {
  margin-right: 0.5em;
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex !important;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 1em;
  border-radius: 0.4em;
  border: 1px solid #72be44;
  background-color: #fff;
  text-transform: uppercase;
  color: #72be44;
  font-family: "vw_headline", cursive;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  transform: translateX(1.5em);
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  right: 0;
}
.resultsTable .dtr-control:before:hover {
  background-color: #72be44;
  color: #fff;
}
.resultsTable.resultsTable--leftMore .child [data-dt-column="7"] {
  display: none !important;
}
.resultsTable.resultsTable--rightMore .dtr-control:before {
  display: none !important;
}
.resultsTable .dtr-lastVisible {
  padding-right: 2em;
}
