/* abhaya-libre-regular - latin */
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 200;
  src: url('/themes/equinoxe/fonts/Hellix-Thin.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Thin.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/Hellix-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Regular.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 500;
  src: url('/themes/equinoxe/fonts/Hellix-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Medium.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/equinoxe/fonts/Hellix-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-SemiBold.woff') format('woff') /* Modern Browsers */;
}
/* didact-gothic-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.link,
.back-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1D1D1B;
  text-decoration: none;
  align-items: center;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:after,
.back-link:after,
.link:before,
.back-link:before {
  color: #004eff;
  font-size: 0.62em;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:hover,
.back-link:hover {
  text-decoration: none;
  color: #004eff !important;
}
.link:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f102';
  margin: 0 0 0 12px;
}
.link:hover:after {
  transform: translateX(3px);
}
.back-link:before {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f103';
  margin: 0 12px 0 0;
}
.back-link:hover:before {
  transform: translateX(-3px);
}
.slick-list {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.slick-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  bottom: 0;
  background: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.slick-arrow:after {
  font-size: 1.25rem;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.slick-arrow:hover:after {
  color: #004eff;
}
.slick-prev {
  left: 15px;
}
.slick-prev:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f103';
}
.slick-prev:hover {
  transform: translateX(-3px);
}
.slick-next {
  left: 57px;
}
.slick-next:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f102';
}
.slick-next:hover {
  transform: translateX(3px);
}
.slick-track {
  display: flex;
  height: 100%;
}
.slick-track .slick-slide {
  position: relative;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
  margin: 120px 0 0 0;
}
.slick-dots li {
  list-style-type: none;
  margin: 0;
}
.slick-dots li button {
  background: transparent;
  border: none;
  width: 51px;
  height: 44px;
  font-size: 0;
  position: relative;
  padding: 0;
  margin: 0 3px;
}
.slick-dots li button:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f101';
  font-size: 16px;
  color: #7d838c;
  position: absolute;
  top: 9px;
  left: 10px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.slick-dots li.slick-active button:after {
  color: #004eff;
}
.slick-dots li.slick-active button:before {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f101';
  line-height: 42px;
  left: 0;
  top: 0;
  color: white;
  position: absolute;
  font-size: 33px;
  text-shadow: 0 0 1px #004eff, 0 0 1px #004eff, 0 0 1px #004eff, 0 0 1px #004eff;
}
/*# sourceMappingURL=slick.css.map */