.my-medal-introduce {
  font-family: "BayerSansLight", "Arial Roboto", "Sans-Serif";
  line-height: 1.43;
  font-size: 14px;
  color: #10384f;
  padding: 0 10px 40px;
}

@media screen and (min-width: 768px) {
  .my-medal-introduce {
    line-height: 1.38;
    font-size: 16px;
    padding: 0 20px 50px;
  }
}

@media screen and (min-width: 992px) {
  .my-medal-introduce {
    padding: 0 20px 70px 0;
  }
}

.my-medal-introduce p {
  margin-top: 0;
  margin-bottom: 30px;
}

.my-medal-introduce .user-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.my-medal-introduce .user-teaser h2 {
  padding-bottom: 0;
  font-family: "BayerSansLight", "Arial Roboto", "Sans-Serif";
  font-size: 28px;
  line-height: 1.13;
  color: #10384f;
}

@media screen and (min-width: 768px) {
  .my-medal-introduce .user-teaser h2 {
    font-size: 32px;
  }
}

.my-medal-introduce .user-image,
.my-medal-introduce .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
}

.my-medal-introduce .user-image img,
.my-medal-introduce .profile-image img {
  display: block;
}

.my-medal-introduce .profile-image {
  background: linear-gradient(-45deg, #10384f 50%, #00617f 50%);
  font-size: 24px;
}

.my-medal-introduce .profile-image .bayer-user {
  margin-top: 6px;
}

.my-medal-introduce .intro-title {
  font-family: "BayerSansMedium", "Arial,Roboto", "Sans-Serif";
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .my-medal-introduce .intro-title {
    font-size: 16px;
  }
}

.my-medal-introduce .level-progress-bar {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .my-medal-introduce .level-progress-bar {
    font-size: 14px;
  }
}

.my-medal-introduce .level-progress-bar::before {
  content: '';
  display: none;
  width: 100%;
  height: 5px;
  background-color: #10384f;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.my-medal-introduce .level-progress-bar li {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  position: relative;
}

.my-medal-introduce .level-progress-bar li::before,
.my-medal-introduce .level-progress-bar li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: #10384f;
}

.my-medal-introduce .level-progress-bar li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 7px;
}

.my-medal-introduce .level-progress-bar li::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  bottom: -15px;
  left: 5px;
}

@media screen and (min-width: 992px) {
  .my-medal-introduce .level-progress-bar li::after {
    height: 5px;
  }
}

.my-medal-introduce .level-progress-bar li span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -12%;
  margin-top: -50%;
  width: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .my-medal-introduce .level-progress-bar li span {
    margin-top: -45%;
  }
}

@media screen and (min-width: 992px) {
  .my-medal-introduce .level-progress-bar li span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: auto;
    margin-top: -15px;
  }
}

.my-medal-introduce .level-progress-bar li:last-child::after {
  display: none;
}

.block-baych-achp-my-medal-medal-detail {
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  margin: 0 10px 30px;
}

@media screen and (min-width: 768px) {
  .block-baych-achp-my-medal-medal-detail {
    padding: 20px;
    margin: 0 20px 40px;
  }
}

@media screen and (min-width: 992px) {
  .block-baych-achp-my-medal-medal-detail {
    margin: 0 20px 50px 0;
  }
}

.block-baych-achp-my-medal-medal-detail h2 {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 14px;
  color: #10384f;
  padding-bottom: 0;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}

