.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 20px;
}

.loss-full-screen {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: visible;
  height: 100vh;
  margin: 0px;
  padding: 0px;
}

.loss-absolute {
  position: absolute;
  bottom: 0px;
}

.loss-absolute.absolute-header {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.loss-absolute.aboslute-footer {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.body {
  padding-top: 0px;
}

.div-block {
  height: 1000px;
}

.loss-player-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.loss-player-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e2e2e;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.loss-player-btn.btn-play {
  min-width: 175px;
  background-color: #058c42;
}

.loss-player-btn.btn-pause {
  min-width: 175px;
  background-color: #f3b700;
}

.lindua {
  font-family: 'Icomoon toolbox', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  white-space: pre;
}

.lindua.icon-player-btn {
  margin-right: 10px;
}

.lindua.icon-player-audio-select {
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
}

.lindua.icon-player-audio-select-link {
  margin-right: 0px;
  font-size: 20px;
  line-height: 20px;
}

.lindua.icon-large {
  margin-right: 10px;
  font-size: 40px;
  line-height: 40px;
}

.lindua.icon-player-settings {
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
}

.lindua.icon-info-menu {
  color: #083d77;
}

.lindua.icon-info-guide {
  display: inline-block;
  padding: 10px;
  color: #000;
}

.lindua.icon-info-guide.info {
  color: #fff;
}

.lindua.icon-splash-tab {
  margin-right: 10px;
}

.lindua.icon-splash-tabs-nextprev {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  color: #133c55;
}

.lindua.icon-splash-tabs-nextprev.next {
  margin-right: 0px;
  margin-left: 10px;
}

.lindua.icon-splash-continue {
  margin-left: 10px;
}

.loss-player-navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.loss-player-navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.loss-player-audio-select {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f7f7f7;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-title {
  font-size: 15px;
  font-weight: 700;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.list-hollow {
  min-width: 140px;
}

.list-hollow.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 580px;
  margin-top: -4px;
  padding-top: 30px;
  background-color: transparent;
}

.list-hollow.short {
  width: 100%;
  padding-top: 0px;
}

.list-hollow.short.w--open {
  left: auto;
  right: 0%;
  bottom: 100%;
  min-width: 280px;
  margin-top: 0px;
}

.loss-player-audio-select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  min-width: 75px;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #133c55;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f7f7f7;
}

.loss-player-audio-select-toggle:hover {
  background-color: #083d77;
  color: #fff;
}

.chevron {
  margin-right: 5px;
}

.audio-select-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(3, 90, 166, 0.1);
}

.audio-select-icon-container.preset {
  background-color: rgba(166, 15, 43, 0.1);
}

.column-full-hollow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-subtext {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.5;
}

.loss-player-audio-select-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.loss-player-audio-select-link:hover {
  background-color: #fff;
  color: #035aa6;
}

.loss-player-audio-select-link.active {
  background-color: #fff;
  color: #133c55;
}

.loss-player-audio-select-title {
  font-size: 20px;
  text-transform: uppercase;
}

.loss-player-audio-select-toggle-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-player-audio-select-toggle-desc {
  font-size: 12px;
  line-height: 12px;
}

.loss-select-navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
}

.loss-programme-navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  min-width: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #2e2e2e;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.loss-btn.btn-play {
  min-width: 175px;
  background-color: #82a633;
}

.loss-btn.btn-splash {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #058c42;
}

.loss-btn.btn-splash:hover {
  background-color: #04a34c;
}

