@charset "UTF-8";
.text-center {
  text-align: center !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
/************* bootsrap table *************/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("/fonts/Montserrat-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  src: url("/fonts/Montserrat-LightItalic.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("/fonts/Montserrat-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/Montserrat-Italic.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("/fonts/Montserrat-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url("/fonts/Montserrat-MediumItalic.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("/fonts/Montserrat-SemiBold.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url("/fonts/Montserrat-SemiBoldItalic.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/Montserrat-BoldItalic.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("/fonts/Montserrat-ExtraBold.ttf") format("ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url("/fonts/Montserrat-ExtraBoldItalic.ttf") format("ttf");
}
body {
  z-index: -1;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.borderless {
  border: none !important;
}

[v-cloak],
.hidden {
  display: none !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.centered-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a:hover {
  text-decoration: none;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  opacity: 1;
  z-index: 1000;
  padding: 30px;
  text-align: center;
  background: #f9f9f9;
  border: 2px solid #6E6E6E;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #666666;
  outline: 1030px solid rgba(25, 25, 25, 0.7);
}

footer {
  background: #071823;
  position: relative;
  height: 6rem;
  background: #071823;
}
@media only screen and (max-width: 1020px) {
  footer {
    height: auto;
  }
}
footer .footer-links {
  display: none;
  text-align: center;
  margin: 80px auto 0 auto;
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.8px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  color: #f3f6fb;
  padding: 3rem 0;
}
@media only screen and (max-width: 1500px) {
  footer .footer-links {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1020px) {
  footer .footer-links {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-links {
    flex-direction: column;
  }
}
footer .footer-links a {
  display: inline-block;
  color: #f3f6fb;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 1020px) {
  footer .footer-links a {
    margin-bottom: 3rem;
  }
}
footer .footer-links a:hover {
  text-decoration: underline;
}
footer .footer-links span {
  display: inline-block;
  margin: 0 1.85rem;
}
@media only screen and (max-width: 1130px) {
  footer .footer-links span {
    margin: 0 1.2rem;
  }
}
@media only screen and (max-width: 1020px) {
  footer .footer-links span {
    display: none;
  }
}
footer .footer-logo {
  position: absolute;
  text-align: center;
  margin-bottom: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}
@media only screen and (max-width: 1020px) {
  footer .footer-logo {
    position: relative;
    margin-bottom: 0;
    bottom: 1.8rem;
  }
}
@media only screen and (max-width: 650px) {
  footer .footer-logo {
    bottom: 3.3rem;
  }
}
footer .footer-logo .partnerji-footer-img {
  width: auto;
  height: 1.25rem;
}
footer .footer-logo .copyright-footer-img {
  height: 0.6rem;
  margin-top: 0.5rem;
}

@-webkit-keyframes grow {
  0% {
    height: 0px;
  }
  100% {
    height: 80px;
  }
}
@-webkit-keyframes growHigher {
  0% {
    height: 0px;
  }
  100% {
    height: 120px;
  }
}
@keyframes grow {
  0% {
    height: 0px;
  }
  100% {
    height: 80px;
  }
}
@keyframes growHigher {
  0% {
    height: 0px;
  }
  100% {
    height: 120px;
  }
}
.contact {
  padding-top: 120px;
  flex: 1;
}
.contact h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact ul {
  margin-top: -15px;
  margin-left: -20px;
}
.contact ul li {
  list-style: none;
}
.contact p:last-child {
  margin-bottom: 100px;
}
.contact .advisors-row {
  margin-top: 50px;
  /*@include media-breakpoint-down(md) {
      margin-top: 0;
  }*/
}
.contact .advisors-row:last-child {
  margin-bottom: 100px;
}
.contact .advisors-row .col {
  /*@include media-breakpoint-down(md) {
      margin-top: 50px;
  }*/
  /*@include media-breakpoint-only(xs) {
      display: block;
  }*/
}
.contact .advisors-row img.advisor {
  width: 130px;
  /*@include media-breakpoint-only(lg) {
      width: 110px;
  }*/
  /*@include media-breakpoint-only(xs) {
      margin-bottom: 10px;
      margin-left: 20px;
  }*/
}
.contact .advisors-row .txt {
  margin-left: 20px;
}
.contact .advisors-row .txt span {
  line-height: 30px;
}
.contact .advisors-row .txt span a {
  text-decoration: none;
}
.contact .advisors-row .txt .icon {
  padding: 4px 0;
}
.contact .advisors-row .txt .icon img {
  width: 26px;
  margin-right: 5px;
}

/***********************************************  COOKIE FOOTER ***********************************************/
.cookie-consent {
  background: rgba(0, 0, 0, 0.8);
  min-height: 60px;
  font-size: 13px;
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  left: 0;
  text-align: left;
  bottom: 2rem;
  z-index: 100;
  width: 40vw;
  padding: 1rem;
  margin: auto;
}
@media only screen and (max-width: 1399.98px) {
  .cookie-consent {
    width: 50vw;
  }
}
@media only screen and (max-width: 1199.98px) {
  .cookie-consent {
    min-height: 85px;
    width: 60vw;
  }
}
@media only screen and (max-width: 800px) {
  .cookie-consent {
    width: 80vw;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .cookie-consent {
    width: 100vw;
  }
}
.cookie-consent .content {
  height: 100%;
  margin-top: 10px;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .cookie-consent .content {
    max-width: 95%;
  }
}
@media only screen and (max-width: 400px) {
  .cookie-consent .content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 350px) {
  .cookie-consent .content {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.cookie-consent .content > *:not(:first-child) {
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent .content > *:not(:first-child) {
    margin-left: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent .content img {
    position: absolute;
    top: 20%;
  }
}
.cookie-consent .content p {
  color: white;
  max-width: 700px;
  font-size: 14px;
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent .content p {
    margin-bottom: 15px !important;
  }
}
.cookie-consent .content p span {
  cursor: pointer;
}
.cookie-consent .content p span:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .cookie-consent .content a {
    position: absolute;
    font-weight: 600;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 350px) {
  .cookie-consent .content a {
    bottom: 1.5rem;
  }
}
.cookie-consent .content .consent-button {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  border: 2px solid transparent;
  color: #000;
  padding: 1.1em;
  min-width: 80px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  line-height: 1;
  margin: 0 0 0 6px;
}
@media only screen and (max-width: 350px) {
  .cookie-consent .content .consent-button {
    margin-bottom: 1rem;
  }
}
.cookie-consent .content .consent-button.red {
  color: red;
}
.cookie-consent .content .consent-button.settings {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.cookie-consent .cookie-checkboxes {
  margin: 20px auto 30px auto;
  font-size: 14px;
  height: 75px;
  -webkit-animation: grow 0.3s ease-out;
          animation: grow 0.3s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .cookie-consent .cookie-checkboxes {
    height: 95px;
  }
}
.cookie-consent .cookie-checkboxes div {
  margin-left: 20px;
}
.cookie-consent .cookie-checkboxes div .grayed-out {
  color: #b5b5b5 !important;
}
@keyframes grow {
  0% {
    height: 0px;
  }
  100% {
    height: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  @-webkit-keyframes grow {
    0% {
      height: 0px;
    }
    100% {
      height: 95px;
    }
  }
  @keyframes grow {
    0% {
      height: 0px;
    }
    100% {
      height: 95px;
    }
  }
}

/*********************************************** COOKIE POPUP ***********************************************/
.cookiedetails-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: black;
}

.cookiedetails-popup {
  position: fixed;
  z-index: 111;
  top: 0%;
  left: 0;
  min-width: 500px;
  max-width: 1000px;
  margin: auto;
  width: 75%;
  font-size: 17px;
  color: #333;
  font-family: "montserrat", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  padding: 1.65em;
  line-height: 1.65em;
  text-align: center;
  overflow: auto;
  background: #f9f9f9;
  border-radius: 5px;
  border: 2px solid #6E6E6E;
  box-shadow: 5px 5px 10px #666666;
  transition: height 0.3s;
}
@media only screen and (max-width: 992px) {
  .cookiedetails-popup {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .cookiedetails-popup {
    bottom: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 400px) {
  .cookiedetails-popup {
    min-width: 400px;
  }
}
@media only screen and (max-width: 300px) {
  .cookiedetails-popup {
    min-width: 300px;
  }
}
@media only screen and (max-width: 250px) {
  .cookiedetails-popup {
    min-width: 250px;
  }
}
.cookiedetails-popup p {
  line-height: 1.428em;
}
.cookiedetails-popup .cookiedetails-content {
  overflow: auto;
}
.cookiedetails-popup .cookiedetails-header {
  font-size: 1.25em;
  display: block;
  text-align: left;
  color: black;
  text-align: left;
  padding-bottom: 1.5em;
  font-weight: 600;
}
.cookiedetails-popup hr {
  margin: 1.5em 0 2.25em;
  border-top: 1px solid #000;
}
.cookiedetails-popup .interaction {
  display: flex;
  line-height: 1.65em;
  padding-bottom: 2em;
  min-width: 500px;
}
.cookiedetails-popup .interaction .interaction-links {
  min-width: 18em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cookiedetails-popup .interaction .interaction-links {
    min-width: 13em;
  }
}
@media only screen and (max-width: 500px) {
  .cookiedetails-popup .interaction .interaction-links {
    min-width: 10em;
  }
}
.cookiedetails-popup .interaction .interaction-links .link-item {
  padding: 1.5em 1em;
  cursor: pointer;
  color: #888;
  font-weight: 600;
}
.cookiedetails-popup .interaction .interaction-links .link-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.cookiedetails-popup .interaction .interaction-links .link-item:hover {
  color: black;
}
.cookiedetails-popup .interaction .interaction-links .link-item.active {
  position: relative;
  z-index: 11;
  color: black;
  background: #f9f9f9;
}
.cookiedetails-popup .interaction .interaction-content {
  position: relative;
  z-index: 10;
  padding: 1em;
  text-align: left;
  font-size: 1em;
  letter-spacing: 0.75px;
  box-shadow: -20px 0px 20px -19px #ddd;
  box-shadow: -20px 0px 20px -19px rgba(0, 0, 0, 0.2);
  border: none;
  overflow: hidden;
  padding: 1em 0 0 1.5em;
}
.cookiedetails-popup .interaction .interaction-content a {
  color: revert;
  text-decoration: underline;
}
.cookiedetails-popup .interaction .interaction-content .track-options input {
  display: none;
}
.cookiedetails-popup .interaction .interaction-content .track-options.freeze {
  opacity: 0.6;
  pointer-events: none;
}
.cookiedetails-popup .interaction .interaction-content .track-options.freeze .toggle-track {
  opacity: 0.6;
  pointer-events: none;
}
.cookiedetails-popup .interaction .interaction-content .track-options .toggle-track {
  display: block;
  z-index: 1;
  height: 27px;
  width: 54px;
  background: #ddd;
  border-radius: 100px;
  position: relative;
  margin-right: 15px;
  border: 1px solid #ccc;
  clear: both;
  float: left;
  transition: all 0.1s ease-in;
  cursor: pointer;
}
.cookiedetails-popup .interaction .interaction-content .track-options .toggle-track:before {
  content: "";
  float: right;
  display: inline;
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 100px;
  top: 0;
  transition: right 0.1s ease-in;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
.cookiedetails-popup .interaction .interaction-content .track-options .toggle-track.disabled {
  cursor: not-allowed;
}
.cookiedetails-popup .interaction .interaction-content .track-options .track-text {
  position: relative;
}
.cookiedetails-popup .interaction .interaction-content .track-options .track-text .enabled {
  font-weight: bold;
}
.cookiedetails-popup .interaction .interaction-content .track-options .nujni-text {
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.5em;
}
.cookiedetails-popup .interaction .interaction-content .track-options input[type=checkbox]:checked + .toggle-track:before {
  float: left;
}
.cookiedetails-popup .interaction .interaction-content .track-options input[type=checkbox]:checked + .toggle-track {
  background: #5dceba;
}
.cookiedetails-popup .btn-container {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 18em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .cookiedetails-popup .btn-container {
    padding-left: 13em;
  }
}
@media only screen and (max-width: 500px) {
  .cookiedetails-popup .btn-container {
    padding-left: 10em;
  }
}
.cookiedetails-popup .btn-container button {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 6px;
  padding: 1.1em;
  margin-bottom: 0.5em;
  min-width: 80px;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
  font-size: 0.95em;
  color: #ffffff;
  background-color: #969696;
  white-space: nowrap;
  border-color: #969696;
  transition: all 0.3s ease-in;
}
.cookiedetails-popup .btn-container button:hover {
  opacity: 0.9;
}

.error-404 {
  padding-top: 200px;
  flex: 1;
}
.error-404 h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.error-404 a {
  color: #071823;
  text-decoration: underline;
  text-align: center;
  display: block;
}

/****************************************************** COMMON ************************************************************ */
.modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    top: 10%;
    bottom: auto;
  }
}

/****************************************************** NOVICE ***************************************************************** */
#obvestiKoBoNaVoljoModal[aria-hidden=true] {
  visibility: hidden;
  display: block;
  z-index: -1;
}

#obvestiKoBoNaVoljoModal[aria-modal=true] {
  visibility: visible;
  z-index: 1050;
}

#prijavaNaNoviceModal[aria-hidden=true] {
  visibility: hidden;
  display: block;
  z-index: -1;
}

#prijavaNaNoviceModal[aria-modal=true] {
  visibility: visible;
  z-index: 1050;
}

.novice-modal {
  top: 2rem;
  max-width: 48rem;
  min-height: 28.5rem;
  width: 48rem;
  color: #062248;
  bottom: auto !important;
  background-color: #f8faff;
  box-shadow: 0px 20px 60px #e2e7f5;
  box-shadow: 0px 20px 60px rgba(17, 39, 94, 0.05);
}
@media only screen and (max-width: 768px) {
  .novice-modal {
    width: 25rem;
  }
}
.novice-modal.large {
  min-height: 50vh;
}
@media only screen and (max-width: 768px) {
  .novice-modal.large {
    border-radius: 50px;
  }
}
.novice-modal .small {
  height: 150px;
}
.novice-modal .modal-content {
  display: block;
  border: none;
  background-color: inherit;
  border-radius: 50px;
}
@media only screen and (max-width: 992px) {
  .novice-modal .modal-content {
    width: 120%;
    left: -2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content {
    border-radius: 50px;
  }
}
.novice-modal .modal-content .close {
  position: absolute;
  display: block;
  text-align: right;
  font-weight: 300;
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 10;
  margin-top: 1.5rem;
  margin-right: 2.5rem;
}
.novice-modal .modal-content .close img {
  width: 1.1rem;
  height: 1.1rem;
}
.novice-modal .modal-content .header {
  text-align: center;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 800;
  padding-top: 3.6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .header {
    border-radius: 50px;
    font-size: 2.15rem;
    list-style: 2.6rem;
    padding-top: 5.6rem;
    margin-bottom: 2.8rem;
  }
}
.novice-modal .modal-content .subheader {
  width: 80%;
  margin: auto;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .subheader {
    text-align: justify;
  }
}
.novice-modal .modal-content iframe {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 1300px) {
  .novice-modal .modal-content iframe {
    width: 105%;
    height: 40rem;
    position: relative;
    margin-top: 4rem;
    transform: translateX(-3%);
    border-radius: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .novice-modal .modal-content iframe {
    width: 100%;
    text-align: justify;
    transform: translateX(0);
  }
}
.novice-modal .modal-content .form {
  position: relative;
  padding: 0 4.7rem 3.6rem 4.7rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form {
    padding: 0 2.6rem 3.6rem 2.6rem;
  }
}
.novice-modal .modal-content .form input[type=text] {
  position: relative;
  height: 3rem;
  padding: 0.9rem 1rem 0.9rem 2.4rem;
  border: 2px solid #062248;
  border-radius: 20px;
  outline: 0;
  color: #062248;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form input[type=text] {
    height: 4.3rem;
  }
}
.novice-modal .modal-content .form input[type=text]::-moz-placeholder {
  color: #c5c8ce;
}
.novice-modal .modal-content .form input[type=text]:-ms-input-placeholder {
  color: #c5c8ce;
}
.novice-modal .modal-content .form input[type=text]::placeholder {
  color: #c5c8ce;
}
.novice-modal .modal-content .form .invalid-feedback {
  display: block !important;
  position: absolute;
  margin-top: 0;
  margin-left: 0.5rem;
  font-size: 0.65rem;
  font-weight: 600;
}
.novice-modal .modal-content .form .validation-container-ime {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .validation-container-ime {
    margin-right: 0;
    width: 100%;
  }
}
.novice-modal .modal-content .form .validation-container-ime .ime {
  width: 100%;
}
.novice-modal .modal-content .form .validation-container-priimek {
  display: inline-block;
  width: 48%;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .validation-container-priimek {
    width: 100%;
  }
}
.novice-modal .modal-content .form .validation-container-priimek .priimek {
  width: 100%;
}
.novice-modal .modal-content .form .validation-container-email {
  display: block;
  width: 100%;
}
.novice-modal .modal-content .form .validation-container-email .invalid-feedback {
  margin-top: -6.75rem;
}
.novice-modal .modal-content .form .validation-container-email .email {
  display: block;
  width: 100%;
}
.novice-modal .modal-content .form .dropdown {
  position: absolute;
  z-index: 10;
  height: 3rem;
  margin-bottom: 1.25rem;
  margin-top: calc(1.25rem - 6.75rem);
  padding: 0.9rem 1rem 0.9rem 2.4rem;
  width: calc(100% - 9.2rem);
  overflow: hidden;
  background-color: #f8faff;
  border: 2px solid #062248;
  border-radius: 20px;
  transition: height 0.5s;
  outline: 0;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown {
    height: 4.3rem;
    width: calc(100% - 5.2rem);
  }
}
.novice-modal .modal-content .form .dropdown.open {
  height: 10.5rem;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown.open {
    height: 16.2rem;
  }
}
.novice-modal .modal-content .form .dropdown .arrow-wrapper {
  position: absolute;
  right: 0.75rem;
  top: 0.45rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown .arrow-wrapper {
    top: 1rem;
  }
}
.novice-modal .modal-content .form .dropdown .arrow-wrapper.hidden {
  display: none;
}
.novice-modal .modal-content .form .dropdown .arrow {
  position: absolute;
  width: 0.7rem;
  height: 0.35rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.novice-modal .modal-content .form .dropdown input {
  position: absolute;
  z-index: 2;
  opacity: 1;
  color: #062248;
  font-weight: 800;
  padding: 0.9rem 1rem 0.9rem 2.4rem;
  height: 3rem;
  width: calc(100% + 4px );
  border: 2px solid transparent;
  border-radius: 20px;
  top: -2px;
  left: -2px;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown input {
    height: 4.3rem;
  }
}
.novice-modal .modal-content .form .dropdown input::-moz-placeholder {
  color: #c5c8ce;
  font-weight: 800;
}
.novice-modal .modal-content .form .dropdown input:-ms-input-placeholder {
  color: #c5c8ce;
  font-weight: 800;
}
.novice-modal .modal-content .form .dropdown input::placeholder {
  color: #c5c8ce;
  font-weight: 800;
}
.novice-modal .modal-content .form .dropdown input.hidden {
  opacity: 0;
  z-index: -1;
}
.novice-modal .modal-content .form .dropdown #dropdown-select {
  position: absolute;
  z-index: 1;
  top: 0.15rem;
  width: 100%;
  left: 0.4rem;
  list-style-type: none;
}
.novice-modal .modal-content .form .dropdown #dropdown-select .status-options {
  position: relative;
  cursor: pointer;
  color: #c5c8ce;
  font-weight: 800;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown #dropdown-select .status-options {
    margin-left: -0.85rem;
    height: 3.8rem;
    padding: 1.1rem 0;
  }
}
.novice-modal .modal-content .form .dropdown #dropdown-select .status-options:hover {
  color: #062248;
}
.novice-modal .modal-content .form .dropdown #dropdown-select .status-options.selected {
  color: #062248;
}
.novice-modal .modal-content .form .dropdown #dropdown-select .status-options label:hover {
  cursor: pointer;
}
.novice-modal .modal-content .form .dropdown #dropdown-select .status-options #poljubno {
  position: absolute;
  border-radius: 5px;
  display: inline-block;
  left: 11%;
  height: 85%;
  width: 100%;
  top: 0;
  cursor: pointer;
  padding: 5px 10px;
}
.novice-modal .modal-content .form .dropdown #dropdown-select .locevalna {
  width: 110%;
  margin: 0;
  margin-left: -10%;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .dropdown #dropdown-select .locevalna {
    width: 120%;
    margin-left: -20%;
  }
}
.novice-modal .modal-content .form .centering-container {
  position: relative;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .centering-container {
    padding-top: 1rem;
  }
}
.novice-modal .modal-content .form .centering-container .soglasje-container {
  position: relative;
  display: inline-block;
  text-align: justify;
  margin-bottom: 2.5rem;
  font-size: 0.7rem;
  margin-top: -1rem;
}
.novice-modal .modal-content .form .centering-container .soglasje-container .soglasje-caption {
  font-weight: 600;
}
.novice-modal .modal-content .form input[type=submit] {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
}
.novice-modal .modal-content .form .izzi-button.pink {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .novice-modal .modal-content .form .izzi-button.pink {
    height: 4.3rem;
    font-size: 1.15rem;
    line-height: 1.35rem;
    padding: 1.4rem 4.5rem;
    border-radius: 100px;
    border: none;
  }
}
.novice-modal .modal-content .form .izzi-button.pink .spinner-border {
  margin-right: 5px;
}
.novice-modal .modal-content .form .submit-response {
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
}
.novice-modal.large .modal-content .email {
  margin-bottom: 6.75rem !important;
}

/****************************************************** RAZREDI - GRADIVA ****************************************************** */
.razred-modal {
  position: absolute;
  color: #062248;
  width: 24rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f8faff;
  box-shadow: 0px 20px 60px #e2e7f5;
  box-shadow: 0px 20px 60px rgba(17, 39, 94, 0.05);
}
@media only screen and (min-width: 993px) {
  .razred-modal {
    max-width: 16.75rem;
  }
}
.razred-modal .modal-content {
  border: none;
  background-color: inherit;
  border-radius: 50px;
}
.razred-modal .modal-content .close {
  position: absolute;
  display: block;
  text-align: right;
  font-weight: 300;
  opacity: 1;
  top: 0;
  right: 0;
  margin-top: 2.65rem;
  margin-right: 2.65rem;
}
@media only screen and (min-width: 993px) {
  .razred-modal .modal-content .close {
    margin-top: 1.65rem;
    margin-right: 1.65rem;
  }
}
.razred-modal .modal-content .close img {
  width: 1.57rem;
  height: 1.57rem;
}
@media only screen and (min-width: 993px) {
  .razred-modal .modal-content .close img {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.razred-modal .modal-content .subject-buttons {
  padding: 5.85rem 1.5rem 3rem 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .razred-modal .modal-content .subject-buttons {
    padding: 4.85rem 1rem 2rem 1rem;
  }
}
.razred-modal .modal-content .subject-buttons .btn-wrapper {
  display: block;
  margin-bottom: 1.43rem;
}
@media only screen and (min-width: 993px) {
  .razred-modal .modal-content .subject-buttons .btn-wrapper {
    margin-bottom: 1rem;
  }
}
.razred-modal .modal-content .subject-buttons .btn-wrapper .cyan {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
@media only screen and (min-width: 993px) {
  .razred-modal .modal-content .subject-buttons .btn-wrapper .cyan {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
}

/****************************************************** PODROBNOSTI ************************************************************ */
.prednosti-modal {
  position: absolute;
  color: #062248;
  width: 85%;
  background-color: #f8faff;
  box-shadow: 0px 20px 60px #e2e7f5;
  box-shadow: 0px 20px 60px rgba(17, 39, 94, 0.05);
}
@media only screen and (max-width: 450px) {
  .prednosti-modal {
    width: 100%;
  }
}
.prednosti-modal .modal-content {
  border: none;
  background-color: inherit;
  border-radius: 50px;
}
.prednosti-modal .modal-content .close {
  position: absolute;
  display: block;
  text-align: right;
  font-weight: 300;
  opacity: 1;
  top: 0;
  right: 0;
  margin-top: 2.65rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 993px) {
  .prednosti-modal .modal-content .close {
    margin-top: 1.65rem;
    margin-right: 1.65rem;
  }
}
.prednosti-modal .modal-content .close img {
  width: 1.57rem;
  height: 1.57rem;
}
@media only screen and (min-width: 993px) {
  .prednosti-modal .modal-content .close img {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container {
  width: 100%;
  height: 90rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
  align-items: stretch;
  padding: 5.6rem 2.3rem 3rem 2rem;
}
@media only screen and (min-width: 576px) {
  .prednosti-modal .modal-content .prednosti-modal-container {
    padding-top: 5.85rem;
    height: 75rem;
    width: 85%;
    margin: auto;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti {
  position: relative;
  text-align: left;
  width: 103%;
  transition: height 0.2s linear;
  height: 0;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked {
  height: 3.5rem;
}
@media only screen and (max-width: 576px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked .hide-text {
    height: 4.8rem;
  }
}
@media only screen and (max-width: 368px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked .hide-text {
    margin-left: -2rem;
    width: 100;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked .text-container {
  top: 0.2rem;
}
@media only screen and (max-width: 368px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked .text-container {
    margin-left: -2rem;
    width: 85;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._1 {
  height: 6rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._3 {
  height: 6.5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._5 {
  height: 11.5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._6 {
  height: 6.5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
  height: 6.2rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
  height: 7.5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._9 {
  height: 5.5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._11 {
  height: 5rem;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._13 {
  height: 6rem;
}
@media only screen and (max-width: 992px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._1 {
    height: 5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._3 {
    height: 5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._5 {
    height: 9rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._6 {
    height: 5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
    height: 6.2rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
    height: 6rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._11 {
    height: 5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._13 {
    height: 5rem;
  }
}
@media only screen and (max-width: 368px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._1 {
    height: 7rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._3 {
    height: 6.5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._5 {
    height: 11.5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._6 {
    height: 6.5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
    height: 6.2rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._8 {
    height: 7.5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._9 {
    height: 5.5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._11 {
    height: 5rem;
  }
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti.clicked._13 {
    height: 6rem;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .img-wrapper {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3.5rem;
  text-align: center;
  z-index: 2;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .img-wrapper img {
  max-width: 100%;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  width: 12.3rem;
  left: 0.8rem;
  font-size: 1rem;
  line-height: 1.185rem;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .title {
    width: 75%;
    cursor: pointer;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .arrow-down {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0.3rem;
  z-index: 2;
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .hide-text {
  position: absolute;
  width: calc(100% - 4.2rem);
  height: 4.8rem;
  left: 4.1rem;
  top: -1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.185rem;
  text-align: left;
  z-index: 1;
  background: #f8faff;
}
@media only screen and (max-width: 576px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .hide-text {
    height: 5.8rem;
  }
}
@media only screen and (max-width: 368px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .hide-text {
    margin-left: -2rem;
    width: 85%;
  }
}
.prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .text-container {
  position: relative;
  width: calc(100% - 4.2rem);
  left: 4.1rem;
  top: -3.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.185rem;
  text-align: left;
  z-index: 0;
  transition: top 0.2s linear;
  background-color: #f8faff;
}
@media only screen and (max-width: 368px) {
  .prednosti-modal .modal-content .prednosti-modal-container .vrstica-prednosti .text-container {
    margin-left: -2rem;
    width: 85%;
  }
}

.maxtura-popup .content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("/images/popups/popup-maxtura.png") no-repeat center !important;
  width: 476px !important;
  height: 476px !important;
  cursor: pointer;
  border-radius: 15px;
  background-size: cover !important;
  transform: translate(-50%, -50%);
}
.maxtura-popup .content .interaction {
  position: absolute;
  bottom: 3rem;
  left: 3%;
  width: calc(100% - 3rem);
  height: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 570px) {
  .maxtura-popup .content .interaction {
    bottom: 2.5rem;
    height: 8rem;
    width: 100%;
  }
}
@media only screen and (max-width: 470px) {
  .maxtura-popup .content .interaction {
    height: 7rem;
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .maxtura-popup .content .interaction {
    height: 5.5rem;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 360px) {
  .maxtura-popup .content .interaction {
    height: 5rem;
    bottom: 1.5rem;
  }
}
.maxtura-popup .content .interaction .button-1 {
  position: absolute;
  cursor: pointer;
  border-radius: 50px;
  width: 8rem;
  height: 3rem;
  opacity: 0.5;
}
@media only screen and (max-width: 570px) {
  .maxtura-popup .content .interaction .button-1 {
    width: 9.5rem;
    height: 3.3rem;
  }
}
@media only screen and (max-width: 470px) {
  .maxtura-popup .content .interaction .button-1 {
    width: 30%;
  }
}
@media only screen and (max-width: 400px) {
  .maxtura-popup .content .interaction .button-1 {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .maxtura-popup .content .interaction .button-1 {
    height: 2rem;
  }
}
.maxtura-popup .content .interaction .button-2 {
  position: absolute;
  cursor: pointer;
  border-radius: 50px;
  bottom: 0;
  width: 100%;
  height: 3rem;
  opacity: 0.5;
}
@media only screen and (max-width: 400px) {
  .maxtura-popup .content .interaction .button-2 {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .maxtura-popup .content .interaction .button-2 {
    height: 2rem;
  }
}
.maxtura-popup .content .interaction input {
  display: none;
}
.maxtura-popup .close-button {
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

#splosni-pogoji {
  font-family: Arial, Helvetica, sans-serif;
}
#splosni-pogoji .splosni-pogoji-container {
  padding: 7rem 10%;
  color: #333;
}
@media only screen and (max-width: 500px) {
  #splosni-pogoji .splosni-pogoji-container {
    padding: 3rem 3%;
  }
}
#splosni-pogoji .splosni-pogoji-container a:hover {
  text-decoration: underline;
}
#splosni-pogoji .splosni-pogoji-container .naslov-container {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #111;
}
@media only screen and (max-width: 500px) {
  #splosni-pogoji .splosni-pogoji-container .naslov-container {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 500px) {
  #splosni-pogoji .splosni-pogoji-container ol {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
}
#splosni-pogoji .splosni-pogoji-container .tocka {
  list-style-position: inside;
}
#splosni-pogoji .splosni-pogoji-container .tocka::marker {
  font-size: 1.1rem;
  color: #111;
}
#splosni-pogoji .splosni-pogoji-container .tocka .caption {
  font-size: 1.1rem;
  color: #111;
}
#splosni-pogoji .splosni-pogoji-container .tocka .subcaption {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka .sodelovanje-list {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
#splosni-pogoji .splosni-pogoji-container .tocka .sodelovanje-list::marker {
  font-size: 0.9rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka .sodelovanje-list .item {
  margin-bottom: 0.5rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka .sklad-list {
  list-style: none;
  padding-left: 4rem;
}
@media only screen and (max-width: 500px) {
  #splosni-pogoji .splosni-pogoji-container .tocka .sklad-list {
    padding-left: 3.5rem;
  }
}
#splosni-pogoji .splosni-pogoji-container .tocka .sklad-list .item:before {
  content: "\2013";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -2rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka .sklad-paragraph {
  margin-bottom: 1rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka ul.odgovornost {
  list-style-position: inside;
  padding-left: 0;
  color: #555;
  font-style: italic;
}
#splosni-pogoji .splosni-pogoji-container .tocka .odgovornost {
  font-family: Calibri, Arial, Helvetica, sans-serif;
}
#splosni-pogoji .splosni-pogoji-container .tocka .odgovornost .item {
  margin-bottom: 0.3rem;
}
#splosni-pogoji .splosni-pogoji-container .tocka .odgovornost .item::marker {
  color: transparent;
}
#splosni-pogoji .splosni-pogoji-container .tocka .odgovornost .item:before {
  content: "\2013";
  position: absolute;
  margin-left: -1.2rem;
}
#splosni-pogoji .splosni-pogoji-container .end-paragraph {
  margin-top: 3rem;
  padding: 0 40px;
}
#splosni-pogoji .splosni-pogoji-container .end-paragraph .left {
  float: left;
}
#splosni-pogoji .splosni-pogoji-container .end-paragraph .right {
  float: right;
}
@media only screen and (max-width: 500px) {
  #splosni-pogoji .splosni-pogoji-container .end-paragraph .left {
    display: block;
    text-align: center;
    float: none;
    clear: both;
  }
  #splosni-pogoji .splosni-pogoji-container .end-paragraph .right {
    display: block;
    text-align: center;
    float: none;
    clear: both;
  }
}

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

body {
  overflow-x: hidden;
}

.row {
  display: flex;
}
.row--padding {
  padding-bottom: 1em;
}

.row-mid {
  justify-content: center;
}

.row-vmid {
  align-items: center;
}

.col {
  flex: 1;
}

@media only screen and (max-width: 48em) {
  .row {
    flex-direction: column;
  }

  .col {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 48em) {
  .col-space {
    flex: 0 0 5%;
  }

  .col-tenth {
    flex: 0 0 10%;
  }

  .col-fifth {
    flex: 0 0 20%;
  }

  .col-quarter {
    flex: 0 0 25%;
  }

  .col-third {
    flex: 0 0 33.3333334%;
  }

  .col-half {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1050px) {
  .col-fifth-mobile {
    flex: 0 0 15%;
  }
}
@media only screen and (min-width: 860px) {
  .col-fifth-mobile {
    flex: 0 0 10%;
  }
}

@media only screen and (min-width: 1050px) {
  .col-tenth-mobile {
    flex: 0;
  }
}

:root {
  --primary:#4a2b6e;
  --primary-lite:#ece1f5;
  --primary-lite2:#7a4f9e;
  --secondary:#01e1bf;
  --secondary-lite:#d5fcf6;
  --goldish:#fcd201;
  --goldish-lite:#fff9da;
  --greyish:#787885;
  --greyish-lite:#eff2f6;
  --redish:#DC1C60;
  --max-width:1920px;
}

body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 1em;
  color: var(--greyish);
  background-color: #fff;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

a.nodec {
  text-decoration: none;
}
a.webinar {
  display: block;
  background-color: #ddd;
  padding: 1em;
  margin-bottom: 0.75em;
  border-radius: 1em;
  color: var(--primary);
  text-decoration: none;
}
a.webinar:hover {
  background-color: var(--primary-lite);
}

p {
  line-height: 1.4;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.hero-bg {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  img.hero-bg {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 1450px) {
  img.hero-bg {
    height: 100%;
    z-index: 0;
    right: -12rem;
    top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  img.hero-bg {
    position: relative;
    height: 50%;
    right: 0rem;
    top: 0;
  }
}
img.hero-zakaj {
  position: absolute;
  margin-top: 30px;
  right: 0;
  top: 7rem;
}
@media only screen and (max-width: 1450px) {
  img.hero-zakaj {
    right: 0;
    height: 100%;
    z-index: 0;
    right: -12rem;
    top: 8rem;
  }
}
@media only screen and (max-width: 1150px) {
  img.hero-zakaj {
    right: -20rem;
    max-width: revert;
  }
}
@media only screen and (max-width: 768px) {
  img.hero-zakaj {
    position: relative;
    height: 50%;
    right: -10rem;
    top: 0;
    width: 80%;
  }
}
img.hero-nagr-igra {
  position: absolute;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 1450px) {
  img.hero-nagr-igra {
    right: -2rem;
    height: 85%;
    z-index: 0;
    top: 8rem;
  }
}
@media only screen and (max-width: 1350px) {
  img.hero-nagr-igra {
    position: relative;
    height: 50%;
    right: 0;
    top: 0;
    width: 80%;
    margin-left: 20%;
  }
}

.hero-btn-container {
  display: flex;
}
@media only screen and (max-width: 1650px) {
  .hero-btn-container {
    flex-direction: column;
  }
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 0.5em #aaa;
  font-size: 1.125em;
}
header nav {
  margin: 0 auto;
  padding: 0 1em;
  max-width: var(--max-width);
  height: 80px;
}
header nav img.logo {
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  header nav img.logo {
    max-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .btn {
    font-size: 0.875em;
    white-space: nowrap;
  }
}

.nav-mobile {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  padding: 1em;
  font-size: 1.25em;
}

section {
  position: relative;
  margin: 0 auto;
  max-width: var(--max-width);
}
section.content {
  margin-top: 120px;
  color: var(--primary);
}
section.with-padding {
  padding: 4em 0;
}
section.with-padding:first-of-type {
  padding: 0 0 4em 0;
}
section.with-both-padding {
  padding: 6em 0;
}
section.hero {
  padding: 0;
  font-size: 1.5em;
  height: auto;
  display: flex;
  align-items: center;
}
section.hero p.pitch a {
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  section.hero {
    height: auto;
  }
}
section.footer {
  background-color: #222;
  max-width: 100%;
}
section.footer a {
  color: var(--greyish);
}

h2 {
  margin: 0;
}

input {
  padding: 0.75em;
  font-size: 1em;
}
input[type=text], input[type=email], input[type=password] {
  width: 100%;
  background-color: var(--greyish-lite);
  border: none;
}

table {
  width: 100%;
  border-spacing: 0;
}

td {
  font-size: 1em;
}

.panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-bottom {
  align-items: flex-end;
}

.panel-left {
  justify-content: flex-start;
}

.white {
  color: #fff;
}

.primary {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

.goldish {
  color: var(--goldish);
}

.redish {
  color: var(--redish);
}

.heavy {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.huge2 {
  font-size: calc(4em + 3vw);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.huge {
  font-size: calc(2em + 3vw);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.bigger {
  font-size: calc(1.25em + 1.5vw);
}

.big {
  font-size: calc(1.125em + 1vw);
}

.larger {
  font-size: calc(0.95em + 0.4vw);
}

.large {
  font-size: 1.25em;
}

.small {
  font-size: 0.875em;
}

.tiny {
  font-size: 0.75em;
}

.btn {
  text-decoration: none;
  padding: 0.35em 1em;
  border: 2px solid var(--primary);
  border-radius: 5em;
  font-weight: bold;
  color: var(--primary);
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn {
    padding: 0.5em 1.5em;
  }
}
.btn:hover {
  opacity: 0.9;
}

.btn-noborder {
  border: 2px solid #fff;
}
.btn-noborder:hover {
  border: 2px solid var(--primary);
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
}

.btn-secondary {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-grey {
  background-color: var(--secondary);
  border: 2px solid var(--secondary-lite);
}

section.hero .panel {
  display: block;
}
@media only screen and (min-width: 768px) {
  section.hero .panel {
    display: flex;
  }
}
section.hero .panel .btn {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.hero .panel .btn {
    width: auto;
  }
}

li {
  margin-bottom: 0.5em;
}

.gridx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1em;
}
@media only screen and (max-width: 768px) {
  .gridx {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 2em;
  }
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  gap: 3em;
}

.box {
  position: relative;
  border-radius: 1em;
  padding: 2em;
}
.box--h-full {
  height: 100%;
}

.box-half {
  padding: 1em;
}

.box-white {
  background-color: #fff;
  box-shadow: 0.5em 0.5em 1em #aaa;
}

.no-shadow {
  box-shadow: none;
}

.box-card {
  min-height: 420px;
}

.box-tall {
  height: 500px;
}

.box-primary {
  background-color: var(--primary);
}

.box-primary-lite {
  background-color: var(--primary-lite);
}

.box-primary-lite2 {
  background-color: var(--primary-lite2);
}

.box-secondary {
  background-color: var(--secondary);
}

.box-goldish {
  background-color: var(--goldish);
}

.box-title {
  height: 110px;
}

.bg-greyish-lite {
  background-color: var(--greyish-lite);
}

.bg-primary {
  background-color: var(--primary);
  color: #fff;
}

.sep {
  border-top: 3px solid var(--goldish);
  margin: 1.5em 0;
}

.numbering {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 119px;
  letter-spacing: -1.75px;
}

.webinar-title {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: -0.75px;
}

.webinar-arrow {
  width: 3.25rem;
  height: 3.25rem;
  transition: transform 0.15s ease-in-out;
}
.webinar-arrow:hover {
  cursor: pointer;
  transform: scale(1.3);
}
.webinar-arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.webinar-arrow.disabled:hover {
  transform: none;
}

.webinar-bottom-ornament {
  position: absolute;
  margin-top: 2rem;
  right: -1rem;
  width: 25rem;
  height: 23rem;
}
@media only screen and (max-width: 768px) {
  .webinar-bottom-ornament {
    right: -2rem;
  }
}

.webinar-grid {
  position: absolute;
  left: -4rem;
  margin-top: -7rem;
  width: 15rem;
  height: 12rem;
}
@media only screen and (max-width: 1400px) {
  .webinar-grid {
    left: -7rem;
  }
}
@media only screen and (max-width: 768px) {
  .webinar-grid {
    display: none;
  }
}

.avatar {
  border-radius: 10em;
  max-width: 100px;
}

.wrap {
  margin: 0 auto;
  max-width: 768px;
}

.session-box {
  box-shadow: 0 0 2em #ccc;
  border-radius: 1em;
  padding: 2em;
  color: var(--primary);
}
.session-box h1 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.wide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wide {
    display: block;
  }
}

.pad {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .pad {
    padding: 1rem;
  }
}
.pad.nagr-igra {
  width: 50rem;
  padding-left: 10rem;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1650px) {
  .pad.nagr-igra {
    width: 50rem;
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 1550px) {
  .pad.nagr-igra {
    width: 40rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 1350px) {
  .pad.nagr-igra {
    padding-left: revert;
    width: 40rem;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pad.nagr-igra {
    width: 90%;
  }
}

.grade-row {
  position: relative;
  display: block;
}

.grade-box {
  position: relative;
  display: inline-block;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .grade-box {
    width: 100%;
  }
}
.grade-box .img {
  max-width: 400px;
  position: absolute;
  top: -17em;
  left: -2em;
}
@media only screen and (max-width: 1251px) {
  .grade-box .img {
    top: -19em;
  }
}
@media only screen and (max-width: 950px) {
  .grade-box .img {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .grade-box .img {
    top: -25em;
    left: -3em;
  }
}
@media only screen and (max-width: 768px) {
  .grade-box .img {
    display: none;
  }
}
.grade-box .img.geo {
  width: 21rem;
}
@media only screen and (max-width: 1251px) {
  .grade-box .img.geo {
    width: 20rem;
    left: -8rem;
    top: -17rem;
  }
}
@media only screen and (max-width: 880px) {
  .grade-box .img.geo {
    left: -10rem;
    top: -20rem;
  }
}

@media only screen and (min-width: 768px) {
  .v-mid {
    align-self: center;
  }

  .wide-no-show {
    display: inherit;
  }
}
@media only screen and (max-width: 1024px) {
  header nav .btn {
    font-size: 0.875em;
    white-space: nowrap;
  }

  .wide-no-show {
    display: none;
  }
}