@charset "UTF-8";

/* src/styles.scss */
.br-default .br-units {
  align-items: center;
}
.br-default .br-unit {
  margin-right: 5px;
  font-size: 23px;
  height: 18px;
  width: 18px;
}
.br-default .br-unit:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-default .br-selected:after {
  color: #EDB867;
}
.br-default .br-active:after {
  color: #EDB867;
}
.consent-text {
  font-size: 16px;
}
@media (min-width: 2560px) {
  .consent-text {
    font-size: 19.2px;
  }
}
@media (min-width: 3000px) {
  .consent-text {
    font-size: 23.04px;
  }
}
.font-xxsmall {
  font-size: 12px !important;
}
@media (min-width: 2560px) {
  .font-xxsmall {
    font-size: 14.4px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxsmall {
    font-size: 17.28px !important;
  }
}
.font-xsmall {
  font-size: 13px !important;
}
@media (min-width: 2560px) {
  .font-xsmall {
    font-size: 15.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xsmall {
    font-size: 18.72px !important;
  }
}
.font-small {
  font-size: 14px !important;
}
@media (min-width: 2560px) {
  .font-small {
    font-size: 16.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-small {
    font-size: 20.16px !important;
  }
}
.font-medium {
  font-size: 16px !important;
}
@media (min-width: 2560px) {
  .font-medium {
    font-size: 19.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-medium {
    font-size: 23.04px !important;
  }
}
.font-large {
  font-size: 18px !important;
}
@media (min-width: 2560px) {
  .font-large {
    font-size: 21.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-large {
    font-size: 25.92px !important;
  }
}
.font-xlarge {
  font-size: 24px !important;
}
@media (min-width: 2560px) {
  .font-xlarge {
    font-size: 28.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-xlarge {
    font-size: 34.56px !important;
  }
}
.font-xxlarge {
  font-size: 28px !important;
}
@media (min-width: 2560px) {
  .font-xxlarge {
    font-size: 33.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxlarge {
    font-size: 40.32px !important;
  }
}
.font-xxxlarge {
  font-size: 36px !important;
}
@media (min-width: 2560px) {
  .font-xxxlarge {
    font-size: 43.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxxlarge {
    font-size: 51.84px !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(.allow-select) {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  position: relative;
  margin: 0 !important;
  transition: background-color 0.35s ease-in-out;
  background-color: var(--background_primary);
  padding: 0px;
  padding-right: 0px !important;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: inline;
}
html.menu-no-scroll,
html.search-no-scroll,
html.player-no-scroll,
html.details-no-scroll,
html.programme-no-scroll,
body.menu-no-scroll,
body.search-no-scroll,
body.player-no-scroll,
body.details-no-scroll,
body.programme-no-scroll {
  overflow: hidden !important;
}
body {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}
body {
  overflow-x: hidden;
  min-width: 600px;
}
@media screen and (max-width: 600px) {
  body {
    overflow-x: auto;
  }
}
body.captcha-registration-helper > :last-child {
  position: fixed !important;
}
a,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.error {
  color: #ff5252;
}
.error a {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.header-margin {
  margin-top: 127px;
}
.inline {
  display: inline-block;
}
.full-width {
  width: 100% !important;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 600;
  height: 86px;
  opacity: 1;
}
header.transparent:not(.scrolled) {
  background-color: transparent !important;
  transition: 0s all;
}
header.scrollable {
  position: relative;
  background: transparent !important;
}
header .container {
  transition: 0.15s all;
}
@media screen and (max-width: 1024px) {
  header .container {
    padding-top: 18px;
  }
}
header .left-wrapper {
  white-space: nowrap;
}
header .left-wrapper side-menu,
header .left-wrapper .logo,
header .left-wrapper breadcrumbs {
  position: relative;
  display: inline-block;
}
header .left-wrapper side-menu .breadcrumb,
header .left-wrapper .logo .breadcrumb,
header .left-wrapper breadcrumbs .breadcrumb {
  position: relative;
  top: -7px;
}
@media screen and (max-width: 992px) {
  header .left-wrapper side-menu .breadcrumb,
  header .left-wrapper .logo .breadcrumb,
  header .left-wrapper breadcrumbs .breadcrumb {
    top: -41px;
  }
}
header .left-wrapper side-menu {
  height: 64px;
  top: 14px;
  vertical-align: top;
}
header .left-wrapper .logo {
  top: 14px;
}
header .left-wrapper breadcrumbs {
  margin-left: 32px;
}
header .user-login {
  transition: 0.2s all !important;
  height: 45px;
  top: 33px;
  right: 40px;
  position: absolute;
}
header .user-login .user-icon {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: unset;
  padding: 0;
}
header .user-login .user-icon svg {
  cursor: pointer;
  z-index: 1;
}
header .user-login .dropdown {
  min-width: 164px;
  display: none;
  position: absolute;
  right: 0px;
  margin-top: 9px;
  padding: 0px 24px 0px 24px;
  top: 25px;
  background: #31869b;
  display: none;
  border-radius: 3px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
}
header .user-login .dropdown ul {
  padding: 0;
}
header .user-login .dropdown ul li {
  z-index: 1;
  position: relative;
  list-style-type: none;
  line-height: 28px;
  white-space: nowrap;
}
header .user-login .dropdown ul li:not(:first-child) {
  margin-top: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .user-login .dropdown ul {
    margin: 5px;
  }
}
header .user-login .dropdown.show {
  animation: fadeIn 0.25s;
  display: block;
}
@media screen and (max-width: 1024px) {
  header .user-login .dropdown {
    padding: 0 5px;
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .user-login {
    top: 20px;
    right: 22px;
  }
}
header .toggle-search {
  transition: 0.2s top !important;
  cursor: pointer;
  position: absolute;
  right: 88px;
  top: 33px;
  margin-right: 6px;
  background-color: transparent;
  border: unset;
  padding: 0;
}
header .toggle-search .close {
  position: absolute !important;
  top: 1px;
  right: 48px;
}
header .toggle-search.searching .open-search {
  display: none;
}
header .toggle-search svg {
  height: 100%;
  fill: #ffffff;
}
@media screen and (max-width: 1024px) {
  header .toggle-search {
    top: 20px;
    right: 56px;
  }
}
header .search-input {
  position: absolute;
  right: 132px;
  top: 25px;
  height: 46px;
  min-width: 0px;
  width: 0px;
  opacity: 0;
  padding-left: 16px;
  padding-right: 36px;
  transition:
    width 0.15s ease-in-out,
    top 0.2s,
    opacity 0.01s 0.15s;
}
header .search-input::placeholder {
  text-overflow: ellipsis;
}
header .search-input.displayed {
  transition:
    width 0.15s ease-in-out,
    opacity 0.05s,
    top 0.2s;
  width: 400px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header .search-input {
    top: 9px;
    right: 96px;
    max-width: calc(100vw - 300px);
  }
}
header.scrolled {
  transition: 0.2s all !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  header.scrolled .logo {
    transition: height 0.2s;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 64px;
  }
}
.logo {
  z-index: 603;
  cursor: pointer;
  position: absolute;
  top: 0px;
  margin-left: 35px;
  width: auto;
  max-width: 170px;
  height: 64px;
  background-position: center left;
  background-size: auto 64px;
  background-repeat: no-repeat;
  line-height: 60px;
  transition: height 0.2s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.logo img {
  position: relative;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}
.logo.no-hamburger {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 128px;
    height: 64px;
    margin-left: 0px;
    background-size: 128px auto;
    left: 32px;
  }
  .logo img {
    position: absolute;
    transform: translateY(-50%);
    max-height: 48px;
    max-width: 96px;
  }
}
.page-title {
  margin-bottom: 24px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.shadow {
  background-repeat: no-repeat !important;
}
.shadow.left {
  background-position: left !important;
}
.spaced-text {
  letter-spacing: 2px;
}
.readable-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.pull-up {
  display: block;
  position: relative;
  margin-top: -50px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.abs-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.container {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 18px;
  }
}
.grid {
  position: relative;
}
.grid .item {
  margin-bottom: 16px;
}
.fade:not(.modal):not(.modal-backdrop) {
  -webkit-animation: fade 0.25s;
  animation: fade 0.25s;
  opacity: 1;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.item .play:before,
.aod-item .play:before,
.poster-play:before,
cover .play:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 87%;
  height: 87%;
  opacity: 0.4;
  border-radius: 50%;
  background: #000000;
  left: 7%;
  top: 7%;
}
img[svg] {
  visibility: hidden;
}
.replaced-svg {
  animation: fadeIn 0.25s ease;
}
.page,
.details {
  transition: opacity 0.25s ease-in;
  animation-name: fadeIn;
  animation-duration: 250ms;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
input:focus,
button:focus {
  outline: 0;
}
.btn {
  cursor: pointer;
  font-family: Roboto;
  font-family: SkinFont;
  font-size: 14px;
  font-weight: normal;
  height: 36px;
  min-width: 120px;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0px 24px 0px 24px;
  transition: background ease-in 0.05s;
  user-select: none;
  border: 2px solid transparent;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.btn.active {
  background-color: #31869b;
}
.btn.danger {
  background-color: #d32f2f;
}
.btn.danger:hover {
  background-color: #ff5252;
}
.btn.delete:hover {
  background-color: #d32f2f;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}
.btn.skin-icon {
  position: relative;
  padding-left: 52px;
}
.btn.skin-icon img:first-child {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.btn.icon {
  padding-left: 52px;
  position: relative;
}
.btn.icon:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 8px;
  left: 20px;
  margin-right: 0.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn.icon.play:before {
  background-image: url(/assets/img/icons/web_icon_play.png);
}
.btn.icon.watch-later:before {
  background-image: url(/assets/img/icons/icon_watch_later.png);
}
.btn.icon.record:before {
  background-image: url(/assets/img/icons/icon_record.png);
}
.btn.icon.unrecord:before {
  background-image: url(/assets/img/icons/icon_unrecord.png);
}
.btn.icon.share:before {
  background-image: url(/assets/img/icons/icon_share.png);
}
.btn.icon.trailer:before {
  background-image: url(/assets/img/icons/icon_trailer.png);
}
.btn.icon.reminder:before {
  background-image: url(/assets/img/icons/icon_reminder.png);
}
.btn.fa {
  font-family: FontAwesome;
  min-width: 0px;
  padding: 0px 16px 0px 16px;
  font-size: 20px;
  line-height: 40px;
}
.btn.fa.trash:before {
  content: "\f1f8";
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.homepage-style {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 90px;
  height: 27px;
  padding: 4px 5px 5px 5px;
  opacity: 0.5;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
}
.homepage-style:hover {
  opacity: 1;
}
.homepage-style div {
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.homepage-style div:hover {
  background: #31869b;
  border: 2px solid #31869b;
  border-radius: 3px;
}
.image-preloader {
  opacity: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
}
.page {
  padding-top: 86px;
  width: 100%;
  height: 100%;
}
.page > div:first-child:not(.page-menu):not(.tile) {
  margin-top: 24px;
}
.page .page-menu {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 64px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 15px;
  white-space: nowrap;
}
.page .page-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page .page-menu ul li {
  cursor: pointer;
  height: 64px;
  display: inline-block;
  padding: 0px 8px 0px 8px;
  margin-right: 16px;
}
.page .page-menu ul li a {
  color: unset;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .page .page-menu {
    height: 48px;
  }
}
.page .title-bar {
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.page .title-bar:empty {
  height: 0px !important;
}
.page .container.content > .no-items {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .page {
    padding-top: 64px;
  }
}
.page-actions {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  z-index: 3;
}
.page-actions > div:first-child {
  float: left;
  display: table;
  height: 40px;
  white-space: nowrap;
  line-height: 40px;
}
.page-actions > div:first-child > div {
  display: table-cell;
  padding: 0px 16px 0px 16px;
}
.page-actions > div:first-child > div:first-child,
.page-actions > div:first-child > div:last-child {
  width: 1px;
}
.page-actions .actions {
  float: right;
  text-align: right;
  margin-right: 40px;
}
.page-actions .actions > div {
  font-size: 15px;
  margin-top: 8px;
}
.page-actions .actions button {
  margin-left: 8px;
}
img.arrow {
  max-width: 100%;
  max-height: 100%;
}
img.arrow.left {
  transform: rotate(180deg);
}
i.arrow {
  display: inline-block;
}
i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#toast-container {
  z-index: 999999999999999;
}
#toast-container > div {
  padding: 12px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px;
}
#toast-container > .toast-error {
  background-image: none !important;
  background-color: #ff5252;
}
#toast-container > .toast-success {
  background-image: none !important;
  background-color: var(--highlight_primary);
}
#toast-container > .toast-info {
  background-image: none !important;
  color: #ffffff;
}
#toast-container > .toast-warning {
  background-image: none !important;
  color: #ffc107;
}
#hsxModal {
  z-index: 1101;
}
#pinModal {
  z-index: 999999;
}
.modal-dialog {
  min-width: 320px;
}
.modal-dialog .modal-header {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  border: none !important;
}
.modal-dialog .modal-footer {
  border: none;
  text-align: center;
}
.modal-dialog .modal-footer .btn {
  margin-left: 8px !important;
}
.modal-dialog .input {
  text-align: center;
  margin-top: 28px;
}
.modal-dialog .input input {
  min-width: 112px;
  width: 112px;
  text-align: center;
}
.modal-dialog .input + .error {
  margin-top: 8px;
  animation: fadeIn 0.1s;
}
.modal-dialog.small {
  min-width: 320px;
  max-width: 512px;
}
.modal-dialog.small .modal-content {
  min-width: 320px;
  max-width: 512px;
  animation: fadeIn 0.15s;
}
.modal:before {
  display: none !important;
}
.modal-dialog.medium {
  width: 60vw;
  max-height: calc(100% - 60px);
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .modal-dialog.medium {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-dialog.medium {
    width: 95vw;
  }
}
.fadein-background {
  opacity: 0;
}
.fadein-background.loaded {
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
.fadein-background.loaded.large {
  transition: opacity 0.5s ease-in;
}
.overlay {
  z-index: 9999999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.overlay .logo {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s ease-in;
  width: auto !important;
  height: auto !important;
  margin-left: 0px !important;
  max-height: 80px;
  max-width: 172px;
  top: 50%;
  left: 50%;
  -webkit-animation: fade 0.25s;
  animation: fade 0.25s;
  opacity: 1;
}
.overlay.loaded .logo {
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
player.fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0px;
  z-index: 999999;
}
#backToTop {
  display: none;
  position: fixed;
  left: 40px;
  bottom: 40px;
  background: red;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
#backToTop.displayed {
  display: block;
}
.text {
  font-size: 14px;
  line-height: 20px;
}
.loading-more.bottom {
  position: relative;
  height: 75px;
  margin: 24px 0px 40px 0px;
}
.loading-more.bottom .loader {
  margin-top: 0px;
  position: absolute;
}
.no-padding {
  padding: 0px !important;
}
.capitalize {
  text-transform: lowercase;
}
.capitalize:first-letter {
  text-transform: uppercase;
}
.tooltip {
  opacity: 1;
  padding: 10px;
  position: absolute;
  color: var(--text_primary);
  border-radius: 3px;
  z-index: 9999999;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  text-align: center;
  background-color: var(--background_quaternary);
}
.tooltip:empty {
  display: none;
}
.action-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.action-icon.close {
  padding: 4px;
}
.action-icon img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.action-icon svg {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media screen and (max-width: 1024px) {
  .action-icon {
    height: 18px;
  }
}
.clpp-subtitles-container,
.vjs-caption-settings,
.vjs-control-bar,
.vjs-error-display {
  display: none !important;
}
.focus-limit {
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  position: fixed;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.no-select,
.no-select * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shadow-top {
  box-shadow: 0px -50px 40px rgba(0, 0, 0, 0.2);
}
.skin-image {
  max-width: 100%;
  max-height: 100%;
}
#croppie {
  position: relative;
}
#croppie > img,
#croppie .cr-boundary {
  border-radius: 50% !important;
  border: 4px solid white;
}
#croppie .croppie-cancel {
  position: absolute;
  min-width: 20px;
  width: 32px;
  height: 32px;
  left: 62%;
  top: 81%;
  z-index: 2;
  line-height: 27px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 0px 0px 0px 1px;
  border-radius: 50px;
  border: 3px solid #ffffff;
}
#croppie .cr-slider-wrap {
  margin-top: 10px !important;
}
#croppie .cr-slider-wrap .cr-slider {
  padding: 0 !important;
}
#croppie input[type=range] {
  cursor: pointer;
}
#croppie input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  background: var(--highlight_primary);
}
#croppie input[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  -webkit-appearance: none;
  background: #ffffff;
}
#croppie input[type=range]::-moz-range-thumb {
  cursor: pointer;
  background: var(--highlight_primary);
}
#croppie input[type=range]::-moz-range-track {
  cursor: pointer;
  background-color: #ffffff;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#hsxModal .modal-dialog .modal-content a {
  cursor: pointer;
  color: var(--highlight_primary);
}
img.filter_highlight_primary:hover,
img.filter_highlight_primary.active {
  filter: var(--filter_highlight_primary);
}
.cursor-default {
  cursor: default;
}
table tr {
  background-color: var(--background_secondary) !important;
  color: var(--text_secondary) !important;
}
.payment-instructions ul {
  max-width: 244px;
  margin: 0 auto;
  text-align: left;
  list-style-type: none;
  padding: 5px 0;
}
.payment-instructions ul li {
  line-height: 40px;
}
.payment-instructions .kekspay-icon {
  height: 35px;
}
.payment-instructions .qr-code {
  width: 150px;
  height: 150px;
}

/* src/styles/animations.scss */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.25s;
    -webkit-animation-duration: 0.25s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* src/styles/utilities.scss */
.consent-text {
  font-size: 16px;
}
@media (min-width: 2560px) {
  .consent-text {
    font-size: 19.2px;
  }
}
@media (min-width: 3000px) {
  .consent-text {
    font-size: 23.04px;
  }
}
.font-xxsmall {
  font-size: 12px !important;
}
@media (min-width: 2560px) {
  .font-xxsmall {
    font-size: 14.4px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxsmall {
    font-size: 17.28px !important;
  }
}
.font-xsmall {
  font-size: 13px !important;
}
@media (min-width: 2560px) {
  .font-xsmall {
    font-size: 15.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xsmall {
    font-size: 18.72px !important;
  }
}
.font-small {
  font-size: 14px !important;
}
@media (min-width: 2560px) {
  .font-small {
    font-size: 16.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-small {
    font-size: 20.16px !important;
  }
}
.font-medium {
  font-size: 16px !important;
}
@media (min-width: 2560px) {
  .font-medium {
    font-size: 19.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-medium {
    font-size: 23.04px !important;
  }
}
.font-large {
  font-size: 18px !important;
}
@media (min-width: 2560px) {
  .font-large {
    font-size: 21.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-large {
    font-size: 25.92px !important;
  }
}
.font-xlarge {
  font-size: 24px !important;
}
@media (min-width: 2560px) {
  .font-xlarge {
    font-size: 28.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-xlarge {
    font-size: 34.56px !important;
  }
}
.font-xxlarge {
  font-size: 28px !important;
}
@media (min-width: 2560px) {
  .font-xxlarge {
    font-size: 33.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxlarge {
    font-size: 40.32px !important;
  }
}
.font-xxxlarge {
  font-size: 36px !important;
}
@media (min-width: 2560px) {
  .font-xxxlarge {
    font-size: 43.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxxlarge {
    font-size: 51.84px !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
a,
a:visited {
  color: var(--highlight_primary);
}
.pg-all {
  padding: 50px;
}
@media screen and (max-width: 1368px) {
  .pg-all {
    padding: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pg-all {
    padding: 20px;
  }
}
.pg-left {
  padding-left: 50px;
}
@media screen and (max-width: 1368px) {
  .pg-left {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pg-left {
    padding-left: 20px;
  }
}
.pg-right {
  padding-right: 50px;
}
@media screen and (max-width: 1368px) {
  .pg-right {
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pg-right {
    padding-right: 20px;
  }
}
.pg-top {
  padding-top: 50px;
}
@media screen and (max-width: 1368px) {
  .pg-top {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pg-top {
    padding-top: 20px;
  }
}
.pg-bottom {
  padding-bottom: 50px;
}
@media screen and (max-width: 1368px) {
  .pg-bottom {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pg-bottom {
    padding-bottom: 20px;
  }
}
.mg-all {
  margin: 50px;
}
@media screen and (max-width: 1368px) {
  .mg-all {
    margin: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mg-all {
    margin: 20px;
  }
}
.mg-left {
  margin-left: 50px;
}
@media screen and (max-width: 1368px) {
  .mg-left {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mg-left {
    margin-left: 20px;
  }
}
.mg-right {
  margin-right: 50px;
}
@media screen and (max-width: 1368px) {
  .mg-right {
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mg-right {
    margin-right: 20px;
  }
}
.mg-top {
  margin-top: 50px;
}
@media screen and (max-width: 1368px) {
  .mg-top {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mg-top {
    margin-top: 20px;
  }
}
.mg-bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 1368px) {
  .mg-bottom {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mg-bottom {
    margin-bottom: 20px;
  }
}
h1 {
  font-size: 24px;
}
.min-width-50 {
  min-width: 50px;
}
.min-width-75 {
  min-width: 75px;
}
.min-width-100 {
  min-width: 100px;
}
.min-width-125 {
  min-width: 125px;
}
.min-width-150 {
  min-width: 150px;
}
.min-width-175 {
  min-width: 175px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-225 {
  min-width: 225px;
}
.min-width-250 {
  min-width: 250px;
}
.min-width-275 {
  min-width: 275px;
}
.min-width-300 {
  min-width: 300px;
}
.top-shadow {
  background-image:
    linear-gradient(
      to bottom,
      var(--background_primary),
      transparent);
}
.right-shadow {
  background-image:
    linear-gradient(
      to left,
      var(--background_primary),
      transparent);
}
.bottom-shadow {
  background-image:
    linear-gradient(
      to top,
      var(--background_primary),
      transparent);
}
.left-shadow {
  background-image:
    linear-gradient(
      to right,
      var(--background_primary),
      transparent);
}
.br-tile {
  border-radius: calc(var(--tile_border_radius) / 10 * 20px);
}
.br-form {
  border-radius: 18px;
}
.br-cover {
  border-radius: calc(var(--tile_border_radius) / 10 * 50px);
}
.br-circle {
  border-radius: 50%;
}
.uppercase {
  text-transform: uppercase;
}
.text-shadow {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.bg-pri {
  background-color: var(--background_primary);
}
svg.fill path,
svg path.fill {
  stroke: transparent !important;
}
svg.stroke path,
svg path.stroke {
  fill: transparent !important;
}
svg path {
  stroke: var(--text_primary);
  fill: var(--text_primary);
}
svg.hover-highlight-primary:hover path {
  stroke: var(--highlight_primary);
  fill: var(--highlight_primary);
}
.center-x {
  left: 50%;
  transform: translateX(-50%);
}
.center-y {
  top: 50%;
  transform: translateY(-50%);
}
.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-container {
  margin-top: 125px;
  margin-bottom: 125px;
}
.line-clamp-1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-clamp: 1;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
}
.line-clamp-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
}
.line-clamp-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
}
.line-clamp-4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-clamp: 4;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
}
.line-clamp-5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-clamp: 5;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 5;
}
* {
  scrollbar-width: thin;
}

/* src/styles/forms.scss */
.consent-text {
  font-size: 16px;
}
@media (min-width: 2560px) {
  .consent-text {
    font-size: 19.2px;
  }
}
@media (min-width: 3000px) {
  .consent-text {
    font-size: 23.04px;
  }
}
.font-xxsmall {
  font-size: 12px !important;
}
@media (min-width: 2560px) {
  .font-xxsmall {
    font-size: 14.4px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxsmall {
    font-size: 17.28px !important;
  }
}
.font-xsmall {
  font-size: 13px !important;
}
@media (min-width: 2560px) {
  .font-xsmall {
    font-size: 15.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xsmall {
    font-size: 18.72px !important;
  }
}
.font-small {
  font-size: 14px !important;
}
@media (min-width: 2560px) {
  .font-small {
    font-size: 16.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-small {
    font-size: 20.16px !important;
  }
}
.font-medium {
  font-size: 16px !important;
}
@media (min-width: 2560px) {
  .font-medium {
    font-size: 19.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-medium {
    font-size: 23.04px !important;
  }
}
.font-large {
  font-size: 18px !important;
}
@media (min-width: 2560px) {
  .font-large {
    font-size: 21.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-large {
    font-size: 25.92px !important;
  }
}
.font-xlarge {
  font-size: 24px !important;
}
@media (min-width: 2560px) {
  .font-xlarge {
    font-size: 28.8px !important;
  }
}
@media (min-width: 3000px) {
  .font-xlarge {
    font-size: 34.56px !important;
  }
}
.font-xxlarge {
  font-size: 28px !important;
}
@media (min-width: 2560px) {
  .font-xxlarge {
    font-size: 33.6px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxlarge {
    font-size: 40.32px !important;
  }
}
.font-xxxlarge {
  font-size: 36px !important;
}
@media (min-width: 2560px) {
  .font-xxxlarge {
    font-size: 43.2px !important;
  }
}
@media (min-width: 3000px) {
  .font-xxxlarge {
    font-size: 51.84px !important;
  }
}
.form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 15px;
}
.form-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-floating label {
  color: var(--text_secondary);
  font-size: 15px;
  letter-spacing: 0.02rem;
}
.form-floating label::after {
  display: none;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--text_secondary);
}
.form-floating > .form-control.disabled:not(:placeholder-shown) ~ label {
  color: var(--text_tertiary);
}
.form-floating > .form-select {
  padding-bottom: 0.5rem;
}
.form-floating > .form-select ~ label {
  color: var(--text_primary);
  font-size: 15px;
  letter-spacing: 0.02rem;
}
.button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border: none;
  white-space: nowrap;
  border-radius: 18px;
  transition: background-color 0.15s ease-in;
  background-color: var(--highlight_primary);
  color: var(--hover_hl);
  font-size: 16px;
}
.button:hover {
  background-color: var(--highlight_secondary);
}
@media screen and (max-width: 1368px) {
  .button {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    height: 40px;
  }
}
.button.button-md {
  height: 45px !important;
}
.button.button-sm {
  height: 40px !important;
}
.button.icon-button svg,
.button.icon-button img {
  position: relative;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.button.icon-button svg path,
.button.icon-button img path {
  stroke: var(--text_primary);
}
.button.icon-button svg path.fill,
.button.icon-button img path.fill {
  fill: var(--text_primary);
}
@media screen and (max-width: 1368px) {
  .button.icon-button svg,
  .button.icon-button img {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .button.icon-button svg,
  .button.icon-button img {
    width: 16px;
    height: 16px;
  }
}
.button.icon-button.text-exclamation svg path {
  stroke: var(--exclamation);
}
.button.round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0px !important;
  justify-content: center;
}
@media screen and (max-width: 1368px) {
  .button.round {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .button.round {
    width: 40px;
    height: 40px;
  }
}
.button.round > span {
  display: flex;
}
.button.round > *,
.button.round > span > svg {
  margin: 0px !important;
}
.button.round svg,
.button.round img {
  margin-right: 0px;
}
.button.round.button-md {
  width: 45px !important;
  height: 45px !important;
}
.button.round.button-sm {
  width: 40px !important;
  height: 40px !important;
}
.button.sliding-button {
  z-index: 1;
  position: relative;
  padding: 0px !important;
  width: 50px;
  height: 50px;
  opacity: 0.75;
  color: transparent;
  border-radius: 50%;
  justify-content: center;
}
@media screen and (max-width: 1368px) {
  .button.sliding-button {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .button.sliding-button {
    width: 40px;
    height: 40px;
  }
}
.button.sliding-button:before {
  content: "";
  background-color: var(--highlight_primary);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 1368px) {
  .button.sliding-button:before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .button.sliding-button:before {
    width: 40px;
    height: 40px;
  }
}
.button.sliding-button .sliding-button-content {
  z-index: -1;
  position: absolute;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  text-align: center;
  top: 0px;
  left: 0px;
  width: auto;
  max-width: 0px;
  height: 50px;
  padding-left: 50px;
  padding-right: 0px;
  color: var(--text_primary);
  background-color: rgba(122, 122, 122, 0.4);
  overflow: hidden;
  transition:
    max-width 0.25s cubic-bezier(0.02, 0.01, 0.47, 1),
    padding-left 0.25s cubic-bezier(0.02, 0.01, 0.47, 1),
    padding-right 0.25s cubic-bezier(0.02, 0.01, 0.47, 1),
    color 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  border-radius: 25px;
}
@media screen and (max-width: 1368px) {
  .button.sliding-button .sliding-button-content {
    height: 45px;
    padding-left: 45px;
    border-radius: 22.5px;
  }
}
@media screen and (max-width: 768px) {
  .button.sliding-button .sliding-button-content {
    height: 40px;
    padding-left: 40px;
    border-radius: 20px;
  }
}
.button.sliding-button:hover {
  opacity: 1;
}
.button.sliding-button:hover .sliding-button-content {
  max-width: 180px !important;
  padding-left: 65px;
  padding-right: 22.5px;
  background-color: rgba(122, 122, 122, 0.6);
}
@media screen and (max-width: 1368px) {
  .button.sliding-button:hover .sliding-button-content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .button.sliding-button:hover .sliding-button-content {
    padding-left: 55px;
  }
}
.button.sliding-button svg {
  z-index: 1;
  display: inline;
  margin-left: 1px;
  margin: 0px 0px 0px 1px;
}
@media screen and (max-width: 1368px) {
  .button.sliding-button {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .button.sliding-button {
    width: 40px;
  }
}
button.primary,
a.button.primary {
  background-color: var(--highlight_primary_85);
}
button.primary:hover,
a.button.primary:hover {
  background-color: var(--highlight_primary);
}
button.secondary,
a.button.secondary {
  background-color: var(--highlight_secondary_85);
}
button.tertiary,
a.button.tertiary {
  background-color: var(--highlight_primary_2);
}
button.tertiary:hover,
a.button.tertiary:hover {
  background-color: var(--highlight_primary_5);
}
button.secondary:hover,
a.button.secondary:hover {
  background-color: var(--highlight_secondary);
}
button.danger,
a.button.danger {
  background-color: var(--exclamation_8);
}
button.danger:hover,
a.button.danger:hover {
  background-color: var(--exclamation);
}
button.gray,
a.button.gray {
  background: rgba(122, 122, 122, 0.3);
  color: white;
  letter-spacing: 1px;
}
button.gray:hover,
a.button.gray:hover {
  background: rgba(122, 122, 122, 0.5) !important;
}
button.black,
a.button.black {
  background: rgba(0, 0, 0, 0.65);
  color: white;
  letter-spacing: 1px;
}
button.black:hover,
a.button.black:hover {
  background: rgb(0, 0, 0) !important;
}
button.black:hover > span,
a.button.black:hover > span {
  width: 19px;
  height: 20px;
}
button.text-exclamation,
a.button.text-exclamation {
  background-color: transparent;
  color: var(--exclamation);
}
button.text-exclamation:hover,
a.button.text-exclamation:hover {
  background-color: transparent;
}
button.transparent,
a.button.transparent {
  background-color: var(--background_primary);
}
textarea {
  background-color: var(--field_background) !important;
  border-radius: 18px !important;
}
textarea.form-control {
  color: var(--text_primary);
  border: 2px solid var(--text_primary);
  background-color: var(--background_primary) !important;
}
textarea.form-control:focus {
  color: var(--text_primary);
  border-color: var(--text_primary);
  box-shadow: none;
}
textarea:focus + label {
  color: var(--text_primary) !important;
}
input[type=text],
input[type=password],
select {
  width: 100%;
  height: 50px;
  background-color: var(--field_background) !important;
  border-radius: 18px !important;
}
@media screen and (max-width: 1368px) {
  input[type=text],
  input[type=password],
  select {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=password],
  select {
    height: 40px;
    line-height: 40px;
  }
}
input[type=text].form-control,
input[type=text].form-select,
input[type=password].form-control,
input[type=password].form-select,
select.form-control,
select.form-select {
  color: var(--text_primary);
  border: 2px solid var(--text_primary);
  background-color: var(--background_primary) !important;
}
input[type=text].form-control:focus,
input[type=text].form-select:focus,
input[type=password].form-control:focus,
input[type=password].form-select:focus,
select.form-control:focus,
select.form-select:focus {
  background-color: var(--background_primary) !important;
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus {
  background-color: var(--background_primary) !important;
}
input[type=text]:focus + label,
input[type=password]:focus + label,
select:focus + label {
  color: var(--text_primary) !important;
}
select {
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 432000s ease-in-out 0s, color 432000s ease-in-out 0s;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.16em;
  margin-right: 0.5em;
  box-shadow: none;
  border: 2px solid var(--text_secondary);
  background-color: var(--background_primary);
}
.form-check-input:focus {
  background-color: var(--background_primary);
  border: 2px solid var(--text_secondary);
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--highlight_primary) !important;
  border-color: var(--highlight_primary);
  border: 2px solid var(--text_secondary);
  box-shadow: none;
}
.dropdown-menu .dropdown-item {
  color: var(--text_primary);
}
.dropdown-menu.primary {
  background-color: var(--highlight_primary_8);
}
.dropdown-menu.primary .dropdown-item:hover {
  background-color: var(--highlight_primary);
}
.dropdown-menu.secondary {
  background-color: var(--highlight_secondary_8);
}
.dropdown-menu.secondary .dropdown-item:hover {
  background-color: var(--highlight_primary);
}
.dropdown-menu.gray {
  background: rgba(122, 122, 122, 0.3);
}
.dropdown .chevron {
  top: unset;
  position: relative;
  margin: 0px !important;
  right: -8px;
}
.dropdown .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dropdown .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.dropdown.highlight-secondary .dropdown-menu {
  background-color: var(--highlight_secondary);
}
.dropdown.highlight-secondary .dropdown-menu .dropdown-item.active,
.dropdown.highlight-secondary .dropdown-menu .dropdown-item:hover,
.dropdown.highlight-secondary .dropdown-menu .dropdown-item:focus {
  background-color: var(--highlight_primary_5);
}
.dropdown.highlight-secondary .dropdown-menu .dropdown-item svg path {
  stroke: var(--text_primary);
}
.dropdown.background-primary .dropdown-menu {
  background-color: var(--background_primary);
  border: 2px solid var(--text_primary_7);
}
.dropdown.background-primary .dropdown-menu .dropdown-item.active,
.dropdown.background-primary .dropdown-menu .dropdown-item:hover,
.dropdown.background-primary .dropdown-menu .dropdown-item:focus {
  background-color: var(--highlight_primary_5);
}
.dropdown.background-primary .dropdown-menu .dropdown-item svg path {
  stroke: var(--text_primary);
}
.dropdown-item {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.dropdown.hover-dropdown .chevron {
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transform: rotate(0deg);
}
.dropdown.hover-dropdown:hover .chevron {
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transform: rotate(180deg);
}
.dropdown.hover-dropdown:hover .dropdown-menu {
  display: block;
}
.line-indicator .tertiary {
  background-color: var(--text_tertiary);
}
.line-indicator .primary {
  background-color: var(--highlight_primary_8);
}

/* src/styles/bootstrap-plus.scss */
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 2.75rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.m-13 {
  margin: 3.25rem !important;
}
.m-14 {
  margin: 3.5rem !important;
}
.m-15 {
  margin: 3.75rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.m-17 {
  margin: 4.25rem !important;
}
.m-18 {
  margin: 4.5rem !important;
}
.m-19 {
  margin: 4.75rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}
.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}
.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}
.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}
.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}
.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}
.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 2.75rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-13 {
  margin-top: 3.25rem !important;
}
.mt-14 {
  margin-top: 3.5rem !important;
}
.mt-15 {
  margin-top: 3.75rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-17 {
  margin-top: 4.25rem !important;
}
.mt-18 {
  margin-top: 4.5rem !important;
}
.mt-19 {
  margin-top: 4.75rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 0.75rem !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.me-5 {
  margin-right: 1.25rem !important;
}
.me-6 {
  margin-right: 1.5rem !important;
}
.me-7 {
  margin-right: 1.75rem !important;
}
.me-8 {
  margin-right: 2rem !important;
}
.me-9 {
  margin-right: 2.25rem !important;
}
.me-10 {
  margin-right: 2.5rem !important;
}
.me-11 {
  margin-right: 2.75rem !important;
}
.me-12 {
  margin-right: 3rem !important;
}
.me-13 {
  margin-right: 3.25rem !important;
}
.me-14 {
  margin-right: 3.5rem !important;
}
.me-15 {
  margin-right: 3.75rem !important;
}
.me-16 {
  margin-right: 4rem !important;
}
.me-17 {
  margin-right: 4.25rem !important;
}
.me-18 {
  margin-right: 4.5rem !important;
}
.me-19 {
  margin-right: 4.75rem !important;
}
.me-20 {
  margin-right: 5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 2.75rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-13 {
  margin-bottom: 3.25rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-15 {
  margin-bottom: 3.75rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-17 {
  margin-bottom: 4.25rem !important;
}
.mb-18 {
  margin-bottom: 4.5rem !important;
}
.mb-19 {
  margin-bottom: 4.75rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 0.75rem !important;
}
.ms-4 {
  margin-left: 1rem !important;
}
.ms-5 {
  margin-left: 1.25rem !important;
}
.ms-6 {
  margin-left: 1.5rem !important;
}
.ms-7 {
  margin-left: 1.75rem !important;
}
.ms-8 {
  margin-left: 2rem !important;
}
.ms-9 {
  margin-left: 2.25rem !important;
}
.ms-10 {
  margin-left: 2.5rem !important;
}
.ms-11 {
  margin-left: 2.75rem !important;
}
.ms-12 {
  margin-left: 3rem !important;
}
.ms-13 {
  margin-left: 3.25rem !important;
}
.ms-14 {
  margin-left: 3.5rem !important;
}
.ms-15 {
  margin-left: 3.75rem !important;
}
.ms-16 {
  margin-left: 4rem !important;
}
.ms-17 {
  margin-left: 4.25rem !important;
}
.ms-18 {
  margin-left: 4.5rem !important;
}
.ms-19 {
  margin-left: 4.75rem !important;
}
.ms-20 {
  margin-left: 5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -0.75rem !important;
}
.m-n4 {
  margin: -1rem !important;
}
.m-n5 {
  margin: -1.25rem !important;
}
.m-n6 {
  margin: -1.5rem !important;
}
.m-n7 {
  margin: -1.75rem !important;
}
.m-n8 {
  margin: -2rem !important;
}
.m-n9 {
  margin: -2.25rem !important;
}
.m-n10 {
  margin: -2.5rem !important;
}
.m-n11 {
  margin: -2.75rem !important;
}
.m-n12 {
  margin: -3rem !important;
}
.m-n13 {
  margin: -3.25rem !important;
}
.m-n14 {
  margin: -3.5rem !important;
}
.m-n15 {
  margin: -3.75rem !important;
}
.m-n16 {
  margin: -4rem !important;
}
.m-n17 {
  margin: -4.25rem !important;
}
.m-n18 {
  margin: -4.5rem !important;
}
.m-n19 {
  margin: -4.75rem !important;
}
.m-n20 {
  margin: -5rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}
.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}
.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}
.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}
.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}
.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}
.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}
.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.mx-n17 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}
.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}
.mx-n19 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}
.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}
.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}
.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}
.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}
.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}
.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}
.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -0.75rem !important;
}
.mt-n4 {
  margin-top: -1rem !important;
}
.mt-n5 {
  margin-top: -1.25rem !important;
}
.mt-n6 {
  margin-top: -1.5rem !important;
}
.mt-n7 {
  margin-top: -1.75rem !important;
}
.mt-n8 {
  margin-top: -2rem !important;
}
.mt-n9 {
  margin-top: -2.25rem !important;
}
.mt-n10 {
  margin-top: -2.5rem !important;
}
.mt-n11 {
  margin-top: -2.75rem !important;
}
.mt-n12 {
  margin-top: -3rem !important;
}
.mt-n13 {
  margin-top: -3.25rem !important;
}
.mt-n14 {
  margin-top: -3.5rem !important;
}
.mt-n15 {
  margin-top: -3.75rem !important;
}
.mt-n16 {
  margin-top: -4rem !important;
}
.mt-n17 {
  margin-top: -4.25rem !important;
}
.mt-n18 {
  margin-top: -4.5rem !important;
}
.mt-n19 {
  margin-top: -4.75rem !important;
}
.mt-n20 {
  margin-top: -5rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -0.75rem !important;
}
.me-n4 {
  margin-right: -1rem !important;
}
.me-n5 {
  margin-right: -1.25rem !important;
}
.me-n6 {
  margin-right: -1.5rem !important;
}
.me-n7 {
  margin-right: -1.75rem !important;
}
.me-n8 {
  margin-right: -2rem !important;
}
.me-n9 {
  margin-right: -2.25rem !important;
}
.me-n10 {
  margin-right: -2.5rem !important;
}
.me-n11 {
  margin-right: -2.75rem !important;
}
.me-n12 {
  margin-right: -3rem !important;
}
.me-n13 {
  margin-right: -3.25rem !important;
}
.me-n14 {
  margin-right: -3.5rem !important;
}
.me-n15 {
  margin-right: -3.75rem !important;
}
.me-n16 {
  margin-right: -4rem !important;
}
.me-n17 {
  margin-right: -4.25rem !important;
}
.me-n18 {
  margin-right: -4.5rem !important;
}
.me-n19 {
  margin-right: -4.75rem !important;
}
.me-n20 {
  margin-right: -5rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -0.75rem !important;
}
.mb-n4 {
  margin-bottom: -1rem !important;
}
.mb-n5 {
  margin-bottom: -1.25rem !important;
}
.mb-n6 {
  margin-bottom: -1.5rem !important;
}
.mb-n7 {
  margin-bottom: -1.75rem !important;
}
.mb-n8 {
  margin-bottom: -2rem !important;
}
.mb-n9 {
  margin-bottom: -2.25rem !important;
}
.mb-n10 {
  margin-bottom: -2.5rem !important;
}
.mb-n11 {
  margin-bottom: -2.75rem !important;
}
.mb-n12 {
  margin-bottom: -3rem !important;
}
.mb-n13 {
  margin-bottom: -3.25rem !important;
}
.mb-n14 {
  margin-bottom: -3.5rem !important;
}
.mb-n15 {
  margin-bottom: -3.75rem !important;
}
.mb-n16 {
  margin-bottom: -4rem !important;
}
.mb-n17 {
  margin-bottom: -4.25rem !important;
}
.mb-n18 {
  margin-bottom: -4.5rem !important;
}
.mb-n19 {
  margin-bottom: -4.75rem !important;
}
.mb-n20 {
  margin-bottom: -5rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -0.75rem !important;
}
.ms-n4 {
  margin-left: -1rem !important;
}
.ms-n5 {
  margin-left: -1.25rem !important;
}
.ms-n6 {
  margin-left: -1.5rem !important;
}
.ms-n7 {
  margin-left: -1.75rem !important;
}
.ms-n8 {
  margin-left: -2rem !important;
}
.ms-n9 {
  margin-left: -2.25rem !important;
}
.ms-n10 {
  margin-left: -2.5rem !important;
}
.ms-n11 {
  margin-left: -2.75rem !important;
}
.ms-n12 {
  margin-left: -3rem !important;
}
.ms-n13 {
  margin-left: -3.25rem !important;
}
.ms-n14 {
  margin-left: -3.5rem !important;
}
.ms-n15 {
  margin-left: -3.75rem !important;
}
.ms-n16 {
  margin-left: -4rem !important;
}
.ms-n17 {
  margin-left: -4.25rem !important;
}
.ms-n18 {
  margin-left: -4.5rem !important;
}
.ms-n19 {
  margin-left: -4.75rem !important;
}
.ms-n20 {
  margin-left: -5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-11 {
  padding: 2.75rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.p-13 {
  padding: 3.25rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.p-15 {
  padding: 3.75rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.p-17 {
  padding: 4.25rem !important;
}
.p-18 {
  padding: 4.5rem !important;
}
.p-19 {
  padding: 4.75rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}
.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}
.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}
.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}
.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}
.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 1.75rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-11 {
  padding-top: 2.75rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pt-13 {
  padding-top: 3.25rem !important;
}
.pt-14 {
  padding-top: 3.5rem !important;
}
.pt-15 {
  padding-top: 3.75rem !important;
}
.pt-16 {
  padding-top: 4rem !important;
}
.pt-17 {
  padding-top: 4.25rem !important;
}
.pt-18 {
  padding-top: 4.5rem !important;
}
.pt-19 {
  padding-top: 4.75rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 0.75rem !important;
}
.pe-4 {
  padding-right: 1rem !important;
}
.pe-5 {
  padding-right: 1.25rem !important;
}
.pe-6 {
  padding-right: 1.5rem !important;
}
.pe-7 {
  padding-right: 1.75rem !important;
}
.pe-8 {
  padding-right: 2rem !important;
}
.pe-9 {
  padding-right: 2.25rem !important;
}
.pe-10 {
  padding-right: 2.5rem !important;
}
.pe-11 {
  padding-right: 2.75rem !important;
}
.pe-12 {
  padding-right: 3rem !important;
}
.pe-13 {
  padding-right: 3.25rem !important;
}
.pe-14 {
  padding-right: 3.5rem !important;
}
.pe-15 {
  padding-right: 3.75rem !important;
}
.pe-16 {
  padding-right: 4rem !important;
}
.pe-17 {
  padding-right: 4.25rem !important;
}
.pe-18 {
  padding-right: 4.5rem !important;
}
.pe-19 {
  padding-right: 4.75rem !important;
}
.pe-20 {
  padding-right: 5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-9 {
  padding-bottom: 2.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-11 {
  padding-bottom: 2.75rem !important;
}
.pb-12 {
  padding-bottom: 3rem !important;
}
.pb-13 {
  padding-bottom: 3.25rem !important;
}
.pb-14 {
  padding-bottom: 3.5rem !important;
}
.pb-15 {
  padding-bottom: 3.75rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-17 {
  padding-bottom: 4.25rem !important;
}
.pb-18 {
  padding-bottom: 4.5rem !important;
}
.pb-19 {
  padding-bottom: 4.75rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 0.75rem !important;
}
.ps-4 {
  padding-left: 1rem !important;
}
.ps-5 {
  padding-left: 1.25rem !important;
}
.ps-6 {
  padding-left: 1.5rem !important;
}
.ps-7 {
  padding-left: 1.75rem !important;
}
.ps-8 {
  padding-left: 2rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-10 {
  padding-left: 2.5rem !important;
}
.ps-11 {
  padding-left: 2.75rem !important;
}
.ps-12 {
  padding-left: 3rem !important;
}
.ps-13 {
  padding-left: 3.25rem !important;
}
.ps-14 {
  padding-left: 3.5rem !important;
}
.ps-15 {
  padding-left: 3.75rem !important;
}
.ps-16 {
  padding-left: 4rem !important;
}
.ps-17 {
  padding-left: 4.25rem !important;
}
.ps-18 {
  padding-left: 4.5rem !important;
}
.ps-19 {
  padding-left: 4.75rem !important;
}
.ps-20 {
  padding-left: 5rem !important;
}
.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-4 {
  font-size: 1.25rem !important;
}
.fs-5 {
  font-size: 1.15rem !important;
}
.fs-6 {
  font-size: 1.075rem !important;
}
.fs-7 {
  font-size: 0.95rem !important;
}
.fs-8 {
  font-size: 0.85rem !important;
}
.fs-9 {
  font-size: 0.75rem !important;
}
.fs-10 {
  font-size: 0.5rem !important;
}
.fs-sm {
  font-size: 0.95rem !important;
}
.fs-base {
  font-size: 1rem !important;
}
.fs-lg {
  font-size: 1.075rem !important;
}
.fs-xl {
  font-size: 1.21rem !important;
}
.fs-fluid {
  font-size: 100% !important;
}
.fs-2x {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}
.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}
.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}
.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}
.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}
.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}
.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}
.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}
.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}
.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}
.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}
.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}
.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}
.fs-6x {
  font-size: calc(1.725rem + 5.7vw) !important;
}
.fs-6qx {
  font-size: calc(1.75rem + 6vw) !important;
}
.fs-6hx {
  font-size: calc(1.775rem + 6.3vw) !important;
}
.fs-6tx {
  font-size: calc(1.8rem + 6.6vw) !important;
}
.fs-7x {
  font-size: calc(1.825rem + 6.9vw) !important;
}
.fs-7qx {
  font-size: calc(1.85rem + 7.2vw) !important;
}
.fs-7hx {
  font-size: calc(1.875rem + 7.5vw) !important;
}
.fs-7tx {
  font-size: calc(1.9rem + 7.8vw) !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.modal:not(.details-modal) .modal-dialog .modal-content {
  background-color: var(--background_secondary);
}
.modal:not(.details-modal) .modal-dialog .modal-content .modal-body {
  color: var(--text_secondary);
}

/* src/accessibility-styles.scss */
.wcag-animations-disabled .side-menu,
.wcag-animations-disabled .menu-scroll-shadow,
.wcag-animations-disabled .item,
.wcag-animations-disabled .item-list,
.wcag-animations-disabled .channel-list .item .select,
.wcag-animations-disabled .epg-scroller,
.wcag-animations-disabled .epg-container,
.wcag-animations-disabled .programme,
.wcag-animations-disabled .play,
.wcag-animations-disabled .slide-nav,
.wcag-animations-disabled .ngxcarousel-items,
.wcag-animations-disabled .search-input {
  transition: none !important;
}
.wcag-animations-disabled .play,
.wcag-animations-disabled .slide-nav,
.wcag-animations-disabled .nav {
  opacity: 1 !important;
}
.pause-carousel {
  display: flex;
  right: 42px;
  top: 75%;
  height: 28px;
  position: absolute;
  width: 34px;
  cursor: pointer;
}
.pause-carousel svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.wcag-visibility .banner .play:after,
.wcag-visibility .details .poster-play:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 93px;
  height: 87px;
  left: -11px;
  top: -9px;
}
.wcag-visibility .wrapper .item .play:after,
.wcag-visibility item-grid .play:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 62px;
  height: 59px;
  left: -9px;
  top: -9px;
}
.wcag-visibility .slide-nav:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 40px;
  height: 54px;
  left: -11px;
  top: -9px;
}
.wcag-visibility channel-list .nav-arrow:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 40px;
  height: 54px;
  left: -11px;
  top: -9px;
}
.wcag-visibility channel-epg-list .nav-arrow:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 26px;
  height: 30px;
  left: -8px;
  top: -5px;
}
.wcag-visibility item-list .nav-arrow:after,
.wcag-visibility radio-channels .nav-arrow:after,
.wcag-visibility epg-list .nav-arrow:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 35px;
  height: 51px;
  left: -8px;
  top: -5px;
}
.wcag-visibility .pause-carousel:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 41px;
  height: 54px;
  left: -6px;
  top: -15px;
}
.wcag-visibility .select:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 27px;
  height: 26px;
  left: -6px;
  top: -6px;
}
.wcag-visibility .controls .action:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 29px;
  height: 30px;
  left: 8px;
  top: 0px;
  pointer-events: none;
}
.wcag-visibility .controls .action {
  z-index: 10;
}
.wcag-visibility .controls .action.more-padding:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 59px;
  height: 30px;
  left: 9px;
  top: 0px;
}
.wcag-visibility .controls .control-button:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 29px;
  height: 30px;
  left: 8px;
  top: 3px;
  pointer-events: none;
}
.wcag-visibility .controls .time-cell .control-button:after {
  width: 75px;
  left: 20px;
}
.wcag-visibility audio-player .controls .volume-button .control-button:after {
  border: none;
}
.wcag-visibility .controls .control-button:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 29px;
  height: 30px;
  left: 8px;
  top: 3px;
  pointer-events: none;
}
.wcag-visibility .controls .time-cell .control-button:after {
  width: 75px;
  left: 20px;
}
.wcag-visibility .toggle-player:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 29px;
  height: 30px;
  left: -8px;
  top: -9px;
  pointer-events: none;
}
.wcag-visibility .btn {
  border: 2px solid white !important;
  line-height: 34px;
}
.wcag-visibility *:not(.auto-scroller) > .dropdown:after {
  content: "";
  position: absolute;
  border: 2px solid white !important;
  border-radius: 3px;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.wcag-visibility .goto-now {
  border: 2px solid white !important;
}
.wcag-visibility a.svg-hover-hl:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 28px;
  height: 43px;
  left: 5px;
  top: 17px;
}
.wcag-visibility .read-more span {
  border: 2px solid white;
  padding: 3px;
  border-radius: 5px;
  color: white;
}
.wcag-visibility .toggle-details {
  right: 53px !important;
}
.wcag-visibility .details .toggle-details:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 38px;
  height: 36px;
  left: -12px;
  top: -12px;
}
.wcag-visibility .paging {
  border: 2px solid white;
  padding: 6px 12px 14px 12px;
  border-radius: 5px;
}
.wcag-visibility header .user-login {
  right: 47px;
}
@media screen and (max-width: 992px) {
  .wcag-visibility header .user-login {
    right: 16px;
  }
}
@media screen and (max-width: 992px) {
  .wcag-visibility header .toggle-search {
    right: 57px;
  }
}
.wcag-visibility .cover .slide-nav.left {
  left: 49px !important;
}
.wcag-visibility .cover .slide-nav.right {
  right: 49px !important;
}
.wcag-visibility .paging {
  right: 15px !important;
}
.wcag-visibility .action-icon:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  left: -8px;
  top: -8px;
}
.wcag-visibility item .play:after,
.wcag-visibility aod-item .play:after,
.wcag-visibility cover-item .play:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  left: -8px;
  top: -8px;
}
.wcag-visibility cover-item .play:after {
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 1366px) {
  .wcag-visibility cover-item .play:after {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 1200px) {
  .wcag-visibility cover-item .play:after {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .wcag-visibility cover-item .play:after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .wcag-visibility cover-item .play:after {
    width: 52px;
    height: 52px;
  }
}
.wcag-visibility .dropdown-content ul {
  border: 2px solid white !important;
  border-radius: 3px;
}
.wcag-visibility .sort-direction {
  border: 2px solid white !important;
  border-radius: 3px;
  padding: 10px;
}
.wcag-visibility .title.spaced-text {
  border: 2px solid white !important;
  border-radius: 3px;
  padding: 5px;
  display: inline-block !important;
}
.wcag-visibility .menu-item {
  border: 2px solid white !important;
  border-radius: 3px;
  padding: 10px;
}
.wcag-visibility breadcrumb-menu .menu-scroller .auto-scroller > div {
  margin-top: 10px !important;
}
.wcag-visibility .breadcrumbs {
  left: -16px !important;
}
.wcag-visibility .breadcrumbs span {
  border: 2px solid white !important;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
}
.wcag-visibility mega-menu .menu-scroller {
  margin-top: 62px !important;
}
.wcag-visibility breadcrumbs .wrapper .breadcrumb {
  border: 2px solid white !important;
  border-radius: 3px;
  padding: 5px;
  height: 32px !important;
}
.wcag-visibility .reset-to-current-event:after {
  position: absolute;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  width: 62px;
  height: 62px;
  left: 2px;
  top: -2px;
}
.wcag-visibility channel-epg-list .reset-to-current-event:after {
  width: 42px;
  height: 42px;
}
.wcag-visibility .options-menu .menu-content {
  border: 2px solid white !important;
  border-radius: 3px;
}
.wcag-visibility .options-menu .menu-content:after {
  border-top: solid 8px white !important;
}
.wcag-visibility .side-menu {
  border: 2px solid white !important;
  border-radius: 3px;
}
.wcag-visibility .toggle-playlist:after,
.wcag-visibility .close-playlist:after {
  border: 2px solid white;
  border-radius: 3px;
  content: " ";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -5px;
  left: -5px;
}

/* src/focus-styles.scss */
* {
  outline: none;
}
.focus-enabled .focusable:focus,
.focus-enabled .focusable.focused,
.focus-enabled .dropdown:focus,
.focus-enabled .propagate-click:focus > div,
.focus-enabled a:focus,
.focus-enabled item-list .focus-holder:focus .item.focused,
.focus-enabled radio-channels .radio-channels:focus .item.focused,
.focus-enabled epg-list .wrapper:focus .item.focused {
  z-index: 0;
  outline: none;
}
.focus-enabled .focusable:focus > *,
.focus-enabled .focusable.focused > *,
.focus-enabled .dropdown:focus > *,
.focus-enabled .propagate-click:focus > div > *,
.focus-enabled a:focus > *,
.focus-enabled item-list .focus-holder:focus .item.focused > *,
.focus-enabled radio-channels .radio-channels:focus .item.focused > *,
.focus-enabled epg-list .wrapper:focus .item.focused > * {
  z-index: 1;
}
.focus-enabled .focusable:focus::after,
.focus-enabled .focusable.focused::after,
.focus-enabled .dropdown:focus::after,
.focus-enabled .propagate-click:focus > div::after,
.focus-enabled a:focus::after,
.focus-enabled item-list .focus-holder:focus .item.focused::after,
.focus-enabled radio-channels .radio-channels:focus .item.focused::after,
.focus-enabled epg-list .wrapper:focus .item.focused::after {
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  background: rgba(53, 91, 200, 0.5);
  border-radius: 3px;
  border: 2px solid rgba(53, 91, 200, 0.5);
}
.focus-enabled .restart-live:focus::after,
.focus-enabled .restart-live.focused::after {
  z-index: 0;
}
.focus-enabled item-list .focus-holder:focus > .title,
.focus-enabled .related-items:focus-within > .title,
.focus-enabled .cover:focus cover-item .title > span {
  z-index: 0;
  outline: none;
}
.focus-enabled item-list .focus-holder:focus > .title > *,
.focus-enabled .related-items:focus-within > .title > *,
.focus-enabled .cover:focus cover-item .title > span > * {
  position: relative;
  z-index: 1;
}
.focus-enabled item-list .focus-holder:focus > .title::after,
.focus-enabled .related-items:focus-within > .title::after,
.focus-enabled .cover:focus cover-item .title > span::after {
  position: absolute;
  z-index: 0;
  top: -4px;
  left: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  background: rgba(53, 91, 200, 0.5);
  border-radius: 3px;
  border: 2px solid rgba(53, 91, 200, 0.5);
}
.focus-enabled button.btn:focus {
  border: 2px solid rgba(53, 91, 200, 0.5);
  background: rgba(53, 91, 200, 0.5) !important;
}
.focus-enabled item-details .credits .names:focus {
  background: rgba(53, 91, 200, 0.5);
  border-radius: 3px;
  border: 2px solid rgba(53, 91, 200, 0.5);
}
.focus-enabled mega-menu .menu-item:focus {
  z-index: 1;
}
.focus-enabled mega-menu .menu-item:focus:after,
.focus-enabled mega-menu .menu-item:not(.dropdown):focus:after,
.focus-enabled .guide .channels li:focus:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0px;
  left: 0px;
}
.focus-enabled channel-epg-list .channel-wrapper .slide:focus {
  background: transparent !important;
}
.focus-enabled channel-epg-list .channel-wrapper .slide.selected:focus-within {
  background: rgba(18, 31, 57, 0.5) !important;
}
.focus-enabled .dropdown:focus-within {
  z-index: 1;
}
.focus-enabled .dropdown:focus .dropdown-content {
  visibility: visible !important;
  opacity: 1 !important;
}

/* node_modules/font-awesome/css/font-awesome.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* src/assets/scripts/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* src/assets/scripts/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("./media/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./media/slick.eot");
  src:
    url("./media/slick.eot?#iefix") format("embedded-opentype"),
    url("./media/slick.woff") format("woff"),
    url("./media/slick.ttf") format("truetype"),
    url("./media/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* src/assets/scripts/croppie/croppie.css */
.croppie-container {
  width: 100%;
  height: 100%;
}
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-radius: 1rem;
}
.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}
.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}
.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}
.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}
.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}
.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}
.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}
.croppie-container .cr-original-image {
  display: none;
}
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}
.croppie-result {
  position: relative;
  overflow: hidden;
}
.croppie-result img {
  position: absolute;
}
.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cr-slider {
  -webkit-appearance: none;
  width: 300px;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:focus {
  outline: none;
}
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.cr-rotate-l i:before {
  content: "\21ba";
}
.cr-rotate-r i:before {
  content: "\21bb";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