.loss-btn.btn-preset {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loss-btn.btn-preset:hover {
  background-color: #4d4d4d;
}

.loss-btn.btn-preset.btn-active {
  background-color: #fff;
  color: #202020;
}

.loss-btn.btn-programme {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid transparent;
  background-color: transparent;
  color: #202020;
}

.loss-btn.btn-programme:hover {
  border-color: #035aa6;
  background-color: #fff;
}

.loss-btn.btn-programme.btn-active {
  border-color: #fff;
  background-color: #035aa6;
  color: #fff;
}

.loss-btn.btn-splash-play {
  min-height: auto;
  min-width: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #058c42;
}

.loss-btn.btn-splash-play:hover {
  background-color: #04a34c;
}

.loss-btn.btn-splash-play.playing {
  background-color: #f3b700;
  color: #000;
}

.loss-full-screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  padding-top: 125px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.loss-main-slider {
  z-index: 1;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.loss-main-slide {
  height: 100%;
  background-color: transparent;
}

.loss-main-slide.main-slide-text {
  width: 35%;
}

.loss-main-slide.main-slide-audiogram {
  width: 65%;
}

.loss-main-slider-arrow {
  display: none;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
}

.icomoon {
  font-family: 'Icomoon toolbox', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  white-space: pre;
}

.icomoon.icon-main-slider {
  font-size: 20px;
  line-height: 20px;
}

.loss-main-slider-nav {
  bottom: -40px;
  display: none;
  height: 40px;
}

.loss-main-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loss-main-slide-inner.info {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.loss-player-portal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-splash {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7f7f7;
}

.loss-splash-heading {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: left;
}

.loss-splash-text {
  max-width: 500px;
  margin-bottom: 20px;
  text-align: left;
}

.loss-btn-img {
  width: 6vh;
  height: 6vh;
}

.loss-btn-img.btn-img-large {
  width: 40px;
  height: 40px;
}

.text-block {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
}

.loss-select-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.loss-programme-navbar-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #035aa6;
}

.heading {
  margin-top: 0px;
}

.loss-select-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-select-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  min-width: 10vh;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f7f7f7;
}

.loss-select-dropdown-toggle:hover {
  color: #ff784c;
}

.loss-select-dropdown-toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.loss-select-dropdown-toggle.programme {
  background-color: #0a65be;
}

.loss-select-dropdown-toggle.programme:hover {
  color: #fff;
}

.loss-select-dropdown-toggle.preset {
  background-color: #f95738;
}

.loss-select-dropdown-toggle.preset:hover {
  color: #fff;
}

.loss-select-dropdown-toggle-list {
  min-width: 140px;
}

.loss-select-dropdown-toggle-list.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 580px;
  margin-top: -4px;
  padding-top: 30px;
  background-color: transparent;
}

.loss-select-dropdown-toggle-list.short {
  z-index: 999;
  width: 100%;
  padding-top: 0px;
}

.loss-select-dropdown-toggle-list.short.w--open {
  left: auto;
  top: 100%;
  right: 0%;
  min-width: 280px;
  margin-top: 0px;
}

.loss-select-container {
  position: relative;
  overflow: visible;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-player-audio-select-title-copy {
  font-size: 20px;
  text-transform: uppercase;
}

.loss-select-choice {
  font-size: 20px;
  text-transform: uppercase;
}

.loss-player-audio-select-toggle-top-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-select-toggle-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-select-number {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.63);
  font-size: 25px;
  font-weight: 700;
}

.loss-select-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.loss-select-nav-dropdown.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.loss-select-nav-dropdown.nav-dropdown-programme {
  background-color: #0a65be;
  color: #fff;
}

.loss-select-nav-dropdown.preset {
  background-color: #f95738;
}

.loss-select-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.loss-select-nav-link:hover {
  background-color: #fff;
  color: #035aa6;
}

.loss-select-nav-link.programme.active {
  background-color: #fff;
  color: #202020;
}

.loss-select-nav-link.preset:hover {
  color: #a60f2b;
}

.loss-select-nav-link.preset.active {
  background-color: #fff;
  color: #202020;
}

.loss-play-select-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #083d77;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.loss-play-select-dropdown.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.loss-player-settings-toggle-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-player-settings-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  min-width: 75px;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.loss-player-settings-toggle:hover {
  background-color: #000;
  color: #fff;
}

.loss-player-settings-dropdown {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f7f7f7;
  font-weight: 700;
  text-transform: uppercase;
}

.loss-player-settings-toggle-title {
  font-size: 20px;
  text-transform: uppercase;
}

.loss-player-settings-dropdown-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.loss-player-settings-dropdown-window.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.loss-player-settings-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.loss-player-settings-link:hover {
  background-color: #fff;
  color: #035aa6;
}

.loss-player-settings-link.active {
  background-color: #fff;
  color: #133c55;
}

.loss-player-settings-list {
  min-width: 140px;
}

.loss-player-settings-list.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 580px;
  margin-top: -4px;
  padding-top: 30px;
  background-color: transparent;
}

.loss-player-settings-list.short {
  width: 100%;
  padding-top: 0px;
}

.loss-player-settings-list.short.w--open {
  left: auto;
  right: 0%;
  bottom: 100%;
  min-width: 280px;
  margin-top: 0px;
}

.loss-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loss-graph-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-graph-top {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loss-info-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  font-size: 1.5rem;
  text-align: center;
}

.loss-info-content {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
}

.loss-select-img-container {
  margin-right: 10px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  font-weight: 400;
}

.loss-info-top {
  height: 110px;
}

.loss-info-menu {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-info-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  min-width: 75px;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f7f7f7;
}

.loss-info-menu-toggle:hover {
  color: #ff784c;
}

