@keyframes blinkingBackground {
  0% {
    background: #fff;
  }
  /* 25% {
    background: #1056c0;
  } */
  50% {
    background: #278e33;
  }
  /* 75% {
    background: #254878;
  } */
  100% {
    background: rgb(227, 16, 16);
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

sup {
  position: relative;
  padding: 0; }

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #4eb05a;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 5px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #4eb05a, 0 0 5px #4eb05a;
  opacity: 1;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 20px;
  right: 20px;
}

#nprogress .spinner-icon {
  width: 28px;
  height: 28px;
  box-sizing: border-box;

  border: solid 5px transparent;
  border-top-color: #4eb05a;
  border-left-color: #4eb05a;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\E2\2020\90";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "\E2\2020\2019";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "\E2\2020\90";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\E2\20AC\A2";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-dots li {
  margin: 0 8px; }

.slick-dots li button:before {
  width: 23px;
  height: 23px;
  content: "";
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='21' height='21' rx='10.5' stroke='%23A6AFBD' stroke-opacity='0.5' stroke-width='2'/%3E%3C/svg%3E%0A"); }

.slick-dots li.slick-active button:before {
  width: 23px;
  height: 23px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='21' height='21' rx='10.5' stroke='%234EB05A' stroke-width='2'/%3E%3Crect x='5' y='5' width='13' height='13' rx='6.5' fill='%234EB05A'/%3E%3C/svg%3E%0A"); }

.slick-list {
  margin-bottom: 30px; }

.slick-prev,
.slick-next {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .slick-dots {
    position: relative;
    top: -30px; } }

[data-desktop-slider] .slick-prev,
[data-desktop-slider] .slick-next {
  display: block !important; }
  [data-desktop-slider] .slick-prev::before,
  [data-desktop-slider] .slick-next::before {
    display: none; }

[data-desktop-slider] .slick-prev {
  background: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55' height='55' rx='5' transform='matrix(-1 0 0 1 55 0)' fill='%234EB05A'/%3E%3Cpath d='M15.8683 28.2437C15.8683 28.4283 16.0161 28.5761 16.2007 28.5761H38.0328C38.2175 28.5761 38.3652 28.4283 38.3652 28.2437V26.8031C38.3652 26.6185 38.2175 26.4707 38.0328 26.4707H16.2007C16.0161 26.4707 15.8683 26.6185 15.8683 26.8031V28.2437Z' fill='white'/%3E%3Cpath d='M30.9905 21.1173C30.86 21.2478 30.86 21.4572 30.9905 21.5877L38.4148 28.7362C38.5453 28.8667 38.7546 28.8667 38.8851 28.7362L39.9021 27.7167C40.0326 27.5862 40.0326 27.3769 39.9021 27.2464L32.4778 20.0979C32.3473 19.9674 32.138 19.9674 32.0075 20.0979L30.9905 21.1173Z' fill='white'/%3E%3Cpath d='M39.9021 27.2834C40.0326 27.4139 40.0326 27.6232 39.9021 27.7537L32.4778 34.9022C32.3473 35.0327 32.138 35.0327 32.0075 34.9022L30.9881 33.8827C30.8575 33.7522 30.8575 33.5429 30.9881 33.4124L38.4148 26.2639C38.5453 26.1334 38.7546 26.1334 38.8851 26.2639L39.9021 27.2834Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  transform: rotate(180deg);
  width: 55px;
  height: 55px;
  position: absolute;
  left: -70px;
  margin-top: -30px; }
  @media only screen and (max-width: 768px) {
    [data-desktop-slider] .slick-prev {
      position: relative;
      left: 0; } }

[data-desktop-slider] .slick-prev.disabled {
  background: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='0.5' y='0.5' width='54' height='54' rx='4.5' stroke='%23A6AFBD'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M39.1317 28.2437C39.1317 28.4283 38.9839 28.5761 38.7993 28.5761H16.9672C16.7825 28.5761 16.6348 28.4283 16.6348 28.2437V26.8031C16.6348 26.6185 16.7825 26.4707 16.9672 26.4707H38.7993C38.9839 26.4707 39.1317 26.6185 39.1317 26.8031V28.2437Z' fill='%23A6AFBD'/%3E%3Cpath d='M24.0095 21.1173C24.14 21.2478 24.14 21.4572 24.0095 21.5877L16.5852 28.7362C16.4547 28.8667 16.2454 28.8667 16.1149 28.7362L15.0979 27.7167C14.9674 27.5862 14.9674 27.3769 15.0979 27.2464L22.5222 20.0979C22.6527 19.9674 22.862 19.9674 22.9925 20.0979L24.0095 21.1173Z' fill='%23A6AFBD'/%3E%3Cpath d='M15.0979 27.2834C14.9674 27.4139 14.9674 27.6232 15.0979 27.7537L22.5222 34.9022C22.6527 35.0327 22.862 35.0327 22.9925 34.9022L24.0119 33.8827C24.1425 33.7522 24.1425 33.5429 24.0119 33.4124L16.5852 26.2639C16.4547 26.1334 16.2454 26.1334 16.1149 26.2639L15.0979 27.2834Z' fill='%23A6AFBD'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  transform: rotate(0); }

[data-desktop-slider] .slick-next {
  background: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55' height='55' rx='5' transform='matrix(-1 0 0 1 55 0)' fill='%234EB05A'/%3E%3Cpath d='M15.8683 28.2437C15.8683 28.4283 16.0161 28.5761 16.2007 28.5761H38.0328C38.2175 28.5761 38.3652 28.4283 38.3652 28.2437V26.8031C38.3652 26.6185 38.2175 26.4707 38.0328 26.4707H16.2007C16.0161 26.4707 15.8683 26.6185 15.8683 26.8031V28.2437Z' fill='white'/%3E%3Cpath d='M30.9905 21.1173C30.86 21.2478 30.86 21.4572 30.9905 21.5877L38.4148 28.7362C38.5453 28.8667 38.7546 28.8667 38.8851 28.7362L39.9021 27.7167C40.0326 27.5862 40.0326 27.3769 39.9021 27.2464L32.4778 20.0979C32.3473 19.9674 32.138 19.9674 32.0075 20.0979L30.9905 21.1173Z' fill='white'/%3E%3Cpath d='M39.9021 27.2834C40.0326 27.4139 40.0326 27.6232 39.9021 27.7537L32.4778 34.9022C32.3473 35.0327 32.138 35.0327 32.0075 34.9022L30.9881 33.8827C30.8575 33.7522 30.8575 33.5429 30.9881 33.4124L38.4148 26.2639C38.5453 26.1334 38.7546 26.1334 38.8851 26.2639L39.9021 27.2834Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -70px;
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    [data-desktop-slider] .slick-next {
      position: relative;
      right: 0; } }

[data-desktop-slider] .slick-next.disabled {
  background: url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='0.5' y='0.5' width='54' height='54' rx='4.5' stroke='%23A6AFBD'/%3E%3C/g%3E%3Cg opacity='0.5'%3E%3Cpath d='M39.1317 28.2437C39.1317 28.4283 38.9839 28.5761 38.7993 28.5761H16.9672C16.7825 28.5761 16.6348 28.4283 16.6348 28.2437V26.8031C16.6348 26.6185 16.7825 26.4707 16.9672 26.4707H38.7993C38.9839 26.4707 39.1317 26.6185 39.1317 26.8031V28.2437Z' fill='%23A6AFBD'/%3E%3Cpath d='M24.0095 21.1173C24.14 21.2478 24.14 21.4572 24.0095 21.5877L16.5852 28.7362C16.4547 28.8667 16.2454 28.8667 16.1149 28.7362L15.0979 27.7167C14.9674 27.5862 14.9674 27.3769 15.0979 27.2464L22.5222 20.0979C22.6527 19.9674 22.862 19.9674 22.9925 20.0979L24.0095 21.1173Z' fill='%23A6AFBD'/%3E%3Cpath d='M15.0979 27.2834C14.9674 27.4139 14.9674 27.6232 15.0979 27.7537L22.5222 34.9022C22.6527 35.0327 22.862 35.0327 22.9925 34.9022L24.0119 33.8827C24.1425 33.7522 24.1425 33.5429 24.0119 33.4124L16.5852 26.2639C16.4547 26.1334 16.2454 26.1334 16.1149 26.2639L15.0979 27.2834Z' fill='%23A6AFBD'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  transform: rotate(180deg); }

.date-picker {
  border: 1px solid #e7e8e9;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .date-picker .faction-horde {
    color: #b41717; }
  .date-picker .faction-alliance {
    color: #0067aa; }
  .date-picker__region-picker {
    display: flex;
    border-bottom: 1px solid #e7e8e9; }
    .date-picker__region-picker-button {
      flex: 1;
      color: #0a1423;
      padding: 12px 0;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      line-height: 150%;
      cursor: pointer; }
      .date-picker__region-picker-button:first-child {
        border-right: 1px solid #e7e8e9; }
      .date-picker__region-picker-button.active {
        background: #4eb05a;
        color: #fff; }
  .date-picker__list {
    padding: 5px 0;
    height: 163px;
    overflow-y: scroll;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0a1423; }
    .date-picker__list > div {
      padding: 5px 10px; }
  .date-picker__inner {
    padding: 20px; }
    .date-picker__inner-description {
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #0a1423;
      margin-top: 2px; }
    .date-picker__inner-description-operator {
      font-style: normal;
      font-weight: 900;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      color: #0a1423;
      margin-bottom: 15px; }
    .date-picker__inner-timer {
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 150%;
      align-items: center;
      text-align: center;
      color: #0a1423;
      margin-bottom: 12px;
      margin-top: 2px; }
    .date-picker__inner-button {
      cursor: pointer;
      border: 1px solid #c3c7cf;
      box-sizing: border-box;
      border-radius: 5px;
      font-weight: bold;
      font-size: 16px;
      line-height: 150%;
      text-align: center;
      text-transform: uppercase;
      color: #0a1423;
      padding: 12px; }
      .date-picker__inner-button:hover {
        background: #4eb05a;
        color: #fff; }

.react-schedule {
  width: 100%; }

.schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .schedule-products {
    display: table; }
    @media (max-width: 959.95px) {
      .schedule-products {
        display: block; } }
  .schedule-hr__inner-inner {
    background: #e7e8e9;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .schedule-product {
    display: table-row; }
    @media (max-width: 959.95px) {
      .schedule-product {
        display: flex;
        flex-direction: column; } }
    .schedule-product > * {
      vertical-align: middle; }
    .schedule-product__image {
      display: table-cell;
      width: 178px;
      min-width: 170px;
      height: 115px;
      background: #ffffff;
      box-shadow: 0px 5px 25px rgba(10, 20, 35, 0.15);
      border-radius: 10px; }
      @media (max-width: 959.95px) {
        .schedule-product__image {
          width: 100%;
          min-width: 100%;
          height: auto; }
          .schedule-product__image picture {
            height: auto !important;
            font-size: 0; }
          .schedule-product__image img {
            width: 100%;
            min-width: 100%;
            height: auto !important; } }
    .schedule-product__description {
      display: table-cell;
      width: 90%;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 959.95px) {
        .schedule-product__description {
          padding-left: 0;
          padding-right: 0; } }
      @media (max-width: 959.95px) {
        .schedule-product__description-title {
          margin-top: 20px; } }
      .schedule-product__description-title,
      .schedule-product__description-title a {
        font-family: DINPro;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        color: #0a1423;
        text-decoration: none; }
      .schedule-product__description-starts {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        margin-top: 20px;
        color: #898f9d; }
      .schedule-product__description-price {
        margin-top: 5px;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
        display: flex;
        align-items: center;
        color: #4eb05a; }
    .schedule-product__button {
      display: table-cell; }
      @media (max-width: 959.95px) {
        .schedule-product__button {
          margin-top: 20px;
          width: 100%;
          display: block;
          text-align: center; } }
      .schedule-product__button a {
        padding: 13px 30px;
        text-transform: uppercase;
        border: 1px solid rgba(137, 143, 157, 0.5);
        box-sizing: border-box;
        border-radius: 5px;
        font-weight: bold;
        font-size: 16px;
        line-height: 150%;
        color: #0a1423;
        text-decoration: none; }
        @media (max-width: 959.95px) {
          .schedule-product__button a {
            width: 100%;
            display: block;
            text-align: center; } }
  .schedule-entry__date {
    color: #898f9d;
    text-transform: uppercase; }
  .schedule-entry__title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #0a1423; }

.schedule-badge {
  position: absolute;
  top: 0;
  right: 20px; }
  .schedule-badge__letter {
    position: relative;
    left: 1px;
    top: 2px;
    color: #fff;
    font-weight: bold;
    width: 34px;
    text-align: center; }
  .schedule-badge__bg {
    position: absolute;
    top: 0;
    width: 35px;
    height: 37px;
    background-position: center center; }
    .schedule-badge__bg-mythic {
      background-image: url("data:image/svg+xml,%3Csvg width='84' height='87' viewBox='0 0 84 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M25 21L59 21L59 48.614L42.2742 58L25 48.614L25 21Z' fill='%23FF7135'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='84' height='87' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .schedule-badge__bg-heroic {
      background-image: url("data:image/svg+xml,%3Csvg width='84' height='87' viewBox='0 0 84 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M25 21L59 21L59 48.614L42.2742 58L25 48.614L25 21Z' fill='%23894495'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='84' height='87' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .schedule-badge__bg-normal {
      background-image: url("data:image/svg+xml,%3Csvg width='84' height='87' viewBox='0 0 84 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M25 21L59 21L59 48.614L42.2742 58L25 48.614L25 21Z' fill='%234EB05A'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='84' height='87' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='12.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }

