.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  margin-right: 20px;
}
.glider-slide img {
  max-width: 100%;
}
.glider-slide:last-child {
  margin-right: 0;
}
.glider-col {
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 150px;
  min-height: 400px;
  margin-bottom: 20px;
}
a.linklight {
  color: #fff;
}
a.linklight:hover {
  color: #D4A75E;
}
a.linkdark {
  color: #273551;
}
a.linkdark:hover {
  color: #D4A75E;
}
.glider-col__content {
  width: 100%;
  background: rgba(39, 53, 81, 0.85);
  padding: 20px 25px;
  color: #fff;
  position: relative;
}
.glider-col__content-cat {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-size: 12px;
  color: #273551;
  background: #D4A75E;
  text-transform: uppercase;
  padding: 0 10px 3px 10px;
  border-radius: 50px;
  letter-spacing: 1.5px;
}
.glider-col__contentlight {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 25px;
  color: #273551;
  position: relative;
}
.glider-item {
  position: relative;
  user-select: none;
  display: flex;
  width: 100%;
  min-width: 150px;
  margin-top: 50px;
}
.glider-item__month {
  padding: 8px 10px 0 0;
}
.glider-item__details-list {
  list-style: none;
  padding-inline-start: 0;
}
.glider-item__details-list li {
  display: flex;
  padding: 2px 0;
}
.glider-item__details-list li:last-child {
  margin-bottom: 30px;
}
.glider-item__details-list a {
  text-decoration: underline;
}
.glider-item__details-list a:hover {
  text-decoration: none;
}
.glider-item__details-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  padding-right: 8px;
}
.glider-prev,.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
.glider1::-webkit-scrollbar, .glider2::-webkit-scrollbar, .glider4::-webkit-scrollbar, .glider5::-webkit-scrollbar, .glider6::-webkit-scrollbar {
  opacity: 1;
  height: 1px;
}
.glider1::-webkit-scrollbar-track, .glider4::-webkit-scrollbar-track {
  background-color: #fff;
  margin-right: 80%;
}
.glider1::-webkit-scrollbar-thumb, .glider4::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.glider2::-webkit-scrollbar-track, .glider5::-webkit-scrollbar-track, .glider6::-webkit-scrollbar-track {
  background-color: #273551;
  margin-right: 80%;
}
.glider2::-webkit-scrollbar-thumb, .glider5::-webkit-scrollbar-thumb, .glider6::-webkit-scrollbar-thumb {
  background-color: #273551;
}
.glider3::-webkit-scrollbar {
  opacity: 1;
  height: 3px;
}
.glider3::-webkit-scrollbar-track {
  background-color: #273551;
  margin-right: 80%;
  border-radius: 3px;
}
.glider3::-webkit-scrollbar-thumb {
  background-color: #D4A75E;
  border-radius: 3px;
}
.glider-flipped, .glider-flipped .glider-track {
  transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
  -webkit-transform:rotateX(180deg);
}