.loss-info-menu-toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.loss-info-menu-toggle.programme {
  background-color: #0a65be;
}

.loss-info-menu-toggle.programme:hover {
  color: #fff;
}

.loss-info-menu-toggle.preset {
  background-color: #083d77;
}

.loss-info-menu-toggle.preset:hover {
  color: #fff;
}

.loss-info-menu-list {
  min-width: 140px;
}

.loss-info-menu-list.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 580px;
  margin-top: -4px;
  padding-top: 30px;
  background-color: transparent;
}

.loss-info-menu-list.short {
  z-index: 999;
  width: 100%;
  padding-top: 0px;
}

.loss-info-menu-list.short.w--open {
  left: auto;
  top: 100%;
  right: 0%;
  min-width: 280px;
  margin-top: 0px;
}

.loss-info-menu-toggle-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-info-menu--nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px 0px 20px 20px;
  background-color: #083d77;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.loss-info-menu--nav-dropdown.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.loss-info-menu--nav-dropdown.nav-dropdown-programme {
  background-color: #0a65be;
  color: #fff;
}

.loss-info-menu--nav-dropdown.preset {
  background-color: #f95738;
}

.loss-info-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.loss-info-nav-link:hover {
  background-color: #fff;
  color: #035aa6;
}

.loss-info-nav-link.programme.active {
  background-color: #fff;
  color: #202020;
}

.loss-info-nav-link.preset:hover {
  color: #a60f2b;
}

.loss-info-nav-link.preset.active {
  background-color: #fff;
  color: #202020;
}

.loss-splash-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.loss-splash-panel {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#083d77), to(rgba(10, 101, 190, 0.1))), url('../images/cropped-Depositphotos_95945342_ds_1920px.jpg');
  background-image: linear-gradient(0deg, #083d77, rgba(10, 101, 190, 0.1)), url('../images/cropped-Depositphotos_95945342_ds_1920px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.loss-splash-inro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10vh 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #133c55;
  color: #fff;
}

.splash-demo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-image: linear-gradient(309deg, #f95738, #0a65be);
  font-size: 6vh;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loss-info-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f3b700;
}

.body-2 {
  background-color: #000;
}

.loss-spash-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f3b700;
  color: #000;
}

.loss-spash-guide.info {
  background-color: #0a65be;
  color: #fff;
}

.loss-spash-guide.audio {
  margin-bottom: 10px;
  padding: 5px 10px 5px 5px;
  font-size: 0.9rem;
}

.loss-spash-guide.warning {
  background-color: #f95738;
}

.loss-spash-guide.play {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #058c42;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link-tab-1.w--current {
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-splash-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  color: #000;
}

.loss-splash-intro-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-splash-tab-nextprev {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loss-splash-tab-pane {
  height: 100%;
}

.loss-splash-tabs-nextprev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #083d77;
  text-decoration: none;
  text-transform: uppercase;
}

.loss-splash-tabs-nextprev-btn.next {
  padding-right: 0px;
  padding-left: 10px;
}

.loss-splash-tab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loss-splash-tab {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid transparent;
}

.loss-splash-tab.w--current {
  border-top: 4px solid #f95738;
  background-color: #fff;
  color: #000;
}

.loss-splas-bullet-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loss-splash-calibrate-tab-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid transparent;
}

.loss-splash-calibrate-tab-link.w--current {
  border-top: 4px solid #f95738;
  background-color: #f7f7f7;
}

.loss-splash-calibrate-tab-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-2 {
  background-color: #f7f7f7;
}

.text-block-2 {
  margin-bottom: 10px;
}

.inner-link.white {
  color: #fff;
}