.block-baych-achp-my-medal-medal-detail h2::before {
  content: "\49";
  font-family: "club-bayer";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.block-baych-achp-my-medal-medal-detail .block-description {
  font-size: 12px;
  color: #00617f;
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 40px;
  border-bottom: 1px solid #dce8eb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-arrow {
  position: absolute;
  top: -60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-arrow {
    top: -42px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-arrow::before {
  font-family: "club-bayer";
  font-size: 16px;
  color: #ff3162;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-prev {
  right: 20px;
  left: auto;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-prev::before {
  content: "\5c";
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-next {
  right: 0;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-next::before {
  content: "\e002";
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots li.slick-active {
  pointer-events: none;
  cursor: default;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots li.slick-active button::before {
  background-color: #ff3162;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots button {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__slider .slick-dots button::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #9bbac3;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 10px;
  width: 100%;
  color: #10384f;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__progress-list {
    font-size: 14px;
    padding-bottom: 25px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-top: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::before,
.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::after {
  content: '';
  display: block;
  position: absolute;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::before {
  width: 100%;
  height: 4px;
  background-color: #dce8eb;
  top: 4px;
  left: -8px;
  z-index: 1;
}

@media screen and (min-width: 480px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::before {
    height: 7px;
    top: 7px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #96a8ae;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 480px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__progress-item::after {
    width: 18px;
    height: 18px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item.active::before,
.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item.active::after {
  background-color: #00bcff;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item:first-child {
  max-width: 18px;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item:first-child::before {
  display: none;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item:first-child span {
  text-align: left;
  left: 100%;
  margin-left: -13px;
}

@media screen and (min-width: 480px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__progress-item:first-child span {
    margin-left: -18px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item:last-child span {
  text-align: right;
  left: 0;
  margin-left: 0;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__progress-item span {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  margin-top: 4px;
}

@media screen and (min-width: 480px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__progress-item span {
    margin-top: 8px;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__col--svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__svg-text {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  word-break: break-all;
}

.medal-detail__col--svg {
  position: relative;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__svg-text--ie-fix {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__svg-text--ie-fix {
    display: block;
    font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
    font-size: 12px;
    letter-spacing: 0.05px;
    color: #ffffff;
    position: absolute;
    top: 24%;
    left: 42%;
    transform: translate(0%, 0%);
    word-break: break-all;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__name {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #0091df;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link {
  border: solid 2px #ff3162;
  font-size: 12px;
  font-style: italic;
  color: #10384f;
  padding: 8px 50px 8px 8px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  overflow: hidden;
  outline: none;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .block-baych-achp-my-medal-medal-detail .medal-detail__link {
    margin-bottom: 0;
  }
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link i {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 16px;
  z-index: 2;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link::after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  width: 42px;
  height: 100%;
  transform: skew(-15deg);
  background-color: #f0f4f5;
  transition: all 0.3s ease;
  z-index: 1;
}


.block-baych-achp-my-medal-medal-detail .medal-detail__link:hover {
  text-decoration: none;
  outline: none;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link:hover::after {
  right: -46px;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link.disabled {
  border: solid 2px #c0c0c0;
  color: #c0c0c0;
  cursor: default;
  pointer-events: none;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link.disabled::after {
  background-color: #f0f4f5;
}

.block-baych-achp-my-medal-medal-detail .medal-detail__link.disabled:hover::after {
  right: -10px;
}

.medal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medal-row > .field__item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.medal-row .medal-col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .medal-row .medal-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}

.medal-row .medal-col--overview {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .medal-row .medal-col--overview {
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .medal-row .medal-col--overview {
    padding-left: 0;
  }
}

.medal-row .medal-col--ranking {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .medal-row .medal-col--ranking {
    padding-right: 20px;
  }
}

.medal-row .medal-col .paragraph,
.medal-row .medal-col .field__item {
  height: 100%;
}

.block-baych-achp-my-medal-medal-overview {
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .block-baych-achp-my-medal-medal-overview {
    padding: 20px;
  }
}

.block-baych-achp-my-medal-medal-overview h2 {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 14px;
  color: #10384f;
  padding-bottom: 5px;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}

.block-baych-achp-my-medal-medal-overview h2::before {
  content: "\49";
  font-family: "club-bayer";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.block-baych-achp-my-medal-medal-overview .block-description {
  font-size: 12px;
  color: #00617f;
  line-height: 1.2;
  padding-left: 30px;
  padding-right: 40px;
  border-bottom: 1px solid #dce8eb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.block-baych-achp-my-medal-medal-overview .slick-arrow {
  position: absolute;
  top: -47px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block-baych-achp-my-medal-medal-overview .slick-arrow::before {
  font-family: "club-bayer";
  font-size: 16px;
  color: #ff3162;
}

.block-baych-achp-my-medal-medal-overview .slick-prev {
  right: 20px;
  left: auto;
}

.block-baych-achp-my-medal-medal-overview .slick-prev::before {
  content: "\5c";
}

.block-baych-achp-my-medal-medal-overview .slick-next {
  right: 0;
}

.block-baych-achp-my-medal-medal-overview .slick-next::before {
  content: "\e002";
}

.block-baych-achp-my-medal-medal-overview .overview-slider svg {
  width: 100%;
}

.block-baych-achp-my-medal-medal-overview .overview-slider .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.block-baych-achp-my-medal-medal-overview .overview-slider .row .col {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .block-baych-achp-my-medal-medal-overview .overview-slider__svg {
    padding: 0 15px;
  }
}

.block-baych-achp-my-medal-medal-overview .overview-slider__name {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 14px;
  letter-spacing: 0.05px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
}

.overview-slider__svg {
  position: relative;
}

.block-baych-achp-my-medal-medal-overview .overview-slider__name--ie-fix {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-baych-achp-my-medal-medal-overview .overview-slider__name--ie-fix {
    display: block;
    font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
    font-size: 7px;
    letter-spacing: 0.05px;
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 32%;
    transform: translate(0%, 0%);
    word-break: break-all;
  }
}

.block-baych-achp-my-medal-medal-overview .overview-slider__category {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 12px;
  line-height: 1.25;
  color: #10384f;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.block-baych-achp-my-medal-global-ranking {
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .block-baych-achp-my-medal-global-ranking {
    padding: 20px;
  }
}

.medal-ranking__title {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  font-size: 14px;
  color: #10384f;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dce8eb;
}

.medal-ranking__title i {
  vertical-align: middle;
}

.medal-ranking__title span {
  font-family: "BayerSansRegular", "Arial Roboto", "Sans-Serif";
  font-size: 12px;
  color: #00617f;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  display: block;
}

.medal-ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #00617f;
  line-height: 1;
  margin-bottom: 15px;
}

.medal-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
}

.medal-ranking__item:nth-child(2) .medal-ranking__other,
.medal-ranking__item:nth-child(3) .medal-ranking__other {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .medal-ranking__item:nth-child(2) .medal-ranking__other,
  .medal-ranking__item:nth-child(3) .medal-ranking__other {
    max-width: 72%;
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
  }
}

.medal-ranking__number {
  text-align: right;
  padding-right: 5px;
}

.medal-ranking__number--bold {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  color: #10384f;
}

.medal-ranking__current,
.medal-ranking__other {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.medal-ranking__other {
  height: 15px;
  background-color: #ebf0f2;
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

@media screen and (min-width: 768px) {
  .medal-ranking__other {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.medal-ranking__current {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
  color: #10384f;
}

.medal-ranking__summary {
  padding-left: calc(6% + 5px);
  font-size: 12px;
  color: #00617f;
}

.medal-ranking__summary strong {
  font-family: "BayerSansBold", "Arial Roboto", "Sans-Serif";
}
