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

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.carousel-container {
  position: relative;
}

.carousel {
  position: relative;
}

.carousel a {
  color: black;
  text-decoration: none;
}

.carousel:before {
  position: absolute;
  top: -10px;
  left: 0;
  padding: 0 0 0 10px;
  width: 60px;
  height: 100%;
  content: 'past';
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background: #F6F6F6 url('./assets/images/dots.svg') no-repeat;
  background-position: 12px 25px;
  z-index: 10;
  cursor: pointer;
}

.carousel:after {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 0 10px 0 0;
  width: 70px;
  height: 100%;
  content: 'future';
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  background: #F6F6F6 url('./assets/images/dots.svg') no-repeat;
  background-position: 35px 25px;
  z-index: 10;
  cursor: pointer;
}

.carousel > div > div > div:first-child {
  margin-left: 70px;
}

.carousel > div > div:nth-child(2),
.carousel > div > div:nth-child(3) {
  width: 70px;
  z-index: 20;
}

.item {
  position: relative;
  margin: 0 -15px;
  padding: 30px 20px 10px;
  font-size: 12px;
  background: url('./assets/images/dot.svg') repeat-x;
  background-position: 0 8px;
}

.item strong { 
  display: block;
  margin: 0 0 10px;
}

.item:hover p { 
  display: block;
}

.item p { 
  display: none;
}

.item div { 
  color: #999;
}

.item.active {
  font-size: 14px;
}

.item.active div { 
  position: relative;
  padding-left: 20px;
}

.item.active div:before { 
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  background: url('./assets/images/clock.svg') no-repeat 50%;
  background-size: 100% auto;
  z-index: 10;
}

.item.active strong {
  color: #01A39C;
  font-size: 16px;
}

.item.active p {
  display: block;
}

.item.active .item-progress-bar {
  display: block;
}

.item:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #3F454C;
  border-radius: 50%;
  z-index: 10;
  box-sizing: content-box;
}

.item:hover:before {
  top: 3px;
  left: -2px;
  border: 2px solid #01A39C;
}

.item.active:before {
  top: 3px;
  left: -3px;
  width: 15px;
  height: 15px;
  background: #01A39C;
}

.item.active:hover:before {
  top: 1px;
  left: -5px;
  border: 2px solid #01A39C;
}

.item:after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 1px;
  height: 30px;
  content: '';
  background: #DBDBDB;
}

.item-progress-bar {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 10px;
  background: #75DABC;
  width: 50%;
}

.item.expired strong,
.item.expired p,
.item.expired div {
  opacity: 0.3;
}

.item.expired .item-progress-bar {
  display: block;
  width: calc(100%) !important;
  background: linear-gradient(90deg, rgba(232,231,227,1) 0%, rgba(237,222,164,1) 35%, rgba(185,218,157,1) 100%);
}

.item.expired:before {
  width: 10px;
  height: 10px;
  background: #C9C9C9;
}

.item.expired:hover:before {
  border-color: #C9C9C9;
}

.carousel-container {
  padding: 20px 0;
}

.slider-container {
  position: relative;
  padding: 0 80px;
  overflow: hidden;
}

.slider-container-inner {
  width: calc(100vw - 160px);
}

.slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider > a {
  display: flex;
  min-width: 22vw;
  max-width: 22vw;
  color: black;
  text-decoration: none;
}

@media (max-width: 980px) {
  .slider > a {
    min-width: 27vw;
    max-width: 27vw;
  }
}

@media (max-width: 700px) {
  .slider > a {
    min-width: 37vw;
    max-width: 37vw;
  }
}

@media (max-width: 640px) {
  .slider > a {
    min-width: 55vw;
    max-width: 55vw;
  }
}

.slider .item {
  margin: 0;
  width: 100%;
}

.slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 10px;
  width: 60px;
  height: 100%;
  text-align: left;
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #F6F6F6 url('./assets/images/dots.svg') no-repeat;
  background-position: 12px 60px;
  z-index: 10;
  cursor: pointer;
}

.slider-nav.next {
  left: auto;
  right: 0;
  padding: 0 10px 0 0;
  text-align: right;
  background-position: 35px 60px;
}

.slider-nav.disabled {
  opacity: 0.5;
}@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.slider-nav:hover,
.slider-nav:focus,
.slider-nav:active,
.slider-nav:visited {
  color: black;
  text-decoration: none;
}

.item p {
  margin-left: 0;
  margin-right: 0;
}

.item-progress-bar {
  background: #2b98d1 !important;
}

.item.active:before {
  background: #2A96CE !important;
}

.item.active strong {
  color: #2A96CE !important;
}