.text-block-3 {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .loss-player-btn {
    min-height: 50px;
    font-size: 1rem;
  }

  .lindua.icon-player-settings {
    margin-right: 0px;
  }

  .loss-player-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .loss-player-navbar-menu {
    top: -149px;
  }

  .loss-player-audio-select {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-wrapper {
    box-shadow: none;
  }

  .list-hollow.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .list-hollow.short.w--open {
    position: absolute;
  }

  .loss-player-audio-select-toggle {
    width: 100%;
    min-height: 50px;
    padding-left: 16px;
  }

  .loss-player-audio-select-toggle.w--open {
    width: 100%;
  }

  .chevron {
    margin-right: 20px;
  }

  .column-full-hollow {
    width: 100%;
  }

  .menu-subtext {
    max-width: 40ch;
  }

  .loss-player-audio-select-link {
    width: 100%;
  }

  .loss-full-screen-content {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .loss-main-slider {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .loss-main-slide.main-slide-text {
    width: 100%;
  }

  .loss-main-slide.main-slide-audiogram {
    width: 100%;
  }

  .loss-main-slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .loss-main-slider-arrow.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .loss-main-slider-arrow.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .loss-main-slider-nav {
    display: block;
  }

  .loss-main-slide-inner.info {
    padding-right: 0px;
  }

  .loss-main-slide-inner.graph {
    padding-right: 0px;
  }

  .loss-btn-img {
    width: 30px;
    height: 30px;
  }

  .loss-select-title {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .loss-select-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .loss-select-dropdown-toggle {
    width: 100%;
    min-height: 50px;
    min-width: 50px;
    padding-left: 16px;
  }

  .loss-select-dropdown-toggle.w--open {
    width: 100%;
  }

  .loss-select-dropdown-toggle-list.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .loss-select-dropdown-toggle-list.short.w--open {
    position: absolute;
    left: 0px;
  }

  .loss-select-container {
    padding: 5px;
  }

  .loss-select-choice {
    font-size: 1rem;
  }

  .loss-select-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .loss-select-nav-dropdown {
    box-shadow: none;
  }

  .loss-select-nav-link {
    width: 100%;
  }

  .loss-play-select-dropdown {
    box-shadow: none;
  }

  .loss-player-settings-toggle {
    width: 100%;
    min-height: 50px;
  }

  .loss-player-settings-toggle.w--open {
    width: 100%;
  }

  .loss-player-settings-dropdown {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .loss-player-settings-toggle-title {
    display: none;
  }

  .loss-player-settings-dropdown-window {
    box-shadow: none;
  }

  .loss-player-settings-link {
    width: 100%;
  }

  .loss-player-settings-list.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .loss-player-settings-list.short.w--open {
    position: absolute;
    left: -100px;
  }

  .loss-info-menu {
    margin-right: 0px;
    margin-left: 0px;
  }

  .loss-info-menu-toggle {
    width: 100%;
    min-height: 50px;
    min-width: 50px;
    padding-left: 16px;
  }

  .loss-info-menu-toggle.w--open {
    width: 100%;
  }

  .loss-info-menu-list.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .loss-info-menu-list.short.w--open {
    position: absolute;
    left: 0px;
  }

  .loss-info-menu--nav-dropdown {
    box-shadow: none;
  }

  .loss-info-nav-link {
    width: 100%;
  }

  .loss-splash-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .loss-splash-panel {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .loss-player-btn {
    min-height: 40px;
    min-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .loss-player-btn.btn-play {
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loss-player-btn.btn-pause {
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lindua.icon-player-btn {
    margin-right: 0px;
  }

  .lindua.icon-player-menu-btn {
    padding: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .lindua.icon-player-audio-select {
    font-size: 12px;
    line-height: 12px;
  }

  .lindua.icon-large {
    margin-right: 0px;
  }

  .loss-player-navbar-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.34);
  }

  .loss-player-menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loss-player-btn-txt {
    display: none;
  }

  .menu-title {
    font-size: 0.8rem;
  }

  .loss-player-audio-select-toggle {
    min-height: 40px;
    min-width: auto;
  }

  .menu-subtext {
    font-size: 0.7rem;
  }

  .loss-player-audio-select-title {
    font-size: 0.7rem;
  }

  .loss-player-audio-select-toggle-top {
    margin-bottom: 5px;
  }

  .loss-player-audio-select-toggle-desc {
    font-size: 0.5rem;
  }

  .loss-programme-navbar-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.34);
  }

  .loss-btn {
    min-height: 50px;
    min-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .loss-btn.btn-play {
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loss-programme-menu-btn {
    margin: 5px;
    padding: 0px;
    float: none;
  }

  .loss-programme-menu-btn-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loss-full-screen-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .loss-select-title {
    display: none;
  }

  .loss-select-dropdown-toggle {
    min-height: 40px;
    min-width: auto;
  }

  .loss-select-choice {
    font-size: 0.8rem;
  }

  .loss-select-number {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .loss-select-nav-dropdown {
    max-height: 250px;
  }

  .loss-player-settings-toggle {
    min-height: 40px;
    min-width: auto;
  }

  .loss-info-menu-toggle {
    min-height: 40px;
    min-width: auto;
  }
}

@font-face {
  font-family: 'Icomoon toolbox';
  src: url('../fonts/icomoon-toolbox.woff2') format('woff2'), url('../fonts/icomoon-toolbox.eot') format('embedded-opentype'), url('../fonts/icomoon-toolbox.woff') format('woff'), url('../fonts/icomoon-toolbox.ttf') format('truetype'), url('../fonts/icomoon-toolbox.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}