@charset "utf-8";

.ad-article,
.ad-native,
.amplitude-song-played-progress,
.amplitude-song-slider,
.article-blog .blockquote::after,
.article-blog blockquote::after,
.article-link,
.article-thumb-gallery::before,
.article-thumb-overlay::before,
.article-thumb-video::before,
.bg-digi24::before,
.loading.auth::after,
.lp .hero::after,
.lp .hero > .container,
.map-placeholder svg,
.nav-trigger.active::after,
.overlay-reverse::before,
.overlay::before,
.quiz-item.loading::after,
.quiz-item.loading::before,
.quiz-label .answer-percentage,
.quiz-label .answer-percentage span,
.schedule-list-item-show-progress::after,
.slide,
.slider::after,
.strip a,
.tbl-col a:not(.btn-new),
.user-link,
.user.loading::after,
.weather-map-pin-thumb svg,
.weather-map::after,
.widget-digitv-content::before,
.widget-poll-item-votes-graph,
.widget-poll-item-votes-graph span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.breadcrumbs,
.copy-link::before,
.ellipsis,
.form-element input + label,
.form-element textarea + label,
.form-search-input,
.live-icon-link,
.swiper-article .swiper-slide[data-time]::before {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer-bottom-nav-list-item,
.swiper-stream .swiper-slide {
  display: inline-block;
  vertical-align: top;
}

.footer-bottom-nav-list-item::before,
.swiper-stream .swiper-slide::before {
  content: " | ";
  display: inline-block;
  vertical-align: top;
}

.footer-bottom-nav-list-item:first-child::before,
.swiper-stream .swiper-slide:first-child::before {
  content: none;
}

body,
html {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: zillaslab;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

*,
::after,
::before {
  box-sizing: inherit;
}

::selection {
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}

img::selection {
  background: 0px 0px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0px;
  user-select: none;
}

mark {
  background: 0px 0px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

blockquote,
dl,
figure,
hr,
menu,
ol,
p,
pre,
summary,
table,
ul {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

fieldset,
legend {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

label {
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  margin: 0px;
  border-radius: 0px;
  overflow: hidden;
  touch-action: manipulation;
  box-sizing: border-box;
  appearance: none;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  background: 0px 0px;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  cursor: pointer;
}

textarea {
  resize: none;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

iframe,
video {
  max-width: 100%;
}

svg,
svg use {
  pointer-events: none;
}

abbr {
  cursor: help;
}

* {
  outline: 0px;
}

.amplitude-song-slider {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  color: transparent;
  z-index: 1;
}

.amplitude-song-slider::-webkit-slider-runnable-track {
  height: 100%;
  border: 0px;
  border-radius: 0px;
  background: 0px 0px;
  user-select: none;
  outline: 0px;
}

.amplitude-song-slider::-webkit-slider-thumb {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: 0px 0px;
  appearance: none;
}

.amplitude-song-slider:focus {
  outline: 0px;
}

.amplitude-song-played-progress {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  background: 0px 0px;
  color: rgb(247, 205, 69);
  z-index: 1;
  pointer-events: none;
}

.amplitude-song-played-progress::-webkit-progress-bar {
  background: 0px 0px;
}

.amplitude-song-played-progress::-webkit-progress-value {
  min-width: 0px;
  border-radius: 0px;
  background: currentcolor;
}

.screader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  border: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
}

.screader-focus:active,
.screader-focus:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0px;
  overflow: visible;
  clip: auto;
}

a {
  color: rgb(62, 14, 137);
  text-decoration: underline;
}

a:focus,
a:hover {
  color: rgb(142, 70, 255);
}

a.btn {
  display: inline-block;
  vertical-align: top;
}

.h1,
h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.h2,
h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.h3,
h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.h4,
h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.h5,
h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.h6,
h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.blockquote,
blockquote {
  position: relative;
  clear: both;
  margin-bottom: 20px;
  padding: 0px 80px;
  font-size: 20px;
  line-height: 30px;
}

.blockquote::before,
blockquote::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  background: url("../img/icon.svg") 0px -2176px / 128px no-repeat;
  transform: translate(-20px, -20px);
  z-index: -1;
}

cite {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-weight: 400;
  font-style: italic;
}

sub,
sup {
  padding: 0px 4px;
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

figcaption {
  font-family: sourcesanspro;
  font-size: 14px;
  font-style: italic;
}

mark {
  display: inline-block;
  vertical-align: baseline;
  color: rgb(62, 14, 137);
  font-family: sourcesanspro;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

hr {
  height: 1px;
  margin-bottom: 20px;
  border: 0px;
  background: rgb(169, 169, 169);
}

.font-weight-400 {
  font-weight: 400;
}

.section-title {
  display: flex;
  color: rgb(62, 14, 137);
  font-family: sourcesanspro;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-title::after,
.section-title::before {
  content: "";
  height: 6px;
  background: rgb(142, 70, 255);
  transform: translateY(12px);
}

.section-title::before {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: calc(-600px + 50vw);
}

.section-title::after {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.section-title span {
  padding: 0px 10px;
}

.section-title a {
  text-decoration: none;
}

.section-subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(169, 169, 169);
  line-height: 30px;
}

.section-subtitle + .article-headline {
  margin-top: -20px;
  border-top: 0px;
}

.section-description * {
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 20px;
}

.section-description span {
  display: none;
}

.section-description span.active {
  display: inline;
}

.section-description .read-more {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
}

.section-description .read-more.active {
  font-size: 0px;
}

.section-description .read-more.active::before {
  content: attr(data-text);
  font-size: 14px;
}

@media (max-width: 1220px) {
  .section-title::before {
    width: 20px;
  }
  .section-title span {
    max-width: calc(-40px + 100vw);
  }
}

@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .h4,
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .h5,
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .h6,
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .blockquote,
  blockquote {
    padding: 0px 40px;
  }
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .blockquote,
  blockquote {
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  mark {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  mark {
    font-size: 16px;
  }
}

.v-center {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: center;
  place-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
}

.v-center-container {
  align-self: center;
}

.bg {
  background-color: rgb(242, 242, 242);
}

.gradient {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
}

.overlay::before {
  content: "";
  top: auto;
  bottom: 0px;
  padding-top: 80px;
  box-sizing: content-box;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0px,
    rgba(0, 0, 0, 0) 100%
  );
}

.overlay * {
  position: relative;
  z-index: 1;
}

.overlay-reverse::before {
  content: "";
  top: 0px;
  bottom: auto;
  padding-bottom: 80px;
  box-sizing: content-box;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.overlay-reverse * {
  position: relative;
  z-index: 1;
}

.bg-digi24 {
  position: relative;
}

.bg-digi24::before {
  content: "";
  background: url("../img/bg-digi24.jpg") center center / contain no-repeat;
  opacity: 0.1;
}

.bg-digi24.bg::before {
  background-size: cover;
}

@media (max-width: 767px) {
  .overlay::before {
    padding-top: 60px;
  }
  .overlay-reverse::before {
    padding-bottom: 60px;
  }
}

@-webkit-keyframes sticky-animation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes sticky-animation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes top-menu-animation {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

@keyframes top-menu-animation {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes poll-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes poll-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes slide-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1.25);
  }
  39% {
    transform: scale(0.9);
  }
  45% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1.25);
  }
  39% {
    transform: scale(0.9);
  }
  45% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.container {
  max-width: 1220px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.container-fluid {
  max-width: 100%;
}

.container-height {
  height: 100%;
}

.container-relative {
  position: relative;
}

.gutter-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.gutter-0 > .flex {
  margin-right: auto;
  margin-left: auto;
}

.gutter-0 > .flex > .col {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-0 > .flex > .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-container-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.gutter-container-0 > .flex {
  margin-right: auto;
  margin-left: auto;
}

.gutter-col-0 > .flex {
  margin-right: auto;
  margin-left: auto;
}

.gutter-col-0 > .flex > .col {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-col-0 > .flex > .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.flex {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  -webkit-box-pack: start;
  place-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-right: -10px;
  margin-left: -10px;
  box-sizing: border-box;
}

.flex-width {
  width: 100%;
  max-width: 100%;
}

.flex-height {
  min-height: 100%;
}

.flex-inline {
  display: inline-flex;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-top {
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  align-items: center;
}

.flex-bottom {
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}

.flex-baseline {
  -webkit-box-align: baseline;
  align-items: baseline;
}

.flex-content-top {
  align-content: flex-start;
}

.flex-content-middle {
  align-content: center;
}

.flex-content-bottom {
  align-content: flex-end;
}

.flex-content-stretch {
  align-content: stretch;
}

.flex-content-between {
  align-content: space-between;
}

.flex-content-around {
  align-content: space-around;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.col {
  flex-basis: 20%;
  max-width: 20%;
}

.col-top {
  align-self: flex-start;
}

.col-middle {
  align-self: center;
}

.col-bottom {
  align-self: flex-end;
}

.col-stretch {
  align-self: stretch;
}

.col-baseline {
  align-self: baseline;
}

.col-first {
  order: -1;
}

.col-last {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.col-start {
  text-align: left;
}

.col-center {
  text-align: center;
}

.col-end {
  text-align: right;
}

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex-basis: 16.6667%;
  max-width: 16.6667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex-basis: 41.6667%;
  max-width: 41.6667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex-basis: 66.6667%;
  max-width: 66.6667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex-basis: 91.6667%;
  max-width: 91.6667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 1220px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-lg-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-lg-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-1,
  .gutter-lg-0 > .flex > .col-lg-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-2,
  .gutter-lg-0 > .flex > .col-lg-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-3,
  .gutter-lg-0 > .flex > .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-4,
  .gutter-lg-0 > .flex > .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-5,
  .gutter-lg-0 > .flex > .col-lg-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-6,
  .gutter-lg-0 > .flex > .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-7,
  .gutter-lg-0 > .flex > .col-lg-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-8,
  .gutter-lg-0 > .flex > .col-lg-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-9,
  .gutter-lg-0 > .flex > .col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-10,
  .gutter-lg-0 > .flex > .col-lg-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-11,
  .gutter-lg-0 > .flex > .col-lg-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-lg-0 > .flex > .col-12,
  .gutter-lg-0 > .flex > .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-container-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-container-lg-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-lg-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-lg-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-1,
  .gutter-col-lg-0 > .flex > .col-lg-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-2,
  .gutter-col-lg-0 > .flex > .col-lg-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-3,
  .gutter-col-lg-0 > .flex > .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-4,
  .gutter-col-lg-0 > .flex > .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-5,
  .gutter-col-lg-0 > .flex > .col-lg-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-6,
  .gutter-col-lg-0 > .flex > .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-7,
  .gutter-col-lg-0 > .flex > .col-lg-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-8,
  .gutter-col-lg-0 > .flex > .col-lg-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-9,
  .gutter-col-lg-0 > .flex > .col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-10,
  .gutter-col-lg-0 > .flex > .col-lg-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-11,
  .gutter-col-lg-0 > .flex > .col-lg-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-lg-0 > .flex > .col-12,
  .gutter-col-lg-0 > .flex > .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .col-lg {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col,
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .col,
  .col-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col,
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .col,
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .col,
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col,
  .col-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .col,
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .col,
  .col-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col,
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .col,
  .col-11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .col,
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-height-lg {
    min-height: 100%;
  }
  .flex-inline-lg {
    display: inline-flex;
  }
  .flex-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .flex-start-lg {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .flex-center-lg {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-end-lg {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .flex-between-lg {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .flex-around-lg {
    justify-content: space-around;
  }
  .flex-top-lg {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .flex-middle-lg {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex-bottom-lg {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .flex-stretch-lg {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .flex-baseline-lg {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .flex-content-top-lg {
    align-content: flex-start;
  }
  .flex-content-middle-lg {
    align-content: center;
  }
  .flex-content-bottom-lg {
    align-content: flex-end;
  }
  .flex-content-stretch-lg {
    align-content: stretch;
  }
  .flex-content-between-lg {
    align-content: space-between;
  }
  .flex-content-around-lg {
    align-content: space-around;
  }
  .col-top-lg {
    align-self: flex-start;
  }
  .col-middle-lg {
    align-self: center;
  }
  .col-bottom-lg {
    align-self: flex-end;
  }
  .col-stretch-lg {
    align-self: stretch;
  }
  .col-baseline-lg {
    align-self: baseline;
  }
  .col-first-lg {
    order: -1;
  }
  .col-last-lg {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-start-lg {
    text-align: left;
  }
  .col-center-lg {
    text-align: center;
  }
  .col-end-lg {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-md-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-md-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-1,
  .gutter-md-0 > .flex > .col-md-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-2,
  .gutter-md-0 > .flex > .col-md-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-3,
  .gutter-md-0 > .flex > .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-4,
  .gutter-md-0 > .flex > .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-5,
  .gutter-md-0 > .flex > .col-md-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-6,
  .gutter-md-0 > .flex > .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-7,
  .gutter-md-0 > .flex > .col-md-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-8,
  .gutter-md-0 > .flex > .col-md-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-9,
  .gutter-md-0 > .flex > .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-10,
  .gutter-md-0 > .flex > .col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-11,
  .gutter-md-0 > .flex > .col-md-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-md-0 > .flex > .col-12,
  .gutter-md-0 > .flex > .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-container-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-container-md-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-md-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-md-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-1,
  .gutter-col-md-0 > .flex > .col-md-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-2,
  .gutter-col-md-0 > .flex > .col-md-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-3,
  .gutter-col-md-0 > .flex > .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-4,
  .gutter-col-md-0 > .flex > .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-5,
  .gutter-col-md-0 > .flex > .col-md-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-6,
  .gutter-col-md-0 > .flex > .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-7,
  .gutter-col-md-0 > .flex > .col-md-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-8,
  .gutter-col-md-0 > .flex > .col-md-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-9,
  .gutter-col-md-0 > .flex > .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-10,
  .gutter-col-md-0 > .flex > .col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-11,
  .gutter-col-md-0 > .flex > .col-md-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-md-0 > .flex > .col-12,
  .gutter-col-md-0 > .flex > .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .col-md {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col,
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .col,
  .col-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col,
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .col,
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .col,
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col,
  .col-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .col,
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .col,
  .col-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col,
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .col,
  .col-11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .col,
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-height-md {
    min-height: 100%;
  }
  .flex-inline-md {
    display: inline-flex;
  }
  .flex-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .flex-start-md {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .flex-center-md {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-end-md {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .flex-between-md {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .flex-around-md {
    justify-content: space-around;
  }
  .flex-top-md {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .flex-middle-md {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex-bottom-md {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .flex-stretch-md {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .flex-baseline-md {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .flex-content-top-md {
    align-content: flex-start;
  }
  .flex-content-middle-md {
    align-content: center;
  }
  .flex-content-bottom-md {
    align-content: flex-end;
  }
  .flex-content-stretch-md {
    align-content: stretch;
  }
  .flex-content-between-md {
    align-content: space-between;
  }
  .flex-content-around-md {
    align-content: space-around;
  }
  .col-top-md {
    align-self: flex-start;
  }
  .col-middle-md {
    align-self: center;
  }
  .col-bottom-md {
    align-self: flex-end;
  }
  .col-stretch-md {
    align-self: stretch;
  }
  .col-baseline-md {
    align-self: baseline;
  }
  .col-first-md {
    order: -1;
  }
  .col-last-md {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-start-md {
    text-align: left;
  }
  .col-center-md {
    text-align: center;
  }
  .col-end-md {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-sm-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-sm-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-1,
  .gutter-sm-0 > .flex > .col-sm-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-2,
  .gutter-sm-0 > .flex > .col-sm-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-3,
  .gutter-sm-0 > .flex > .col-sm-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-4,
  .gutter-sm-0 > .flex > .col-sm-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-5,
  .gutter-sm-0 > .flex > .col-sm-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-6,
  .gutter-sm-0 > .flex > .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-7,
  .gutter-sm-0 > .flex > .col-sm-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-8,
  .gutter-sm-0 > .flex > .col-sm-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-9,
  .gutter-sm-0 > .flex > .col-sm-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-10,
  .gutter-sm-0 > .flex > .col-sm-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-11,
  .gutter-sm-0 > .flex > .col-sm-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-sm-0 > .flex > .col-12,
  .gutter-sm-0 > .flex > .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-container-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-container-sm-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-sm-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-sm-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-1,
  .gutter-col-sm-0 > .flex > .col-sm-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-2,
  .gutter-col-sm-0 > .flex > .col-sm-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-3,
  .gutter-col-sm-0 > .flex > .col-sm-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-4,
  .gutter-col-sm-0 > .flex > .col-sm-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-5,
  .gutter-col-sm-0 > .flex > .col-sm-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-6,
  .gutter-col-sm-0 > .flex > .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-7,
  .gutter-col-sm-0 > .flex > .col-sm-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-8,
  .gutter-col-sm-0 > .flex > .col-sm-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-9,
  .gutter-col-sm-0 > .flex > .col-sm-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-10,
  .gutter-col-sm-0 > .flex > .col-sm-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-11,
  .gutter-col-sm-0 > .flex > .col-sm-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-sm-0 > .flex > .col-12,
  .gutter-col-sm-0 > .flex > .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .col-sm {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col,
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .col,
  .col-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col,
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .col,
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .col,
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col,
  .col-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .col,
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .col,
  .col-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col,
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .col,
  .col-11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .col,
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-height-sm {
    min-height: 100%;
  }
  .flex-inline-sm {
    display: inline-flex;
  }
  .flex-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .flex-start-sm {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .flex-center-sm {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-end-sm {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .flex-between-sm {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .flex-around-sm {
    justify-content: space-around;
  }
  .flex-top-sm {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .flex-middle-sm {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex-bottom-sm {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .flex-stretch-sm {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .flex-baseline-sm {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .flex-content-top-sm {
    align-content: flex-start;
  }
  .flex-content-middle-sm {
    align-content: center;
  }
  .flex-content-bottom-sm {
    align-content: flex-end;
  }
  .flex-content-stretch-sm {
    align-content: stretch;
  }
  .flex-content-between-sm {
    align-content: space-between;
  }
  .flex-content-around-sm {
    align-content: space-around;
  }
  .col-top-sm {
    align-self: flex-start;
  }
  .col-middle-sm {
    align-self: center;
  }
  .col-bottom-sm {
    align-self: flex-end;
  }
  .col-stretch-sm {
    align-self: stretch;
  }
  .col-baseline-sm {
    align-self: baseline;
  }
  .col-first-sm {
    order: -1;
  }
  .col-last-sm {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-start-sm {
    text-align: left;
  }
  .col-center-sm {
    text-align: center;
  }
  .col-end-sm {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xs-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-xs-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-xs-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-1,
  .gutter-xs-0 > .flex > .col-xs-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-2,
  .gutter-xs-0 > .flex > .col-xs-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-3,
  .gutter-xs-0 > .flex > .col-xs-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-4,
  .gutter-xs-0 > .flex > .col-xs-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-5,
  .gutter-xs-0 > .flex > .col-xs-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-6,
  .gutter-xs-0 > .flex > .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-7,
  .gutter-xs-0 > .flex > .col-xs-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-8,
  .gutter-xs-0 > .flex > .col-xs-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-9,
  .gutter-xs-0 > .flex > .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-10,
  .gutter-xs-0 > .flex > .col-xs-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-11,
  .gutter-xs-0 > .flex > .col-xs-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-xs-0 > .flex > .col-12,
  .gutter-xs-0 > .flex > .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-container-xs-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .gutter-container-xs-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-xs-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .gutter-col-xs-0 > .flex > .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-1,
  .gutter-col-xs-0 > .flex > .col-xs-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-2,
  .gutter-col-xs-0 > .flex > .col-xs-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-3,
  .gutter-col-xs-0 > .flex > .col-xs-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-4,
  .gutter-col-xs-0 > .flex > .col-xs-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-5,
  .gutter-col-xs-0 > .flex > .col-xs-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-6,
  .gutter-col-xs-0 > .flex > .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-7,
  .gutter-col-xs-0 > .flex > .col-xs-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-8,
  .gutter-col-xs-0 > .flex > .col-xs-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-9,
  .gutter-col-xs-0 > .flex > .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-10,
  .gutter-col-xs-0 > .flex > .col-xs-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-11,
  .gutter-col-xs-0 > .flex > .col-xs-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gutter-col-xs-0 > .flex > .col-12,
  .gutter-col-xs-0 > .flex > .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .col-xs {
    flex-basis: 20%;
    max-width: 20%;
  }
  .col,
  .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col,
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .col,
  .col-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col,
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .col,
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .col,
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col,
  .col-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-7 {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .col,
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .col,
  .col-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col,
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .col,
  .col-11 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .col,
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-height-xs {
    min-height: 100%;
  }
  .flex-inline-xs {
    display: inline-flex;
  }
  .flex-reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-column-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-nowrap-xs {
    flex-wrap: nowrap;
  }
  .flex-start-xs {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .flex-center-xs {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .flex-end-xs {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .flex-between-xs {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .flex-around-xs {
    justify-content: space-around;
  }
  .flex-top-xs {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .flex-middle-xs {
    -webkit-box-align: center;
    align-items: center;
  }
  .flex-bottom-xs {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .flex-stretch-xs {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .flex-baseline-xs {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .flex-content-top-xs {
    align-content: flex-start;
  }
  .flex-content-middle-xs {
    align-content: center;
  }
  .flex-content-bottom-xs {
    align-content: flex-end;
  }
  .flex-content-stretch-xs {
    align-content: stretch;
  }
  .flex-content-between-xs {
    align-content: space-between;
  }
  .flex-content-around-xs {
    align-content: space-around;
  }
  .col-top-xs {
    align-self: flex-start;
  }
  .col-middle-xs {
    align-self: center;
  }
  .col-bottom-xs {
    align-self: flex-end;
  }
  .col-stretch-xs {
    align-self: stretch;
  }
  .col-baseline-xs {
    align-self: baseline;
  }
  .col-first-xs {
    order: -1;
  }
  .col-last-xs {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .col-start-xs {
    text-align: left;
  }
  .col-center-xs {
    text-align: center;
  }
  .col-end-xs {
    text-align: right;
  }
}

.hide {
  display: none !important;
}

@media (min-width: 1025px) and (max-width: 1220px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.form-element {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-flow: column-reverse;
  min-height: 60px;
  margin-bottom: 20px;
}

.form-element input,
.form-element textarea {
  border: 0px;
}

.form-element input + label,
.form-element textarea + label {
  background: rgb(255, 255, 255);
  transform: translateY(29px);
  transform-origin: left bottom;
  transition: all 0.2s ease 0s;
  cursor: text;
}

.form-element input:invalid,
.form-element textarea:invalid {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.form-element input:focus,
.form-element input:valid,
.form-element textarea:focus,
.form-element textarea:valid {
  border-bottom: 1px solid rgb(62, 14, 137);
}

.form-element input:focus + label,
.form-element input:valid + label,
.form-element textarea:focus + label,
.form-element textarea:valid + label {
  font-size: 12px;
  transform: translateY(0px);
  cursor: pointer;
}

.form-element input[type="checkbox"] + label,
.form-element input[type="radio"] + label {
  font-size: 14px;
}

.form-element input[type="checkbox"]:focus + label,
.form-element input[type="checkbox"]:valid + label,
.form-element input[type="radio"]:focus + label,
.form-element input[type="radio"]:valid + label {
  font-size: 14px;
  transform: none;
}

[data-error]::after {
  content: attr(data-error);
  display: block;
  order: -1;
  color: rgb(240, 0, 0);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
}

label {
  display: block;
  margin: 0px;
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
  cursor: pointer;
}

label:focus,
label:hover {
  color: rgb(62, 14, 137);
}

input {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px 10px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  text-transform: uppercase;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input:focus + label,
input:hover + label {
  color: rgb(62, 14, 137);
}

input[type="button"],
input[type="submit"] {
  width: auto;
  height: auto;
  padding: 10px 20px;
  border: 0px;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
  cursor: pointer;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  border: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
}

input[type="checkbox"] + label,
input[type="checkbox"] + span,
input[type="radio"] + label,
input[type="radio"] + span {
  margin-bottom: 10px;
  user-select: none;
}

input[type="checkbox"] + label::before,
input[type="checkbox"] + span::before,
input[type="radio"] + label::before,
input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 7px 5px 7px 0px;
  border: 2px solid rgb(88, 88, 88);
}

input[type="checkbox"] + label:hover::before,
input[type="checkbox"] + span:hover::before,
input[type="radio"] + label:hover::before,
input[type="radio"] + span:hover::before {
  border-color: rgb(62, 14, 137);
}

.form-element input[type="checkbox"] + label,
.form-element input[type="checkbox"] + span,
.form-element input[type="radio"] + label,
.form-element input[type="radio"] + span {
  margin: 0px;
  transform: none;
  transition: none 0s ease 0s;
  cursor: pointer;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + label::before,
input[type="radio"]:checked + span::before {
  border-color: rgb(142, 70, 255);
  background: rgb(142, 70, 255);
}

input[type="radio"] + label::before,
input[type="radio"] + span::before {
  border-radius: 50%;
}

input[type="range"] {
  padding: 0px;
}

input[type="file"] {
  display: none;
}

textarea {
  display: block;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin: 0px;
  padding: 0px 10px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  text-transform: uppercase;
  transition: min-height 0.2s ease 0s;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea:focus + label,
textarea:hover + label {
  color: rgb(62, 14, 137);
}

textarea:focus,
textarea:valid {
  min-height: 100px;
}

select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  background: url("../img/dropdown.svg") right 10px center / 16px no-repeat;
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-newsletter [data-error]::after {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.form-newsletter .form-element {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  min-height: 60px;
}

.form-newsletter .form-element label {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  margin: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 4px -2px;
  background: rgb(255, 255, 255);
  line-height: 24px;
  text-transform: none;
  white-space: normal;
}

.form-newsletter .form-element label.email-label::before {
  content: "";
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("../img/icon.svg") 0px -240px / 24px no-repeat;
}

.form-newsletter .form-element label.email-label input {
  height: 60px;
  border: 0px;
  text-transform: none;
}

.form-newsletter .form-element label.terms-label {
  -webkit-box-align: start;
  align-items: flex-start;
  height: auto;
  padding: 0px;
  box-shadow: none;
  background: 0px 0px;
}

.form-newsletter .form-element input[type="checkbox"] + label,
.form-newsletter .form-element input[type="radio"] + label {
  margin: 0px 0px 10px;
  font-size: 16px;
  line-height: 24px;
}

.form-newsletter .form-element input[type="checkbox"] + label::before,
.form-newsletter .form-element input[type="radio"] + label::before {
  content: "";
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0px 10px 0px 0px;
  border: 1px solid rgb(169, 169, 169);
  border-radius: 4px;
  font-size: 16px;
}

.form-newsletter .form-element input[type="checkbox"] + label:focus::before,
.form-newsletter .form-element input[type="checkbox"] + label:hover::before,
.form-newsletter .form-element input[type="radio"] + label:focus::before,
.form-newsletter .form-element input[type="radio"] + label:hover::before {
  border-color: rgb(62, 14, 137);
}

.form-newsletter .form-element input[type="checkbox"]:checked + label,
.form-newsletter .form-element input[type="radio"]:checked + label {
  color: rgb(62, 14, 137);
}

.form-newsletter .form-element input[type="checkbox"]:checked + label::before,
.form-newsletter .form-element input[type="radio"]:checked + label::before {
  content: "✓";
  border-color: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
}

.form-newsletter-section {
  margin-bottom: 20px;
  padding: 40px 60px 0px;
  border-radius: 25px;
}

.form-newsletter-preferences {
  background: rgb(242, 242, 242);
}

.form-newsletter-preferences .form-element {
  margin-bottom: 40px;
}

.form-newsletter-confirmation {
  background: rgba(96, 40, 225, 0.05);
}

.form-search {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.form-search-input {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  max-width: 580px;
  margin: auto;
  border-color: rgb(255, 255, 255);
  background: 0px 0px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: italic;
  text-transform: none;
}

.form-search-input:focus,
.form-search-input:hover {
  border-color: rgb(255, 255, 255);
}

.form-search-site {
  margin: 20px auto;
}

.form-search-site-input {
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
}

.form-search-site-submit {
  padding: 10px 20px;
  white-space: nowrap;
}

.form-search-site-submit::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: -10px;
  background: url("../img/icon.svg") 0px -40px / 20px no-repeat;
}

.form-search-show {
  margin: 20px auto;
}

.form-search-show input {
  display: none;
}

.form-search-show label {
  padding: 15px;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  line-height: 20px;
  text-align: center;
  transition: background 0.2s ease 0s;
}

.form-search-show label:focus,
.form-search-show label:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.form-search-show label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px -10px;
  background: url("../img/icon.svg") 0px -180px / 20px no-repeat;
}

.form-digivox {
  clear: both;
  margin-bottom: 20px;
}

.submit-select {
  margin-bottom: 20px;
}

.form-signup #signup-datepicker-container input {
  display: none;
}

.form-signup #signup-datepicker-container input:focus + label,
.form-signup #signup-datepicker-container input:valid + label {
  font-size: 16px;
}

.form-signup #signup-datepicker-container label {
  border-bottom: 1px solid rgb(0, 0, 0);
  transform: translateY(0px);
  cursor: pointer;
}

.form-signup #signup-datepicker-container::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 16px;
  height: 16px;
  background: url("../img/icon.svg") 0px -432px / 16px no-repeat;
  pointer-events: none;
}

.form-signup #signup-submit {
  margin-bottom: 10px;
}

.form-signup .pika-title {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  width: 100%;
}

.form-signup .pika-label + .pika-label {
  margin-bottom: 10px;
}

.form-signup .pika-next,
.form-signup .pika-prev {
  position: absolute;
  bottom: 10px;
  z-index: 9999;
}

.form-signup .pika-prev {
  left: 20px;
}

.form-signup .pika-next {
  right: 20px;
}

.form-signup .pika-select-year {
  background-color: rgb(255, 255, 255);
  background-position: right 8px center;
  font-family: zillaslab;
  font-weight: 700;
  opacity: 1;
}

.form-signin #signin-submit {
  margin: 20px auto;
}

.form-forgot #forgot-submit {
  margin-bottom: 20px;
}

.form-reset #reset-submit {
  margin-top: 20px;
}

.form-password #password-submit {
  margin-top: 20px;
}

.form-email #email-submit {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .form-search-input {
    max-width: none;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .form-newsletter-section {
    padding: 20px 20px 0px;
  }
}

.header {
  position: relative;
  height: 60px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 8px 0px;
  background: rgb(24, 24, 24);
  z-index: 99;
}

.header.active .nav-list-item-link {
  visibility: hidden;
}

.header.active .nav-list-item-link.nav-live-trigger,
.header.active .nav-list-item-link.nav-trigger {
  visibility: visible;
}

.header.active .nav-menu {
  opacity: 1;
  transform: rotateX(0deg);
}

.header-alt {
  position: relative;
  height: 60px;
  box-shadow: rgb(142, 70, 255) 0px 8px 0px;
  z-index: 98;
}

.header-alt .logo {
  margin: auto;
  border-right: 40px solid rgb(255, 255, 255);
  border-left: 40px solid rgb(255, 255, 255);
  box-sizing: content-box;
}

.logo {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  background: url("../img/digi24-logo.svg") center center / 100% 100% no-repeat
    rgb(255, 255, 255);
  transform: translateY(-1px);
  z-index: 1;
}

.nav {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 10px;
  white-space: nowrap;
}

.nav-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
}

.nav-list-item {
  margin: 0px;
}

.nav-list-item::before {
  content: none;
}

.nav-list-item-link {
  display: block;
  padding: 20px 10px;
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}

.nav-list-item-link:focus,
.nav-list-item-link:hover {
  background: 0px 0px;
  color: rgb(142, 70, 255);
}

.nav-trigger {
  position: relative;
  padding-right: 20px;
  background: 0px 0px;
}

.nav-trigger::before {
  content: "";
  position: absolute;
  right: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent;
  border-image: initial;
  transform: translateY(75%) rotate(0deg);
  z-index: 1;
}

.nav-trigger.active::before {
  transform: translateY(25%) rotate(180deg);
}

.nav-trigger.active::after {
  content: attr(data-title);
  padding: 20px;
  background: rgb(24, 24, 24);
  line-height: 20px;
  text-align: right;
}

.nav-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0px;
}

.user {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  margin: 8px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: content-box;
}

.user::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px 2px 0px;
  background: url("../img/icon.svg") 0px -448px / 16px no-repeat;
}

.user.active {
  background: rgb(255, 255, 255);
}

.user.active::before {
  background-position: 0px -464px;
}

.user.active::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: url("../img/icon.svg") 0px -240px / 8px no-repeat;
}

.user.active .user-link {
  display: none;
}

.user.active .user-link-auth {
  display: block;
}

.user.loading {
  border-color: transparent;
}

.user.loading::before {
  content: none;
}

.user.loading::after {
  padding: 0px;
  background: url("../img/loading.svg") center center / 40px no-repeat;
  z-index: 99;
}

.user-link-auth {
  display: none;
}

.search-trigger {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px;
  padding: 0px;
  background: url("../img/icon.svg") 0px -40px / 20px no-repeat;
  transition: none 0s ease 0s;
}

.search-trigger:focus,
.search-trigger:hover {
  background: url("../img/icon.svg") 0px -40px / 20px no-repeat;
}

.search-trigger.active {
  background-position: 0px -60px;
}

.search {
  position: absolute;
  bottom: -68px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center top;
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
}

.search.active {
  opacity: 1;
  transform: rotateX(0deg);
}

.nav-live {
  position: absolute;
  top: 0px;
  right: 140px;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.nav-live-trigger {
  position: relative;
  padding-right: 30px;
  background: 0px 0px;
  white-space: nowrap;
}

.nav-live-trigger::before {
  content: "";
  position: absolute;
  right: 10px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: currentcolor transparent transparent;
  border-image: initial;
  transform: translateY(75%) rotate(0deg);
  z-index: 1;
}

.nav-live-trigger.active {
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
}

.nav-live-trigger.active::before {
  transform: translateY(25%) rotate(180deg);
}

.nav-live-trigger.active:focus,
.nav-live-trigger.active:hover {
  color: rgb(24, 24, 24);
}

.nav-live-trigger:focus,
.nav-live-trigger:hover {
  color: rgb(255, 255, 255);
}

.nav-live-list {
  position: absolute;
  right: 0px;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  background: rgb(255, 255, 255);
  white-space: nowrap;
  z-index: 1;
}

.nav-live-list.active {
  display: flex;
}

.nav-live-list-item {
  margin: 0px;
}

.nav-live-list-item::before {
  content: none;
}

.nav-live-list-item-link {
  color: rgb(24, 24, 24);
}

.nav-live-list-item-link:focus,
.nav-live-list-item-link:hover {
  color: rgb(24, 24, 24);
}

.live-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  -webkit-box-ordinal-group: 2;
  order: 1;
  height: 100%;
  padding: 20px;
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease 0s;
}

.live-link:focus,
.live-link:hover {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
}

.live-link::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("../img/icon.svg") 0px -320px / 20px no-repeat;
  animation: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
    running heartbeat;
}

.nav-menu {
  position: fixed;
  top: 68px;
  left: 0px;
  width: 100%;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center top;
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  overflow: auto;
}

.nav-menu-list {
  margin: 50px auto;
}

.nav-menu-list-item {
  margin-top: 0px;
}

.nav-menu-list-item:first-child {
  display: none;
}

.nav-menu-list-item::before {
  content: none;
}

.nav-menu-list-item-link {
  display: block;
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-submenu-link {
  display: block;
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.nav-alt {
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.nav-alt-link {
  padding: 15px 0px;
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-alt-link.economic {
  padding-right: 10px;
  padding-left: 10px;
  background: rgb(39, 163, 96);
}

.nav-alt-link.economic:focus,
.nav-alt-link.economic:hover {
  background: rgb(255, 255, 255);
  color: rgb(39, 163, 96);
}

.header-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 320px;
  height: 40px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 5px 0px;
  transform: translateY(-100%);
  animation: 0.2s ease 0s 1 normal forwards running sticky-animation;
}

.header-sticky .logo {
  width: 67px;
  height: 67px;
  transform: translateY(-1px);
}

.header-sticky .nav-list-item-link {
  padding: 10px;
}

.header-sticky .nav-trigger {
  padding-right: 20px;
}

.header-sticky .nav-trigger.active::after {
  padding: 10px 20px;
}

.header-sticky .nav-btn {
  margin: 0px;
}

.header-sticky .search {
  bottom: -66px;
}

.header-sticky .nav-live-trigger {
  padding-right: 30px;
}

.header-sticky .live-link {
  padding: 10px 20px;
}

.header-sticky .nav-menu {
  top: 46px;
}

.header-sticky .nav-menu-list {
  margin: 40px auto;
}

.header-sticky .nav-menu-list-item-link {
  font-size: 16px;
}

.header-sticky .nav-submenu-link {
  font-size: 14px;
}

.header-sticky .nav-alt-link {
  padding: 10px 0px;
  font-size: 16px;
}

.header-sticky .nav-alt-link.economic {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1750px) {
  .nav-live {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 1440px) {
  .live-link {
    position: static;
  }
}

@media (max-width: 1220px) {
  .nav {
    padding: 0px;
  }
  .nav-list-item-link {
    padding: 20px 5px;
  }
  .nav-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger::before {
    right: 5px;
  }
  .live-link {
    margin-right: -20px;
    padding: 20px 10px;
    font-size: 16px;
  }
  .header-sticky .nav-list-item-link {
    padding: 10px 5px;
  }
  .header-sticky .nav-trigger {
    padding-right: 20px;
  }
  .header-sticky .nav-live-trigger {
    padding-right: 20px;
  }
  .header-sticky .live-link {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 320px;
    height: 40px;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 5px 0px;
  }
  .header.active .search {
    opacity: 1;
    transform: rotateX(0deg);
    transition: opacity 0.2s ease 0s, transform 0s ease 0s,
      -webkit-transform 0s ease 0s;
  }
  .header.active .nav-menu {
    transition: opacity 0.2s ease 0s, transform 0s ease 0s,
      -webkit-transform 0s ease 0s;
  }
  .header-alt {
    height: 40px;
    box-shadow: rgb(142, 70, 255) 0px 5px 0px;
  }
  .header-alt .logo {
    border-right: 20px solid rgb(255, 255, 255);
    border-left: 20px solid rgb(255, 255, 255);
  }
  .logo {
    width: 67px;
    height: 67px;
    margin-right: auto;
    transform: translateY(-1px);
  }
  .nav {
    position: static;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-right: -10px;
  }
  .nav-list {
    display: none;
  }
  .search-trigger {
    display: none;
  }
  .search {
    bottom: -65px;
    padding: 0px 20px;
    background: rgb(24, 24, 24);
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s,
      -webkit-transform 0.2s ease 0s;
  }
  .nav-live {
    position: static;
    margin-right: -10px;
  }
  .nav-live-trigger {
    padding: 10px 20px 10px 5px;
    font-size: 13px;
  }
  .nav-live-list-item-link {
    padding: 10px 5px;
    font-size: 13px;
  }
  .live-link {
    margin: 0px 10px;
    padding: 10px;
    font-size: 14px;
  }
  .nav-menu {
    top: 105px;
    height: calc(100% - 105px);
    padding: 0px 40px;
    background: rgb(24, 24, 24);
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s,
      -webkit-transform 0.2s ease 0s;
  }
  .nav-menu-list {
    display: block;
    margin: 20px auto;
    transform: translateX(0px);
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .nav-menu-list.opened {
    transform: translateX(calc(-100% - 40px));
  }
  .nav-menu-list.opened .nav-menu-list-item {
    height: 0px;
  }
  .nav-menu-list.opened .nav-menu-list-item.active {
    height: auto;
    transform: translateX(calc(100% + 40px));
  }
  .nav-menu-list-item {
    cursor: pointer;
    overflow: hidden;
  }
  .nav-menu-list-item:first-child {
    display: block;
  }
  .nav-menu-list-item:first-child::before {
    content: none;
  }
  .nav-menu-list-item:first-child .nav-menu-list-item-link {
    display: block;
  }
  .nav-menu-list-item::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px;
    background-color: transparent;
    background-image: url("../img/icon.svg");
    background-position: 0px -20px;
    background-size: 20px;
  }
  .nav-menu-list-item-link {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0px;
    font-size: 16px;
  }
  .nav-menu-list-item.active {
    padding-left: 40px;
  }
  .nav-menu-list-item.active::before {
    right: auto;
    left: 0px;
    transform: rotate(180deg);
  }
  .nav-submenu {
    display: none;
  }
  .nav-submenu.active {
    display: block;
  }
  .nav-submenu-link {
    font-size: 16px;
  }
  .nav-alt {
    padding: 20px 0px;
    border-top: 1px solid rgb(88, 88, 88);
    border-bottom: 0px;
  }
  .nav-alt-link {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 0px;
    color: rgb(169, 169, 169);
    font-size: 16px;
    text-transform: none;
  }
  .nav-alt-link:nth-child(2n) {
    text-align: right;
  }
  .nav-alt-link.economic {
    flex-basis: auto;
    margin: 0px -10px;
  }
  .nav-btn {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin: 0px;
  }
  .nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    font-size: 0px;
    transition: none 0s ease 0s;
  }
  .nav-trigger::after,
  .nav-trigger::before {
    content: "";
    position: absolute;
    right: auto;
    left: 10px;
    width: 20px;
    height: 2px;
    padding: 0px;
    border: 0px;
    background: rgb(255, 255, 255);
    transform: none;
  }
  .nav-trigger::before {
    top: 13px;
    transition: transform 0.2s linear 0s, top 0.2s linear 0.2s,
      -webkit-transform 0.2s linear 0s;
  }
  .nav-trigger::after {
    top: auto;
    bottom: 13px;
    transition: transform 0.2s linear 0s, bottom 0.2s linear 0.2s,
      -webkit-transform 0.2s linear 0s;
  }
  .nav-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 19px auto;
    background: rgb(255, 255, 255);
    opacity: 1;
    transition: opacity 0.2s linear 0s;
  }
  .nav-trigger:focus,
  .nav-trigger:hover {
    background: 0px 0px;
    color: transparent;
  }
  .nav-trigger:focus span,
  .nav-trigger:focus::after,
  .nav-trigger:focus::before,
  .nav-trigger:hover span,
  .nav-trigger:hover::after,
  .nav-trigger:hover::before {
    background: rgb(255, 255, 255);
  }
  .nav-trigger.active::before {
    top: 19px;
    left: 10px;
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.2s, top 0.2s linear 0s,
      -webkit-transform 0.2s linear 0.2s;
  }
  .nav-trigger.active::after {
    content: "";
    top: auto;
    bottom: 19px;
    left: 10px;
    width: 20px;
    height: 2px;
    padding: 0px;
    background: rgb(255, 255, 255);
    transform: rotate(-45deg);
    transition: transform 0.2s linear 0.2s, bottom 0.2s linear 0s,
      -webkit-transform 0.2s linear 0.2s;
  }
  .nav-trigger.active span {
    opacity: 0;
    transition: opacity 0.2s linear 0s;
  }
  .header-sticky {
    height: 40px;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 5px 0px;
    transform: none;
  }
  .header-sticky .nav-list-item-link {
    padding: 0px 10px;
  }
  .header-sticky .nav-trigger {
    display: block;
  }
  .header-sticky .nav-trigger.active::after {
    padding: 0px;
  }
  .header-sticky .search {
    bottom: -65px;
  }
  .header-sticky .nav-live-trigger {
    padding: 10px 20px 10px 5px;
  }
  .header-sticky .nav-live-list-item-link {
    padding: 10px 5px;
  }
  .header-sticky .live-link {
    padding: 10px;
    font-size: 14px;
  }
  .header-sticky .nav-menu {
    top: 105px;
    height: calc(100% - 105px);
  }
  .header-sticky .nav-menu-list {
    margin: 20px auto;
  }
  .header-sticky .nav-submenu-link {
    font-size: 16px;
  }
  .header-sticky .nav-alt-link {
    font-size: 16px;
  }
}

.footer {
  position: relative;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-weight: 600;
  z-index: 2;
}

.footer .btn-alt {
  margin-bottom: 20px;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.footer-alt {
  position: relative;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}

.footer-alt .footer-top {
  padding: 20px 0px;
}

.footer-top {
  padding: 40px 0px;
}

.footer-weather {
  font-size: 0px;
}

.footer-weather svg {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  fill: currentcolor;
  stroke: currentcolor;
  stroke-width: 0.5px;
}

.footer-weather figcaption {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 36px;
}

.footer-newsletter {
  font-family: zillaslab;
  text-align: center;
}

.footer-newsletter-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-newsletter .btn-alt {
  background-color: rgb(62, 14, 137);
}

.footer-social {
  font-size: 0px;
  text-align: right;
}

.footer-social-link {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: 10px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition: border 0.2s ease 0s, color 0.2s ease 0s;
}

.footer-social-link svg {
  width: 1em;
  height: 1em;
  margin: 0.4375em;
  fill: currentcolor;
}

.footer-social-link:focus,
.footer-social-link:hover {
  border-color: rgb(142, 70, 255);
}

.footer-network {
  padding: 40px 0px 20px;
  background: rgb(88, 88, 88);
}

.footer-network-nav {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}

.footer-network-nav-link {
  max-width: 100px;
  margin-bottom: 20px;
  padding: 0px 10px;
  background: 0px 0px;
  transform: translateZ(0px);
  transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  filter: grayscale(100%);
}

.footer-network-nav-link:focus,
.footer-network-nav-link:hover {
  filter: grayscale(0);
}

.footer-network-nav-link img {
  max-height: 32px;
  margin: auto;
}

.footer-bottom {
  padding: 40px 0px;
  text-align: center;
}

.footer-bottom-link {
  display: inline-block;
  vertical-align: top;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 5px !important;
}

.footer-bottom-nav {
  margin-top: 20px;
}

.footer-bottom-nav-list {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0px;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 0px;
}

.footer-bottom-nav-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 20px;
}

.footer-bottom-nav-list-item::before {
  width: auto;
  height: auto;
  margin: 0px 20px;
  background: 0px 0px;
}

.footer-bottom-nav-list-item-link {
  display: inline-block;
  vertical-align: top;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
}

.footer-bottom small {
  display: block;
}

@media (max-width: 1024px) {
  .footer-weather {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-social {
    margin: 0px -20px;
    text-align: center;
  }
  .footer-network-nav {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-weather svg {
    display: block;
    margin: auto;
  }
  .footer-weather figcaption {
    display: block;
    text-align: center;
  }
  .footer-bottom-nav-list {
    display: block;
    padding: 10px 0px;
  }
  .footer-bottom-nav-list-item {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .footer-bottom-nav-list-item::before {
    content: none;
  }
  .footer-bottom-nav-list-item:first-child {
    margin-top: 0px;
  }
}

.article-container {
  padding: 0px 20px;
}

.article {
  position: relative;
  margin-bottom: 20px;
}

.article-lg .article-intro {
  font-size: 18px;
  line-height: 22px;
}

.article-alt {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.article-alt .article-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  max-width: 50%;
  margin: 0px;
}

.article-alt .article-thumb + .article-content {
  padding-left: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.article-alt .article-thumb.video-article-thumb-player {
  flex-basis: 380px;
}

.article-alt .article-content {
  align-self: center;
}

.article-alt .article-content :last-child {
  margin-bottom: 0px;
}

.article-alt .article-title {
  margin-bottom: 10px;
}

.article-alt .article-intro {
  margin-bottom: 10px;
}

.article-alt-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.article-alt-reverse .article-thumb + .article-content {
  padding-right: 20px;
  padding-left: 0px;
}

.article-alt-sm {
  padding: 20px 0px;
}

.article-alt-sm .article-thumb {
  width: 273px;
}

.article-alt.bg .article-thumb {
  width: 273px;
}

.article-alt.brdr:last-of-type {
  margin-bottom: 20px;
}

.article-alt.brdr:last-of-type::after {
  content: none;
}

.article-headline {
  padding-top: 20px;
  border-top: 1px solid rgb(169, 169, 169);
}

.article-breaking {
  max-width: 1920px;
  margin: -60px auto 40px;
  overflow: hidden;
  z-index: 1;
}

.article-breaking .article-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-bottom: 40px;
}

.article-breaking .article-thumb {
  margin: 0px;
}

.article-breaking .article-tag {
  position: absolute;
  left: -20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  padding: 15px 20px;
  background: linear-gradient(90deg, rgb(225, 53, 0), rgb(255, 149, 0));
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  transform: translateX(-100%);
}

.article-breaking .article-tag::before {
  position: absolute;
  top: 0px;
  right: 100%;
  display: block;
  width: calc(-100% - 610px + 50vw);
  height: 100%;
  margin: 0px;
  background: rgb(225, 53, 0);
}

.article-breaking .article-title {
  position: relative;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 48px;
  line-height: 50px;
  z-index: 1;
}

.article-breaking .article-link {
  z-index: 1;
}

.article-breaking.article-alert .article-tag {
  background: linear-gradient(90deg, rgb(208, 0, 255), rgb(142, 70, 255));
}

.article-breaking.article-alert .article-tag::before {
  background: rgb(208, 0, 255);
}

.article-show {
  margin-bottom: 40px;
  text-align: center;
}

.article-show .article-title {
  margin-bottom: 5px;
}

.article-show .article-intro {
  font-weight: 700;
  font-style: italic;
}

.article-show.article-alt {
  margin-bottom: 20px;
  text-align: left;
}

.article-show.article-alt .article-content {
  width: 100%;
}

.article-show.article-alt .article-content .list {
  margin: 0px;
}

.article-story {
  position: static;
  margin-bottom: 40px;
}

.article-story h1,
.article-story h2,
.article-story h3,
.article-story h4,
.article-story h5,
.article-story h6,
.article-story p {
  overflow-wrap: break-word;
}

.article-story img {
  margin-bottom: 20px;
}

.article-story iframe {
  min-width: auto !important;
  max-width: 100% !important;
}

.article-story .article-thumb {
  margin-bottom: 20px;
}

.article-story .article-thumb img {
  margin: 0px;
}

.article-story .col-10 .article-thumb {
  margin-right: -8.33333%;
  margin-left: -8.33333%;
}

.article-story .col-10 .swiper-widget-article .article-thumb {
  margin-right: auto;
  margin-left: auto;
}

.article-story .article .article-thumb {
  margin-bottom: 10px;
}

.article-story > .container,
.container .article-story {
  position: relative;
}

.article-blog .blockquote,
.article-blog blockquote {
  padding: 20px 80px;
  font-weight: 400;
}

.article-blog .blockquote::before,
.article-blog blockquote::before {
  width: 64px;
  height: 64px;
  background: url("../img/icon.svg") 0px -2048px / 64px no-repeat;
  opacity: 0.8;
  transform: translate(-70px, -20px);
}

.article-blog .blockquote::after,
.article-blog blockquote::after {
  content: "";
  background: rgb(225, 239, 250);
  z-index: -2;
}

.article-blog .blockquote :last-child,
.article-blog blockquote :last-child {
  margin-bottom: 0px;
}

.article-blog .blockquote cite,
.article-blog blockquote cite {
  display: block;
  color: rgb(210, 84, 0);
  text-align: right;
}

.article-blog-digi .blockquote::after,
.article-blog-digi blockquote::after {
  background: rgb(242, 242, 242);
}

.article-podcast {
  height: calc(100% - 20px);
  background: rgb(247, 205, 69);
  text-align: center;
}

.article-podcast-alt {
  background: rgb(42, 46, 55);
  text-align: left;
}

.article-podcast-alt .article-title {
  color: rgb(255, 255, 255);
}

.article-podcast-sm {
  max-width: 280px;
  margin: 0px auto 20px;
}

.article-podcast .article-thumb {
  margin: auto;
}

.article-podcast .article-content {
  padding: 20px;
}

.article-podcast .article-content > :last-child {
  margin-bottom: 0px;
}

.article-podcast .article-intro {
  text-align: left;
}

.article-ad [data-ad-placeholder]::before {
  content: attr(data-ad-placeholder);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px 5px 45px;
  background: url("../img/ad.svg") left 10px top 5px / 24px no-repeat
    rgb(142, 70, 255);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  pointer-events: none;
}

.article-ad .article-intro {
  padding: 10px;
  background: rgb(142, 70, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.article-ad .article-intro a {
  text-decoration: underline;
}

.article-story .article-ad [data-ad-placeholder]::before {
  position: relative;
  display: block;
}

.article-story .article-ad .article-intro {
  margin-top: -20px;
}

.article.bg {
  padding: 20px;
}

.article.bg .article-intro,
.article.bg .article-thumb {
  margin-bottom: 0px;
}

.article.brdr {
  margin-bottom: 40px;
}

.article.brdr::after {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
}

.article.brdr .article-date,
.article.brdr .social {
  margin-bottom: 0px;
}

.article-thumb {
  position: relative;
  margin-bottom: 10px;
}

.article-thumb-overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.article-thumb-gallery::before,
.article-thumb-video::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.article-thumb-gallery::after,
.article-thumb-video::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 40px;
  height: 40px;
  margin: auto;
  background-image: url("../img/icon.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  pointer-events: none;
}

.article-thumb-gallery figcaption,
.article-thumb-video figcaption {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.article-thumb-gallery figcaption.article-caption,
.article-thumb-video figcaption.article-caption {
  float: none;
  margin: 0px;
}

.article-thumb-gallery figcaption.caption-tag-alt,
.article-thumb-video figcaption.caption-tag-alt {
  float: none;
  width: 30px;
  margin: 0px;
}

.article-thumb-gallery .article-link,
.article-thumb-video .article-link {
  z-index: 1;
}

.article-thumb-gallery .read-more-cta,
.article-thumb-video .read-more-cta {
  bottom: 20px;
}

.article-thumb-video::after {
  background-position: 0px -640px;
}

.article-thumb-gallery::after {
  background-position: 0px -560px;
}

.article-thumb-gallery-alt::after {
  content: none;
}

.article-thumb-podcast::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background: rgb(247, 205, 69);
  pointer-events: none;
}

.article-thumb-podcast::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-width: 8px 8px 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  border-image: initial;
  transform: translate(-25%, -50%);
  pointer-events: none;
}

.article-thumb-quiz::before {
  content: "?";
  position: absolute;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: linear-gradient(
    to top,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 30px;
  font-weight: 600;
  pointer-events: none;
}

.article-thumb a {
  color: inherit;
  text-decoration: none;
}

.article-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px 10px;
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

.article-caption-title {
  margin: 0px;
  padding: 0px 90px 20px;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
}

.article-caption .article-title {
  text-transform: uppercase;
}

.article-title {
  margin-bottom: 10px;
}

.article-title a {
  color: inherit;
  text-decoration: none;
}

.article-subtitle {
  display: block;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

.article-subtitle a {
  color: inherit;
  text-decoration: none;
}

.article-intro {
  color: rgb(88, 88, 88);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 20px;
}

.article-intro a {
  color: inherit;
  text-decoration: none;
}

.article-tag {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.article-tag::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 10px;
  margin: 5px 5px 5px 0px;
  background: rgb(142, 70, 255);
}

.article-tag-cross::before {
  content: none;
}

.article-tag-cross a {
  color: inherit;
  text-decoration: none;
}

.article-date {
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.article-author {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.author {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.author-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.author-thumb img {
  margin: 0px;
}

.author-thumb + .author-meta {
  padding-left: 20px;
}

.author-meta {
  color: rgb(62, 14, 137);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.author-meta a {
  text-decoration: none;
}

.author-meta span {
  display: block;
  color: rgb(0, 0, 0);
  font-family: sourcesanspro;
  font-weight: 600;
}

.author-blog .author-meta {
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.author-blog .author-meta span {
  color: rgb(24, 24, 24);
  font-weight: 400;
}

.author-blog .author-meta-name {
  color: rgb(24, 24, 24);
}

.author-blog .author-meta-type {
  color: rgb(210, 84, 0);
}

.author-blog .author-meta-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.article-blog .author-blog {
  padding: 20px;
  background: rgb(225, 239, 250);
}

.article-blog .author-blog .author-thumb {
  align-self: flex-start;
}

.article-blog .author-blog .author-meta {
  font-size: 16px;
  line-height: 25px;
}

.article-blog-digi .author-blog {
  background: rgb(242, 242, 242);
}

.article-meta {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(169, 169, 169);
  color: rgb(88, 88, 88);
  font-family: sourcesanspro;
  font-weight: 700;
  line-height: 30px;
}

.article-meta-time {
  font-size: 14px;
}

.article-meta-time::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 7px 7px 7px 0px;
  background: url("../img/icon.svg") 0px -416px / 16px no-repeat;
}

.article-meta-date {
  font-size: 14px;
}

.article-meta ~ .social {
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .article-breaking .article-tag {
    transform: translate3d(0px, -100%, 0px);
  }
  .article-breaking .article-tag::before {
    width: calc(-610px + 50vw);
  }
}

@media (max-width: 1220px) {
  .article-breaking .article-tag::before {
    content: none;
  }
}

@media (max-width: 1024px) {
  .article-lg .article-intro {
    font-size: 16px;
    line-height: 20px;
  }
  .article-breaking {
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .article-breaking .article-content {
    padding-bottom: 20px;
  }
  .article-breaking .article-thumb {
    height: 380px;
    transform: translateX(50%);
  }
  .article-breaking .article-thumb img {
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
  }
  .article-breaking .article-tag {
    padding: 10px 20px;
    font-size: 16px;
    transform: translate3d(0px, -100%, 0px);
  }
  .article-breaking .article-title {
    font-size: 36px;
    line-height: 40px;
  }
  .article-caption-title {
    padding: 0px 20px 10px;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .article-container {
    padding: 0px 10px;
  }
  .article-lg .article-thumb {
    margin-right: -20px;
    margin-left: -20px;
  }
  .article-alt-sm {
    padding: 0px;
  }
  .article-alt-sm .article-thumb {
    width: auto;
  }
  .article-alt.bg .article-thumb {
    width: auto;
  }
  .article-breaking .article-tag {
    padding: 5px 20px;
  }
  .article-breaking .article-title {
    font-size: 30px;
    line-height: 35px;
  }
  .article-story h1 ~ .article-thumb {
    margin-right: -20px;
    margin-left: -20px;
  }
  .article-story h1 ~ .article-thumb figcaption {
    margin-right: 20px;
    margin-left: 20px;
  }
  .article-story .col-10 .article-thumb {
    margin-right: auto;
    margin-left: auto;
  }
  .article-wrap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .article-wrap .article-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    align-self: flex-start;
    max-width: 50%;
    margin: 0px;
  }
  .article-wrap .article-thumb + .article-content {
    padding-left: 20px;
  }
  .article-wrap .article-content {
    align-self: center;
  }
  .article-wrap .article-content :last-child {
    margin-bottom: 0px;
  }
  .article-wrap .article-title {
    margin-bottom: 10px;
  }
  .article-wrap .article-intro {
    margin-bottom: 10px;
  }
  .article-wrap-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .article-wrap-reverse .article-thumb + .article-content {
    padding-right: 20px;
    padding-left: 0px;
  }
  .article-wrap-sm {
    padding: 20px 0px;
  }
  .article-wrap-sm .article-thumb {
    width: 273px;
  }
  .article-wrap.bg .article-thumb {
    width: 273px;
  }
  .article-wrap.brdr:last-of-type {
    margin-bottom: 20px;
  }
  .article-wrap.brdr:last-of-type::after {
    content: none;
  }
  .article.bg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .article-thumb-gallery figcaption.article-caption,
  .article-thumb-video figcaption.article-caption {
    float: left;
    margin-top: 5px;
  }
  .article-caption {
    position: static;
    float: left;
    padding: 0px 0px 20px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 20px;
  }
  .article-caption-title {
    padding: 20px 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .article-caption-title.overlay::before {
    content: none;
  }
  .article-intro {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .article-alt {
    flex-wrap: wrap;
  }
  .article-alt .article-thumb {
    max-width: 100%;
    margin: 0px 0px 10px;
  }
  .article-alt .article-thumb + .article-content {
    padding: 0px;
  }
  .article-alt.article-nowrap {
    flex-wrap: nowrap;
  }
  .article-alt.article-nowrap .article-thumb {
    margin: 0px;
  }
  .article-alt.article-nowrap .article-thumb + .article-content {
    padding-left: 20px;
  }
  .article-alt.bg .article-thumb {
    margin-bottom: 10px;
  }
  .article-alt-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
  .article-alt-reverse .article-thumb {
    max-width: 120px;
    margin: 0px;
  }
  .article-alt-reverse .article-thumb + .article-content {
    padding-left: 20px;
  }
  .article-alt-reverse .article-thumb + .article-content .article-title {
    font-size: 16px;
    line-height: 20px;
  }
  .article-breaking .article-thumb {
    height: 300px;
  }
  .article-breaking .article-title {
    font-size: 24px;
    line-height: 30px;
  }
  .article-show {
    margin-bottom: 20px;
  }
  .article-show .article-thumb img {
    margin: auto;
  }
  .article-blog .blockquote,
  .article-blog blockquote {
    padding: 20px;
  }
  .article-blog .blockquote::before,
  .article-blog blockquote::before {
    transform: translate(-40px, -40px);
  }
  .article.brdr .social {
    margin-top: 20px;
  }
  .article-thumb-gallery .read-more-cta,
  .article-thumb-video .read-more-cta {
    bottom: 0px;
  }
  .author-thumb {
    width: 50px;
    height: 50px;
  }
}

ol,
ul {
  margin-bottom: 20px;
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 1.5;
}

ol li,
ul li {
  position: relative;
  display: block;
  margin-top: 5px;
}

/* ol li::before,
ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.5em;
  height: 0.5em;
  margin: 0.5em 0.5em 0.5em 0px;
  background: rgb(62, 14, 137);
} */

ol li:first-child,
ul li:first-child {
  margin-top: 0px;
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin-bottom: 0px;
  margin-left: 1em;
}

ol li ol li::before,
ol li ul li::before,
ul li ol li::before,
ul li ul li::before {
  border-radius: 50%;
}

ol li ol li:first-child,
ol li ul li:first-child,
ul li ol li:first-child,
ul li ul li:first-child {
  margin-top: 5px;
}

ol li p,
ul li p {
  display: inline;
  margin: 0px;
  font-size: inherit;
  line-height: inherit;
}

dl {
  display: block;
  padding: 10px 0px;
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}

dl dd,
dl dt {
  margin: 0px;
  padding: 0px;
}

dl dt {
  text-transform: uppercase;
}

dl strong {
  font-weight: 900;
}

.list {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  padding: 10px;
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
  font-size: 0px;
}

.list-item {
  position: relative;
  margin: 0px;
  padding-right: 30px;
  color: rgb(24, 24, 24);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.list-item:last-child {
  padding: 0px;
}

.list-item:last-child::after {
  content: none;
}

.list-item::before {
  content: none;
}

.list-item::after {
  content: " | ";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: auto;
  margin: 0px;
  background: 0px 0px;
  color: rgb(24, 24, 24);
  text-align: center;
}

.list-item-alt {
  color: rgb(210, 84, 0);
  text-transform: none;
}

.list-item a {
  color: rgb(24, 24, 24);
  text-decoration: none;
}

.list.bg {
  border: 0px;
}

.list-alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0px 0px 10px;
  padding: 0px;
  border: 0px;
}

.list-alt .list-item {
  padding: 0px;
  font-size: 14px;
}

.list-alt .list-item::after {
  content: none;
}

.dropdown {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 40px;
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
  overflow: hidden;
}

.dropdown[data-dropdown-type="autocomplete"] .dropdown-selection {
  display: none;
}

.dropdown-wrapper-alt .dropdown {
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
}

.dropdown-selection {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  background: 0px 0px;
  color: rgb(24, 24, 24);
  font-weight: 400;
  text-transform: none;
  cursor: default;
}

.dropdown-selection:focus,
.dropdown-selection:hover {
  background: 0px 0px;
  color: rgb(24, 24, 24);
}

.dropdown-wrapper-alt .dropdown-selection {
  display: none;
}

.dropdown-list {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
}

.dropdown-list-item {
  margin: 0px;
  line-height: 20px;
}

.dropdown-list-item::before {
  content: none;
}

.dropdown-list-item-link {
  display: block;
  padding: 15px 20px;
  color: rgb(24, 24, 24);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
}

.dropdown-list-item-link.active {
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}

.dropdown-wrapper-alt .dropdown-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: end;
  align-items: flex-end;
  border-right: 1px solid rgb(169, 169, 169);
}

.dropdown.wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: visible;
  z-index: 98;
}

.dropdown.wrap[data-dropdown-type="autocomplete"] .dropdown-selection {
  display: block;
}

.dropdown-wrapper-alt .dropdown.wrap {
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
}

.dropdown.wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/icon.svg") 0px -480px / 20px no-repeat;
  transform: translateY(-50%) rotate(90deg);
}

.dropdown.wrap .dropdown-selection {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-family: zillaslab;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.dropdown-wrapper-alt .dropdown.wrap .dropdown-selection {
  display: block;
}

.dropdown.wrap .dropdown-list {
  position: absolute;
  top: 50px;
  right: 0px;
  display: none;
  min-width: 100%;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  background: rgb(255, 255, 255);
}

.dropdown.wrap .dropdown-list-item {
  display: block;
}

.dropdown.wrap .dropdown-list-item-link {
  padding: 10px 20px;
  font-weight: 400;
  text-align: left;
}

.dropdown.wrap .dropdown-list-item-link.active {
  background: 0px 0px;
  color: rgb(24, 24, 24);
  font-weight: 900;
}

.dropdown-wrapper-alt .dropdown.wrap .dropdown-list {
  border-right: 0px;
}

.dropdown.wrap.active::before {
  transform: translateY(-50%) rotate(-90deg);
}

.dropdown.wrap.active .dropdown-list {
  display: block;
}

.tags-list {
  margin: 20px auto;
  padding: 20px 0px;
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
}

.tags-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tags-list-item::before {
  content: none;
}

.tags-list-item::after {
  content: ",";
  display: inline-block;
  vertical-align: top;
}

.tags-list-item:first-child::after,
.tags-list-item:last-child::after {
  content: none;
}

.tags-list-item:first-child {
  font-weight: 600;
}

.bullets-list {
  padding: 20px;
  background: rgb(242, 242, 242);
}

.bullets-list-item::before {
  width: 1em;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0px;
  background: url("../img/digisport.png") center center / 1em no-repeat;
}

.bullets-list-item a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  .bullets-list {
    margin-right: -20px;
    margin-left: -20px;
  }
}

table {
  table-layout: auto;
  width: 100%;
  margin: 0px 0px 20px;
  border: 0px;
  color: rgb(24, 24, 24);
  text-align: left;
}

table tr {
  border-bottom: 1px solid rgb(169, 169, 169);
}

table tr th {
  padding: 10px;
  border: 0px;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

table tr td {
  padding: 10px;
  border: 0px;
  font-family: sourcesanspro;
  font-size: 12px;
  line-height: 15px;
}

.tbl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 640px;
  margin: 40px auto 0px;
}

.tbl-hide {
  display: none;
}

.tbl-col {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 20px 10px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
  border-image: initial;
  text-align: center;
}

.tbl-col img {
  margin: 0px auto 20px;
}

.tbl-alt {
  justify-content: space-evenly;
  max-width: none;
  margin: 20px auto 0px;
}

.tbl-alt .tbl-col {
  width: 16.6667%;
  border: 0px;
}

@media (min-width: 481px) {
  .tbl:not(.tbl-alt) .tbl-col:nth-child(3n + 2) {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .tbl:not(.tbl-alt) .tbl-col:nth-child(-n + 3) {
    padding: 0px;
    border-top-color: transparent;
  }
}

@media (max-width: 1024px) {
  .tbl-alt .tbl-col {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .table-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .tbl-hide {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 10px 0px;
  }
  .tbl-hide .btn-new {
    padding: 20px;
  }
  .tbl-alt {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .tbl-alt .tbl-col {
    width: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    border-image: initial;
  }
  .tbl-col {
    width: 50%;
  }
  .tbl-col:nth-child(2n) {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .tbl-col:nth-child(-n + 2) {
    border-top-color: transparent;
  }
}

.pagination {
  margin: 40px auto;
  padding-top: 10px;
  border-top: 1px solid rgb(169, 169, 169);
  font-size: 0px;
}

.brdr + .pagination {
  padding: 0px;
  border: 0px;
}

.pagination-link {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  height: 30px;
  margin: 0px 0px 3px 3px;
  background: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pagination-link:first-child {
  margin: 0px;
}

.pagination-link-current {
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.pagination-link-current:focus,
.pagination-link-current:hover {
  color: rgb(255, 255, 255);
  cursor: default;
}

.pagination-link-status {
  background: 0px 0px;
  color: rgb(24, 24, 24);
}

.pagination-link-status:focus,
.pagination-link-status:hover {
  color: rgb(24, 24, 24);
  cursor: default;
}

.pagination-link svg {
  width: 10px;
  height: 10px;
  margin: 10px;
  fill: currentcolor;
}

.pagination-link-first svg,
.pagination-link-prev svg {
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .pagination {
    margin: 40px -20px;
  }
  .pagination-link {
    min-width: 25px;
    height: 25px;
    margin: 0px 0px 2px 2px;
    font-size: 14px;
    line-height: 25px;
  }
  .pagination-link svg {
    width: 9px;
    height: 9px;
    margin: 8px;
  }
}

#gallery-modal,
#modal,
#popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease 0s, z-index 0.2s ease 0s;
  overflow: auto;
  z-index: -99;
}

#gallery-modal.active,
#modal.active,
#popup.active {
  opacity: 1;
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 99;
}

#gallery-modal.loading::after,
#modal.loading::after,
#popup.loading::after {
  content: none;
}

.noscroll #gallery-modal,
.noscroll #modal,
.noscroll #popup {
  background: 0px 0px;
}

.noscroll #gallery-modal.active {
  background: rgba(0, 0, 0, 0.8);
}

#modal-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

#modal-close[title=""],
#modal-link[title=""] {
  display: none;
}

#modal-close::after,
#modal-link::after {
  content: attr(title);
}

#popup-container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 1;
}

#popup-content :last-child {
  margin-bottom: 0px;
}

#popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0px;
  background: url("../img/icon.svg") 0px -400px / 20px no-repeat;
  transition: none 0s ease 0s;
  cursor: pointer;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto auto 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.slider::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 44.0678%;
  z-index: -99;
}

.slider::after {
  content: "";
  background: url("../img/loading.svg") center center / 100px no-repeat
    rgb(255, 255, 255);
  opacity: 1;
  z-index: 12;
}

.slider.active::after {
  opacity: 0;
  transition: opacity 0.4s linear 0s, z-index 0.4s linear 0s;
  z-index: 8;
}

.slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0px);
  animation-fill-mode: forwards;
  z-index: 8;
}

.slide.active {
  z-index: 10;
}

.slide.pending {
  z-index: 9;
}

.slide.animate {
  animation-name: slide-animation;
}

.slider-step {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
  z-index: 11;
}

.slider-step span {
  width: 16px;
  height: 16px;
  margin: 20px 5px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  opacity: 0.5;
  cursor: pointer;
}

.slider-step span.active {
  opacity: 1;
  cursor: default;
}

.slider-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0px;
  background: rgb(242, 242, 242);
  font-size: 10px;
  opacity: 0.5;
  transition: opacity 0.2s ease 0s;
  z-index: 11;
}

.slider-btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background-image: url("../img/icon.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slider-btn:focus,
.slider-btn:hover {
  background: rgb(242, 242, 242);
  opacity: 1;
}

.slider-btn-prev {
  left: 20px;
  transform: rotate(180deg);
}

.slider-btn-next {
  right: 20px;
}

@media (max-width: 767px) {
  .slider-step span {
    margin: 10px 5px;
  }
  .slider-btn-prev {
    left: 0px;
  }
  .slider-btn-next {
    right: 0px;
  }
}

@media (max-width: 480px) {
  .slider-step {
    display: none;
  }
}

.map {
  position: relative;
}

.map-placeholder {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 70.5%;
  font-family: sourcesanspro;
  overflow: auto;
  z-index: 1;
}

.map-placeholder svg {
  transform-origin: left top;
  pointer-events: auto;
}

.map-placeholder svg text {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  pointer-events: none;
}

.map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 1;
}

.map-controls button {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  padding: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.map-controls button + button {
  margin-top: 5px;
}

.map-controls button.map-zoom-in::after {
  content: "+";
  display: block;
}

.map-controls button.map-zoom-out::after {
  content: "−";
  display: block;
}

.map-legend {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px 0px;
  font-family: sourcesanspro;
}

.map-legend-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px;
  font-size: 14px;
  line-height: 20px;
}

.map-legend-item span {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border: 1px solid rgb(24, 24, 24);
}

.map-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease 0s, z-index 0.2s ease 0s;
  overflow: auto;
  z-index: -99;
}

.map-popup.active {
  opacity: 1;
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 99;
}

.map-popup-container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 1;
}

.map-popup-content:not(.active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  border: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
}

.map-popup-content:not(.active) .widget-poll-item-votes-graph {
}

.map-popup-content :last-child {
  margin-bottom: 0px;
}

.map-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0px;
  background: url("../img/icon.svg") 0px -400px / 20px no-repeat;
  transition: none 0s ease 0s;
  cursor: pointer;
}

.map-popup-close:focus,
.map-popup-close:hover {
  background: url("../img/icon.svg") 0px -400px / 20px no-repeat;
}

.map-popup-trigger {
  cursor: pointer;
}

.map-popup-trigger:focus,
.map-popup-trigger:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .map {
    margin: 0px -20px;
  }
}

.strip {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-width: 320px;
  height: auto;
  max-height: 0px;
  background-color: rgb(247, 205, 69);
  font-family: zillaslab;
  transition: max-height 0.5s ease 0s;
  overflow: hidden;
  z-index: 99;
}

.strip.active {
  max-height: 40px;
}

.strip a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.strip .strip-close {
  position: relative;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-right: -15px;
  padding: 0px;
  background: 0px 0px;
  z-index: 99;
}

.strip .strip-close::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/icon.svg") 0px -200px / 100% no-repeat;
}

.strip .strip-title {
  margin-right: 20px;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
  line-height: 40px;
}

.strip .strip-title span {
  font-weight: 400;
}

@media (max-width: 600px) {
  .strip.active {
    max-height: 100px;
  }
  .strip .strip-title {
    margin-right: 0px;
    line-height: 18px;
    text-align: left;
  }
}

.widget-locale-2025 {
  margin-bottom: 20px;
  padding-bottom: 1px;
  background-color: rgb(64, 157, 254);
  color: rgb(255, 255, 255);
}

.widget-locale-2025 .section-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.widget-locale-2025 .section-title::before {
  width: 20px;
  background: currentcolor;
}

.widget-locale-2025 .section-title::after {
  background: currentcolor;
}

.widget-locale-2025 .article {
  margin-bottom: 0px;
  padding: 10px;
  overflow: hidden;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-container {
  height: auto;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-wrapper {
  height: auto;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-slide {
  margin: 0px;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-slide .article-title {
  max-height: 66px;
  overflow: hidden;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-slide .article-intro {
  max-height: 60px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-next,
.widget-locale-2025 .swiper-article-alegeri .swiper-button-prev {
  position: static;
  width: 100%;
  margin: 0px;
  background-color: transparent;
  transform: none;
  overflow: hidden;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-next::before,
.widget-locale-2025 .swiper-article-alegeri .swiper-button-prev::before {
  margin: 10px auto;
}

.widget-locale-2025
  .swiper-article-alegeri
  .swiper-button-next.swiper-button-disabled,
.widget-locale-2025
  .swiper-article-alegeri
  .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-prev {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-prev::before {
  transform: rotate(-90deg);
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-next {
  border-top: 1px solid rgb(255, 255, 255);
}

.widget-locale-2025 .swiper-article-alegeri .swiper-button-next::before {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .widget-locale-2025 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .widget-locale-2025 .section-title {
    margin-right: 0px;
    margin-left: 0px;
  }
  .widget-locale-2025 .swiper-article-alegeri {
    padding: 0px 10px;
  }
}

.loading::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 20px 0px;
  background: url("../img/loading.svg") center center / 100% no-repeat;
}

.loading.auth {
  position: relative;
}

.loading.auth::after {
  background-color: rgb(242, 242, 242);
  background-size: 100px;
  z-index: 99;
}

.btn,
button {
  padding: 15px 20px;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
  cursor: pointer;
}

.btn:focus,
.btn:hover,
button:focus,
button:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.btn-fw,
button-fw {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.btn-lg,
button-lg {
  min-width: 180px;
  min-height: 50px;
  font-size: 16px;
}

.btn-md,
button-md {
  min-width: 140px;
  min-height: 40px;
  padding: 10px 20px;
  font-size: 14px;
}

.btn-sm,
button-sm {
  min-width: 80px;
  min-height: 30px;
  padding: 5px 20px;
  font-size: 12px;
}

.btn-alt,
button-alt {
  padding: 14px 19px;
  border: 1px solid rgb(24, 24, 24);
  background: 0px 0px;
  color: rgb(24, 24, 24);
}

.btn-alt:focus,
.btn-alt:hover,
button-alt:focus,
button-alt:hover {
  background: rgb(242, 242, 242);
  color: rgb(24, 24, 24);
}

.btn-alt.btn-md,
button-alt.btn-md {
  padding: 9px 19px;
}

.btn-alt.btn-sm,
button-alt.btn-sm {
  padding: 4px 19px;
}

.btn-new {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 4px -2px;
  background: rgb(96, 40, 225);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: background 0.2s ease 0s, color 0.2s ease 0s;
  cursor: pointer;
}

.btn-new:focus,
.btn-new:hover {
  background: rgb(44, 0, 145);
  color: rgb(255, 255, 255);
}

.live-btn {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 0px 20px;
  padding: 15px 20px;
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.live-btn:focus,
.live-btn:hover {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
}

.live-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("../img/icon.svg") 0px -320px / 20px no-repeat;
}

.live-icon-link {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0px 10px;
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.live-icon-link:focus,
.live-icon-link:hover {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
}

.live-icon-link.footer-social-link {
  margin: 10px;
  border: 1px solid rgb(255, 255, 255);
  background: 0px 0px;
  line-height: 30px;
}

.live-icon-link.footer-social-link:focus,
.live-icon-link.footer-social-link:hover {
  border-color: rgb(142, 70, 255);
  color: rgb(142, 70, 255);
}

.read-more {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
  color: rgb(62, 14, 137);
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: border 0.2s ease 0s;
  cursor: pointer;
}

.read-more:focus,
.read-more:hover {
  border-color: rgb(0, 0, 0);
  color: rgb(62, 14, 137);
}

.read-more-alt {
  text-align: left;
}

.read-more-inline {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: 0px;
  transition: none 0s ease 0s;
}

.read-more-inline-alt {
  width: auto;
  margin: 0px;
}

.read-more-back {
  text-align: left;
}

.read-more-back::after {
  float: left;
  transform: rotate(-180deg);
}

.read-more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: url("../img/icon.svg") 0px 0px / 10px no-repeat;
}

.show-list .read-more {
  margin-bottom: 0px;
}

.read-more-cta {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.read-more-cta .read-more {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 10px;
  padding: 10px 40px;
  border-color: rgb(255, 255, 255);
  background: 0px 0px;
  color: rgb(255, 255, 255);
}

.read-more-cta .read-more::after {
  background-position: 0px -190px;
}

.social {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  margin: 0px -10px 20px;
}

.social-icon,
.social-link {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0px 10px;
  padding: 7px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  background: 0px 0px;
  transition: none 0s ease 0s;
  z-index: 1;
}

.social-icon:focus,
.social-icon:hover,
.social-link:focus,
.social-link:hover {
  background: 0px 0px;
}

.social-icon::after,
.social-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon-fb::after,
.social-link-fb::after {
  background-position: 0px -64px;
}

.social-icon-tt::after,
.social-link-tt::after {
  background-position: 0px -80px;
}

.social-icon-wa::after,
.social-link-wa::after {
  background-position: 0px -112px;
}

.social-icon-wad::after,
.social-link-wad::after {
  background-position: 0px -112px;
}

.social-icon-in::after,
.social-link-in::after {
  background-position: 0px -368px;
}

.social-icon-lk::after,
.social-link-lk::after {
  background-position: 0px -496px;
}

.social-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.social-alt {
  position: relative;
  z-index: 1;
}

.social-alt .social-icon,
.social-alt .social-link {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-color: rgb(88, 88, 88);
}

.social-alt .social-icon::after,
.social-alt .social-link::after {
  width: 12px;
  height: 12px;
  background-size: 12px;
  opacity: 0.8;
}

.social-alt .social-icon-fb::after,
.social-alt .social-link-fb::after {
  background-position: 0px -48px;
}

.social-alt .social-icon-tt::after,
.social-alt .social-link-tt::after {
  background-position: 0px -60px;
}

.social-alt .social-icon-wa::after,
.social-alt .social-link-wa::after {
  background-position: 0px -84px;
}

.social-alt .social-icon-wad::after,
.social-alt .social-link-wad::after {
  background-position: 0px -84px;
}

.social-alt .social-icon-in::after,
.social-alt .social-link-in::after {
  background-position: 0px -276px;
}

.social-alt .social-icon-lk::after,
.social-alt .social-link-lk::after {
  background-position: 0px -372px;
}

.copy-link {
  position: relative;
  overflow: visible;
}

.copy-link::before {
  content: attr(data-message);
  position: absolute;
  top: -10px;
  left: 50%;
  display: none;
  width: 80px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -100%);
}

.copy-link.active::before {
  display: block;
  animation: 0.4s ease 2s 1 normal forwards running slide-animation;
}

.article-update {
  position: sticky;
  bottom: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 0px;
  min-height: 0px;
  background: rgb(205, 60, 60);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: min-height 0.2s ease 0s;
  overflow: hidden;
  z-index: 99;
}

.article-update:focus,
.article-update:hover {
  color: rgb(255, 255, 255);
}

.article-update.active {
  height: auto;
  min-height: 40px;
}

.article-live-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease 0s;
}

.article-live-link:focus,
.article-live-link:hover {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
}

.article-live-link::after {
  content: "";
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/icon.svg") 0px -320px / 20px no-repeat;
  animation: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
    running heartbeat;
}

.nav-social {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px -10px 40px;
}

.nav-social-link {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0px 10px;
  padding: 7px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  background: 0px 0px;
  transition: none 0s ease 0s;
}

.nav-social-link:focus,
.nav-social-link:hover {
  background: 0px 0px;
}

.nav-social-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon.svg");
  background-repeat: no-repeat;
  background-size: 16px;
}

.nav-social-link-fb::after {
  background-position: 0px -64px;
}

.nav-social-link-tt::after {
  background-position: 0px -80px;
}

.nav-social-link-in::after {
  background-position: 0px -368px;
}

.nav-social-link-ig::after {
  background-position: 0px -96px;
}

.nav-social-link-lk::after {
  background-position: 0px -496px;
}

@media (max-width: 480px) {
  .read-more-cta .read-more {
    padding: 10px 20px;
  }
  .social-end {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
}

.breadcrumbs-item {
  display: inline;
  vertical-align: baseline;
  margin: 0px;
  font-family: sourcesanspro;
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
}

.breadcrumbs-item::before {
  content: ">";
  display: inline;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0px 10px;
  background: 0px 0px;
}

.breadcrumbs-item:first-child {
  text-transform: uppercase;
}

.breadcrumbs-item:first-child::before {
  content: none;
}

.breadcrumbs-item-link {
  display: inline;
  vertical-align: baseline;
  color: rgb(24, 24, 24);
  text-decoration: none;
}

.breadcrumbs-item-link:focus,
.breadcrumbs-item-link:hover {
  color: rgb(24, 24, 24);
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs-item::before {
    margin: 0px 5px;
  }
}

.tag {
  position: relative;
  padding: 2px 8px;
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}

.tag:focus,
.tag:hover {
  color: rgb(255, 255, 255);
}

.tag + .article-title {
  margin: 20px 0px;
}

.title-tag {
  background: rgb(208, 0, 255);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.title-tag::after,
.title-tag::before {
  content: " ";
}

.title-tag.live-tag {
  background: linear-gradient(90deg, rgb(225, 53, 0), rgb(255, 149, 0));
}

.title-tag.live-tag::before {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 0.5em;
  height: 0.5em;
  margin: 0px 0.25em;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  animation: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
    running blink-animation;
}

.title-tag.podcast-tag {
  background: rgb(247, 205, 69);
}

.title-tag.quiz-tag {
  background: linear-gradient(
    to top,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
}

.podcast-tag:not(.title-tag) {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: rgb(247, 205, 69);
}

.podcast-tag:not(.title-tag)::before {
  content: "";
  border-width: 0.2em 0.2em 0.2em 0.3em;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  border-image: initial;
  transform: translateX(25%);
}

.caption-tag {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 2px 8px;
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  pointer-events: none;
}

.caption-tag-alt {
  width: 30px;
  height: 30px;
  padding: 0px;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.caption-tag-black {
  background: rgb(0, 0, 0);
}

.caption-tag-red {
  background: rgb(240, 0, 0);
}

.caption-tag-orange {
  background: rgb(240, 90, 35);
}

.caption-tag-yellow {
  background: rgb(255, 200, 0);
}

.caption-tag-green {
  background: rgb(0, 134, 66);
}

.caption-tag-blue {
  background: rgb(0, 175, 255);
}

.caption-tag-purple {
  background: rgb(0, 33, 87);
}

.caption-tag-grey {
  background: rgb(51, 51, 51);
}

.caption-tag-pink {
  background: rgb(255, 43, 99);
}

.caption-tag-euro {
  background: rgb(0, 0, 153);
}

.caption-tag ~ figcaption {
  float: left;
  margin-bottom: 20px;
}

.google-news-tag {
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid rgb(169, 169, 169);
  color: rgb(24, 24, 24);
}

.google-news-tag a {
  color: rgb(0, 0, 0);
}

.google-news-tag a:focus,
.google-news-tag a:hover {
  color: rgb(24, 24, 24);
}

@media (max-width: 767px) {
  .tag + .article-title {
    margin: 10px 0px;
  }
}

@media (max-width: 480px) {
  .caption-tag {
    padding: 0px 8px;
    font-size: 12px;
  }
  .caption-tag-alt {
    font-size: 20px;
  }
}

.video-player {
  width: 100%;
  max-width: 780px;
  margin-bottom: 20px;
}

.video-player-title {
  margin: 20px 0px 0px;
}

.video-player-subtitle {
  display: block;
  margin-bottom: 20px;
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 20px;
}

.video-player p {
  font-size: 18px;
  line-height: 28px;
}

.video-player-16-9 {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.jwplayer {
  z-index: 0;
}

.jwplayer ul li {
  margin: 0px;
}

.jwplayer ul li::before {
  content: none;
}

.video-player-embed {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.video-player-embed input,
.video-player-embed label {
  height: auto;
  padding: 0px 10px;
  border: 1px solid rgb(169, 169, 169);
  font-family: zillaslab;
  line-height: 30px;
  text-transform: lowercase;
}

.video-player-embed label {
  background: rgb(242, 242, 242);
}

.video-player-embed input {
  border-left-color: transparent;
}

.audio-player {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 0px 20px;
  padding: 20px;
  border-radius: 10px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
}

.audio-player p {
  font-size: inherit;
  line-height: inherit;
}

.audio-player-thumb {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.audio-player-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.audio-player-content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  align-self: stretch;
}

.audio-player-instance {
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.audio-player-instance.audio-ad * {
  display: none;
}

.audio-player-instance.audio-ad .audio-player-action {
  display: block;
}

.audio-player-instance.audio-ad[data-ad-marker]::before {
  content: attr(data-ad-marker);
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin: 0px auto 0px 0px;
  padding: 0px 10px;
}

.audio-player-instance.audio-ad[data-ad-remaining-time]::after {
  content: "Reclama se termină în " attr(data-ad-remaining-time);
  -webkit-box-ordinal-group: 2;
  order: 1;
  flex-shrink: 0;
}

.audio-player-action {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  background: rgb(247, 205, 69);
}

.audio-player-action:focus,
.audio-player-action:hover {
  background: rgb(247, 205, 69);
}

.audio-player-action::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-width: 8px 8px 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  border-image: initial;
  transform: translate(-25%, -50%);
}

.audio-player-action.amplitude-playing::before {
  width: 14px;
  height: 20px;
  border-width: 0px 4px;
  border-top-style: initial;
  border-bottom-style: initial;
  border-top-color: initial;
  border-bottom-color: initial;
  border-image: initial;
  border-right-style: solid;
  border-right-color: rgb(0, 0, 0);
  border-left-style: solid;
  border-left-color: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
}

.audio-player-controls {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  height: 10px;
  border-radius: 10px;
  background: rgb(88, 88, 88);
  overflow: hidden;
}

.audio-player-controls input {
  background: inherit;
}

.audio-player .amplitude-current-time,
.audio-player .amplitude-duration-time {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 50px;
  text-align: center;
}

.audio-player-article {
  padding: 20px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
  background: rgb(223, 220, 235);
  color: rgb(0, 0, 0);
}

.audio-player-article .audio-player-content {
  padding-right: 40px;
}

.audio-player-article .audio-player-instance {
  -webkit-box-align: center;
  align-items: center;
}

.audio-player-article .audio-player-action {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
}

.audio-player-article .audio-player-action:focus,
.audio-player-article .audio-player-action:hover {
  background: linear-gradient(
    -45deg,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
}

.audio-player-article .audio-player-action::before {
  border-left-color: rgb(255, 255, 255);
}

.audio-player-article .audio-player-action.amplitude-playing::before {
  border-right-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}

.audio-player-article .audio-player-controls {
  height: 6px;
  margin-top: 4px;
  background: rgb(46, 63, 81);
}

.audio-player-article .amplitude-song-played-progress {
  color: rgb(142, 70, 255);
}

@media (max-width: 767px) {
  .audio-player {
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 90px;
    border-radius: 0px;
  }
  .audio-player-thumb {
    width: 100px;
    height: 100px;
  }
  .audio-player-instance {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
  }
  .audio-player-article {
    padding: 20px;
  }
  .audio-player-article .audio-player-instance {
    position: static;
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .audio-player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
  }
  .audio-player-thumb {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto 20px;
  }
  .audio-player-thumb img {
    position: static;
    max-width: 100%;
    height: auto;
    transform: none;
  }
  .audio-player-instance {
    position: static;
    padding: 0px;
  }
  .audio-player-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .audio-player-article .audio-player-content {
    padding-right: 20px;
  }
}

.ad-wrapper {
  position: relative;
  max-width: 1220px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

.col-10 .ad-wrapper {
  left: 50%;
  width: 780px;
  transform: translateX(-50%);
}

.ad-container,
.ad-container > div,
.ad-container > img {
  display: inline;
  max-width: none;
  margin: auto;
  text-align: center;
}

.ad-container > div > div {
  padding-bottom: 20px;
  box-sizing: content-box;
}

main > .ad-wrapper .ad-container > div > div {
  padding-bottom: 40px;
}

.ad-branding + .container {
  position: relative;
  z-index: 1;
}

.ad-branding .ad-wrapper {
  max-width: 1440px;
  overflow: visible;
}

.ad-branding .ad-wrapper .ad-container {
  position: relative;
  left: 50%;
  display: block;
  width: 1440px;
  transform: translateX(-50%);
}

.ad-branding.ad-screening + .container,
.ad-branding.ad-screening + .section,
.ad-branding.ad-screening + section,
.ad-branding.ad-screening ~ .article {
  padding-top: 20px;
  background: rgb(255, 255, 255);
}

.economic .ad-branding.ad-screening + .container,
.economic .ad-branding.ad-screening + .section,
.economic .ad-branding.ad-screening + section,
.economic .ad-branding.ad-screening ~ .article {
  background: rgb(250, 249, 225);
}

.podcast .ad-branding.ad-screening + .container,
.podcast .ad-branding.ad-screening + .section,
.podcast .ad-branding.ad-screening + section,
.podcast .ad-branding.ad-screening ~ .article {
  background: rgb(42, 46, 55);
}

.ad-branding.ad-screening .ad-wrapper {
  max-width: 1220px;
  overflow: hidden;
}

.ad-branding.ad-screening .ad-wrapper .ad-container {
  left: 0px;
  width: 100%;
  transform: none;
  z-index: -1;
}

.ad-branding.ad-screening .ad-wrapper .ad-container > div {
  display: block;
  padding-bottom: 300px;
}

.ad-branding.ad-screening .ad-wrapper .ad-container iframe {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.ad-branding.ad-screening ~ .ad-wrapper,
.ad-branding.ad-screening ~ .article,
.ad-branding.ad-screening ~ .container,
.ad-branding.ad-screening ~ .section,
.ad-branding.ad-screening ~ section {
  position: relative;
  max-width: 1220px;
  margin: auto;
  background: rgb(255, 255, 255);
}

.economic .ad-branding.ad-screening ~ .ad-wrapper,
.economic .ad-branding.ad-screening ~ .article,
.economic .ad-branding.ad-screening ~ .container,
.economic .ad-branding.ad-screening ~ .section,
.economic .ad-branding.ad-screening ~ section {
  background: rgb(250, 249, 225);
}

.podcast .ad-branding.ad-screening ~ .ad-wrapper,
.podcast .ad-branding.ad-screening ~ .article,
.podcast .ad-branding.ad-screening ~ .container,
.podcast .ad-branding.ad-screening ~ .section,
.podcast .ad-branding.ad-screening ~ section {
  background: rgb(42, 46, 55);
}

.ad-branding.ad-screening ~ .ad-wrapper .section-title::before,
.ad-branding.ad-screening ~ .article .section-title::before,
.ad-branding.ad-screening ~ .container .section-title::before,
.ad-branding.ad-screening ~ .section .section-title::before,
.ad-branding.ad-screening ~ section .section-title::before {
  width: 20px;
}

.ad-branding.ad-screening ~ .ad-wrapper .section-title span,
.ad-branding.ad-screening ~ .article .section-title span,
.ad-branding.ad-screening ~ .container .section-title span,
.ad-branding.ad-screening ~ .section .section-title span,
.ad-branding.ad-screening ~ section .section-title span {
  max-width: calc(-40px + 100vw);
}

.main-screening .ad-branding ~ .article,
.main-screening .ad-branding ~ .container,
.main-screening .ad-branding ~ .section,
.main-screening .ad-branding ~ section {
  position: relative;
  padding-top: 20px;
  background: rgb(255, 255, 255);
}

.main-screening .ad-branding .ad-wrapper {
  max-width: 1220px;
  overflow: hidden;
}

.main-screening .ad-branding .ad-wrapper .ad-container {
  left: 0px;
  width: 100%;
  transform: none;
  z-index: -1;
}

.main-screening .ad-branding .ad-wrapper .ad-container > div {
  display: block;
  padding-bottom: 300px;
}

.main-screening .ad-branding .ad-wrapper .ad-container iframe {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

.main-screening > .ad-wrapper,
.main-screening > .article,
.main-screening > .container,
.main-screening > .section,
.main-screening > section {
  position: relative;
  max-width: 1220px;
  margin: auto;
  background: rgb(255, 255, 255);
}

.main-screening > .ad-wrapper .section-title::before,
.main-screening > .article .section-title::before,
.main-screening > .container .section-title::before,
.main-screening > .section .section-title::before,
.main-screening > section .section-title::before {
  width: 20px;
}

.main-screening > .ad-wrapper .section-title span,
.main-screening > .article .section-title span,
.main-screening > .container .section-title span,
.main-screening > .section .section-title span,
.main-screening > section .section-title span {
  max-width: calc(-40px + 100vw);
}

.main-screening.economic > .ad-wrapper,
.main-screening.economic > .article,
.main-screening.economic > .container,
.main-screening.economic > .section,
.main-screening.economic > section {
  background: rgb(250, 249, 225);
}

.main-screening.economic .ad-branding ~ .article,
.main-screening.economic .ad-branding ~ .container,
.main-screening.economic .ad-branding ~ .section,
.main-screening.economic .ad-branding ~ section {
  background: rgb(250, 249, 225);
}

.main-screening.podcast > .ad-wrapper,
.main-screening.podcast > .article,
.main-screening.podcast > .container,
.main-screening.podcast > .section,
.main-screening.podcast > section {
  background: rgb(42, 46, 55);
}

.main-screening.podcast .ad-branding ~ .article,
.main-screening.podcast .ad-branding ~ .container,
.main-screening.podcast .ad-branding ~ .section,
.main-screening.podcast .ad-branding ~ section {
  background: rgb(42, 46, 55);
}

.ad-native + .brdr:last-of-type {
  margin-bottom: 40px;
}

.ad-native + .brdr:last-of-type::after {
  content: "";
}

.ad-native > div,
.ad-native > div > div {
  position: relative;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 99;
}

.economic .ad-native > div,
.economic .ad-native > div > div {
  background: rgb(250, 249, 225);
}

.podcast .ad-native > div,
.podcast .ad-native > div > div {
  background: rgb(42, 46, 55);
}

.ad-native iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px !important;
}

.ad-article {
  z-index: 0;
}

.ad-article > div,
.ad-article > div > div {
  position: relative;
  height: 100%;
  z-index: 99;
}

.ad-article iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px !important;
}

.ad-article ~ .article {
  z-index: 1;
}

.col-10 .interscroller {
  left: auto;
  width: auto;
  margin: auto;
  transform: none;
}

.interscroller .ad-container {
  display: block;
}

.interscroller .ad-container > div {
  position: relative;
  display: block;
  height: 50vh;
  margin: 0px 0px 20px;
  padding: 0px;
  border: 0px;
}

.interscroller .ad-container > div::after,
.interscroller .ad-container > div::before {
  content: attr(data-meta);
  position: absolute;
  left: 0px;
  width: 100%;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.interscroller .ad-container > div::before {
  top: 0px;
}

.interscroller .ad-container > div::after {
  bottom: 0px;
}

.interscroller .ad-container > div > div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  clip: rect(0px, auto, auto, 0px);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.interscroller .ad-container iframe {
  width: 100%;
  position: fixed !important;
  top: 0px !important;
  display: block !important;
  height: 100% !important;
  margin: auto !important;
  border: 0px !important;
  box-sizing: border-box !important;
  transform: translateZ(0px) !important;
}

@media (max-width: 1220px) {
  .col-10 .ad-wrapper {
    left: auto;
    width: auto;
    margin-right: -8.33333%;
    margin-left: -8.33333%;
    transform: none;
  }
}

@media (max-width: 767px) {
  .container .ad-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .col-10 .ad-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
}

html {
  overflow-x: hidden;
}

html.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

html.noscroll body::after {
  opacity: 1;
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 98;
}

html.loading::after {
  content: none;
}

html.loading body::after {
  width: 100%;
  height: 100%;
  padding: 0px;
  background: url("../img/loading.svg") center center / 100px no-repeat
    rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 98;
}

html.loader::after {
  content: none;
}

html.loader body::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 100;
}

html.loader body::after {
  content: "Pagina se reîncarcă cu noile dumneavoastră setări";
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  padding: 20px 20px 20px 80px;
  background: url("../img/loading.svg") left center / 80px no-repeat;
  color: rgb(255, 255, 255);
  font-size: 24px;
  white-space: nowrap;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease 0s, z-index 0s ease 0s;
  z-index: 100;
}

body::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease 0s, z-index 0.2s ease 0s;
  z-index: -99;
}

main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  z-index: 2;
}

main.economic {
  background: rgb(250, 249, 225);
}

main.podcast {
  background: rgb(42, 46, 55);
}

main.podcast :not(.amplitude-song-played-progress):not(.pagination-link) {
  color: rgb(255, 255, 255) !important;
}

main.podcast
  :not(.amplitude-song-played-progress):not(.pagination-link).article-podcast
  * {
  color: rgb(24, 24, 24) !important;
}

main.podcast .section-title::after,
main.podcast .section-title::before {
  background: rgb(255, 255, 255);
}

main.podcast .read-more:focus,
main.podcast .read-more:hover {
  border-color: rgb(255, 255, 255);
}

main.podcast .read-more::after {
  background-position: 0px -190px;
}

main.podcast .pagination-link-current {
  background: rgb(247, 205, 69);
}

main.podcast .pagination-link svg {
  fill: rgb(0, 0, 0);
}

main.podcast .social-icon,
main.podcast .social-link {
  border-color: rgb(255, 255, 255);
}

main.podcast .social-icon-fb::after,
main.podcast .social-link-fb::after {
  background-position: 0px -544px;
}

main.podcast .social-icon-tt::after,
main.podcast .social-link-tt::after {
  background-position: 0px -560px;
}

main.podcast .social-icon-wa::after,
main.podcast .social-link-wa::after {
  background-position: 0px -576px;
}

main.podcast .social-icon-wad::after,
main.podcast .social-link-wad::after {
  background-position: 0px -576px;
}

main.podcast .social-icon-lk::after,
main.podcast .social-link-lk::after {
  background-position: 0px -336px;
}

main.podcast .swiper-scrollbar {
  background: rgb(88, 88, 88);
}

main.podcast .swiper-scrollbar-drag {
  background: rgb(247, 205, 69);
}

.section,
section {
  margin-bottom: 20px;
}

.section.bg,
section.bg {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.bg + .bg,
section.bg + .bg {
  margin-top: -40px;
}

.video-section {
  position: relative;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
}

.video-section-player {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 1;
}

.video-section-player.initiate {
  cursor: auto;
}

.video-article-player {
  width: 100%;
  max-width: 780px;
  margin-bottom: 20px;
  cursor: pointer;
}

.video-article-player.article-thumb {
  margin-bottom: 10px;
}

.video-article-player.initiate {
  cursor: auto;
}

.brdr::after {
  content: "";
  display: block;
  height: 1px;
  background: rgb(169, 169, 169);
}

.sticky {
  position: sticky;
  top: 80px;
}

.widget {
  background: linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%);
}

.widget-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}

.widget-title::after,
.widget-title::before {
  width: 20px;
}

.widget-title span {
  max-width: calc(100% - 40px);
}

.column-page-layout {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.column-page-layout main {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.page-not-found {
  margin-top: -20px;
  margin-bottom: 20px;
  color: rgb(142, 70, 255);
  font-family: sourcesanspro;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}

.tab {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.tab-trigger {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0px;
  padding: 20px 0px;
  cursor: pointer;
}

.tab-trigger::after {
  content: "";
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  margin-left: 20px;
  background: url("../img/icon.svg") 0px -24em / 1em no-repeat;
  transform: rotate(90deg);
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.tab-trigger.active::after {
  transform: rotate(-90deg);
}

.tab-target {
  display: none;
}

.tab-target.active {
  display: block;
}

.auth-placeholder {
  position: relative;
  width: 100%;
  height: 0px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  background: url("../img/placeholder.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.auth-placeholder .v-center {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.auth-placeholder .h2,
.auth-placeholder .h3 {
  padding: 0px 10px;
}

.video-player .auth-placeholder .h2,
.video-player .auth-placeholder .h3 {
  margin: 0px;
}

.auth-placeholder .btn {
  margin: 10px 10px 0px;
}

.auth-account::before {
  content: attr(data-dt);
}

.auth-account::after {
  content: attr(data-dd);
  font-weight: 700;
}

.link-app-digisport {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  background: url("../img/digisport.png") left top 2px / 16px no-repeat;
  font-size: 16px;
  line-height: 20px;
}

.grecaptcha-badge {
  display: none;
}

#onetrust-consent-sdk ol,
#onetrust-consent-sdk ul {
  font-size: inherit;
}

#onetrust-consent-sdk ol li::before,
#onetrust-consent-sdk ul li::before {
  content: none;
}

@media (max-width: 1024px) {
  main {
    padding-top: 80px;
    margin-top: 0px !important;
  }
  .column-page-layout main {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .video-section {
    margin-top: -40px;
  }
  .auth-placeholder .btn {
    min-width: 140px;
    min-height: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .auth-placeholder .btn-alt {
    padding: 9px 19px;
  }
}

@media (max-width: 767px) {
  html.loader body::after {
    width: 70%;
    font-size: 18px;
    white-space: normal;
  }
  .widget-title {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (max-width: 480px) {
  html.loader body::after {
    width: 100%;
  }
  .auth-placeholder .h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .auth-placeholder .btn {
    min-width: 80px;
    min-height: 30px;
    padding: 5px 20px;
    font-size: 12px;
  }
  .auth-placeholder .btn-alt {
    padding: 4px 19px;
  }
}

.address {
  position: relative;
  margin-bottom: 40px;
  font-style: normal;
}

.address::after {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
}

.address div {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.address div svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.address span {
  display: block;
  min-height: 20px;
  color: rgb(88, 88, 88);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 20px;
}

#map {
  display: none;
  min-height: 320px;
  margin-bottom: 40px;
}

.widget-weather {
  font-family: sourcesanspro;
  text-align: center;
}

.widget-weather figure svg {
  width: 96px;
  height: 96px;
  margin: auto;
  fill: rgb(142, 70, 255);
}

.widget-weather-location {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.widget-weather-location-city {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.widget-weather-location-temp {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.widget-weather-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.widget-weather-details dl {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.weather {
  margin-bottom: 20px;
  font-family: sourcesanspro;
  font-weight: 700;
}

.weather-forecast {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid rgb(169, 169, 169);
}

.weather-forecast-item {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.weather-forecast-item:last-child {
  text-align: right;
}

.weather-forecast-item svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  fill: rgb(142, 70, 255);
}

.weather-forecast-item span:last-child {
  color: rgb(88, 88, 88);
}

.weather-map {
  position: relative;
  max-width: 780px;
  margin-bottom: 20px;
}

.weather-map::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 66.6667%;
  z-index: -99;
}

.weather-map::after {
  content: "";
  opacity: 0.5;
}

.weather-map-pin {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px;
  background: 0px 0px;
  color: rgb(24, 24, 24);
  text-align: right;
  transform: translate(calc(-100% + 25px), -50px);
  transition: none 0s ease 0s;
  z-index: 1;
}

.weather-map-pin:focus,
.weather-map-pin:hover {
  background: 0px 0px;
  color: rgb(24, 24, 24);
}

.weather-map-pin-point {
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.weather-map-pin-point strong {
  display: block;
}

.weather-map-pin-thumb {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/icon.svg") 0px -1250px / 50px no-repeat;
  color: rgb(62, 14, 137);
}

.weather-map-pin-thumb svg {
  padding: 10px 0px 20px;
  fill: currentcolor;
  stroke: currentcolor;
  stroke-width: 0.5px;
}

.weather-map-pin.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  text-align: left;
  transform: translate(-25px, -50px);
}

.weather-map-romania::after {
  background: url("../img/romania.svg") center center / auto 100% no-repeat;
}

.weather-map-romania .weather-map-pin-bucuresti {
  top: 80.7692%;
  left: 64.1026%;
}

.weather-map-romania .weather-map-pin-brasov {
  top: 61.5385%;
  left: 55.1282%;
}

.weather-map-romania .weather-map-pin-constanta {
  top: 88.4615%;
  left: 85.8974%;
}

.weather-map-romania .weather-map-pin-craiova {
  top: 86.5385%;
  left: 39.7436%;
}

.weather-map-romania .weather-map-pin-iasi {
  top: 23.0769%;
  left: 71.7949%;
}

.weather-map-romania .weather-map-pin-oradea {
  top: 23.0769%;
  left: 23.0769%;
}

.weather-map-romania .weather-map-pin-timisoara {
  top: 53.8462%;
  left: 12.8205%;
}

.weather-map-romania .weather-map-pin-cluj-napoca {
  top: 34.6154%;
  left: 35.8974%;
}

.weather-map-romania .weather-map-pin-sibiu {
  top: 48.0769%;
  left: 44.8718%;
}

.weather-map-romania .weather-map-pin-arad {
  top: 36.5385%;
  left: 16.6667%;
}

.weather-map-romania .weather-map-pin-baia-mare {
  top: 21.1538%;
  left: 42.3077%;
}

.weather-map-romania .weather-map-pin-piatra-neamt {
  top: 38.4615%;
  left: 64.1026%;
}

.weather-map-romania .weather-map-pin-focsani {
  top: 59.6154%;
  left: 71.7949%;
}

.weather-map-transilvania::after {
  background: url("../img/transilvania.svg") center center / auto 100% no-repeat;
}

.weather-map-transilvania .weather-map-pin-brasov {
  top: 86.5385%;
  left: 64.1026%;
}

.weather-map-transilvania .weather-map-pin-sibiu {
  top: 76.9231%;
  left: 44.8718%;
}

.weather-map-transilvania .weather-map-pin-cluj-napoca {
  top: 38.4615%;
  left: 25.641%;
}

.weather-map-transilvania .weather-map-pin-alba-iulia {
  top: 57.6923%;
  left: 32.0513%;
}

.weather-map-transilvania .weather-map-pin-deva {
  top: 80.7692%;
  left: 23.0769%;
}

.weather-map-transilvania .weather-map-pin-bistrita {
  top: 19.2308%;
  left: 53.8462%;
}

.weather-map-transilvania .weather-map-pin-zalau {
  top: 23.0769%;
  left: 25.641%;
}

.weather-map-transilvania .weather-map-pin-targu-mures {
  top: 42.3077%;
  left: 51.2821%;
}

.weather-map-transilvania .weather-map-pin-miercurea-ciuc {
  top: 57.6923%;
  left: 64.1026%;
}

.weather-map-transilvania .weather-map-pin-sfantu-gheorghe {
  top: 73.0769%;
  left: 57.6923%;
}

.weather-map-banat::after {
  background: url("../img/banat.svg") center center / auto 100% no-repeat;
}

.weather-map-banat .weather-map-pin-timisoara {
  top: 38.4615%;
  left: 38.4615%;
}

.weather-map-banat .weather-map-pin-resita {
  top: 73.0769%;
  left: 57.6923%;
}

.weather-map-crisana::after {
  background: url("../img/crisana.svg") center center / auto 100% no-repeat;
}

.weather-map-crisana .weather-map-pin-oradea {
  top: 48.0769%;
  left: 57.6923%;
}

.weather-map-crisana .weather-map-pin-arad {
  top: 80.7692%;
  left: 51.2821%;
}

.weather-map-maramures::after {
  background: url("../img/maramures.svg") center center / 100% no-repeat;
}

.weather-map-maramures .weather-map-pin-baia-mare {
  top: 63.4615%;
  left: 51.2821%;
}

.weather-map-maramures .weather-map-pin-satu-mare {
  top: 67.3077%;
  left: 12.8205%;
}

.weather-map-dobrogea::after {
  background: url("../img/dobrogea.svg") center center / auto 100% no-repeat;
}

.weather-map-dobrogea .weather-map-pin-constanta {
  top: 84.6154%;
  left: 56.4103%;
}

.weather-map-dobrogea .weather-map-pin-tulcea {
  top: 34.6154%;
  left: 51.2821%;
}

.weather-map-oltenia::after {
  background: url("../img/oltenia.svg") center center / auto 100% no-repeat;
}

.weather-map-oltenia .weather-map-pin-craiova {
  top: 80.7692%;
  left: 51.2821%;
}

.weather-map-oltenia .weather-map-pin-slatina {
  top: 67.3077%;
  left: 64.1026%;
}

.weather-map-oltenia .weather-map-pin-drobeta-turnu-severin {
  top: 57.6923%;
  left: 38.4615%;
}

.weather-map-oltenia .weather-map-pin-targu-jiu {
  top: 34.6154%;
  left: 44.8718%;
}

.weather-map-oltenia .weather-map-pin-ramnicu-valcea {
  top: 23.0769%;
  left: 66.6667%;
}

.weather-map-muntenia::after {
  background: url("../img/muntenia.svg") center center / auto 100% no-repeat;
}

.weather-map-muntenia .weather-map-pin-bucuresti {
  top: 61.5385%;
  left: 47.4359%;
}

.weather-map-muntenia .weather-map-pin-ploiesti {
  top: 30.7692%;
  left: 43.5897%;
}

.weather-map-muntenia .weather-map-pin-pitesti {
  top: 38.4615%;
  left: 25.641%;
}

.weather-map-muntenia .weather-map-pin-buzau {
  top: 28.8462%;
  left: 64.1026%;
}

.weather-map-muntenia .weather-map-pin-braila {
  top: 38.4615%;
  left: 76.9231%;
}

.weather-map-muntenia .weather-map-pin-slobozia {
  top: 57.6923%;
  left: 70.5128%;
}

.weather-map-muntenia .weather-map-pin-targoviste {
  top: 51.9231%;
  left: 37.1795%;
}

.weather-map-muntenia .weather-map-pin-giurgiu {
  top: 76.9231%;
  left: 38.4615%;
}

.weather-map-muntenia .weather-map-pin-alexandria {
  top: 88.4615%;
  left: 23.0769%;
}

.weather-map-moldova::after {
  background: url("../img/moldova.svg") center center / auto 100% no-repeat;
}

.weather-map-moldova .weather-map-pin-iasi {
  top: 38.4615%;
  left: 61.5385%;
}

.weather-map-moldova .weather-map-pin-piatra-neamt {
  top: 50%;
  left: 41.0256%;
}

.weather-map-moldova .weather-map-pin-focsani {
  top: 86.5385%;
  left: 51.2821%;
}

.weather-map-moldova .weather-map-pin-suceava {
  top: 28.8462%;
  left: 32.0513%;
}

.weather-map-moldova .weather-map-pin-botosani {
  top: 19.2308%;
  left: 51.2821%;
}

.weather-map-moldova .weather-map-pin-bacau {
  top: 67.3077%;
  left: 48.7179%;
}

.weather-map-moldova .weather-map-pin-galati {
  top: 88.4615%;
  left: 64.1026%;
}

.weather-map-moldova .weather-map-pin-vaslui {
  top: 63.4615%;
  left: 67.9487%;
}

@media (max-width: 1024px) {
  .weather-map-pin {
    transform: translate(calc(-100% + 20px), -40px);
  }
  .weather-map-pin-point {
    font-size: 12px;
    line-height: 15px;
  }
  .weather-map-pin-thumb {
    width: 40px;
    height: 40px;
    background-position: 0px -1000px;
    background-size: 40px;
  }
  .weather-map-pin-thumb svg {
    padding: 5px 0px 15px;
  }
  .weather-map-pin.reverse {
    transform: translate(-20px, -40px);
  }
}

@media (max-width: 480px) {
  .weather-map {
    margin: 0px -20px 20px;
  }
  .weather-map-pin {
    transform: translate(calc(-100% + 15px), -30px);
  }
  .weather-map-pin-point {
    font-size: 10px;
    line-height: 10px;
  }
  .weather-map-pin-thumb {
    width: 30px;
    height: 30px;
    background-position: 0px -750px;
    background-size: 30px;
  }
  .weather-map-pin-thumb svg {
    padding: 5px 0px 10px;
  }
  .weather-map-pin.reverse {
    transform: translate(-15px, -30px);
  }
}

.gallery {
  z-index: 3;
}

.gallery .swiper-pagination {
  margin-bottom: 20px;
  color: rgb(169, 169, 169);
  font-family: sourcesanspro;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
}

.gallery .swiper-pagination-fraction {
  position: static;
  text-align: inherit;
}

.gallery .swiper-pagination-current {
  color: rgb(142, 70, 255);
}

.gallery .dropdown {
  position: relative;
  margin-bottom: 40px;
  overflow: visible;
  z-index: 98;
}

.gallery .dropdown[data-dropdown-type="autocomplete"] .dropdown-selection {
  display: block;
}

.dropdown-wrapper-alt .gallery .dropdown {
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
}

.gallery .dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/icon.svg") 0px -480px / 20px no-repeat;
  transform: translateY(-50%) rotate(90deg);
}

.gallery .dropdown .dropdown-selection {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-family: zillaslab;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.dropdown-wrapper-alt .gallery .dropdown .dropdown-selection {
  display: block;
}

.gallery .dropdown .dropdown-list {
  position: absolute;
  top: 50px;
  right: 0px;
  display: none;
  min-width: 100%;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  background: rgb(255, 255, 255);
}

.gallery .dropdown .dropdown-list-item {
  display: block;
}

.gallery .dropdown .dropdown-list-item-link {
  padding: 10px 20px;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

.gallery .dropdown .dropdown-list-item-link.active {
  background: 0px 0px;
  color: rgb(24, 24, 24);
  font-weight: 900;
}

.dropdown-wrapper-alt .gallery .dropdown .dropdown-list {
  border-right: 0px;
}

.gallery .dropdown.active::before {
  transform: translateY(-50%) rotate(-90deg);
}

.gallery .dropdown.active .dropdown-list {
  display: block;
}

@media (max-width: 767px) {
  .gallery .swiper-pagination {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(169, 169, 169);
  }
  .gallery .social {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.newsletter mark {
  display: inline;
  color: rgb(62, 14, 137);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.newsletter .section {
  margin-bottom: 60px;
}

.newsletter .banner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1680px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  border-radius: 25px;
  background: linear-gradient(90deg, rgb(96, 40, 225), rgb(44, 0, 145));
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.newsletter .banner-highlight {
  position: relative;
  background: rgb(198, 255, 0);
  color: rgb(0, 0, 0);
}

.newsletter .banner-highlight::after,
.newsletter .banner-highlight::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  background: inherit;
}

.newsletter .banner-highlight::before {
  left: -100px;
  width: 100px;
}

.newsletter .banner-highlight::after {
  left: 100%;
  width: 200%;
}

.newsletter .banner-image {
  position: relative;
  display: inline-flex;
  margin: 0px;
  z-index: 1;
}

.newsletter .banner .section-description mark {
  color: rgb(198, 255, 0);
}

.widget-newsletter {
  padding: 20px 0px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}

.widget-newsletter .section {
  margin-bottom: 20px;
}

.widget-newsletter .section-description {
  margin-bottom: 20px;
}

.widget-newsletter .banner {
  min-height: auto;
  border-radius: 16px;
}

.widget-newsletter .banner-highlight {
  padding: 10px 0px;
}

@media (max-width: 480px) {
  .newsletter .section {
    margin-bottom: 30px;
  }
  .widget-newsletter .section {
    margin-bottom: 20px;
  }
}

.quiz-item {
  position: relative;
  display: none;
}

.quiz-item.loading::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.quiz-item.loading::after {
  background-size: 100px;
  z-index: 2;
}

.quiz-label {
  position: relative;
  margin: 0px 0px 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgb(62, 14, 137) 0px 2px 4px -2px;
  background: rgb(242, 242, 242);
  font-family: zillaslab;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
  overflow: hidden;
}

.quiz-label-valid {
  background: rgb(55, 169, 73);
}

.quiz-label-error {
  background: rgb(201, 3, 3);
}

.quiz-label:focus,
.quiz-label:hover {
  box-shadow: rgb(62, 14, 137) 0px 0px 1px 0px;
  color: rgb(24, 24, 24);
}

.quiz-label [data-percentage] {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
}

.quiz-label [data-percentage]::before {
  content: attr(data-percentage);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 0px;
  border-radius: 50%;
  box-shadow: rgb(169, 169, 169) 0px 0px 0px 1px;
  background: rgb(242, 242, 242);
  font-size: 14px;
}

.quiz-label input[type="checkbox"] + span,
.quiz-label input[type="radio"] + span {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
}

.quiz-label input[type="checkbox"] + span::before,
.quiz-label input[type="radio"] + span::before {
  content: attr(data-percentage);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 0px;
  box-shadow: rgb(169, 169, 169) 0px 0px 0px 1px;
  font-size: 14px;
}

.quiz-label
  input[type="checkbox"]:checked
  + span:not([data-percentage])::before,
.quiz-label input[type="radio"]:checked + span:not([data-percentage])::before {
  content: "✓";
  color: rgb(255, 255, 255);
}

.quiz-label .answer-percentage {
  transform: translateX(-100%);
  animation: 1s ease 0s 1 normal forwards running poll-animation;
}

.quiz-label .answer-percentage span {
  background: rgba(0, 0, 0, 0.2);
}

.question-input:checked + .quiz-item {
  display: block;
}

.quiz-pagination {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: rgb(169, 169, 169);
  font-family: sourcesanspro;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
  text-align: center;
}

.quiz-pagination::before {
  content: attr(data-current);
  padding: 0px 5px;
  color: rgb(142, 70, 255);
}

.quiz-pagination::after {
  content: attr(data-total);
  padding: 0px 5px;
}

.question-next {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background: linear-gradient(
    to top,
    rgb(62, 14, 137) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
}

.question-next:focus,
.question-next:hover {
  background: linear-gradient(
    to top,
    rgb(142, 70, 255) 0px,
    rgb(142, 70, 255) 100%
  );
  color: rgb(255, 255, 255);
}

.quiz-title-valid {
  color: rgb(55, 169, 73);
}

.quiz-title-error {
  color: rgb(201, 3, 3);
}

.quiz-results {
  display: none;
}

#results-input {
  top: 0px;
  left: 0px;
}

#results-input:checked ~ .quiz-pagination {
  display: none;
}

#results-input:checked ~ .quiz-item > * {
  display: none;
}

#results-input:checked ~ .quiz-item .quiz-results {
  display: block;
}

.quiz-output {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(169, 169, 169);
  text-align: center;
}

.quiz-output::before {
  content: attr(data-current);
  padding: 0px 5px;
  color: rgb(142, 70, 255);
}

.quiz-output::after {
  content: attr(data-total);
  padding: 0px 5px;
}

@font-face {
  font-family: DigiSans;
  src: url("../fonts/digisans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: DigiSans;
  src: url("../fonts/digisans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: DigiSans;
  src: url("../fonts/digisans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.widget-digitv {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  max-height: 400px;
  margin-bottom: 40px;
  background: rgb(0, 43, 255);
  color: rgb(255, 255, 255);
  font-family: DigiSans;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  overflow: hidden;
}

.widget-digitv-content {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 40px 60px 20px;
  z-index: 2;
}

.widget-digitv-content::before {
  content: "";
  background: url("../img/arc.svg") center center / 100% no-repeat;
  transform: translateX(32.5424%);
  z-index: -1;
}

.widget-digitv-banner img {
  min-height: 100%;
  object-fit: cover;
}

.widget-digitv strong {
  font-weight: 600;
}

.logo-digitv {
  width: 202px;
  height: 46px;
  margin: 15px 0px;
}

.digitv-app {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px -5px;
}

.digitv-app .btn-app {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  height: 40px;
  margin: 20px 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.digitv-app .btn-app.play-store {
  width: 135px;
  background-image: url("../img/playstore.svg");
}

.digitv-app .btn-app.app-store {
  width: 120px;
  background-image: url("../img/appstore.svg");
}

.digitv-app .btn-app.app-gallery {
  width: 133px;
  background-image: url("../img/appgallery.svg");
}

@media (max-width: 1024px) {
  .widget-digitv {
    font-size: 24px;
    line-height: 30px;
  }
  .widget-digitv-content {
    padding: 20px 20px 0px;
  }
}

@media (max-width: 480px) {
  .logo-digitv {
    width: 160px;
    height: auto;
  }
  .digitv-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 5px -5px 15px;
  }
  .digitv-app .btn-app {
    margin: 5px;
  }
  .widget-digitv {
    font-size: 20px;
    line-height: 25px;
  }
  .widget-digitv-content {
    padding: 20px 10px 0px;
  }
}

.widget-exchange {
  margin-bottom: 40px;
}

.widget-exchange-rate {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 40px;
  border-top: 2px solid rgb(255, 255, 255);
  font-family: sourcesanspro;
}

.widget-exchange-rate:first-child {
  border: 0px;
}

.widget-exchange-rate[data-rate="asc"] {
  color: rgb(0, 118, 8);
}

.widget-exchange-rate[data-rate="asc"] svg {
  transform: rotate(-90deg);
}

.widget-exchange-rate[data-rate="desc"] {
  color: rgb(205, 60, 60);
}

.widget-exchange-rate[data-rate="desc"] svg {
  transform: rotate(90deg);
}

.widget-exchange-rate-title {
  margin: 0px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  letter-spacing: 1px;
}

.widget-exchange-rate svg {
  width: 16px;
  height: 16px;
  fill: currentcolor;
}

.widget-blog {
  margin: 0px 0px 20px;
  padding: 10px 20px 20px;
  background: rgb(225, 239, 250);
}

.widget-blog-economic {
  background: rgb(250, 249, 225);
}

.widget-blog-economic.economic {
  background: rgb(39, 163, 96);
}

.widget-blog-economic.economic .widget-title {
  color: rgb(255, 255, 255);
}

.widget-blog-economic.economic .widget-title::after,
.widget-blog-economic.economic .widget-title::before {
  background: currentcolor;
}

.widget-blog-economic.economic .brdr::after {
  background: rgb(255, 255, 255);
}

.widget-blog-digi {
  background: rgb(242, 242, 242);
}

.widget-blog .article:last-of-type {
  margin-bottom: 0px;
}

.widget-blog .widget-title {
  margin-right: -20px;
  margin-left: -20px;
}

.widget-blog .author-blog {
  margin-bottom: 10px;
  padding: 0px;
  background: 0px 0px;
}

.widget-blog .author-thumb + .author-meta {
  padding-left: 10px;
}

.widget-blog .author-meta-name,
.widget-blog .author-meta-type {
  font-size: 14px;
  line-height: 20px;
}

.widget-blog .article-title {
  width: 100%;
}

.article-blog .widget-blog {
  margin: 0px -20px;
  padding: 10px 20px;
}

.article-blog .widget-blog .article {
  margin: 10px -10px;
}

.article-blog .widget-blog .article .author-thumb {
  max-width: 50px;
}

@media (max-width: 1024px) {
  .article-blog .widget-blog .article {
    margin: 10px 0px;
  }
  .article-blog .widget-blog .author-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .article-blog .widget-blog .author-blog .author-thumb + .author-meta {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .widget-blog {
    margin: 0px -20px 20px;
  }
  .article-blog .widget-blog .author-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .article-blog .widget-blog .author-blog .author-thumb + .author-meta {
    padding-left: 10px;
  }
}

.widget-vox {
  position: relative;
  max-width: 380px;
  margin: auto auto 40px;
  background: 0px 0px;
}

.widget-shows-featured {
  position: relative;
  z-index: 1;
}

.widget-shows-featured .article-title {
  text-transform: uppercase;
}

.widget-shows-schedule {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}

.widget-shows-schedule p {
  margin: 0px;
  font-family: sourcesanspro;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-transform: uppercase;
}

.widget-shows-schedule p a {
  font-weight: 700;
  text-decoration: none;
}

.widget-shows-schedule .read-more {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.widget-shows-link {
  display: block;
  margin: 0px 0px 20px;
  padding: 40px 20px;
  background: url("../img/bg-digi24.jpg") center center / cover no-repeat;
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.widget-shows-link:focus,
.widget-shows-link:hover {
  color: rgb(255, 255, 255);
}

.widget-shows-link.gradient {
  background-image: linear-gradient(90deg, rgb(0, 153, 255), rgb(142, 70, 255));
}

.schedule-nav {
  margin-bottom: 10px;
}

.schedule-nav .dropdown-list {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}

.schedule-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
}

.schedule-list.active {
  display: flex;
}

.schedule-list-item {
  position: relative;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
}

.schedule-list-item:hover {
  background: rgb(242, 242, 242);
}

.schedule-list-item-time {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 60px;
  background: rgb(242, 242, 242);
}

.schedule-list-item-show {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  width: 100%;
  padding: 10px;
}

.schedule-list-item-show-title {
  width: 100%;
  margin: 10px 0px;
}

.schedule-list-item-show-title span {
  display: block;
  color: rgb(88, 88, 88);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 400;
}

.schedule-list-item-show-progress {
  position: relative;
  display: none;
  width: 100%;
  height: 4px;
  border: 1px solid rgb(169, 169, 169);
  background: rgb(169, 169, 169);
  overflow: hidden;
}

.schedule-list-item-show-progress::after {
  content: "";
  left: -100%;
  background: rgb(62, 14, 137);
}

.schedule-list-item.active .schedule-list-item-time {
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.schedule-list-item.active .schedule-list-item-show::before {
  content: "Live";
  padding: 0px 4px;
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.schedule-list-item.active[data-percent] .schedule-list-item-show-progress {
  display: block;
}

[data-percent="0"] .schedule-list-item-show-progress::after {
  transform: translateX(0px);
}

[data-percent="1"] .schedule-list-item-show-progress::after {
  transform: translateX(1%);
}

[data-percent="2"] .schedule-list-item-show-progress::after {
  transform: translateX(2%);
}

[data-percent="3"] .schedule-list-item-show-progress::after {
  transform: translateX(3%);
}

[data-percent="4"] .schedule-list-item-show-progress::after {
  transform: translateX(4%);
}

[data-percent="5"] .schedule-list-item-show-progress::after {
  transform: translateX(5%);
}

[data-percent="6"] .schedule-list-item-show-progress::after {
  transform: translateX(6%);
}

[data-percent="7"] .schedule-list-item-show-progress::after {
  transform: translateX(7%);
}

[data-percent="8"] .schedule-list-item-show-progress::after {
  transform: translateX(8%);
}

[data-percent="9"] .schedule-list-item-show-progress::after {
  transform: translateX(9%);
}

[data-percent="10"] .schedule-list-item-show-progress::after {
  transform: translateX(10%);
}

[data-percent="11"] .schedule-list-item-show-progress::after {
  transform: translateX(11%);
}

[data-percent="12"] .schedule-list-item-show-progress::after {
  transform: translateX(12%);
}

[data-percent="13"] .schedule-list-item-show-progress::after {
  transform: translateX(13%);
}

[data-percent="14"] .schedule-list-item-show-progress::after {
  transform: translateX(14%);
}

[data-percent="15"] .schedule-list-item-show-progress::after {
  transform: translateX(15%);
}

[data-percent="16"] .schedule-list-item-show-progress::after {
  transform: translateX(16%);
}

[data-percent="17"] .schedule-list-item-show-progress::after {
  transform: translateX(17%);
}

[data-percent="18"] .schedule-list-item-show-progress::after {
  transform: translateX(18%);
}

[data-percent="19"] .schedule-list-item-show-progress::after {
  transform: translateX(19%);
}

[data-percent="20"] .schedule-list-item-show-progress::after {
  transform: translateX(20%);
}

[data-percent="21"] .schedule-list-item-show-progress::after {
  transform: translateX(21%);
}

[data-percent="22"] .schedule-list-item-show-progress::after {
  transform: translateX(22%);
}

[data-percent="23"] .schedule-list-item-show-progress::after {
  transform: translateX(23%);
}

[data-percent="24"] .schedule-list-item-show-progress::after {
  transform: translateX(24%);
}

[data-percent="25"] .schedule-list-item-show-progress::after {
  transform: translateX(25%);
}

[data-percent="26"] .schedule-list-item-show-progress::after {
  transform: translateX(26%);
}

[data-percent="27"] .schedule-list-item-show-progress::after {
  transform: translateX(27%);
}

[data-percent="28"] .schedule-list-item-show-progress::after {
  transform: translateX(28%);
}

[data-percent="29"] .schedule-list-item-show-progress::after {
  transform: translateX(29%);
}

[data-percent="30"] .schedule-list-item-show-progress::after {
  transform: translateX(30%);
}

[data-percent="31"] .schedule-list-item-show-progress::after {
  transform: translateX(31%);
}

[data-percent="32"] .schedule-list-item-show-progress::after {
  transform: translateX(32%);
}

[data-percent="33"] .schedule-list-item-show-progress::after {
  transform: translateX(33%);
}

[data-percent="34"] .schedule-list-item-show-progress::after {
  transform: translateX(34%);
}

[data-percent="35"] .schedule-list-item-show-progress::after {
  transform: translateX(35%);
}

[data-percent="36"] .schedule-list-item-show-progress::after {
  transform: translateX(36%);
}

[data-percent="37"] .schedule-list-item-show-progress::after {
  transform: translateX(37%);
}

[data-percent="38"] .schedule-list-item-show-progress::after {
  transform: translateX(38%);
}

[data-percent="39"] .schedule-list-item-show-progress::after {
  transform: translateX(39%);
}

[data-percent="40"] .schedule-list-item-show-progress::after {
  transform: translateX(40%);
}

[data-percent="41"] .schedule-list-item-show-progress::after {
  transform: translateX(41%);
}

[data-percent="42"] .schedule-list-item-show-progress::after {
  transform: translateX(42%);
}

[data-percent="43"] .schedule-list-item-show-progress::after {
  transform: translateX(43%);
}

[data-percent="44"] .schedule-list-item-show-progress::after {
  transform: translateX(44%);
}

[data-percent="45"] .schedule-list-item-show-progress::after {
  transform: translateX(45%);
}

[data-percent="46"] .schedule-list-item-show-progress::after {
  transform: translateX(46%);
}

[data-percent="47"] .schedule-list-item-show-progress::after {
  transform: translateX(47%);
}

[data-percent="48"] .schedule-list-item-show-progress::after {
  transform: translateX(48%);
}

[data-percent="49"] .schedule-list-item-show-progress::after {
  transform: translateX(49%);
}

[data-percent="50"] .schedule-list-item-show-progress::after {
  transform: translateX(50%);
}

[data-percent="51"] .schedule-list-item-show-progress::after {
  transform: translateX(51%);
}

[data-percent="52"] .schedule-list-item-show-progress::after {
  transform: translateX(52%);
}

[data-percent="53"] .schedule-list-item-show-progress::after {
  transform: translateX(53%);
}

[data-percent="54"] .schedule-list-item-show-progress::after {
  transform: translateX(54%);
}

[data-percent="55"] .schedule-list-item-show-progress::after {
  transform: translateX(55%);
}

[data-percent="56"] .schedule-list-item-show-progress::after {
  transform: translateX(56%);
}

[data-percent="57"] .schedule-list-item-show-progress::after {
  transform: translateX(57%);
}

[data-percent="58"] .schedule-list-item-show-progress::after {
  transform: translateX(58%);
}

[data-percent="59"] .schedule-list-item-show-progress::after {
  transform: translateX(59%);
}

[data-percent="60"] .schedule-list-item-show-progress::after {
  transform: translateX(60%);
}

[data-percent="61"] .schedule-list-item-show-progress::after {
  transform: translateX(61%);
}

[data-percent="62"] .schedule-list-item-show-progress::after {
  transform: translateX(62%);
}

[data-percent="63"] .schedule-list-item-show-progress::after {
  transform: translateX(63%);
}

[data-percent="64"] .schedule-list-item-show-progress::after {
  transform: translateX(64%);
}

[data-percent="65"] .schedule-list-item-show-progress::after {
  transform: translateX(65%);
}

[data-percent="66"] .schedule-list-item-show-progress::after {
  transform: translateX(66%);
}

[data-percent="67"] .schedule-list-item-show-progress::after {
  transform: translateX(67%);
}

[data-percent="68"] .schedule-list-item-show-progress::after {
  transform: translateX(68%);
}

[data-percent="69"] .schedule-list-item-show-progress::after {
  transform: translateX(69%);
}

[data-percent="70"] .schedule-list-item-show-progress::after {
  transform: translateX(70%);
}

[data-percent="71"] .schedule-list-item-show-progress::after {
  transform: translateX(71%);
}

[data-percent="72"] .schedule-list-item-show-progress::after {
  transform: translateX(72%);
}

[data-percent="73"] .schedule-list-item-show-progress::after {
  transform: translateX(73%);
}

[data-percent="74"] .schedule-list-item-show-progress::after {
  transform: translateX(74%);
}

[data-percent="75"] .schedule-list-item-show-progress::after {
  transform: translateX(75%);
}

[data-percent="76"] .schedule-list-item-show-progress::after {
  transform: translateX(76%);
}

[data-percent="77"] .schedule-list-item-show-progress::after {
  transform: translateX(77%);
}

[data-percent="78"] .schedule-list-item-show-progress::after {
  transform: translateX(78%);
}

[data-percent="79"] .schedule-list-item-show-progress::after {
  transform: translateX(79%);
}

[data-percent="80"] .schedule-list-item-show-progress::after {
  transform: translateX(80%);
}

[data-percent="81"] .schedule-list-item-show-progress::after {
  transform: translateX(81%);
}

[data-percent="82"] .schedule-list-item-show-progress::after {
  transform: translateX(82%);
}

[data-percent="83"] .schedule-list-item-show-progress::after {
  transform: translateX(83%);
}

[data-percent="84"] .schedule-list-item-show-progress::after {
  transform: translateX(84%);
}

[data-percent="85"] .schedule-list-item-show-progress::after {
  transform: translateX(85%);
}

[data-percent="86"] .schedule-list-item-show-progress::after {
  transform: translateX(86%);
}

[data-percent="87"] .schedule-list-item-show-progress::after {
  transform: translateX(87%);
}

[data-percent="88"] .schedule-list-item-show-progress::after {
  transform: translateX(88%);
}

[data-percent="89"] .schedule-list-item-show-progress::after {
  transform: translateX(89%);
}

[data-percent="90"] .schedule-list-item-show-progress::after {
  transform: translateX(90%);
}

[data-percent="91"] .schedule-list-item-show-progress::after {
  transform: translateX(91%);
}

[data-percent="92"] .schedule-list-item-show-progress::after {
  transform: translateX(92%);
}

[data-percent="93"] .schedule-list-item-show-progress::after {
  transform: translateX(93%);
}

[data-percent="94"] .schedule-list-item-show-progress::after {
  transform: translateX(94%);
}

[data-percent="95"] .schedule-list-item-show-progress::after {
  transform: translateX(95%);
}

[data-percent="96"] .schedule-list-item-show-progress::after {
  transform: translateX(96%);
}

[data-percent="97"] .schedule-list-item-show-progress::after {
  transform: translateX(97%);
}

[data-percent="98"] .schedule-list-item-show-progress::after {
  transform: translateX(98%);
}

[data-percent="99"] .schedule-list-item-show-progress::after {
  transform: translateX(99%);
}

[data-percent="100"] .schedule-list-item-show-progress::after {
  transform: translateX(100%);
}

.widget-hipo {
  margin-bottom: 40px;
  border: 1px solid rgb(169, 169, 169);
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}

.widget-hipo iframe,
.widget-hipo img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  border: 0px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
}

.widget-hipo .hipo-header,
.widget-hipo .hipo-item {
  padding: 10px;
  border-bottom: 1px solid rgb(169, 169, 169);
}

.widget-hipo .hipo-header {
  background: rgb(242, 242, 242);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.widget-hipo .hipo-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 40px;
  color: rgb(24, 24, 24);
  text-decoration: none;
}

.widget-hipo .hipo-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 80px;
}

.widget-hipo .hipo-thumb img {
  position: static;
  width: auto;
  max-width: 80px;
  height: auto;
  max-height: 40px;
  margin: auto;
  clip: auto;
}

.widget-hipo .hipo-title {
  padding-left: 10px;
  overflow-wrap: break-word;
}

.widget-hipo .hipo-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
  text-align: center;
}

.widget-hipo .hipo-footer :last-child {
  margin-top: 5px;
  color: rgb(88, 88, 88);
  font-size: 14px;
}

.widget-poll {
  margin-bottom: 20px;
}

.widget-poll-item {
  margin-top: 10px;
}

.widget-poll-item:first-child {
  margin-top: 0px;
}

.widget-poll-item-title {
  margin-bottom: 5px;
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.widget-poll-item-votes {
  position: relative;
  width: 100%;
  height: 20px;
  border: 2px solid rgb(169, 169, 169);
  background: rgb(169, 169, 169);
  overflow: hidden;
}

.widget-poll-item-votes-graph {
  transform: translateX(-100%);
  animation: 1s ease 0s 1 normal forwards running poll-animation;
}

.widget-poll-item-votes-count {
  position: absolute;
  top: 0px;
  right: 10px;
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.widget-elections {
  padding: 50px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}

.article-story .col-10 .widget-elections {
  margin-right: -8.33333%;
  margin-left: -8.33333%;
}

.elections-header {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3;
}

.elections-title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding-right: 20px;
  color: rgb(169, 169, 169);
  font-weight: 400;
  text-align: right;
}

.elections-title strong {
  display: block;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.elections-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin: 0px 0px 20px;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
}

.elections-poll {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  height: 50px;
  margin: 0px 0px 20px;
  background-color: inherit;
}

.elections-poll::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
  width: 40px;
  height: 100%;
  background-color: inherit;
}

.elections-poll-count {
  height: 50px;
  background-color: inherit;
}

.elections-poll-count::before {
  content: "";
  position: absolute;
  top: -20px;
  left: inherit;
  width: 10px;
  height: 80px;
  box-shadow: rgb(255, 255, 255) 0px 1px 0px 5px;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: 1;
}

.elections-poll-count::after {
  content: attr(data-count);
  position: absolute;
  top: -50px;
  left: inherit;
  min-width: 60px;
  margin: 0px;
  padding: 0px 10px;
  border-radius: 30px;
  background-color: inherit;
  color: rgb(255, 255, 255);
  line-height: 30px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 3;
}

.elections-poll-count-reverse::before {
  top: auto;
  bottom: -20px;
}

.elections-poll-count-reverse::after {
  top: auto;
  bottom: -50px;
}

.elections-spacer {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.elections-breakpoint {
  position: relative;
}

.elections-breakpoint-count::before {
  content: "";
  position: absolute;
  top: 0px;
  left: inherit;
  width: 2px;
  height: 300px;
  margin-top: -10px;
  background: rgb(0, 0, 0);
  transform: translateY(-50%);
  z-index: 2;
}

.elections-breakpoint-count::after {
  content: attr(data-count);
  position: absolute;
  top: 0px;
  left: inherit;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  height: 330px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .widget-elections {
    padding: 20px 0px 60px;
  }
  .article-story .col-10 .widget-elections {
    margin-right: auto;
    margin-left: auto;
  }
  .elections-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .elections-title {
    padding: 0px;
    text-align: center;
  }
  .elections-thumb {
    order: -1;
    margin: 0px 0px 10px;
  }
  .elections-poll {
    margin: 40px 0px 20px;
  }
  .elections-poll::before {
    content: none;
  }
  .elections-poll-count::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 65px;
  }
  .elections-poll-count::after {
    top: -40px;
  }
  .elections-poll-count-reverse::before {
    top: auto;
    bottom: -10px;
  }
  .elections-poll-count-reverse::after {
    top: auto;
    bottom: -40px;
  }
  .elections-breakpoint-count::before {
    height: 250px;
    transform: translateY(-105px);
  }
  .elections-breakpoint-count::after {
    top: 20px;
    height: 280px;
  }
}

#agenda {
  margin-top: 20px;
}

.agenda-list {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  margin-bottom: 20px;
}

.agenda-list-item {
  position: relative;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 2px;
}

.agenda-list-item-time {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 60px;
  background: rgb(242, 242, 242);
}

.agenda-list-item-title {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  width: 100%;
  padding: 20px 10px;
}

.logo-digionline {
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  vertical-align: top;
  width: 120px;
  height: 24px;
  background: url("../img/digionline.svg") center center / auto 24px no-repeat;
  font-size: 0px;
}

.logo-digionline-blue {
  background-image: url("../img/digionline-blue.svg");
}

.logo-digionline-white {
  background-image: url("../img/digionline-white.svg");
}

.logo-digionline-lg {
  width: 200px;
  height: 40px;
  background-size: auto 40px;
}

.icon-digionline {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 3px 5px;
  border: 6px solid rgb(46, 176, 235);
  border-radius: 50%;
}

.icon-digionline::after {
  content: "";
  margin-left: 3px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  border-image: initial;
}

.link-digionline {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.link-digionline:focus,
.link-digionline:hover {
  color: inherit;
}

.link-digionline strong {
  font-weight: 900;
}

.link-digionline em {
  color: rgb(46, 176, 235);
  font-weight: 900;
  font-style: normal;
}

.widget-digionline-article {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid rgb(46, 176, 235);
  border-bottom: 1px solid rgb(46, 176, 235);
  color: rgb(24, 24, 24);
  text-decoration: none;
}

.widget-digionline-article:focus,
.widget-digionline-article:hover {
  color: rgb(24, 24, 24);
}

.widget-digionline-article p {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid rgb(46, 176, 235);
}

.widget-digionline-cross-title {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.widget-digionline-cross-title::before {
  content: "";
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  height: 1px;
  background: rgb(46, 176, 235);
}

.widget-digionline-cross-title .logo-digionline {
  order: -1;
  margin-right: 5px;
}

.widget-digionline-schedule {
  margin-bottom: 20px;
  padding: 5px;
  background: linear-gradient(rgb(46, 176, 235), rgb(0, 0, 0) 80px);
  color: rgb(255, 255, 255);
  font-family: Roboto;
}

.widget-digionline-schedule-title {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 400;
}

.widget-digionline-schedule-title .logo-digionline {
  margin-left: 5px;
}

.widget-digionline-schedule-tab {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 5px;
}

.widget-digionline-schedule-tab-item {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 32px;
  margin: 0px;
  padding: 0px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  background: 0px 0px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.widget-digionline-schedule-tab-item:focus,
.widget-digionline-schedule-tab-item:hover {
  border-color: rgb(46, 176, 235);
}

.widget-digionline-schedule-tab-item.active {
  border-color: rgb(46, 176, 235);
  color: rgb(46, 176, 235);
}

.widget-digionline-schedule-list {
  display: none;
}

.widget-digionline-schedule-list.active {
  display: block;
}

.widget-digionline-schedule-list-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(
      to right,
      transparent,
      transparent 80px,
      rgb(88, 88, 88),
      transparent
    )
    left bottom 5px / 100% 1px no-repeat;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.widget-digionline-schedule-list-item:focus,
.widget-digionline-schedule-list-item:hover {
  color: rgb(255, 255, 255);
}

.widget-digionline-schedule-list-item-station {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 80px;
  min-height: 40px;
  margin: 5px;
  padding: 5px;
  border: 1px solid rgb(88, 88, 88);
  border-radius: 5px;
  text-align: center;
}

.widget-digionline-schedule-list-item-time {
  margin: 5px;
  padding: 2px;
  border-radius: 2px;
  background: rgb(46, 176, 235);
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.widget-digionline-schedule-list-item-show {
  margin: 5px;
  font-weight: 400;
}

.widget-digi-online-schedule {
  margin-bottom: 40px;
  background: linear-gradient(rgb(142, 70, 255), rgb(142, 70, 255)) 0px 15px /
      1px calc(100% - 15px) no-repeat,
    linear-gradient(rgb(142, 70, 255), rgb(142, 70, 255)) 100% 100% / 100% 1px,
    linear-gradient(rgb(142, 70, 255), rgb(142, 70, 255)) 100% 15px / 1px
      calc(100% - 15px);
  color: rgb(24, 24, 24);
  font-family: Roboto;
}

.widget-digi-online-schedule .widget-title span {
  white-space: nowrap;
}

.widget-digi-online-schedule .logo-digionline {
  width: 120px;
  height: 20px;
  margin: 5px 0px;
  padding: 0px;
  background-size: auto 20px;
}

.widget-digi-online-schedule-tab {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.widget-digi-online-schedule-tab-item {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 32px;
  margin: 0px;
  padding: 0px;
  border-width: 0px 0px 3px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  background: 0px 0px;
  color: rgb(24, 24, 24);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.widget-digi-online-schedule-tab-item:focus,
.widget-digi-online-schedule-tab-item:hover {
  background: 0px 0px;
  color: rgb(46, 176, 235);
}

.widget-digi-online-schedule-tab-item.active {
  border-color: rgb(46, 176, 235);
  color: rgb(24, 24, 24);
}

.widget-digi-online-schedule-list {
  display: none;
}

.widget-digi-online-schedule-list.active {
  display: block;
}

.widget-digi-online-schedule-list-item {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0px 10px;
  padding: 20px 0px;
  border-bottom: 1px solid rgb(46, 176, 235);
  color: rgb(24, 24, 24);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.widget-digi-online-schedule-list-item:focus,
.widget-digi-online-schedule-list-item:hover {
  color: rgb(24, 24, 24);
}

.widget-digi-online-schedule-list-item:last-child {
  border-bottom-color: transparent;
}

.widget-digi-online-schedule-list-item-station {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  margin: 0px 5px;
  text-transform: uppercase;
}

.widget-digi-online-schedule-list-item-time {
  margin: 0px 5px;
  padding: 0px 5px;
  border-radius: 20px;
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
}

.widget-digi-online-schedule-list-item-show {
  margin: 0px 5px;
  font-weight: 500;
}

.widget-digionline-section {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 332px;
  background: url("../img/bg-widget-digionline.jpg") center top no-repeat
    rgb(0, 0, 0);
  color: rgb(46, 176, 235);
  font-family: Roboto;
  text-align: center;
}

.widget-digionline-section-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.widget-digionline-section-container .flex {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.widget-digionline-section-title {
  font-weight: 300;
  text-transform: uppercase;
}

.widget-digionline-section-title-link {
  display: inline-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  text-transform: none;
  text-decoration: none;
}

.widget-digionline-section-title-link:focus,
.widget-digionline-section-title-link:hover {
  color: rgb(255, 255, 255);
}

.widget-digionline-section-title-link .logo-digionline {
  margin: 10px 0px 10px 10px;
}

.widget-digionline-section-cta {
  background: radial-gradient(rgba(255, 255, 255, 0.2), transparent 80%) center
    center no-repeat;
}

.widget-digionline-section-cta .btn-digionline {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  margin-bottom: 20px;
  padding-bottom: 100%;
  border-radius: 10px;
  background-color: rgb(209, 209, 209);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.widget-digionline-section-cta .btn-digionline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 20px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(rgb(209, 209, 209), transparent);
  opacity: 0.1;
}

.widget-digionline-section-cta .btn-digionline.btn-digi24 {
  background-image: url("../img/digi24_1.png");
  background-size: 30%;
}

.widget-digionline-section-cta .btn-digionline.btn-filmnow {
  background-image: url("../img/filmnow_1.png");
  background-size: 60%;
}

.widget-digionline-section-cta .btn-digionline.btn-dgs-1 {
  background-image: url("../img/digisport1.png");
}

.widget-digionline-section-cta .btn-digionline.btn-dgs-2 {
  background-image: url("../img/digisport2.png");
}

.widget-digionline-section-cta .btn-digionline.btn-dgs-3 {
  background-image: url("../img/digisport3.png");
}

.widget-digionline-section-cta .btn-digionline.btn-dgs-4 {
  background-image: url("../img/digisport4.png");
}

@media (max-width: 767px) {
  .logo-digionline-lg {
    width: 120px;
    height: 24px;
    background-size: auto 24px;
  }
  .widget-digi-online-schedule {
    background: 0px 0px;
  }
  .widget-digi-online-schedule-list-item:last-child {
    border-bottom-color: rgb(46, 176, 235);
  }
}

@media (max-width: 480px) {
  .widget-digionline-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .widget-digionline-article p {
    margin: 10px -10px 0px;
    padding: 10px 0px 0px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(46, 176, 235);
  }
}

.lp {
  padding: 0px;
}

.lp h1 {
  color: rgb(255, 255, 255);
}

.lp h2 {
  color: rgb(62, 14, 137);
}

.lp p {
  margin: 0px;
  font-family: sourcesanspro;
}

.lp span {
  color: rgb(62, 14, 137);
}

.lp figure {
  display: inline-block;
  vertical-align: top;
}

.lp section {
  margin: 0px;
  padding: 0px;
}

.lp .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.lp .hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.lp .hero::before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 27.5%;
}

.lp .hero::after {
  content: "";
  background: linear-gradient(
    to right,
    rgb(62, 14, 137) calc(-610px + 50vw),
    transparent 50%
  );
}

.lp .hero-sm::before {
  padding-bottom: 20.4688%;
}

.lp .hero-sm::after {
  content: none;
}

.lp .hero > .container {
  right: 0px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.lp .bg-digi24 {
  text-align: center;
}

.lp .bg-digi24 h2 {
  color: rgb(255, 255, 255);
}

.lp .bg-digi24::before {
  background-image: url("../img/bg-digi24-lp.jpg");
  opacity: 1;
}

.lp .app {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px -10px;
}

.lp .app-btn {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  height: 40px;
  margin: 0px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.lp .app-btn-googleplay {
  width: 135px;
  background-image: url("../img/googleplay.svg");
}

.lp .app-btn-appstore {
  width: 120px;
  background-image: url("../img/appstore_1.svg");
}

@media (max-width: 1220px) {
  .lp p {
    font-size: 18px;
    line-height: 25px;
  }
  .lp .hero::before {
    padding-bottom: 30%;
  }
}

@media (max-width: 1024px) {
  .lp p {
    font-size: 16px;
  }
  .lp .hero::before {
    padding-bottom: 34%;
  }
}

@media (max-width: 767px) {
  .lp {
    padding-top: 40px;
    text-align: center;
  }
  .lp h1 {
    color: rgb(24, 24, 24);
  }
  .lp figure {
    margin-bottom: 20px;
  }
  .lp section {
    clear: both;
  }
  .lp .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lp .hero {
    background-position: center top;
  }
  .lp .hero::before {
    margin-bottom: 20px;
    padding-bottom: 40%;
  }
  .lp .hero::after {
    content: none;
  }
  .lp .hero-sm {
    background-position: right 20% top;
  }
  .lp .hero > .container {
    position: relative;
    float: left;
  }
}

.page-alegeri {
  z-index: 1;
}

.section-alegeri.bg-blue {
  background-color: rgb(64, 157, 254);
}

.section-alegeri.bg-blue .swiper-widget-alegeri .swiper-button-next,
.section-alegeri.bg-blue .swiper-widget-alegeri .swiper-button-prev {
  background: rgb(24, 24, 24);
}

.section-alegeri.bg-blue .swiper-widget-alegeri .swiper-button-next::before,
.section-alegeri.bg-blue .swiper-widget-alegeri .swiper-button-prev::before {
  filter: saturate(0) brightness(100);
}

.section-alegeri .section-title {
  color: rgb(255, 255, 255);
}

.section-alegeri .section-title::after,
.section-alegeri .section-title::before {
  background: currentcolor;
}

.section-title.alegeri {
  color: rgb(64, 157, 254);
}

.section-title.alegeri::after,
.section-title.alegeri::before {
  background: currentcolor;
}

.swiper-widget-alegeri .swiper-button-next.swiper-button-disabled,
.swiper-widget-alegeri .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.dropdown-wrapper.alegeri .dropdown-list-item a:not(.active):hover {
  color: rgb(64, 157, 254);
}

.dropdown-wrapper-alt.alegeri .dropdown-list {
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  border-right: 0px;
  border-left: 1px solid rgb(169, 169, 169);
}

.dropdown-wrapper-alt.alegeri .dropdown-list-item-link.active {
  background: 0px 0px;
  color: rgb(24, 24, 24);
}

.dropdown-wrapper-alt.alegeri .dropdown-list-item-link.active::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 100%;
  background: rgb(64, 157, 254);
}

.dropdown-wrapper-alt.alegeri .dropdown-list-item-link:not(.active):hover {
  color: rgb(64, 157, 254);
}

.dropdown-target,
.dropdown-target-alt {
  display: none;
}

.dropdown-target-alt.active,
.dropdown-target.active {
  display: block;
}

.sticky.alegeri {
  z-index: 1;
}

.choices {
  position: relative;
  margin-bottom: 20px;
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.choices:focus {
  outline: 0px;
}

.choices:last-child {
  margin-bottom: 0px;
}

.choices.is-disabled .choices-inner,
.choices.is-disabled .choices-input {
  background-color: rgb(242, 242, 242);
  cursor: not-allowed;
  user-select: none;
}

.choices.is-disabled .choices-item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../img/icon.svg") 0px -384px / 16px no-repeat;
  transform: rotate(90deg);
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
  transform: rotate(-90deg);
}

.choices[data-type*="select-one"][dir="rtl"]::after {
  right: auto;
  left: 10px;
}

.choices[data-type*="select-one"][dir="rtl"] .choices-button {
  right: auto;
  left: 0px;
  margin-right: 0px;
  margin-left: 20px;
}

.choices[data-type*="select-one"] .choices-inner {
  padding: 0px;
}

.choices[data-type*="select-one"] .choices-input {
  display: none;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px 10px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
}

.choices[data-type*="select-one"] .choices-input.is-hidden {
  display: none;
}

.choices .choices-list-dropdown {
  line-height: 40px;
}

.choices .choices-list-dropdown .choices-input {
  height: 40px;
}

.choices .choices-list-dropdown .choices-input::-webkit-input-placeholder {
  opacity: 0.5;
}

.choices[data-type*="select-multiple"] .choices-inner,
.choices[data-type*="text"] .choices-inner {
  cursor: text;
}

.choices-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 16px;
  overflow: hidden;
}

.is-focused .choices-inner,
.is-open .choices-inner {
  border-color: rgb(0, 0, 0);
}

.choices-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.choices-list-single {
  display: inline-block;
  width: 100%;
}

.choices-list-single .choices-item {
  width: 100%;
}

.choices-list-multiple {
  display: inline;
}

.choices-list-multiple .choices-item {
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
}

.choices-list-multiple .choices-item[data-deletable] {
  padding-right: 5px;
}

.choices-list-multiple .choices-item.is-highlighted {
  background-color: rgb(62, 14, 137);
}

.is-disabled .choices-list-multiple .choices-item {
  background-color: rgb(242, 242, 242);
}

.choices-list-dropdown {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  background: rgb(255, 255, 255);
  word-break: break-all;
  overflow: hidden;
  z-index: 1;
}

.choices-list-dropdown.is-active {
  display: block;
}

.is-open .choices-list-dropdown {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
}

.is-flipped .choices-list-dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
}

.choices-list-dropdown .choices-list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  will-change: scroll-position;
}

.choices-list-dropdown .choices-item {
  position: relative;
  padding: 0px 10px;
}

[dir="rtl"] .choices-list-dropdown .choices-item {
  text-align: right;
}

.choices-list-dropdown .choices-item-selectable.is-highlighted {
  background-color: rgb(242, 242, 242);
}

.choices-list-dropdown .choices-item-selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices-item {
  cursor: default;
}

.choices-item-selectable {
  cursor: pointer;
}

.choices-item-disabled {
  display: none;
  opacity: 0.5;
  cursor: not-allowed;
  user-select: none;
}

.choices-heading {
  padding: 0px 10px;
  color: rgb(24, 24, 24);
  font-weight: 700;
}

.choices-button {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 20px;
  padding: 0px;
  border: 0px;
  background: url("../img/icon.svg") 0px -60px / 20px no-repeat;
  text-indent: -9999px;
  opacity: 0.5;
  cursor: pointer;
  appearance: none;
}

.choices-button:focus,
.choices-button:hover {
  opacity: 1;
}

.choices-button:focus {
  outline: 0px;
}

.choices-placeholder {
  opacity: 0.5;
}

.choices-group ~ .choices-item {
  padding-left: 20px;
}

[dir="rtl"] .choices-group ~ .choices-item {
  padding-right: 20px;
  padding-left: 10px;
}

.choices-input.is-hidden {
  display: none;
}

.swiper-container {
  position: relative;
  margin: auto;
  padding: 0px;
  overflow: hidden;
  z-index: 1;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: rgb(242, 242, 242);
  font-size: 10px;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background-image: url("../img/icon.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: default;
}

.swiper-button-next.swiper-button-disabled::before,
.swiper-button-prev.swiper-button-disabled::before {
  opacity: 0.2;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 0px;
  transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-next.swiper-button-black::before,
.swiper-button-next.swiper-button-white::before,
.swiper-button-prev.swiper-button-black::before,
.swiper-button-prev.swiper-button-white::before,
.swiper-container-rtl .swiper-button-next.swiper-button-black::before,
.swiper-container-rtl .swiper-button-next.swiper-button-white::before,
.swiper-container-rtl .swiper-button-prev.swiper-button-black::before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white::before {
  background-position: 0px 0px;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.3s ease 0s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0px;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: rgb(62, 14, 137);
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s ease 0s, top 0.2s ease 0s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s ease 0s, left 0.2s ease 0s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s ease 0s, right 0.2s ease 0s;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(62, 14, 137);
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: rgb(255, 255, 255);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: rgb(0, 0, 0);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  background: rgb(169, 169, 169);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
  z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 100%;
  border: 0px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(62, 14, 137);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50% center;
  animation: 1s steps(12) 0s infinite normal none running swiper-preloader-spin;
  z-index: 10;
}

.swiper-lazy-preloader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D"0%200%20120%20120"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%3E%3Cdefs%3E%3Cline%20id%3D"l"%20x1%3D"60"%20x2%3D"60"%20y1%3D"7"%20y2%3D"27"%20stroke%3D"%236c6c6c"%20stroke-width%3D"11"%20stroke-linecap%3D"round"%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(30%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(60%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(90%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(120%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(150%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".37"%20transform%3D"rotate(180%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".46"%20transform%3D"rotate(210%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".56"%20transform%3D"rotate(240%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".66"%20transform%3D"rotate(270%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".75"%20transform%3D"rotate(300%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".85"%20transform%3D"rotate(330%2060%2C60)"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-lazy-preloader-white::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D"0%200%20120%20120"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%3E%3Cdefs%3E%3Cline%20id%3D"l"%20x1%3D"60"%20x2%3D"60"%20y1%3D"7"%20y2%3D"27"%20stroke%3D"%23fff"%20stroke-width%3D"11"%20stroke-linecap%3D"round"%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(30%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(60%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(90%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(120%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".27"%20transform%3D"rotate(150%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".37"%20transform%3D"rotate(180%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".46"%20transform%3D"rotate(210%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".56"%20transform%3D"rotate(240%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".66"%20transform%3D"rotate(270%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".75"%20transform%3D"rotate(300%2060%2C60)"%2F%3E%3Cuse%20xlink%3Ahref%3D"%23l"%20opacity%3D".85"%20transform%3D"rotate(330%2060%2C60)"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  width: 100%;
  height: 100%;
  transform-origin: 0px 0px;
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
  visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.6;
  z-index: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-main {
  margin-bottom: 20px;
}

.swiper-main .swiper-slide {
  height: auto;
  background: rgb(255, 255, 255);
}

.swiper-main .swiper-pagination {
  position: static;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0px;
}

.swiper-main .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  background: rgb(169, 169, 169);
  opacity: 1;
}

.swiper-main .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(142, 70, 255);
}

.swiper-thumb .swiper-slide {
  height: auto;
  background: rgb(255, 255, 255);
}

.swiper-thumb .swiper-slide .article-thumb {
  margin: 0px;
}

.swiper-thumb .swiper-pagination {
  position: static;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0px;
}

.swiper-thumb .swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: rgb(169, 169, 169);
  opacity: 1;
}

.swiper-thumb .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(142, 70, 255);
}

.swiper-stream {
  position: relative;
  margin-bottom: 40px;
  padding: 10px 30px;
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
}

.swiper-stream .swiper-wrapper {
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
}

.swiper-stream .swiper-slide {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.swiper-stream .swiper-slide::before {
  width: auto;
  height: auto;
  margin: 0px;
  background: 0px 0px;
}

.swiper-stream .swiper-slide-link {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  color: rgb(0, 0, 0);
  text-decoration: none;
  user-select: none;
}

.swiper-stream .swiper-slide-link.active {
  font-weight: 900;
}

.swiper-widget-article,
.swiper-widget-blog,
.swiper-widget-shows,
.swiper-widget-videos {
  position: relative;
}

.swiper-widget-article .swiper-button-prev,
.swiper-widget-blog .swiper-button-prev,
.swiper-widget-shows .swiper-button-prev,
.swiper-widget-videos .swiper-button-prev {
  left: -10px;
  background: rgb(169, 169, 169);
  transform: translate3d(-100%, -100%, 0px) rotate(180deg);
}

.swiper-widget-article .swiper-button-next,
.swiper-widget-blog .swiper-button-next,
.swiper-widget-shows .swiper-button-next,
.swiper-widget-videos .swiper-button-next {
  right: -10px;
  background: rgb(169, 169, 169);
  transform: translate3d(100%, -100%, 0px);
}

.swiper-widget,
.swiper-widget-alt {
  position: relative;
  text-align: right;
}

.swiper-widget .swiper-button-next,
.swiper-widget .swiper-button-prev,
.swiper-widget-alt .swiper-button-next,
.swiper-widget-alt .swiper-button-prev {
  position: static;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  background: rgb(169, 169, 169);
  transform: none;
}

.swiper-widget .swiper-button-prev,
.swiper-widget-alt .swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-widget .swiper-container,
.swiper-widget-alt .swiper-container {
  text-align: left;
}

.swiper-gallery,
.swiper-gallery-page {
  margin-bottom: 20px;
}

.swiper-gallery .swiper-container,
.swiper-gallery-page .swiper-container {
  width: 100%;
}

.swiper-gallery .swiper-slide,
.swiper-gallery-page .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-gallery .swiper-slide.gallery-widget > *,
.swiper-gallery-page .swiper-slide.gallery-widget > * {
  max-width: 780px;
  margin: auto;
}

.swiper-gallery .swiper-slide img,
.swiper-gallery-page .swiper-slide img {
  max-height: 100%;
  margin: auto;
}

.swiper-gallery .gallery-thumbs,
.swiper-gallery-page .gallery-thumbs {
  padding: 10px 0px;
}

.swiper-gallery .gallery-thumbs .swiper-slide,
.swiper-gallery-page .gallery-thumbs .swiper-slide {
  height: 100px;
  background-size: auto 100%;
  opacity: 0.4;
  cursor: pointer;
}

.swiper-gallery .gallery-thumbs .swiper-slide-thumb-active,
.swiper-gallery-page .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-gallery-caption,
.swiper-gallery-page-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.swiper-gallery-caption.overlay::before,
.swiper-gallery-page-caption.overlay::before {
  padding-top: 20px;
}

.swiper-gallery-caption span,
.swiper-gallery-page-caption span {
  position: relative;
  z-index: 1;
}

.swiper-gallery-page .gallery-top .swiper-slide {
  cursor: pointer;
}

.swiper-gallery-modal {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.swiper-gallery-modal .swiper-container {
  position: static;
  width: 100%;
}

.swiper-gallery-modal .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-gallery-modal .swiper-slide.gallery-widget > * {
  max-width: 780px;
  margin: auto;
}

.swiper-gallery-modal .swiper-slide img {
  max-height: 100%;
  margin: auto;
}

.swiper-gallery-modal .swiper-button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: rgb(242, 242, 242);
  font-size: 10px;
  cursor: pointer;
  z-index: 10;
}

.swiper-gallery-modal .swiper-button-close::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background-image: url("../img/icon.svg");
  background-position: 0px -200px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.swiper-gallery-nav {
  margin-bottom: 20px;
}

.article-thumb + .swiper-gallery-nav {
  margin-top: -20px;
}

.swiper-gallery-nav .swiper-container {
  width: 100%;
  padding: 10px 0px;
}

.swiper-gallery-nav .swiper-container .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100px;
  background-size: auto 100%;
  cursor: pointer;
}

.swiper-gallery-nav .swiper-container .swiper-slide img {
  max-height: 100%;
  margin: auto;
}

.scroll-wrapper {
  position: relative;
  height: 600px;
  margin-bottom: 20px;
}

.scroll-wrapper.inactive {
  height: auto;
}

.scroll-wrapper.inactive .swiper-overflow .swiper-wrapper {
  padding-right: 0px;
}

.scroll-wrapper.inactive .swiper-scrollbar-drag {
  display: none;
}

.swiper-overflow.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-overflow .swiper-wrapper {
  padding-right: 20px;
  box-sizing: border-box;
}

.swiper-overflow .swiper-slide {
  height: auto;
}

.swiper-article {
  margin-bottom: 20px;
}

.swiper-article .swiper-wrapper {
  height: calc(-240px + 100vh);
}

.swiper-article .swiper-slide {
  width: auto;
  height: auto;
  margin: 10px 0px;
  padding-left: 10px;
  border-left: 2px solid rgb(169, 169, 169);
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.swiper-article .swiper-slide:focus,
.swiper-article .swiper-slide:hover {
  border-left-color: rgb(142, 70, 255);
}

.swiper-article .swiper-slide.active {
  font-weight: 600;
  border-left-color: rgb(142, 70, 255);
}

.swiper-article .swiper-slide[data-time]::before {
  content: attr(data-time);
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  background: url("../img/icon.svg") 0px -364px / 14px no-repeat;
  color: rgb(88, 88, 88);
  font-family: sourcesanspro;
  font-size: 14px;
  line-height: 14px;
}

.swiper-article .swiper-button-next,
.swiper-article .swiper-button-prev {
  position: static;
  width: 100%;
  margin: 0px;
  background-color: transparent;
  transform: none;
  overflow: hidden;
}

.swiper-article .swiper-button-next::before,
.swiper-article .swiper-button-prev::before {
  margin: 10px auto;
}

.swiper-article .swiper-button-prev {
  border-bottom: 1px solid rgb(169, 169, 169);
}

.swiper-article .swiper-button-prev::before {
  transform: rotate(-90deg);
}

.swiper-article .swiper-button-next {
  border-top: 1px solid rgb(169, 169, 169);
}

.swiper-article .swiper-button-next::before {
  transform: rotate(90deg);
}

.swiper-article-live .swiper-slide.active,
.swiper-article-live .swiper-slide:focus,
.swiper-article-live .swiper-slide:hover {
  color: rgb(205, 60, 60);
  border-left-color: rgb(205, 60, 60);
}

.swiper-article-live .swiper-slide.active {
  font-weight: 600;
}

@media (max-width: 1280px) {
  .swiper-widget-blog .swiper-button-prev,
  .swiper-widget-shows .swiper-button-prev,
  .swiper-widget-videos .swiper-button-prev {
    left: 0px;
    transform: translate3d(0px, -100%, 0px) rotate(180deg);
  }
  .swiper-widget-blog .swiper-button-next,
  .swiper-widget-shows .swiper-button-next,
  .swiper-widget-videos .swiper-button-next {
    right: 0px;
    transform: translate3d(0px, -100%, 0px);
  }
}

@media (max-width: 1024px) {
  .swiper-article .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .swiper-main {
    margin-right: -20px;
    margin-left: -20px;
  }
  .swiper-main .swiper-slide .article-lg > * {
    padding: 0px 20px;
  }
  .swiper-thumb {
    margin-right: -20px;
    margin-left: -20px;
  }
  .swiper-widget-article .swiper-button-prev {
    left: 0px;
    transform: translate3d(0px, -100%, 0px) rotate(180deg);
  }
  .swiper-widget-article .swiper-button-next {
    right: 0px;
    transform: translate3d(0px, -100%, 0px);
  }
}

@media (max-width: 480px) {
  .swiper-stream .swiper-slide::before {
    content: none;
  }
  .swiper-gallery .gallery-thumbs .swiper-slide,
  .swiper-gallery-page .gallery-thumbs .swiper-slide {
    height: 60px;
  }
  .swiper-gallery-nav .swiper-container .swiper-slide {
    height: 60px;
  }
}

#datepicker-container {
  position: relative;
}

.pika-single {
  display: block;
  width: 280px;
  border: 0px;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  z-index: 9999;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
}

.pika-single::after,
.pika-single::before {
  content: " ";
  display: table;
}

.pika-single::after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 100%;
}

.pika-title {
  position: relative;
  padding: 10px 20px;
  text-align: center;
}

.pika-title select {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 9998;
}

.pika-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 2px;
  background-color: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 9999;
}

.pika-next,
.pika-prev {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px;
  border: 0px;
  background-color: rgb(242, 242, 242);
  font-size: 10px;
  text-indent: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.pika-next::before,
.pika-prev::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background-image: url("../img/icon.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.pika-next:focus,
.pika-next:hover,
.pika-prev:focus,
.pika-prev:hover {
  background-color: rgb(242, 242, 242);
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
}

.pika-next.is-disabled::before,
.pika-prev.is-disabled::before {
  opacity: 0.2;
}

.is-rtl .pika-next,
.pika-prev {
  float: left;
  transform: rotate(180deg);
}

.is-rtl .pika-prev,
.pika-next {
  float: right;
}

.pika-select {
  display: inline-block;
  vertical-align: top;
}

.pika-table {
  width: 100%;
  border-spacing: 0px;
  border: 0px;
  border-collapse: collapse;
}

.pika-table tr {
  border: 0px;
}

.pika-table td,
.pika-table th {
  width: 14.2857%;
  padding: 5px;
}

.pika-table th {
  border-top: 1px solid rgb(169, 169, 169);
  border-bottom: 1px solid rgb(169, 169, 169);
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.pika-table td {
  font-family: sourcesanspro;
}

.pika-table abbr {
  border: 0px;
  cursor: help;
}

.pika-button {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 5px;
  border: 0px;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
}

.pika-button:hover {
  background: rgb(242, 242, 242);
  color: rgb(24, 24, 24);
}

.is-today .pika-button {
  background: rgb(62, 14, 137);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.is-selected .pika-button {
  background: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: rgb(169, 169, 169);
  opacity: 0.5;
}

.is-disabled .pika-button {
  cursor: default;
  pointer-events: none;
}

.pika-button .is-selection-disabled {
  cursor: default;
  pointer-events: none;
}

.pika-week {
  color: rgb(62, 14, 137);
  font-size: 14px;
}

.is-inrange .pika-button {
  background: rgb(142, 70, 255);
}

.is-startrange .pika-button {
  background: rgb(0, 134, 66);
  color: rgb(255, 255, 255);
}

.is-endrange .pika-button {
  background: rgb(240, 0, 0);
  color: rgb(255, 255, 255);
}

#dropzone {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  cursor: pointer;
}

.dropzone-element {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  color: rgb(24, 24, 24);
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
  cursor: pointer;
  overflow: hidden;
  z-index: -1;
}

.dropzone-element:focus,
.dropzone-element:hover {
  color: rgb(62, 14, 137);
}

.dropzone-element::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  background: url("../img/icon.svg") 0px -540px / 30px no-repeat;
}

.dz-preview {
  position: relative;
  display: block;
  margin-top: 10px;
}

.dz-preview .dz-progress {
  display: none;
}

.dz-preview .dz-progress .dz-upload {
  display: none;
}

.dz-preview .dz-error-message {
  display: none;
  color: rgb(240, 0, 0);
}

.dz-preview .dz-error-mark,
.dz-preview .dz-success-mark {
  display: none;
}

.dz-preview.dz-error .dz-error-message {
  display: block;
}

.dz-preview.dz-error .dz-error-mark {
  display: none;
}

.dz-preview.dz-success .dz-success-mark {
  display: none;
}

video {
  width: 100%;
}

:root {
  --ink: #0b0b0d;
  --muted: #555a63;
  --line: #d8dbe1;
  --card: #ffffff;
  --bg: #ffffff;
  --accent: #4b2aa6;
  --shadow: 0 12px 30px rgba(10, 15, 25, 0.08);
  --radius: 18px;
  --bubble: #f0f2f5;
}

.reviews {
  background: var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  padding: 44px 18px 56px;
  margin-bottom: 25px !important;
}

.reviews__container {
  max-width: 980px;
  margin: 0px auto;
}

.reviews__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  margin: 0px 0px 10px;
}

.reviews__kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: var(--accent);
}

.reviews__lead {
  margin: 0px 0px 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.reviews__title {
  margin: 0px 0px 26px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.reviews__grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.review {
  background: var(--card);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
}

.review__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--accent), #7b61ff);
  position: relative;
  flex: 0 0 auto;
}

.avatar img {
  width: 100%;
  border-radius: 999px;
}

.avatar--photo {
  background: linear-gradient(135deg, rgb(43, 47, 58), rgb(75, 42, 166));
  overflow: hidden;
}

.avatar__badge {
  position: absolute;
  top: -8px;
  left: -8px;
  background: rgb(17, 19, 24);
  color: rgb(255, 255, 255);
  font-size: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.avatar__initial {
  font-weight: 900;
}

.review__meta {
  line-height: 1.2;
}

.review__name {
  font-weight: 800;
  font-size: 15px;
}

.review__age {
  font-weight: 700;
  color: var(--muted);
}

.review__role {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

.review__text {
  margin: 0px;
  color: rgb(27, 31, 39);
  font-size: 15px;
  line-height: 1.6;
}

.reviews__caption {
  margin: 18px 0px;
  color: rgb(43, 47, 58);
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
}

.reviews__rule {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid var(--line);
  margin: 0px;
}

@media (max-width: 760px) {
  .reviews__grid {
    grid-template-columns: 1fr;
  }
  .review {
    padding: 16px;
  }
}

.fb-thread {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background: rgb(255, 255, 255);
  color: var(--ink);
  padding: 26px 16px 34px;
}

.fb-thread__wrap {
  max-width: 860px;
  margin: 0px auto;
}

.fb-thread__title {
  margin: 0px 0px 16px;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.comment {
  display: flex;
  gap: 12px;
  padding: 10px 0px;
}

.reply {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding-left: 46px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: rgb(255, 255, 255);
  background: linear-gradient(135deg, var(--accent), #7b61ff);
  flex: 0 0 auto;
  user-select: none;
}

.avatar--small {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.comment__body {
  min-width: 0px;
}

.comment__bubble {
  background: var(--bubble);
  border-radius: 18px;
  padding: 10px 12px;
  max-width: 680px;
}

.comment__name {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.comment__tag {
  font-weight: 700;
  color: var(--muted);
  font-size: 12px;
  margin-left: 6px;
}

.comment__text {
  margin: 0px;
  font-size: 14px;
  line-height: 1.45;
  color: rgb(27, 31, 39);
  overflow-wrap: break-word;
}

.comment__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding-left: 6px;
  color: var(--muted);
  font-size: 12px;
}

.comment__link {
  background: none;
  border: 0px;
  padding: 0px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
}

.comment__link:hover {
  text-decoration: underline;
}

.dot {
  opacity: 0.8;
}

.comment__time {
  white-space: nowrap;
}

@media (max-width: 560px) {
  .comment__bubble {
    max-width: 100%;
  }
  .reply {
    padding-left: 38px;
  }
}

:root {
  --ink: #0b0b0d;
  --muted: #656b75;
  --line: #e6e8ee;
  --bg: #ffffff;
  --card: #ffffff;
  --accent: #4b2aa6;
  --shadow: 0 14px 34px rgba(10, 15, 25, 0.1);
  --radius: 18px;
}

.lead-form {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background: var(--bg);
  color: var(--ink);
  padding: 28px 16px 40px;
}

.lead-form__wrap {
  max-width: 560px;
  margin: 0px auto;
  background: rgba(102, 51, 153, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
}

.lead-form__title {
  margin: 0px 0px 6px;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-align: center;
}

.lead-form__subtitle {
  margin: 0px 0px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field__label {
  font-weight: 800;
  font-size: 13px;
}

.field__input {
  width: 100%;
  border: 1px solid var(--line);
  background: rgb(255, 255, 255);
  border-radius: 14px;
  padding: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease 0s, box-shadow 0.15s ease 0s;
  height: 60px !important;
}

.field__input:focus {
  border-color: rgba(75, 42, 166, 0.55);
  box-shadow: rgba(75, 42, 166, 0.14) 0px 0px 0px 4px;
}

.field__input:invalid:focus {
  border-color: rgba(220, 38, 38, 0.65);
  box-shadow: rgba(220, 38, 38, 0.12) 0px 0px 0px 4px;
}

.field__help {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgb(247, 247, 251);
  border-radius: 14px;
  font-weight: 900;
  color: rgb(34, 34, 34);
  min-width: 64px;
  user-select: none;
}

.phone__input {
  flex: 1 1 0%;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 6px 2px 0px;
}

.check__box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.check__text {
  color: rgb(27, 31, 39);
  font-size: 13px;
  line-height: 1.4;
}

.btn {
  border: 0px;
  background: linear-gradient(135deg, var(--accent), #7b61ff);
  color: rgb(255, 255, 255);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
}

.btn:hover {
  filter: brightness(1.02);
}

.btn:active {
  transform: translateY(1px);
}

.fineprint {
  margin: 2px 0px 0px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 520px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
