html {
  position: relative;
  min-height: 100%;
}

body {
  color: #555;
  font-size: 18px;
  overflow-x: hidden;
}

:root {
  /* theme color variables to use in RGB declarations */
  --red: 200;
  --green: 60;
  --blue: 255;
  --red-header: 200;
  --green-header: 60;
  --blue-header: 255;
  --threshold: 0.5;
  --border-threshold: 0.8;
}

.shadow, .card {
  box-shadow: 0 5px 5px #00000030;
}

.flex-center, .results-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.position-initial {
  position: initial;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.w-150px {
  width: 150px !important;
}

.w-100px {
  width: 100px !important;
}

.sm-h-full {
  height: auto !important;
}

.auto-color-header, footer i, footer a:hover, footer a, .nav {
  --r: calc(var(--red-header) * 0.2126);
  --g: calc(var(--green-header) * 0.7152);
  --b: calc(var(--blue-header) * 0.0722);
  --sum: calc(var(--r) + var(--g) + var(--b));
  --perceived-lightness: calc(var(--sum) / 255);
  color: hsl(0, 0%, calc((var(--perceived-lightness) - var(--threshold)) * -10000000%));
}

.auto-color, .card-title, input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  --r: calc(var(--red) * 0.2126);
  --g: calc(var(--green) * 0.7152);
  --b: calc(var(--blue) * 0.0722);
  --sum: calc(var(--r) + var(--g) + var(--b));
  --perceived-lightness: calc(var(--sum) / 255);
  color: hsl(0, 0%, calc((var(--perceived-lightness) - var(--threshold)) * -10000000%));
}
.card-title {
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .h-full {
    height: 98%;
  }
}
@media screen and (min-width: 767px) {
  .sm-h-full {
    height: 100% !important;
  }
}
.layout-container {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.layout-container.with-alert {
  height: calc(100% - 112px);
}

.two_large_container {
  height: 100%;
}

.one-three-rows,
.one-two-rows {
  height: 100% !important;
  flex: 1;
}

@media screen and (max-width: 1600px) {
  .one-two-rows, .one-three-rows {
    height: auto !important;
  }
}
@media screen and (max-width: 1600px) {
  .layout-container {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .layout-container {
    height: auto !important;
  }

  .one-three-rows {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .layout-container {
    height: auto !important;
  }

  .two_large_container {
    height: auto;
  }

  .one-two-rows {
    height: auto !important;
  }
}
header {
  width: 100%;
  height: auto;
  margin-bottom: 20px !important;
}
body.tv header {
  margin-bottom: 10px !important;
}

.nav {
  height: 70px;
  width: 100%;
}
body.tv .nav {
  height: 65px;
  margin-bottom: 0 !important;
}

.header-logo {
  height: 100%;
}

.logout {
  width: 2rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .header-logo {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    display: none;
  }
}
footer {
  width: 100%;
  height: 70px;
}
body.tv footer {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box {
  flex: 1;
}

.footer-contact {
  line-height: 70px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer a {
  font-size: 24px;
}
footer i {
  font-size: 36px;
  vertical-align: middle;
  opacity: 0.8;
  transition: all 0.2;
}
footer i.fa-envelope {
  opacity: 1;
}
footer i:hover {
  opacity: 1;
}

footer i.fas {
  font-size: 60px;
  vertical-align: middle;
}

footer .footer-copy a {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  footer {
    height: auto;
    padding-bottom: 15px;
  }

  footer a {
    font-size: 18px;
  }

  footer i {
    font-size: 20px;
    vertical-align: middle;
  }

  footer i.fas {
    font-size: 20px;
    vertical-align: middle;
  }
}
.main {
  min-height: calc(100vh - 176px);
  height: auto !important;
  display: flex;
  flex-direction: column;
}
body.tv .main {
  min-height: calc(100vh - 106px);
}

@media screen and (max-width: 767px) {
  .main {
    overflow-x: hidden;
  }
}
.swiper-container-initialized {
  width: 100%;
  height: 100%;
}
.card-container.active .swiper-container-initialized {
  flex: 1;
}

.swiper-wrapper.inherit {
  height: inherit !important;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 3px;
}
.swiper-slide.draft {
  background: #c0c0c0;
}
.swiper-slide.full {
  width: 100%;
}
.swiper-slide.preview {
  width: 30%;
}

.card-pagination {
  position: absolute;
  bottom: 10px;
  justify-content: center;
  z-index: 100;
  display: none;
}
.card-pagination .swiper-pagination-bullet {
  background: gray;
  opacity: 0.25;
}
.card-pagination .swiper-pagination-bullet-active {
  opacity: 0.75 !important;
}

@media screen and (max-width: 1000px) {
  .card-pagination {
    display: flex;
  }

  .swiper-slide {
    padding-bottom: 1.6rem;
  }
}
#login-container.hidden, #forgot-password-container.hidden, #security-questions-container.hidden {
  display: none;
}

.login-page-link {
  font-size: 1rem;
  color: #888;
  text-decoration: underline;
  font-weight: 300;
}

.login-container {
  min-height: calc(100vh - 176px) !important;
  width: 450px;
  margin: auto;
  max-width: 98%;
}
.login-container.wide {
  width: 700px;
}

.login-input {
  padding: 15px 20px;
  background: #ececec;
  box-shadow: inset 0 5px 5px #00000040;
  font-size: 17px;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 8px;
}
.login-input:focus {
  outline: none;
  border: none;
  background: white;
}

.login-button {
  display: block;
  padding: 10px 30px;
  background: #4772C6;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
  margin: auto;
}
.login-button:hover {
  background: #6e90d2;
}

.policy {
  flex-shrink: none;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
}
.policy a {
  text-decoration: underline;
}

input[type=checkbox].policy-checkbox + label {
  border: 2px solid #151515;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

input[type=checkbox]:checked.policy-checkbox + label {
  background: #4772C6;
}

.policy-container {
  min-height: calc(100vh - 176px) !important;
  margin: auto;
}
.policy-container.hidden {
  display: none;
}
.policy-container p {
  margin-bottom: 1.6rem;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .policy-container p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .policy-container p {
    font-size: 14px;
  }
}

body.survey-body {
  background-image: url("https://images.pexels.com/photos/417074/pexels-photo-417074.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-attachment: fixed;
  background-size: cover;
}

.dark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}

.close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  color: black;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: sans-serif;
}

.survey-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.15);
  border: 3px solid #69b00b;
  background: white;
  width: 50%;
}

.question {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

.required {
  color: #be2424;
}

.survey-answer {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background-color: #f2f2f2;
  transition: all 0.2s;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
}
.survey-answer.list {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  border: 1px solid #cccccc;
}
.survey-answer:hover {
  background-color: #eaeaea;
}
.survey-answer.selected {
  background-color: #c5f18a;
}

.survey-input,
.long-answer {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #e2e2e2;
  padding: 10px 15px;
  resize: none;
}

.finish-button {
  background-color: #69b00b;
  color: white;
  outline: none;
  border: none;
  padding: 10px 15px 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.2s;
  filter: saturate(0.75);
}
.finish-button:hover {
  filter: saturate(1);
}

.rating-container {
  margin: auto;
  display: inline-block;
  max-width: 100%;
}

.rating-numbers {
  display: flex;
}

.rating-item {
  width: 40px;
  height: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}
.rating-item.selected {
  background-color: #c5f18a;
}

.rating-legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-top: 5px;
}

.gender-group {
  width: 100%;
  border: 1px solid #e2e2e2;
  display: flex;
}

.gender-option {
  width: 50%;
  text-align: center;
  border-right: 1px solid lightgray;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gender-option:last-child {
  border-right: none;
}

@media (max-width: 1280px) {
  .survey-container {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .survey-container {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .rating-item {
    font-size: 16px;
    margin: 0 1px;
  }
}
select {
  width: 100%;
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 11px 15px;
  font-size: 17px;
}

option {
  border: none;
}

select:focus, select:active {
  border: 1px solid #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  /* background: red; */
  margin-bottom: 0;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  background: #c5f18a;
}

#openGraphs {
  font-size: 3rem;
  cursor: pointer;
}

#graphs {
  height: 0;
  overflow: hidden;
}
#graphs.open {
  height: auto;
}

.survey-results-container {
  padding: 2rem 3rem;
}

table {
  border-color: lightgray;
}

thead {
  background: #f4f4f5;
}

td, th {
  padding: 0.7rem 0.5rem;
}

tr:nth-child(2n) {
  background: #e3edff;
}

tr:not(.head):hover {
  background: #679cff;
  color: white;
}

.bar {
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 22px;
  border: 1px solid #e2e2e2;
  margin: 5px 0;
}

.bar-result {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  padding-left: 10px;
  line-height: 45px;
}

.bar-percent {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #679cff;
  opacity: 0.4;
  z-index: 1;
}

.card-container {
  height: auto !important;
}

.row-cards {
  min-height: calc(50% - 10px);
  height: auto !important;
  flex: 1;
  margin-bottom: 20px;
}
.row-cards.small {
  height: calc(33.3333333333% - 10px);
}

.card {
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
  height: 100% !important;
}
.card-title {
  margin-bottom: 3px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 130px;
  font-size: 26px;
  background: #b9b9b9;
  background: linear-gradient(180deg, #dadada9d 0%, rgba(255, 81, 81, 0) 100%);
}
.card-container.active .card {
  height: 100%;
}

.settings {
  display: none;
  position: absolute;
  right: 5px;
  top: 2px;
  width: auto;
  z-index: 10;
  padding: 5px 0;
  margin-right: -5px;
}
body.tv .settings {
  right: 20px;
  top: 10px;
}
.settings .settings-icon {
  width: 25px;
  cursor: pointer;
}
.settings .settings-icon.expand {
  width: 22px;
}
.settings .settings-icon.reverse {
  transform: rotate(180deg);
}

.card i {
  color: white;
  font-size: 25px;
  opacity: 0.8;
}
.card i:hover {
  opacity: 1;
}

.dark-bg {
  display: none;
}
.dark-bg.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .card-title {
    font-size: 19px;
  }
  .card-title.small {
    font-size: 16px;
  }

  .empty-box {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .card-title {
    font-size: 22px;
  }

  .row-cards {
    height: auto;
    margin-bottom: 20px;
  }

  .card-container {
    height: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .card-container.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto !important;
    max-width: 100%;
    z-index: 100;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .card-container.active .card {
    flex: 1;
  }

  .card-container.active .card-title {
    font-size: 34px;
  }

  .card-container.active .btn-card {
    display: none;
  }

  .settings {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .card-title {
    padding-right: 0;
  }

  .dark-bg {
    display: none !important;
  }

  .row-cards {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1300px) {
  .card-title {
    font-size: 19px;
  }

  .settings {
    top: 0;
    padding: 2px 0;
  }
}
.video-container {
  flex: 1;
  padding: 0 15px;
  min-height: 276px;
}
.video-container.gray {
  filter: grayscale(1);
}

.play-button,
.pause-button {
  width: 100px;
  height: 100px;
  border-radius: 100rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  background: #fe0f28;
  background: linear-gradient(0deg, #fe0f28 0%, #ff2a42 50%, #ff5151 51%);
  cursor: pointer;
}

.pause-button {
  opacity: 0;
}
.pause-button:hover {
  opacity: 1;
}

.video {
  max-width: 100%;
}

video:hover + .pause-button {
  opacity: 1;
}

.play-button i,
.pause-button i {
  line-height: 100px;
  color: white;
  font-size: 50px;
  margin-left: 5px;
}

.pause-button i {
  margin-left: 0;
}

.video-swiper {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  width: 33%;
  height: 65%;
  z-index: 10;
}
.video-swiper.left {
  left: 0;
}
.video-swiper.right {
  right: 0;
}

@media screen and (max-width: 992px) {
  .video-container {
    min-height: 300px;
  }
}
.files-container {
  width: 100%;
  padding: 0 15px;
  margin-top: 5px;
}
.files-container.gray {
  filter: grayscale(1);
}
.files-container.small {
  margin-top: -15px !important;
}
.card-container.active .files-container.small {
  margin-top: 20px !important;
}

.file-icon {
  height: 35px;
  margin-right: 10px;
}
.file-icon.small {
  height: 25px !important;
}

.file-description {
  font-size: 20px;
  color: black;
  font-weight: 300;
}
.file-description.small {
  font-size: 19px !important;
}

.remaining-files {
  display: none;
}
.card-container.active .remaining-files {
  display: flex;
}

.files-info {
  align-self: center;
}
.files-info.small {
  margin-top: 0 !important;
  font-size: 14px !important;
}
.card-container.active .files-info {
  display: none;
}

.file-last-in-row {
  display: none !important;
}
.card-container.active .file-last-in-row {
  display: flex !important;
}

@media screen and (max-width: 1600px) {
  .file-icon {
    font-size: 38px !important;
    margin-right: 20px;
  }

  .file-description {
    font-size: 16px;
    color: black;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .file-last-in-row {
    display: flex !important;
  }
}
@media screen and (min-width: 1000px) {
  .card-container.active .file-icon {
    height: 40px !important;
  }

  .card-container.active .file-icon.small {
    height: 40px !important;
  }
}
@media screen and (max-width: 1000px) {
  .file-icon {
    font-size: 30px !important;
  }

  .file-description {
    font-size: 14px;
  }
}
@media screen and (max-height: 1080px) and (min-height: 720px) {
  body.tv .files-container .file-icon {
    height: 55px !important;
  }

  body.tv .file-description {
    font-size: 22px;
  }
}
.news-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 0;
  flex: 1;
  max-height: 360px !important;
}
.news-container.gray {
  filter: grayscale(1);
}
.news-container .news-image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.news-container .news-text {
  width: calc(100% - 215px);
  padding-right: 10px;
}
.news-container .news-text.wide {
  width: 100%;
}
.news-container .news-body {
  display: none;
}

@media screen and (max-width: 767px) {
  .news-container {
    max-height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .news-image {
    align-self: center;
  }

  .news-body, .news-text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1000px) {
  .card-container.active .news-container {
    max-height: none !important;
    padding-bottom: 1rem;
  }

  .card-container.active .news-image {
    width: 400px;
    height: auto;
  }

  .card-container.active .news-text {
    width: calc(100% - 420px);
    font-size: 25px;
  }
  .card-container.active .news-text.wide {
    width: 100%;
  }

  .card-container.active .news-body {
    display: block;
    font-size: 25px;
  }

  .card-container.active .news-img {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .news-container .news-image {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
  }
  .news-container .news-text {
    width: 100%;
    padding-left: 10px;
  }

  .card-container.active .news-body {
    display: block;
  }
}
@media screen and (max-height: 1080px) {
  body.tv .news-text {
    font-size: 24px !important;
  }

  body.tv .news-body {
    font-size: 26px !important;
  }

  body.tv .news-image {
    width: 420px !important;
    height: auto !important;
  }
}
@media screen and (max-height: 720px) {
  body.tv .news-text {
    font-size: 20px !important;
  }

  body.tv .news-image {
    width: 320px !important;
    height: 320px !important;
  }
}
@media screen and (max-width: 992px) {
  .news-container {
    padding-bottom: 1rem;
    min-height: 120px;
  }
}
.results-container {
  width: 100%;
  flex: 1;
}
.results-container.gray {
  filter: grayscale(1);
}
body.tv .results-container {
  height: 100% !important;
  min-height: initial !important;
}
.card-container.active .results-container {
  min-height: 600px;
}

.result-stat {
  line-height: 85%;
}

.stat {
  font-size: 1.3vw !important;
}

@media screen and (max-width: 992px) {
  .stat {
    font-size: 1.8vw !important;
  }
}
@media screen and (max-width: 767px) {
  .valbox {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .stat {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .results-container {
    height: auto;
  }
}
@media screen and (max-height: 1080px) {
  body.tv .valbox .stat {
    font-size: 35px !important;
  }

  body.tv .valbox .result-stat {
    padding: 8rem 0 !important;
    font-size: 6vw;
  }
}
@media screen and (max-height: 720px) {
  body.tv .valbox .stat {
    font-size: 25px !important;
    margin-top: 0.5rem !important;
  }

  body.tv .valbox .result-stat {
    padding: 6rem 0 !important;
    font-size: 6vw;
  }
}
.btn {
  font-size: 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 20px 7px;
}
.btn-card {
  color: white;
  background: #5a86bf;
  margin-top: 10px;
}
body.tv .btn-card {
  display: none !important;
}
.btn-card.files-info {
  margin-left: 15px;
}
.card-container.active .btn-card {
  display: none;
}
.btn-card.hide {
  display: none;
}
.card-container.active .btn-card.hide {
  display: inline-block;
}

.alert-container {
  padding: 0.5rem 15px 0.8rem !important;
  border-radius: 10px !important;
}
.alert-container.info {
  background: #4772C6;
}
.alert-container.info * {
  color: white;
}
.alert-container.warning {
  background: #EBEF10;
}
.alert-container.warning * {
  color: #DE281D;
}
.alert-container.success {
  background: #47C653;
}
.alert-container.success * {
  color: white;
}

.alert-title {
  color: #DE281D;
}

.alert-body {
  font-size: 22px;
  line-height: 24px;
  color: #DE281D;
}

@media screen and (max-width: 1000px) {
  .alert-body {
    font-size: 16px;
    line-height: 19px;
  }
}
.carousel-indicators {
  margin: 0;
  bottom: 13px;
  display: none;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  background: #e2e2e2;
  border-radius: 100rem;
  border: none;
  opacity: 0.5;
}

.carousel-indicators li.active {
  opacity: 1;
}

.draft-icon {
  background: white;
  color: #ca1d25;
  padding: 0.3rem 0.5rem;
  font-size: 65%;
  font-weight: 700;
  margin-right: 0.2rem;
}

@media screen and (max-width: 1000px) {
  .carousel-indicators {
    display: flex;
  }
}
.presentation-text {
  display: block;
}

.presentation-download {
  display: block;
}

.presentation-container {
  flex: 1;
  height: 90%;
  min-height: 700px;
}
.presentation-container.gray {
  filter: grayscale(1);
}

.presentation-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#app, #viewport {
  height: 100%;
}

#app {
  min-height: inherit;
}

#viewport * {
  height: 100%;
}

.presentation-canvas {
  width: auto !important;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .presentation-canvas {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .presentation-download {
    display: block;
  }

  .presentation-text {
    display: none;
  }

  .presentation-head {
    display: block;
  }
  .presentation-head.d-none {
    display: block !important;
  }

  .presentation-container {
    display: none;
  }
}
.photo {
  width: 100%;
}

.photo-1, .photo-3 {
  filter: grayscale(1);
}

.swiper-container-gallery {
  display: none;
  width: 100%;
  height: 0%;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.card-container.active .swiper-container-gallery {
  display: flex;
}
.card-container.active .swiper-container-gallery .swiper-slide {
  max-height: 100%;
}

.swiper-gallery-img {
  max-height: inherit;
}

.gallery-swiper-pagination {
  display: none;
  z-index: 1000;
  position: absolute;
  justify-content: center;
}
.card-container.active .gallery-swiper-pagination {
  display: flex;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  width: 15px;
  height: 15px;
  opacity: 0.75;
  background: #e2e2e2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.gallery-preview-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 1;
}
.gallery-preview-wrapper.gray {
  filter: grayscale(1);
}
.card-container.active .gallery-preview-wrapper {
  display: none;
}

.gallery-preview-inner {
  display: flex;
  justify-content: space-between;
}

.slide {
  width: 250px;
  margin: 0 20px;
  display: block;
}
.slide img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .swiper-container-gallery {
    display: none !important;
  }

  .gallery-preview-wrapper {
    display: flex !important;
  }
}
@media screen and (max-width: 1600px) {
  .photo {
    height: auto !important;
    width: 100% !important;
  }

  .photo.carousel.photo-large {
    width: 75% !important;
    height: auto !important;
  }
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-container.hidden {
  display: none;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  position: absolute;
  border: 4px solid black;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.carousel-item.active {
  display: flex;
  flex-direction: column;
}

.canvas-container {
  width: 100%;
  padding: 0 15px;
  flex: 1;
  min-height: 276px;
}
.canvas-container.gray {
  filter: grayscale(1);
}
.card-container.active .canvas-container {
  height: 80%;
}

body:not(.tv) .chart-canvas {
  height: 95% !important;
}

body:not(.tv) .chartjs-render-monitor {
  height: 100% !important;
}
.card-container.active body:not(.tv) .chartjs-render-monitor {
  height: 100% !important;
}

@media screen and (max-width: 1600px) {
  .canvas-container {
    min-height: 276px;
  }
}
@media screen and (min-width: 1000px) {
  body:not(.tv) .card-container.active .canvas-container {
    min-height: 750px;
  }
}
.video-container.gray {
  filter: grayscale(1);
}

.responsive-video {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.responsive-video iframe {
  width: 100%;
  height: 100%;
}
.responsive-video.vimeo {
  padding-top: 0;
}
.responsive-video.widescreen {
  padding-bottom: 0;
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .video-container {
    height: 260px;
  }

  .responsive-video {
    padding-top: 0;
  }
}
.image-container {
  flex: 1;
  max-height: 310px;
}
.image-container.gray {
  filter: grayscale(1);
}
.image-container * {
  object-fit: contain;
}
.card-container.active .image-container {
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .single-photo {
    width: 100%;
  }
}
.top-button {
  width: 55px;
  height: 55px;
  background: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 100rem;
  position: fixed;
  bottom: 50px;
  right: 65px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 5px;
  background: #5a86bf;
}
.top-button.visible {
  display: flex;
}
.top-button img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .top-button {
    display: none !important;
  }
}
#reloadInfo {
  border-radius: 0 0 10px 10px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 500;
  transform: translate(-50%, -150%);
  transition: transform 350ms ease;
}
#reloadInfo.active {
  transform: translate(-50%, 0);
}

.clock-container {
  width: 100%;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.clock-container .clock-date {
  font-size: 23px;
  font-weight: 700;
}
.card-container.active .clock-container .clock-date {
  font-size: 3vw;
}
.card-container.active.h-tv .clock-container .clock-date {
  font-size: 2.5vw;
}
.clock-container .clock-hour {
  font-size: 9vw;
  font-weight: 700;
  line-height: 0.7;
}
.card-container.active .clock-container .clock-hour {
  font-size: 24vw;
  line-height: 1;
}
.card-container.active.h-tv .clock-container .clock-hour {
  font-size: 20vw;
  line-height: 1;
}
.clock-container .clock-list {
  margin-top: 35px;
}
.clock-container .clock-list .clock-list-item {
  font-size: 21px;
}
.card-container.active .clock-container .clock-list .clock-list-item {
  font-size: 2vw;
}
.card-container.active.h-tv .clock-container .clock-list .clock-list-item {
  font-size: 1.6vw;
}
.clock-container .clock-list .clock-list-item span {
  font-weight: 900;
}

.input-container {
  position: relative;
  width: 100%;
  height: 3.5rem;
  margin: 2rem 0;
}
.input-container input {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background: #f2f2f2;
  transition: all 0.2s;
  border: 1px solid #f2f2f2;
}
.input-container input::placeholder {
  opacity: 0;
  visibility: hidden;
}
.input-container input:focus, .input-container input:focus-visible, .input-container input:not(.input-container input:placeholder-shown), .input-container input:-webkit-autofill, .input-container.focused input {
  outline: none;
  background: #fff;
  border: 1px solid #aaa;
}
.input-container input:focus + label, .input-container input:focus-visible + label, .input-container input:not(.input-container input:placeholder-shown) + label, .input-container input:-webkit-autofill + label, .input-container.focused label {
  transform: translateY(-50%);
  top: 0%;
  font-size: 1rem;
  background: #fff;
}



.input-container input + label {
  position: absolute;
  left: 1rem;
  padding: 0 0.5rem;
  top: 50%;
  transition: all 0.2s;
  transform: translateY(-50%);
  pointer-events: none;
}


.input-container.focused input {
  outline: none;
  background: #fff;
  border: 1px solid #aaa;
}
.input-container.focused label {
  transform: translateY(-50%);
  top: 0%;
  font-size: 1rem;
  background: #fff;
}

/*# sourceMappingURL=index.css.map */
