/**
Calculate rem
*/
.c-calendar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .c-calendar-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 64px;
  }
}
.c-calendar-controls__button {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-calendar-controls__button {
    font-size: 1rem;
  }
}
.c-calendar-controls__button--primary {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: var(--secondary500);
  border: 2px solid var(--secondary500);
}
.c-calendar-controls__button--primary:hover, .c-calendar-controls__button--primary:focus {
  text-decoration: none;
  background-color: var(--primary500);
  border: 2px solid var(--primary500);
}
.c-calendar-controls__button--secondary {
  color: #000000;
  text-decoration: none;
  background-color: var(--secondary050);
  border: 2px solid var(--secondary050);
}
.c-calendar-controls__button--secondary:hover, .c-calendar-controls__button--secondary:focus {
  text-decoration: underline;
  background-color: var(--secondary050);
  border: 2px solid var(--secondary500);
}
.c-calendar-controls__button--back {
  width: 100%;
}
@media (min-width: 768px) {
  .c-calendar-controls__button--back {
    -webkit-box-flex: 175px;
        -ms-flex: 175px 1 0px;
            flex: 175px 1 0;
    width: auto;
  }
}
.c-calendar-controls__button--back:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background-color: #000000;
  -webkit-mask: url("/assets/images/icons/icon-arrow-back.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-arrow-back.svg") center/contain no-repeat;
}
.c-calendar-controls__button--dropdown:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  -webkit-mask: url("/assets/images/icons/icon-chevron-down.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-chevron-down.svg") center/contain no-repeat;
}
.c-calendar-controls__button--forward {
  width: 100%;
}
@media (min-width: 768px) {
  .c-calendar-controls__button--forward {
    -webkit-box-flex: 175px;
        -ms-flex: 175px 1 0px;
            flex: 175px 1 0;
    width: auto;
  }
}
.c-calendar-controls__button--forward:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 12px;
  width: 12px;
  background-color: #000000;
  -webkit-mask: url("/assets/images/icons/icon-arrow-forward.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-arrow-forward.svg") center/contain no-repeat;
}
.c-calendar-controls__button--calendar:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  -webkit-mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
}
.c-calendar-controls__button--calendar.c-calendar-controls__button--secondary:before {
  background-color: #000000;
  -webkit-mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
}
.c-calendar-controls__button--list:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background-color: #000000;
  -webkit-mask: url("/assets/images/icons/icon-list.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-list.svg") center/contain no-repeat;
}
.c-calendar-controls__button--list.c-calendar-controls__button--primary:before {
  background-color: #FFFFFF;
  -webkit-mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-calendar.svg") center/contain no-repeat;
}
.c-calendar-controls-search {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .c-calendar-controls-search {
    -webkit-box-flex: 300px;
        -ms-flex: 300px 0 0px;
            flex: 300px 0 0;
    width: 300px;
  }
}
.c-calendar-controls-search label {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #000000;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .c-calendar-controls-search label {
    font-size: 0.875rem;
  }
}
.c-calendar-controls-search__input {
  position: relative;
  width: 100%;
}
.c-calendar-controls-search__input input {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #000000;
  width: 100%;
  min-height: 48px;
  padding: 10px 30px 5px 12px;
  border: 2px solid var(--secondary500);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-calendar-controls-search__input input {
    font-size: 0.875rem;
  }
}
.c-calendar-controls-search__input input::-webkit-input-placeholder {
  color: #343A40;
}
.c-calendar-controls-search__input input::-moz-placeholder {
  color: #343A40;
}
.c-calendar-controls-search__input input:-ms-input-placeholder {
  color: #343A40;
}
.c-calendar-controls-search__input input::-ms-input-placeholder {
  color: #343A40;
}
.c-calendar-controls-search__input input::placeholder {
  color: #343A40;
}
.c-calendar-controls-search__input button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-calendar-controls-search__input button:hover span, .c-calendar-controls-search__input button:focus span {
  background-color: var(--primary500);
}
.c-calendar-controls-search__input button span {
  display: block;
  height: 12px;
  width: 12px;
  background-color: var(--secondary500);
  -webkit-mask: url("/assets/images/icons/icon-search.svg") center/contain no-repeat;
  mask: url("/assets/images/icons/icon-search.svg") center/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-calendar-controls-search__reset {
  font-size: 0.875rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: var(--primary500);
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-calendar-controls-search__reset {
    font-size: 1.25rem;
  }
}
.c-calendar-controls-search__reset:hover, .c-calendar-controls-search__reset:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .c-calendar-controls-search__reset {
    position: absolute;
    left: 0;
    top: 100%;
  }
}
.c-calendar-controls-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-calendar-controls-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
@media (min-width: 992px) {
  .c-calendar-controls-nav {
    -webkit-box-flex: 700px;
        -ms-flex: 700px 1 0px;
            flex: 700px 1 0;
  }
}
.c-calendar-controls-nav-dropdown {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .c-calendar-controls-nav-dropdown {
    -webkit-box-flex: 175px;
        -ms-flex: 175px 1 0px;
            flex: 175px 1 0;
    width: auto;
  }
}
.c-calendar-controls-nav-dropdown button {
  width: 100%;
}
.c-calendar-controls-nav-dropdown .dropdown-menu {
  width: 100%;
}
.c-calendar-controls-views {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 225px;
      -ms-flex: 225px 0 1;
          flex: 225px 0 1;
  width: auto;
}
@media (min-width: 992px) {
  .c-calendar-controls-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-calendar-calendar {
  margin-bottom: 32px;
}
.c-calendar-calendar .a-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 10px;
}
.c-calendar-calendar .a-event--green {
  border-left: 4px solid #B6C527;
  background-color: #EDF1C9;
}
.c-calendar-calendar .a-event--red {
  border-left: 4px solid #EB5F0A;
  background-color: #FAD7C2;
}
.c-calendar-calendar .a-event--lightPurple {
  border-left: 4px solid #9371AD;
  background: #E4DCEB;
}
.c-calendar-calendar .a-event--lightOrange {
  border-left: 4px solid #F99A06;
  background: #FEE6C1;
}
.c-calendar-calendar .a-event--lightBlue {
  border-left: 4px solid #44C8F5;
  background-color: #D0F1FD;
}
.c-calendar-calendar .a-event--darkBlue {
  border-left: 4px solid #0086F4;
  background-color: #BFE1FC;
}
.c-calendar-calendar .a-event-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c-calendar-calendar .a-event__time {
  font-size: 0.625rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  display: block;
}
.c-calendar-calendar .a-event__legend {
  font-size: 0.625rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.c-calendar-calendar .a-event__title {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  display: block;
}
.c-calendar-calendar .a-event__range {
  font-size: 0.625rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  display: block;
  margin-top: 5px;
}
.c-calendar-calendar dl {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .c-calendar-calendar dl {
    display: none;
  }
}
.c-calendar-calendar dl dt {
  font-size: 0.875rem;
  font-family: "TheSans B6 Semibold", sans-serif;
  line-height: 130%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  padding: 12px 15px 10px;
  width: 100%;
  background-color: #EEEEEE;
}
@media (min-width: 992px) {
  .c-calendar-calendar dl dt {
    font-size: 1.125rem;
  }
}
.c-calendar-calendar dl dd .a-event__title {
  font-size: 0.875rem;
  font-family: "TheSans B6 Semibold", sans-serif;
  line-height: 130%;
  font-weight: 500;
  word-break: break-word;
}
@media (min-width: 992px) {
  .c-calendar-calendar dl dd .a-event__title {
    font-size: 1.125rem;
  }
}
.c-calendar-calendar dl dd .a-event__time, .c-calendar-calendar dl dd .a-event__range {
  font-size: 0.875rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
}
@media (min-width: 992px) {
  .c-calendar-calendar dl dd .a-event__time, .c-calendar-calendar dl dd .a-event__range {
    font-size: 1rem;
  }
}
.c-calendar-calendar table {
  display: none;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 992px) {
  .c-calendar-calendar table {
    display: table;
  }
}
.c-calendar-calendar table thead th {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: var(--textOnSecondary);
  padding: 5px 10px 2px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--secondary250);
  border: 1px solid var(--secondary250);
}
.c-calendar-calendar table tbody .day_cell {
  width: 14%;
  height: 130px;
  vertical-align: top;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
}
.c-calendar-calendar table tbody .day_cell .date {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  padding: 5px 10px;
  width: 100%;
  background-color: #EEEEEE;
}
.c-calendar-calendar table tbody .today .date {
  color: #FFFFFF;
  background-color: #343A40;
}
.c-calendar-calendar table tbody .out_of_range {
  background-color: #EEEEEE;
}
.c-calendar-subs > ul {
  width: 100%;
  padding-left: 0;
}
.c-calendar-subs > ul > li {
  padding: 2px 16px 2px 8px;
  list-style: none;
  margin-bottom: 0;
}
.c-calendar-subs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 576px) {
  .c-calendar-subs-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.c-calendar-subs-item--green {
  border-left: 4px solid #B6C527;
  background-color: #EDF1C9;
}
.c-calendar-subs-item--red {
  border-left: 4px solid #EB5F0A;
  background-color: #FAD7C2;
}
.c-calendar-subs-item--lightPurple {
  border-left: 4px solid #9371AD;
  background: #E4DCEB;
}
.c-calendar-subs-item--lightOrange {
  border-left: 4px solid #F99A06;
  background: #FEE6C1;
}
.c-calendar-subs-item--lightBlue {
  border-left: 4px solid #44C8F5;
  background-color: #D0F1FD;
}
.c-calendar-subs-item--darkBlue {
  border-left: 4px solid #0086F4;
  background-color: #BFE1FC;
}
.c-calendar-subs-item__filter {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-calendar-subs-item__filter:hover label {
  text-decoration: underline;
}
.c-calendar-subs-item__filter:hover input {
  border: 1px solid #000000;
}
.c-calendar-subs-item__filter label, .c-calendar-subs-item__filter p {
  font-size: 0.75rem;
  font-family: "TheSans B5 Plain", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #000000;
  display: inline-block;
  padding: 6px 0 6px 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  .c-calendar-subs-item__filter label, .c-calendar-subs-item__filter p {
    font-size: 1rem;
  }
}
.c-calendar-subs-item__filter label {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-calendar-subs-item__filter input {
  border: 1px solid #343A40;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-calendar-subs-item__filter input:focus-visible + label, .c-calendar-subs-item__filter input:focus + label {
  text-decoration: underline;
}
.c-calendar-subs-item__filter input:focus-visible, .c-calendar-subs-item__filter input:focus {
  border: 1px solid #000000;
}
.c-calendar-subs-item-subscribe {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .c-calendar-subs-item-subscribe {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.c-calendar-subs-item-subscribe__btn {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #FFFFFF;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  text-decoration: none;
  padding: 8px 8px 4px 8px;
  margin: 8px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #343A40;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-calendar-subs-item-subscribe__btn {
    font-size: 0.875rem;
  }
}
.c-calendar-subs-item-subscribe__btn:hover, .c-calendar-subs-item-subscribe__btn:focus {
  text-decoration: underline;
}
.c-calendar-subs-item-subscribe__btn[aria-expanded=true] {
  color: #000000;
  background-color: #DCDCDC;
  border-radius: 4px;
}
.c-calendar-subs-item-subscribe--dropdown {
  display: none;
  padding: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.12);
          box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.12);
  z-index: 10;
}
.c-calendar-subs-item-subscribe--dropdown li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.c-calendar-subs-item-subscribe__link {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  color: #000000;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .c-calendar-subs-item-subscribe__link {
    font-size: 0.875rem;
  }
}
.c-calendar-subs-item-subscribe__link:hover, .c-calendar-subs-item-subscribe__link:focus {
  text-decoration: underline;
  background-color: #EEEEEE;
}
.c-calendar-subs-item__legend {
  font-size: 0.625rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 576px) {
  .c-calendar-subs-item__legend {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c-calendar-extra {
  border-radius: 8px;
  border: 1px solid var(--primary100);
  padding: 12px 16px;
  margin-top: 24px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .c-calendar-extra {
    padding: 24px 64px;
  }
}
@media (min-width: 992px) {
  .c-calendar-extra {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .c-calendar-extra-content {
    max-width: 50%;
  }
}
.c-calendar-extra * {
  font-size: 0.75rem;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  line-height: 150%;
  font-weight: 500;
  word-break: break-word;
  font-family: "TheSans B4 SemiLight Regular", sans-serif;
  color: #343A40;
}
@media (min-width: 992px) {
  .c-calendar-extra * {
    font-size: 0.875rem;
  }
}
.c-calendar-extra a {
  color: var(--secondary500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-calendar-extra a:hover, .c-calendar-extra a:focus {
  text-decoration: none;
  color: #000000;
}