a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type='button'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.show {
  display: block;
}

.mt-0 {
  margin-top: 0 !important;
}

.icon,
[class*=' icon-'],
[class^='icon-'] {
  display: inline;
  vertical-align: middle;
  font-family: icons;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
}

.icon-arrow-right:before {
  content: '\E005';
}

.icon-chevron-down:before {
  content: '\E00E';
}

.icon-close:before {
  content: '\E012';
}

.icon-email-outline:before {
  content: '\E015';
}

.icon-facebook:before {
  content: '\E016';
}

.icon-instagram:before {
  content: '\E026';
}

.icon-phone-outline:before {
  content: '\E031';
}

.icon-search:before {
  content: '\E03E';
}

.icon-tiktok:before {
  content: '\E042';
}

.icon-twitter:before {
  content: '\E043';
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #cf3339;
  color: #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}

button {
  background: transparent;
}

.-novaczlogo,
.-oneplaylogo {
  display: block !important;
}

.-novaczlogo.-darkmode,
.-oneplaylogo.-darkmode {
  display: none !important;
}

.-dark-theme .-novaczlogo,
.-dark-theme .-oneplaylogo {
  display: none !important;
}

.-dark-theme .-novaczlogo.-darkmode,
.-dark-theme .-oneplaylogo.-darkmode {
  display: block !important;
}

.c-header {
  width: 100%;
  top: 0;
  z-index: 1039;
  padding: 0 50px;
  position: fixed;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header:before {
  top: 0;
  height: 100%;
  background: #f6f4f3;
}

.c-header:after,
.c-header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 15;
}

.c-header:after {
  top: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#0096cc), to(#c6f1ff));
  background: linear-gradient(90deg, #0096cc, #c6f1ff);
  pointer-events: none;
}

.c-header .main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1450px;
  margin: auto;
}

.c-header .main > :not(.c-navigation):not(.c-search) {
  position: relative;
  z-index: 15;
}

.c-header .main > * + * {
  margin-left: 30px;
}

.c-header .hamburger {
  position: relative;
  display: none;
  min-width: 16px;
  height: 16px;
  color: #1a1919;
}

.c-header .hamburger:after,
.c-header .hamburger:before {
  font-family: Icons;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.c-header .hamburger:before {
  content: '\E02A';
}

.c-header .hamburger:after {
  content: '\E012';
  opacity: 0;
}

.c-header .hamburger:focus {
  outline: 0;
}

.c-header .hamburger-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-header .hamburger-desktop:hover {
  color: #cf3339;
}

.c-header .live-box {
  position: relative;
  margin: 0 -50px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-header .live-box.-small {
  display: block;
  visibility: hidden;
}

.c-header .live-box > .c-live-badge.-large {
  margin-right: 50px;
  margin-left: 10px;
  padding-top: 11px;
}

.c-header .apps-banner {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 22px 0 10px;
  color: #1a1919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.c-header .apps-banner:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: var(--icon-lightmode) no-repeat;
  background-size: 100%;
}

.c-logo {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1250px) {
  .c-header {
    padding: 0 16.66667px;
  }

  .c-header .main > * + * {
    margin-left: 20px;
  }

  .c-header .live-box {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .c-header {
    height: 62px;
    padding: 0 16px;
  }

  .c-header .main > * + * {
    margin-left: 22px;
  }

  .c-header .hamburger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .c-header .hamburger-desktop {
    display: none;
  }

  .c-header .c-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .c-header .live-box {
    margin: 0 0 0 auto;
    height: auto;
    padding: 0;
  }

  .c-header .live-box.-small {
    visibility: visible;
  }

  .c-header .live-box > .c-live-badge.-large {
    margin-right: 0;
    margin-left: 4px;
    padding: 8px;
  }

  .c-header .apps-banner {
    display: none;
  }

  .c-logo {
    width: 64px;
  }
}

.-dark-theme .c-header:before {
  background: #313030;
}

.-dark-theme .c-header .hamburger {
  color: #fff;
}

.-dark-theme .c-header .hamburger:hover {
  color: #cf3339;
}

@media (max-width: 991.98px) {
  .-dark-theme .c-header .hamburger:hover {
    color: #fff;
  }
}

.-dark-theme .apps-banner {
  color: #fff;
}

.-dark-theme .apps-banner:before {
  background-image: var(--icon-darkmode);
}

.c-navigation {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-navigation,
.c-navigation .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-navigation .items,
.c-navigation .items .item .link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navigation .items .item .link {
  position: relative;
  z-index: 15;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  color: #1a1919;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  line-height: 21px;
  white-space: nowrap;
}

.c-navigation .items .item .link:hover {
  color: #cf3339;
}

.c-navigation .items .item .dropdown-toggle {
  display: none;
}

.c-navigation .items .item .dropdown-menu {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: calc(68px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important;
  padding: 0 50px;
  margin: 0;
  width: 100vw;
  height: 60px;
  left: 0 !important;
  background: transparent;
  z-index: 10;
  border: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: none !important;
  transform: none !important;
  border-radius: 0;
}

.c-navigation .items .item .dropdown-menu.is-hidden {
  pointer-events: none !important;
}

.c-navigation .items .item .dropdown-menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.c-navigation .items .item .dropdown-menu .item .link {
  padding: 0;
  white-space: nowrap;
  font-size: 13px;
}

.c-navigation .items .item .dropdown-menu .item + .item {
  margin-left: 0;
}

.c-navigation .items .item .dropdown-menu > * {
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .c-navigation .items .item .dropdown-menu.is-hidden {
    top: calc(18px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important;
  }
}

@media (min-width: 1451px) {
  .c-navigation .items .item .dropdown-menu {
    padding-left: calc(50vw - 725px);
    padding-right: calc(50vw - 725px);
  }
}

.c-navigation .items .item .dropdown-menu__background {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: var(--multi-level-menu-accent-color, #e5e5e5);
}

.c-navigation .items .item .dropdown-menu__items {
  width: 100%;
  max-width: 1450px;
  background: transparent;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.c-navigation .items .item + .item {
  margin-left: 8px;
}

.c-navigation .items .item.is-active > .link {
  position: relative;
  background: #e5e5e5;
}

.c-navigation .items .item.is-active > .link:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-color: #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
}

@media (min-width: 992px) {
  .c-navigation .items .item.is-active .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-navigation .items .item:hover > .link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  top: 100%;
}

.c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
  top: calc(68px + var(--app-desktop-top-dropdown-menu-correction, 0px)) !important;
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 14;
}

.c-navigation .items .item:hover .dropdown-menu.is-hidden {
  pointer-events: auto !important;
}

.c-navigation .menu-desktop-wrapper {
  position: absolute;
  color: #1a1919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 68px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
  z-index: 6;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-navigation .menu-desktop-wrapper:after,
.c-navigation .menu-desktop-wrapper:before {
  content: '';
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: -30px 2px 4px #e5dfdc;
  box-shadow: -30px 2px 4px #e5dfdc;
}

.c-navigation .menu-desktop-wrapper:after {
  left: -100vw;
}

.c-navigation .menu-desktop-wrapper .menu-header {
  font-size: 21px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navigation .menu-desktop-wrapper .menu-header .-icon {
  height: 30px;
}

.c-navigation .menu-desktop-wrapper .menu-header .-label {
  margin: -10px 0;
}

.c-navigation .menu-desktop-wrapper .tag-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-navigation .menu-desktop-wrapper .tag-menu li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.c-navigation .menu-desktop-wrapper .tag-menu li a {
  color: #1a1919;
  padding: 4px 0;
}

.c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
  color: #cf3339;
}

.c-navigation .menu-desktop-wrapper .tag-menu:before {
  content: '';
  position: absolute;
  width: 200vw;
  height: 100%;
  background: #e5e5e5;
  z-index: 0;
  left: -100vw;
}

.c-navigation .menu-desktop-wrapper .tag-menu:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e4e4e4), color-stop(#cbcbcb), to(#e4e4e4));
  background: linear-gradient(90deg, #e4e4e4, #cbcbcb, #e4e4e4);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.c-navigation .menu-desktop-wrapper .menu-column {
  width: 33.33%;
  padding: 24px 32px 14px;
  border-right: 1px solid #dadada;
}

.c-navigation .menu-desktop-wrapper .menu-column:first-of-type {
  padding-left: 0;
}

.c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(3) {
  padding-right: 0;
  border-right: none;
}

.c-navigation .menu-desktop-wrapper .menu-column:nth-of-type(3) .menu-header .-label {
  padding-right: 30px;
}

.c-navigation .menu-desktop-wrapper .menu-column.-apps-col {
  width: 24.55172%;
}

.c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
  width: 34.34483%;
}

.c-navigation .menu-desktop-wrapper .menu-column.-social-col {
  width: 41.10345%;
}

.c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col .c-newsletter-gdpr {
  font-size: 12px;
}

.c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col .c-newsletter-gdpr + ul > li > .form-group {
  margin-top: 0;
}

.c-navigation .menu-desktop-wrapper .menu-column a.blue-link {
  color: #0096cc;
  font-size: 14px;
  font-weight: 600;
}

.c-navigation .menu-desktop-wrapper .menu-column a.blue-link:hover {
  color: #145c8f;
}

.c-navigation .menu-desktop-wrapper .menu-column a.blue-link i.icon-arrow-right {
  font-size: 11px;
  margin-left: 6px;
  font-weight: 400;
  display: inline-block;
}

.c-navigation .menu-desktop-wrapper .menu-column a:not(.c-button):hover {
  text-decoration: underline;
}

.c-navigation .menu-desktop-wrapper .menu-column p {
  margin-bottom: 16px;
  line-height: 150%;
}

.c-navigation .menu-desktop-wrapper .-gradient-line-btm {
  position: relative;
}

.c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(#cbcbcb), to(#f0f0f0));
  background: linear-gradient(90deg, #f0f0f0, #cbcbcb, #f0f0f0);
}

.c-navigation .menu-desktop-wrapper .apps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 18px;
}

.c-navigation .menu-desktop-wrapper .apps-wrapper .-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  background: #e5e5e5;
  padding: 14px;
  border-radius: 10px;
}

.c-navigation .menu-desktop-wrapper .apps-wrapper img {
  width: 100%;
}

.c-navigation .menu-desktop-wrapper .socials {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.c-navigation .menu-desktop-wrapper .socials,
.c-navigation .menu-desktop-wrapper .socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon {
  font-size: 21px;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon:before {
  position: relative;
  z-index: 1;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-facebook {
  font-size: 23px;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-facebook:after {
  background: #3b5998;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-twitter {
  font-size: 19px;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-twitter:after {
  background: #000;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-tiktok:after {
  background: #1a1919;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-instagram:after {
  background: #cf3339;
}

.c-navigation .menu-desktop-wrapper .socials .item .icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  width: 42px;
  height: 42px;
}

.c-navigation .menu-desktop-wrapper .socials .item a:hover {
  text-decoration: none;
}

.c-navigation .menu-desktop-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.c-navigation .menu-desktop-wrapper .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 124px;
  row-gap: 8px;
}

.c-navigation .menu-desktop-wrapper .contact-info li .icon {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  color: #cf3339;
  margin-top: -2px;
}

.c-navigation .menu-desktop-wrapper .contact-info li .icon-phone-outline {
  font-size: 20px;
}

.c-navigation .menu-desktop-wrapper .contact-info li a {
  color: #1a1919;
  font-weight: 700;
  font-size: 15px;
  word-break: break-word;
}

.c-navigation .menu-desktop-wrapper .contact-info li a ~ * {
  margin-left: 30px;
}

.c-navigation .menu-desktop-wrapper .theme-settings {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  font-size: 15px;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
}

.c-navigation .menu-desktop-wrapper .theme-settings .theme-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.c-navigation .menu-desktop-wrapper .theme-settings .theme-checks label {
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

.c-navigation .menu-desktop-wrapper .theme-settings .theme-checks .predefined {
  display: inherit;
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-navigation .menu-desktop-wrapper .menu-loga-wrapper {
  position: absolute;
  right: 0;
  top: 12px;
}

.c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga img {
  height: 24px;
  display: block;
}

.c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-tnlivelogo {
  height: 26px;
}

.c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-novaczlogo {
  height: auto;
  width: 84px;
}

.c-navigation .menu-desktop-wrapper .desktop-menu-close {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 20px;
  color: #a2a2a2;
}

.c-navigation .menu-desktop-wrapper .desktop-menu-close:hover {
  color: #cf3339;
}

.c-navigation .menu-desktop-wrapper .c-radio .label {
  font-size: 15px;
}

@media (max-width: 1250px) {
  .c-navigation .items .item .link {
    padding: 6px 8px;
  }

  .c-navigation .items .item + .item {
    margin-left: 4px;
  }

  .c-navigation .menu-desktop-wrapper .menu-header {
    font-size: 18px;
  }

  .c-navigation .menu-desktop-wrapper .menu-column.-apps-col {
    width: 30.4428%;
  }

  .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
    width: 35.05535%;
  }

  .c-navigation .menu-desktop-wrapper .menu-column.-social-col {
    width: 34.31734%;
  }
}

@media (max-width: 991.98px) {
  .c-navigation {
    position: fixed;
    top: 65px;
    height: calc(100% - 65px);
    margin: 0 !important;
    padding: 0;
    display: none;
    overflow-y: scroll;
    background: #f6f4f3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-navigation .items {
    height: 100%;
    height: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 9px 24px;
  }

  .c-navigation .items .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-navigation .items .item + .item {
    margin: 0;
    border-top: 1px dashed #e5dfdc;
  }

  .c-navigation .items .item:last-of-type {
    border-bottom: 1px dashed #e5dfdc;
  }

  .c-navigation .items .item .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }

  .c-navigation .items .item .link.has-dropdown {
    width: calc(100% - 36px);
  }

  .c-navigation .items .item .link:after,
  .c-navigation .items .item .link:before {
    display: none !important;
  }

  .c-navigation .items .item .link:hover {
    color: #1a1919;
  }

  .c-navigation .items .item .dropdown-toggle {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -10px;
  }

  .c-navigation .items .item .dropdown-toggle:after,
  .c-navigation .items .item .dropdown-toggle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border: 0;
    background: #0096cc;
    top: 50%;
  }

  .c-navigation .items .item .dropdown-toggle:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-navigation .items .item .dropdown-toggle:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .c-navigation .items .item .dropdown-toggle:focus {
    outline: 0;
  }

  .c-navigation .items .item .dropdown-menu {
    display: none;
    position: relative !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: inherit;
    padding: 0 0 12px;
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto;
    background: #f6f4f3;
    top: 0 !important;
  }

  .c-navigation .items .item .dropdown-menu:after,
  .c-navigation .items .item .dropdown-menu:before {
    display: none;
  }

  .c-navigation .items .item .dropdown-menu .item {
    height: auto;
    border: 0;
  }

  .c-navigation .items .item .dropdown-menu .item .link {
    padding: 8px 0 !important;
  }

  .c-navigation .items .item .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-navigation .items .item .dropdown-menu__items {
    height: auto;
    display: block;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    margin-right: 17px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
  }

  .c-navigation .items .item .dropdown-menu__items::-webkit-scrollbar {
    display: none;
  }

  .c-navigation .items .item .dropdown-menu.dropdown-menu {
    top: 0 !important;
  }

  .c-navigation .items .item.is-active > .link {
    background: transparent;
    color: #1a1919 !important;
  }

  .c-navigation .items .item.is-active .dropdown-menu {
    padding-top: 0;
  }

  .c-navigation .items .item.show .dropdown-toggle:after {
    opacity: 0;
  }

  .c-navigation .items .item:hover .dropdown-menu.dropdown-menu.dropdown-menu {
    top: 67px !important;
    top: calc(67px + var(--app-mobile-top-dropdown-menu-correction, 0px)) !important;
  }

  .c-navigation .menu-desktop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-navigation .menu-desktop-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    padding: 24px 0 36px;
    width: 100%;
    border-right: none;
    -webkit-transform: none;
    transform: none;
  }

  .c-navigation .menu-desktop-wrapper:after,
  .c-navigation .menu-desktop-wrapper:before {
    content: none;
  }

  .c-navigation .menu-desktop-wrapper .menu-column {
    width: 100% !important;
    padding: 0 24px 24px !important;
    margin-bottom: 24px !important;
    border-right: none;
    border-bottom: 1px solid #e5dfdc;
  }

  .c-navigation .menu-desktop-wrapper .menu-column.-newsletter-col {
    max-width: 500px;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu {
    display: block;
    padding: 0 24px 28px;
    margin-top: -33px;
    height: auto;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu:after,
  .c-navigation .menu-desktop-wrapper .tag-menu:before {
    content: none;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px dashed #e5dfdc;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu li:first-of-type {
    border-top: none;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu li:last-of-type {
    border-bottom: 1px dashed #e5dfdc;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu li a {
    width: 100%;
    padding: 15px 0;
    line-height: 21px;
  }

  .c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
    color: inherit;
  }

  .c-navigation .menu-desktop-wrapper .apps-wrapper {
    grid-template-columns: min(calc(50% - 6px), 180px) min(calc(50% - 6px), 180px);
  }

  .c-navigation .menu-desktop-wrapper .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }

  .c-navigation .menu-desktop-wrapper .contact-info li {
    max-width: 220px;
  }

  .c-navigation .menu-desktop-wrapper .contact-info li a {
    font-size: 14px;
    font-weight: 400;
  }

  .c-navigation .menu-desktop-wrapper .contact-info li .icon {
    color: #7c7c7c;
  }

  .c-navigation .menu-desktop-wrapper .menu-loga-wrapper {
    position: relative;
    padding: 0 24px 80px;
    top: 0;
  }

  .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga li {
    -ms-flex-preferred-size: 114px;
    flex-basis: 114px;
  }

  .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga li img {
    max-width: 100%;
    height: auto;
  }

  .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-tnlivelogo {
    height: auto;
  }

  .c-navigation .menu-desktop-wrapper .menu-loga-wrapper .menu-loga .-novaczlogo {
    height: auto;
    width: auto;
    max-height: 23px;
  }

  .c-navigation .menu-desktop-wrapper .theme-settings {
    grid-template-columns: 1fr;
  }

  .c-navigation .menu-desktop-wrapper .theme-settings .theme-checks {
    margin-top: 16px;
  }

  .c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
    background: #e5dfdc;
    width: 100vw;
    left: -24px;
  }

  .c-navigation .menu-desktop-wrapper .-gradient-line-btm.socials {
    border-bottom: 1px dashed #e5dfdc;
  }

  .c-navigation .menu-desktop-wrapper .-gradient-line-btm.socials:after {
    content: none;
  }

  .c-navigation .menu-desktop-wrapper .desktop-menu-close {
    display: none;
  }
}

.-dark-theme .c-navigation .items .item .link {
  color: #fff;
}

.-dark-theme .c-navigation .items .item .link:hover {
  color: #cf3339;
}

.-dark-theme .c-navigation .items .item.is-active > .link {
  background: transparent;
}

.-dark-theme .c-navigation .items .item.is-active > .link:before {
  border: none;
}

.-dark-theme .c-navigation .items .item .dropdown-menu:after,
.-dark-theme .c-navigation .items .item .dropdown-menu:before,
.-dark-theme .c-navigation .items .item .dropdown-menu__background {
  background: #313030;
}

.-dark-theme .c-navigation .menu-desktop-wrapper {
  color: #fff;
}

.-dark-theme .c-navigation .menu-desktop-wrapper:after,
.-dark-theme .c-navigation .menu-desktop-wrapper:before {
  background: #313030;
  -webkit-box-shadow: -30px 2px 4px #464646;
  box-shadow: -30px 2px 4px #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .menu-column {
  border-color: #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .menu-column .contact-info li a {
  color: inherit;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .menu-column .socials {
  border-color: #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu:after,
.-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu:before {
  background: #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li {
  border-color: #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li a {
  color: #fff;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .tag-menu li a:hover {
  color: #cf3339;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .apps-wrapper .-app {
  background: #464646;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .contact-info li .icon {
  color: #fff;
}

.-dark-theme .c-navigation .menu-desktop-wrapper .-gradient-line-btm:after {
  background: #464646;
}

@media (max-width: 991.98px) {
  .-dark-theme .c-navigation {
    color: #fff;
    background: #1a1919;
  }

  .-dark-theme .c-navigation .items .item.is-active > .link {
    color: #fff !important;
  }

  .-dark-theme .c-navigation .items .item .dropdown-menu {
    background: transparent;
  }

  .-dark-theme .c-navigation .items .item + .item {
    border-top-color: #464646;
  }

  .-dark-theme .c-navigation .items .item:last-of-type {
    border-bottom-color: #464646;
  }

  .-dark-theme .c-navigation .menu-desktop-wrapper {
    background: #1a1919;
  }

  .-dark-theme .c-navigation .menu-desktop-wrapper .menu-column:first-of-type {
    border-bottom-color: #464646;
  }

  .-dark-theme .c-navigation .menu-desktop-wrapper .menu-loga-wrapper:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #464646;
    left: 0;
    top: -24px;
    z-index: -1;
  }
}

.c-button {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 30px;
  background: #cf3339;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.c-button:hover {
  background: #962327;
}

.c-button:focus {
  outline: 0;
}

.c-newsletter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-newsletter-box .content {
  width: 100%;
}

.c-newsletter-box .content .c-form {
  margin-top: 40px;
}

.c-newsletter-box .content .c-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -8px;
  padding-top: 14px;
}

.c-newsletter-box .content .c-form .form-group .c-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
  width: auto;
  margin-top: 8px;
}

.c-newsletter-box .c-newsletter-gdpr {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 150%;
  margin-bottom: 10px;
}

.c-newsletter-box .c-newsletter-gdpr a {
  color: #0096cc;
}

.c-newsletter-box .c-newsletter-gdpr p {
  margin-bottom: 10px;
}

.c-newsletter-box .c-newsletter-gdpr__button {
  color: #0096cc;
  cursor: pointer;
}

.c-newsletter-box .c-newsletter-gdpr__caret {
  font-size: 5px;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: inline-block;
}

.c-newsletter-box .c-newsletter-gdpr__details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

@media (max-width: 767.98px) {
  .c-newsletter-box .content .c-form {
    margin-top: 16px;
  }

  .c-newsletter-box .content .c-form .form-group {
    margin-top: 0;
  }

  .c-newsletter-box .content .c-form .c-radio {
    margin-right: 12px;
  }
}

.-dark-theme .c-newsletter-box .c-newsletter-gdpr {
  color: #fff;
}

.inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.inline-group .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inline-group .input .c-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  width: 100%;
}

.inline-group .button .c-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 767.98px) {
  .inline-group .c-button {
    padding: 0 20px;
  }
}

.c-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  width: 100%;
}

.c-input.-alt {
  border-radius: 40px;
}

.c-input:focus {
  outline: 0;
  border-color: #0096cc;
}

.c-input::placeholder {
  color: #7c7c7c;
}

.input {
  position: relative;
}

.form-group .label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a1919;
  margin-bottom: 4px;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-form,
.c-form .form-group {
  position: relative;
  width: 100%;
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-radio .radiobtn {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.c-radio .radiobtn:checked + .label:before {
  border-color: #0096cc;
  color: #0096cc;
  background-color: rgba(0, 150, 204, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.c-radio .radiobtn:checked + .label:after {
  -webkit-animation: wave 0.3s ease forwards;
  animation: wave 0.3s ease forwards;
}

.c-radio .radiobtn:disabled + .label {
  pointer-events: none;
  opacity: 0.65;
}

.c-radio .radiobtn:disabled:checked + .label:before {
  border-color: #7c7c7c;
  color: #7c7c7c;
  background-color: hsla(0, 0%, 48.6%, 0.8);
}

.c-radio .label {
  font-weight: 400;
  line-height: 1.4;
  color: #1a1919;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-radio .label,
.c-radio .label:after,
.c-radio .label:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-radio .label:after,
.c-radio .label:before {
  position: absolute;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.c-radio .label:before {
  content: '';
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background-color: rgba(0, 150, 204, 0.4);
  -webkit-box-shadow: inset 0 0 0 10px #fff;
  box-shadow: inset 0 0 0 10px #fff;
}

.c-radio .label:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  background: #7c7c7c;
  opacity: 0.15;
  border-radius: 50%;
  z-index: -1;
}

.c-radio .label:focus:before,
.c-radio .label:hover:before {
  border-color: #0096cc;
}

.c-radio + .c-radio {
  margin-top: 8px;
}

.-dark-theme .c-radio .label {
  color: #fff;
}

.c-live-badge {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1a1919;
  text-transform: uppercase;
  padding: 7px 10px 5px;
  border-radius: 1px;
  color: #fff;
}

.c-live-badge:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #f2333b;
  margin: -2px 5px 0 0;
  -webkit-animation: live-pulse 2s infinite;
  animation: live-pulse 2s infinite;
}

.c-live-badge.-large {
  padding: 12px 14px 10px;
  line-height: 1;
}

.c-live-badge.-large:before {
  margin-right: 7px;
}

.c-live-badge.-large:hover {
  background: #343232;
}

.c-input-alert {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input-alert {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  font-size: 14px;
  padding: 4px 0;
  margin-top: 2px;
  font-weight: 400;
}

.c-input-alert.-error {
  color: #cf3339;
}

.c-search {
  z-index: 105;
}

.c-search .search-toggle {
  position: relative;
  width: 20px;
  height: 20px;
}

.c-search .search-toggle:hover {
  color: #cf3339;
}

.c-search .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.95);
  transform: translateY(-50%) scale(0.95);
  margin-left: 38px;
  width: calc(100% - 480px);
  height: 65px;
  opacity: 0;
  visibility: hidden;
}

.c-search .form input {
  height: 48px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5dfdc;
  padding-left: 16px;
  padding-right: 42px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  color: #1a1919;
}

.c-search .form input::placeholder {
  color: #7c7c7c;
}

.c-search .form input:focus {
  outline: 0;
}

.c-search .form .submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  color: #7c7c7c;
}

.c-search .form .submit:focus,
.c-search .form .submit:hover {
  outline: 0;
  color: #1a1919;
}

@media (max-width: 1250px) {
  .c-search .form {
    width: calc(100% - 277px);
  }
}

@media (max-width: 991.98px) {
  .c-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-search .form {
    width: calc(100% - 125px);
    margin: 0 28px 0 0;
    height: 62px;
    right: 0;
  }

  .c-search .form input {
    font-size: 14px;
    height: 44px;
    padding-left: 12px;
    padding-right: 36px;
  }

  .c-search .form .submit {
    right: 12px;
  }
}

.-dark-theme .c-search .search-toggle {
  color: #fff;
}

.-dark-theme .c-search .search-toggle:hover {
  color: #cf3339;
}

@media (max-width: 991.98px) {
  .-dark-theme .c-search .search-toggle:hover {
    color: #fff;
  }
}

.c-sharer-mobile {
  display: none;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .c-sharer-mobile.-sharing-possible {
    display: block;
  }
}

.-dark-theme .c-sharer-mobile {
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*! CSS Used from: Embedded */
.sssp-show {
  display: none !important;
}

/*! CSS Used keyframes */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
  }

  to {
    -webkit-transform: unset;
    transform: unset;
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
  }

  to {
    -webkit-transform: unset;
    transform: unset;
    opacity: 0;
  }
}

@-webkit-keyframes live-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f2333b;
    box-shadow: 0 0 0 0 #f2333b;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(242, 51, 59, 0);
    box-shadow: 0 0 0 5px rgba(242, 51, 59, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 51, 59, 0);
    box-shadow: 0 0 0 0 rgba(242, 51, 59, 0);
  }
}

@keyframes live-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f2333b;
    box-shadow: 0 0 0 0 #f2333b;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(242, 51, 59, 0);
    box-shadow: 0 0 0 5px rgba(242, 51, 59, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 51, 59, 0);
    box-shadow: 0 0 0 0 rgba(242, 51, 59, 0);
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: icons;
  src: url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.eot");
  src: url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.eot") format('eot'), url("icons.woff") format('woff'),
    url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

a {
  background-color: transparent;
}
img {
  border-style: none;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.icon,
[class*=' icon-'],
[class^='icon-'] {
  display: inline;
  vertical-align: middle;
  font-family: icons;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
}
.icon-email-outline:before {
  content: '\E015';
}
.icon-facebook:before {
  content: '\E016';
}
.icon-instagram:before {
  content: '\E026';
}
.icon-phone-outline:before {
  content: '\E031';
}
.icon-tiktok:before {
  content: '\E042';
}
.icon-twitter:before {
  content: '\E043';
}
*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #cf3339;
  color: #fff;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.container {
  padding: 0 32px;
}
.-novaczlogo,
.-oneplaylogo {
  display: block !important;
}
.-novaczlogo.-darkmode,
.-oneplaylogo.-darkmode {
  display: none !important;
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 16px;
  }
}
.-dark-theme .-novaczlogo,
.-dark-theme .-oneplaylogo {
  display: none !important;
}
.-dark-theme .-novaczlogo.-darkmode,
.-dark-theme .-oneplaylogo.-darkmode {
  display: block !important;
}
.c-footer {
  position: relative;
  background: #f6f4f3;
  padding: 32px 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  z-index: 1;
}
.c-footer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#0096cc), to(#c6f1ff));
  background: linear-gradient(90deg, #0096cc, #c6f1ff);
  z-index: 3;
}
.c-footer.extended .f-col-1 {
  grid-area: f-col-1;
}
.c-footer.extended .f-col-2 {
  grid-area: f-col-2;
}
.c-footer.extended .f-col-3 {
  grid-area: f-col-3;
}
.c-footer.extended .f-col-4 {
  grid-area: f-col-4;
}
.c-footer.extended .f-col-5 {
  grid-area: f-col-5;
}
.c-footer.extended .f-col-6 {
  grid-area: f-col-6;
}
.c-footer.extended .f-col-7 {
  grid-area: f-col-7;
}
.c-footer.extended .f-col-8 {
  grid-area: f-col-8;
}
.c-footer.extended .row {
  row-gap: 40px;
  display: grid;
  grid-auto-columns: 25%;
  grid-template-areas: 'f-col-1 f-col-2 f-col-3 f-col-4' 'f-col-5 f-col-6 f-col-7 f-col-8';
}
.c-footer.extended .row .footer-column {
  border-bottom: 1px solid #e5dfdc;
  padding-bottom: 30px;
}
.c-footer.extended .header .img img {
  max-height: 30px;
}
.c-footer.extended .header .img img.foot-tn-logo {
  max-width: 60px;
}
.c-footer.extended .header .title {
  font-size: 18px;
  font-weight: 600;
}
.c-footer.extended .f-col-1 .header,
.c-footer.extended .f-col-2 .header,
.c-footer.extended .f-col-3 .header,
.c-footer.extended .f-col-4 .header {
  margin-bottom: 12px;
}
.c-footer .f-col-8 .header .title.-mobile {
  display: none;
}
.c-footer .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  min-height: 32px;
}
.c-footer .header .img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-footer .header .img img {
  width: 100%;
  height: 100%;
  max-height: 32px;
  max-width: 70px;
}
.c-footer .header .title {
  font-size: 22px;
  font-weight: 700;
}
.c-footer .header .title.-mobile {
  display: none;
}
.c-footer .links li + li {
  margin-top: 12px;
}
.c-footer .links a {
  color: #1a1919;
  font-size: 14px;
}
.c-footer .contact-info {
  margin-top: 24px;
}
.c-footer .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
}
.c-footer .contact-info li + li {
  margin-top: 12px;
}
.c-footer .contact-info li .icon {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  color: #7c7c7c;
}
.c-footer .contact-info li .icon-phone-outline {
  font-size: 20px;
}
.c-footer .contact-info li a {
  color: #1a1919;
  font-weight: 700;
  font-size: 15px;
  word-break: break-word;
}
.c-footer .socials {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -6px;
}
.c-footer .socials,
.c-footer .socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .socials .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer .socials .item + .item {
  margin-top: 14px;
}
.c-footer .socials .item .icon:before {
  position: relative;
  z-index: 1;
}
.c-footer .socials .item .icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-footer .socials .item .icon-facebook {
  font-size: 20px;
}
.c-footer .socials .item .icon-facebook:after {
  background: #3b5998;
}
.c-footer .socials .item .icon-twitter {
  font-size: 14px;
  margin-left: 1px;
}
.c-footer .socials .item .icon-twitter:after {
  background: #000;
}
.c-footer .socials .item .icon-tiktok {
  font-size: 16px;
}
.c-footer .socials .item .icon-tiktok:after {
  background: #1a1919;
}
.c-footer .socials .item .icon-instagram {
  margin-left: 1px;
}
.c-footer .socials .item .icon-instagram:after {
  background: #cf3339;
}
.c-footer .socials .item .icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-footer .socials .item a {
  color: #1a1919;
  font-size: 14px;
  line-height: 20px;
}
.c-footer .socials .item a:hover {
  text-decoration: none;
}
.c-footer .socials .item a:hover .social-name {
  text-decoration: underline;
}
.c-footer .copyright {
  text-align: center;
  color: #7c7c7c;
  font-size: 12px;
  margin-top: 32px;
  line-height: 1.5;
}
.c-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .c-footer.extended .row {
    row-gap: 24px;
    grid-auto-columns: auto;
    grid-template-areas: 'f-col-8' 'f-col-1' 'f-col-2' 'f-col-3' 'f-col-4' 'f-col-5' 'f-col-6' 'f-col-7';
  }
  .c-footer.extended .row .footer-column {
    padding-bottom: 24px;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .c-footer.extended .row > * {
    margin: 0 12px;
    padding: 0;
  }
  .c-footer.extended .f-col-1 .header .title,
  .c-footer.extended .f-col-2 .header .title,
  .c-footer.extended .f-col-3 .header .title,
  .c-footer.extended .f-col-4 .header .title {
    color: #1a1919;
    font-size: 18px;
    text-transform: none;
    text-align: left;
  }
  .c-footer.extended .f-col-8 .header .title {
    font-size: 14px;
  }
  .c-footer .f-col-8 .header .title.-desktop {
    display: none;
  }
  .c-footer .f-col-8 .header .title.-mobile {
    display: block;
  }
  .c-footer .row > * {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 1px solid #e5dfdc;
    margin: 0 12px 24px;
    padding: 0 0 24px;
  }
  .c-footer .row > :last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-footer .header {
    min-height: unset;
  }
  .c-footer .header .title {
    color: #7c7c7c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  .c-footer .header .title.-desktop {
    display: none;
  }
  .c-footer .header .title.-mobile {
    display: block;
  }
  .c-footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
  }
  .c-footer .links li {
    margin: 8px !important;
  }
  .c-footer .contact-info {
    border-top: 1px dashed #e5dfdc;
    margin: 16px 0 -8px;
    padding-top: 16px;
  }
  .c-footer .contact-info a {
    text-decoration: none;
  }
  .c-footer .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -8px;
  }
  .c-footer .socials .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .c-footer .socials .item .icon-wrapper {
    margin: 0;
  }
  .c-footer .socials .item a {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 8px;
  }
  .c-footer .socials .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-footer .socials .item + .item {
    margin: 0;
  }
  .c-footer .socials a {
    text-decoration: none;
  }
  .c-footer .socials a .social-name {
    display: none;
  }
  .c-footer a {
    text-decoration: underline;
  }
  .c-footer .copyright {
    margin-top: 24px;
    text-align: left;
  }
  .c-footer.-foot-nav-detach {
    padding: 32px 0 95px;
  }
}
.-dark-theme .c-footer {
  background: #464646;
}
.-dark-theme .c-footer .contact-info li a,
.-dark-theme .c-footer .links a,
.-dark-theme .c-footer .socials .item a {
  color: #e5e5e5;
}
.-dark-theme .c-footer.extended .row .footer-column {
  border-bottom-color: #313030;
}
@media (max-width: 767.98px) {
  .-dark-theme .c-footer .contact-info {
    border-top-color: #313030;
  }
  .-dark-theme .c-footer.extended .f-col-1 .header .title,
  .-dark-theme .c-footer.extended .f-col-2 .header .title,
  .-dark-theme .c-footer.extended .f-col-3 .header .title,
  .-dark-theme .c-footer.extended .f-col-4 .header .title,
  .-dark-theme .c-footer.extended .header .title {
    color: #fff;
  }
}
/*! CSS Used from: Embedded */
.sssp-show {
  display: none !important;
}
/*! CSS Used fontfaces */

@font-face {
  font-family: icons;
  src: url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.eot");
  src: url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.eot") format('eot'), url("icons.woff") format('woff'),
    url("urn:scrapbook:download:error:https://maleqao9.pro/IXHVeZJjQb-UtioA-3hDrTbeCeG3sXDyI6XY6HTIjEbgJdzQXgwGnAGxSzp9jOIDq-a2G-2lkd7dm-r0dcf-jzB-MuE-I7GI6o7nbDPXLKq158-MN00tsS4NkLdCiyJZUr02ikt9PWTnfSCdBecjeg/fonts/icons.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
