@charset "UTF-8";
/* COLORS */
body {
  background-image: url("../img/bg.png");
  font-family: "Source Sans Pro", sans-serif;
  color: #252163;
}

a {
  word-wrap: break-word;
}

.colBreak {
  break-after: column;
}

.implementation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.implementation a {
  display: flex;
  align-items: center;
  color: #fefefe;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 1rem;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 2rem;
  background-color: #252163;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  margin-bottom: 2rem;
}
.implementation a:hover {
  text-decoration: underline;
}
.implementation a div {
  text-align: left;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 90%;
}
.implementation a div span {
  display: inline-block;
  text-transform: none;
  font-size: 2.5rem;
}
.implementation a div span:first-child {
  font-size: 2.5rem;
  padding-bottom: 1.5rem;
}

.about-us-departments {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-departments a {
  color: #fefefe;
  width: 100%;
  box-sizing: border-box;
  padding: 5rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 3rem;
}
.about-us-departments a:hover {
  text-decoration: underline;
}
.about-us-departments a span {
  display: block;
  text-transform: none;
  font-size: 1rem;
}
.about-us-departments a span:first-child {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.about-us-departments a:first-child {
  background-color: #252163;
  border-radius: 3rem 0 3rem 3rem;
}
.about-us-departments a:nth-child(2) {
  background-color: #d12127;
  border-radius: 0 3rem 3rem 3rem;
}

.payment-applications-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
}
.payment-applications-list a {
  color: #252163;
}
.payment-applications-list li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.payment-applications-list li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
}
.payment-applications-list li a > * {
  box-sizing: border-box;
}
.payment-applications-list li a div.img {
  width: 35%;
  box-sizing: border-box;
  position: relative;
}
.payment-applications-list li a div.img img.fajka {
  position: absolute;
  z-index: 9999;
  bottom: -14%;
  right: -14%;
  width: 38%;
  height: 38%;
}
.payment-applications-list li a p {
  width: 65%;
  margin: 0;
  color: #252163;
}
.payment-applications-list li a p span {
  font-weight: 700;
  margin-top: 0.25rem;
  display: block;
  font-size: 1.3em;
}
.payment-applications-list li:hover {
  background-color: #fefefe;
  border-radius: 0.5rem;
}
.payment-applications-list li:hover img {
  box-shadow: 0 0 3px #252163;
  border-radius: 50%;
}
.payment-applications-list li:hover p {
  color: #252163;
}

h1 {
  font-size: 3rem;
}
h1:not(.activity-list-title):before {
  content: "◖";
  content: "◖"/"";
  color: #d12127;
  font-size: 3rem;
}

.files-list a[href$=".jpg"]:before,
.files-list a[href$=".JPG"]:before, .documents a[href$=".jpg"]:before,
.documents a[href$=".JPG"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".jpeg"]:before,
.files-list a[href$=".JPEG"]:before, .documents a[href$=".jpeg"]:before,
.documents a[href$=".JPEG"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".gif"]:before,
.files-list a[href$=".GIF"]:before, .documents a[href$=".gif"]:before,
.documents a[href$=".GIF"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".png"]:before,
.files-list a[href$=".PNG"]:before, .documents a[href$=".png"]:before,
.documents a[href$=".PNG"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".svg"]:before,
.files-list a[href$=".SVG"]:before, .documents a[href$=".svg"]:before,
.documents a[href$=".SVG"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".ai"]:before,
.files-list a[href$=".AI"]:before, .documents a[href$=".ai"]:before,
.documents a[href$=".AI"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".psd"]:before,
.files-list a[href$=".PSD"]:before, .documents a[href$=".psd"]:before,
.documents a[href$=".PSD"]:before {
  content: "\f1c5";
  font-family: "FontAwesome";
  color: #10a724;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".pdf"]:before,
.files-list a[href$=".PDF"]:before, .documents a[href$=".pdf"]:before,
.documents a[href$=".PDF"]:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  color: #D20F0B;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".docx"]:before,
.files-list a[href$=".doc"]:before, .documents a[href$=".docx"]:before,
.documents a[href$=".doc"]:before {
  content: "\f1c2";
  font-family: "FontAwesome";
  color: #2A5696;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".rtf"]:before,
.files-list a[href$=".txt"]:before, .documents a[href$=".rtf"]:before,
.documents a[href$=".txt"]:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  color: #292929;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".xlsx"]:before,
.files-list a[href$=".xls"]:before, .documents a[href$=".xlsx"]:before,
.documents a[href$=".xls"]:before {
  content: "\f1c3";
  font-family: "FontAwesome";
  color: #1D7044;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".pptx"]:before,
.files-list a[href$=".ppt"]:before, .documents a[href$=".pptx"]:before,
.documents a[href$=".ppt"]:before {
  content: "\f1c4";
  font-family: "FontAwesome";
  color: #D04424;
  margin-right: 10px;
  display: inline-block;
}
.files-list a[href$=".zip"]:before, .documents a[href$=".zip"]:before {
  content: "\f1c6";
  font-family: "FontAwesome";
  color: #99A600;
  margin-right: 10px;
  display: inline-block;
}

.file-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
.file-list a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.file-list .file-list-folder, .file-list .file-list-file {
  text-decoration: none;
  background-color: #fefefe;
  padding: 0.35rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
}
.file-list .file-list-folder::before, .file-list .file-list-file::before {
  color: #252163;
  content: "\f07b";
  font-family: "FontAwesome";
  margin: 0 5px 0 10px;
  display: block;
  margin: 0;
  width: 100%;
  font-size: 3.5rem;
}
.file-list .file-list-folder span, .file-list .file-list-file span {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid #dbdbdb;
  display: block;
  color: #3d3d3d;
  font-size: 0.85rem;
}

.fancy-link a {
  width: auto;
  text-decoration: underline;
  text-transform: uppercase;
  color: #d12127;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.75rem 0;
}

ul.files {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style-type: none;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-align: left;
}
ul.files li {
  max-width: 300px;
}
ul.files li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fefefe;
  padding: 0.75rem 1rem;
  border-radius: 1rem 1rem 0 1rem;
}
ul.files li a {
  background-color: #fefefe;
  color: #252163;
}
ul.files li a i {
  color: #252163;
}
ul.files li i {
  color: #fefefe;
  display: block;
  padding-right: 0.75rem;
  margin-top: 8px;
  font-size: 2.5rem;
}
ul.files.files-alt {
  margin-right: 2rem;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: normal;
  flex-flow: row wrap;
  justify-content: flex-end;
}
ul.files.files-alt li {
  width: 250px;
}
ul.files.files-alt li a {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0;
  background-color: transparent;
}
ul.files.files-alt li a span {
  text-align: right;
}
ul.files.files-alt li a i {
  color: #fefefe;
  display: block;
  padding: 0.75rem 1rem;
  font-size: 2.5rem;
  border-radius: 1rem 1rem 0 1rem;
  margin-left: 1rem;
}
ul.files.files-alt li:first-child a {
  color: #252163;
}
ul.files.files-alt li:first-child a i {
  background-color: #252163;
}
ul.files.files-alt li:last-child a {
  color: #d12127;
}
ul.files.files-alt li:last-child a i {
  background-color: #d12127;
}
ul.files.files-inline, ul.files.files-plan {
  padding-left: 0;
  justify-content: space-between;
}
ul.files.files-inline li:only-child, ul.files.files-plan li:only-child {
  width: 300px;
}
ul.files.files-inline a, ul.files.files-plan a {
  height: 70px;
}
ul.files.files-plan {
  justify-content: space-around;
}
ul.files.files-plan li {
  width: 45%;
  margin-bottom: 1rem;
}

.blr {
  background-color: #fefefe;
}

.mega {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  padding: 1rem 0;
  color: #252163;
}

.mega2 {
  font-size: 2.5rem;
  font-style: italic;
  display: block;
  margin: 1.2rem 0;
}
.mega2 a {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.bg-red {
  background-color: #d12127;
  color: #fefefe;
}
.bg-red a {
  color: #fefefe;
}

.bg-blue {
  background-color: #252163;
  color: #fefefe;
}
.bg-blue a {
  color: #fefefe;
}

.bg-lightblue {
  background-color: #4bade9;
  color: #fefefe;
}
.bg-lightblue a {
  color: #fefefe;
}

.bg-white {
  background-color: #fefefe;
  color: #fefefe;
}
.bg-white a {
  color: #252163;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

.text-right {
  text-align: right !important;
}

a.readmore {
  padding: 0.4rem 0.8rem;
  background-color: #252163;
  color: #fefefe;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 0 0.25rem;
  border-radius: 1rem 1rem 0 1rem;
  text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-height {
  height: 0 !important;
}

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner img {
  max-width: 100%;
}
.inner img.align_left {
  border-radius: 1rem 1rem 0 1rem;
  width: 100%;
  margin: 0 1rem 1rem 0;
}
.inner img.align_right {
  border-radius: 1rem 1rem 1rem 0;
  width: 100%;
  margin: 0 1rem 1rem 0;
}

table.alocation {
  min-width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
table.alocation th {
  text-transform: uppercase;
  color: #fefefe;
}
table.alocation tr:last-child td {
  color: #fefefe;
}
table.alocation small {
  display: block;
  font-size: 0.8rem;
}

main h1, main .inner > h2, main .inner > h3 {
  letter-spacing: 4px;
  font-weight: 900;
}
main section .inner, main > article .inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

summary {
  cursor: pointer;
}
summary::marker, summary::-webkit-details-marker {
  display: none;
  content: "";
}

.details-red {
  padding: 1rem 0;
  background-color: #d12127;
}
.details-red details {
  background-color: #fefefe;
  color: #252163;
}
.details-red details .inner {
  padding: 1rem;
}
.details-red details p {
  margin-top: 0;
}
.details-red details summary {
  background-color: #d12127;
  color: #fefefe;
  position: relative;
  padding: 1rem 2rem 1rem 1.5rem;
}
.details-red details summary::marker {
  display: none;
  content: "";
}
.details-red details summary h3 {
  position: relative;
  display: block;
  padding-left: 2rem;
  padding-right: 70px;
}
.details-red details summary h3:before {
  position: absolute;
  left: 0;
  top: 0.95rem;
  display: block;
  transform: translateY(-50%);
}
.details-red details summary h3:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 3rem;
  display: block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #fefefe;
}
.details-red details summary[open] h3:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #fefefe;
}
.details-red details ul {
  margin: 1rem 0 0 1.5rem;
  padding-bottom: 1rem;
}

.faq details {
  background-color: #fefefe;
  border-radius: 3rem;
  padding: 1rem 2rem;
  box-shadow: 2px 2px 4px rgba(19, 19, 19, 0.15);
  font-size: 1.25rem;
}
.faq details summary {
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 900;
  text-align: center;
}
.faq details summary:before {
  content: "\f067";
  font-size: 1.5rem;
  font-family: FontAwesome;
  padding-right: 1rem;
}
.faq details:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq details[open] summary {
  border-bottom: 1px dotted #dbdbdb;
}

.farud-form-link {
  width: 100%;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.farud-form-link a {
  text-decoration: none;
  font-weight: bold;
}
.farud-form-link a:hover {
  text-decoration: underline;
}

.fraud-button {
  display: inline-block;
  background-color: #252163;
  color: #fefefe;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}

.cta-alink {
  display: inline-block;
  background-color: #252163;
  color: #fefefe;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.cta-alink.red {
  background-color: #d12127;
}
.cta-alink.white {
  background-color: #fefefe;
  color: #252163;
}
.cta-alink.blue {
  background-color: #252163;
  color: #fefefe;
}

.flex-cols {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

.flex-cols-equals {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.flex-cols-equals .col {
  flex: 1;
}

.info-box {
  border-radius: 3rem;
  padding: 1rem 3rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 999px) {
  .payment-applications-list li:nth-child(odd) p {
    padding-left: 0.5rem;
  }
  .payment-applications-list li:nth-child(even) div.img {
    order: 2;
  }
  .payment-applications-list li:nth-child(even) p {
    text-align: right;
    padding-right: 0.5rem;
  }
  .flex-cols {
    flex-wrap: wrap;
  }
  .flex-cols-equals {
    flex-flow: column wrap;
  }
  .mega2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  main h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  main h1:not(.activity-list-title)::before {
    font-size: 2.5rem;
  }
  ul.files.files-plan li {
    width: 300px;
    max-width: 98%;
  }
  .farud-form-link {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
  .mega2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .mega {
    font-size: 4rem;
  }
  main .inner {
    padding: 2rem 0;
  }
  main .inner img {
    max-width: 100%;
  }
  main .inner img.align_left {
    width: 50%;
    margin: 0 1rem 1rem 0;
    float: left;
  }
  main .inner img.align_right {
    border-radius: 1rem 1rem 1rem 0;
    width: 50%;
    margin: 0 0 1rem 1rem;
    float: right;
  }
  main .details-red details {
    font-size: 1.15rem;
  }
  main .details-red details summary h3 {
    max-width: 1200px;
    margin: 0 auto;
  }
  main .details-red details .inner {
    column-count: 2;
    column-gap: 2rem;
  }
  main .details-red details .inner p:first-child {
    margin-top: 0;
  }
  .files.files-plan li {
    max-width: 23%;
  }
  .implementation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
  .implementation a {
    width: 30%;
    padding: 0;
    font-size: 1.75rem;
    line-height: 2.2rem;
  }
  .implementation a div {
    width: 70%;
  }
  .about-us-departments {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2rem 5rem;
  }
  .about-us-departments a {
    width: 40%;
    margin: 0;
    padding: 2rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .about-us-departments a span {
    display: block;
  }
  .text-2cols {
    column-count: 2;
    column-gap: 3em;
  }
  .text-2cols p {
    margin: 0;
  }
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfix {
  overflow: auto;
  clear: both;
  height: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body > header {
  /*     position: fixed;
      top: 0;
      left: 0;
      width: 100%; */
  box-sizing: border-box;
  background-color: #fefefe;
  box-shadow: 0 2px 1rem rgba(19, 19, 19, 0.05);
  z-index: 1000;
}
body > header .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.user-nav {
  width: 100%;
  background-color: #0c7e1b;
  padding: 0.5rem 0;
  color: #fefefe;
}
.user-nav a {
  color: #fefefe;
}

.logo {
  width: 50%;
}
.logo img {
  display: block;
}

.isponav a {
  display: flex;
  align-items: center;
  padding: 0;
}
.isponav a img {
  height: 3rem;
  width: 3rem;
}

.nav {
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.nav li {
  position: relative;
}
.nav li:hover {
  outline: 1px solid #252163;
  outline-offset: -1px;
}
.nav li a {
  padding: 1.5rem;
  color: #252163;
  text-decoration: none;
  display: block;
}
.nav li a:hover {
  color: #fefefe;
  background-color: #252163;
}
.nav li.parent > a, .nav li.parent > button {
  display: inline-block;
}
.nav li.parent > a {
  padding-right: 0.5rem;
}
.nav li.parent > button {
  cursor: pointer;
  border: none;
  padding: 1.5rem 0.5rem;
  color: #252163;
  text-decoration: none;
  background-color: #fefefe;
}
.nav li.parent > button:hover {
  color: #fefefe;
  background-color: #252163;
}
.nav li.parent > ul {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  z-index: 999;
  display: none;
  visibility: hidden;
  box-shadow: 0 0.5rem 1rem rgba(19, 19, 19, 0.1);
  border: 1px solid #fefefe;
  overflow: hidden;
}
.nav li.parent > ul a {
  display: block;
}
.nav li.parent.open ul {
  visibility: visible;
  display: flex;
}
.nav li.parent.active > a, .nav li.parent.active > button {
  background-color: #252163;
  color: #fefefe;
}
.nav .socnav a {
  padding: 0;
  height: 2rem;
  width: 2rem;
  background-color: #252163;
  color: #fefefe;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 0.25rem;
  border-radius: 1rem 1rem 0 1rem;
}
.nav .socnav .fancy a {
  width: auto;
  background-color: #d12127;
  font-size: 0.9rem;
  padding: 0.1rem 1rem;
}
.nav .socnav li:hover {
  outline: none;
}

.switcher {
  cursor: pointer;
  font-size: 1rem;
  border: 1px solid #252163;
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0.5rem;
}
.switcher i {
  margin-right: 0.5rem;
}

@media screen and (max-width: 1160px) {
  body > header {
    padding: 1rem;
  }
  .nav {
    box-sizing: border-box;
    padding: 1rem;
    position: absolute;
    background: #fefefe;
    top: 4rem;
    left: 0;
    width: 100%;
    align-items: stretch;
    z-index: 999;
  }
  .nav.closed {
    display: none;
    visibility: hidden;
  }
  .nav li {
    width: 100%;
  }
  .nav li:hover {
    outline: 0;
  }
  .nav li.parent ul {
    padding-left: 1.5rem;
    position: relative;
  }
  .nav .socnav ul {
    border-top: 1px solid #252163;
    padding-top: 2rem;
    margin-top: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .nav .socnav ul li {
    text-align: center;
    width: 3rem;
  }
  .nav .socnav ul li a {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .nav .socnav ul .fancy {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1160px) {
  .logo {
    width: 20%;
  }
  .nav {
    text-align: center;
    width: 80%;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .nav .socnav {
    margin-left: 20px;
  }
  .nav .isponav {
    margin-left: 20px;
  }
  .nav ul {
    font-size: 0.85rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .nav li.parent ul {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .switcher {
    display: none;
    visibility: hidden;
  }
}
section .inner > h2, article .inner > h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
}
section .inner > h3, article .inner > h3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  font-size: 2.1rem;
}
section.payment-applications .inner, article.payment-applications .inner {
  font-size: 1.2rem;
}
section.payment-applications h1, article.payment-applications h1 {
  margin-bottom: 0;
}
section.payment-applications .payment-application-header, article.payment-applications .payment-application-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 1rem 2rem 1rem;
}
section.payment-applications .payment-application-header img, article.payment-applications .payment-application-header img {
  width: 100%;
  margin-bottom: 2rem;
}
section.payment-applications .payment-application-header .description, article.payment-applications .payment-application-header .description {
  width: 100%;
  letter-spacing: 0.15ch;
}
section.payment-applications .payment-application-header .description i, article.payment-applications .payment-application-header .description i {
  font-size: 1.5rem;
}
section.payment-applications .payment-application-header .description .sum, article.payment-applications .payment-application-header .description .sum {
  line-height: 2.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #252163;
}
section.payment-applications .payment-application-header .description p, article.payment-applications .payment-application-header .description p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.25rem 0;
}
section.payment-applications .milestones-caption, article.payment-applications .milestones-caption {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75rem 0;
}
section.payment-applications .milestones-caption .milestones-caption-item, article.payment-applications .milestones-caption .milestones-caption-item {
  padding: 0.25rem 0 0.25rem 0;
  width: 100%;
  display: flex;
  align-items: center;
}
section.payment-applications .milestones-caption .milestones-caption-item .status, article.payment-applications .milestones-caption .milestones-caption-item .status {
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  border-radius: 50%;
  margin-right: 0.2rem;
}
section.payment-applications .notes-details, article.payment-applications .notes-details {
  border: 1px solid #252163;
  padding: 0.5rem;
}
section.payment-applications .notes-details summary, article.payment-applications .notes-details summary {
  position: relative;
  padding-right: 2rem;
}
section.payment-applications .notes-details summary:after, article.payment-applications .notes-details summary:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 1rem;
  display: block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #252163;
}
section.payment-applications .milestones-notes, article.payment-applications .milestones-notes {
  padding: 0.75rem 0;
  display: block;
  font-size: 1.2rem;
}
section.payment-applications .milestones-notes > strong, article.payment-applications .milestones-notes > strong {
  margin-bottom: 0.75rem;
  display: block;
}
section.payment-applications .milestones-notes .note, article.payment-applications .milestones-notes .note {
  font-size: 1rem;
  margin: 0.3rem 0;
}
section.milestones, article.milestones {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: rgb(230, 230, 230);
  background: linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 65%, rgb(230, 230, 230) 100%);
}
section.milestones .milestones-caption, article.milestones .milestones-caption {
  font-size: 1rem;
}
section.milestones .inner > h2, article.milestones .inner > h2 {
  text-align: left;
  text-transform: none;
  font-size: 1.6rem;
}
section.milestones details, article.milestones details {
  padding: 0.5rem;
}
section.milestones details:hover, article.milestones details:hover {
  outline: 1px solid #252163;
}
section.milestones details summary, article.milestones details summary {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  letter-spacing: 0.15ch;
}
section.milestones details summary h3, article.milestones details summary h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  padding-right: 3rem;
  width: calc(85% - 2rem);
}
section.milestones details summary .status, article.milestones details summary .status {
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  border-radius: 50%;
  margin-right: 1rem;
  box-sizing: border-box;
}
section.milestones details summary .status > span, article.milestones details summary .status > span {
  visibility: hidden;
}
section.milestones details summary:after, article.milestones details summary:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 1rem;
  display: block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #252163;
}
section.milestones details .milestone-detail, article.milestones details .milestone-detail {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-color: #dbdbdb;
  font-size: 1rem;
}
section.milestones details .milestone-detail .milestone-detail-item, article.milestones details .milestone-detail .milestone-detail-item {
  padding: 1rem;
}
section.milestones details .milestone-detail .milestone-detail-item p, article.milestones details .milestone-detail .milestone-detail-item p {
  margin: 0.25rem 0;
}
section.milestones details .milestone-detail .milestone-detail-item strong, article.milestones details .milestone-detail .milestone-detail-item strong {
  display: block;
  padding: 0.5rem 0;
}
section.milestones details table, article.milestones details table {
  margin-top: 2rem;
  border-collapse: collapse;
  font-size: 1.1rem;
  background-color: #dbdbdb;
}
section.milestones details table thead, article.milestones details table thead {
  background-color: #252163;
  color: #fefefe;
  font-weight: 200;
  font-size: 1rem;
}
section.milestones details table thead th, article.milestones details table thead th {
  padding: 1rem;
}
section.milestones details table tbody td, article.milestones details table tbody td {
  padding: 1rem;
}
section.priorities p, article.priorities p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
section.priorities ul, article.priorities ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
}
section.priorities ul a, article.priorities ul a {
  color: #252163;
}
section.priorities ul li, article.priorities ul li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
section.priorities ul li a, article.priorities ul li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
}
section.priorities ul li a > *, article.priorities ul li a > * {
  box-sizing: border-box;
}
section.priorities ul li a img, article.priorities ul li a img {
  width: 35%;
  box-sizing: border-box;
}
section.priorities ul li a p, article.priorities ul li a p {
  width: 65%;
  margin: 0;
  color: #fefefe;
}
section.priorities ul li a p span, article.priorities ul li a p span {
  font-weight: 700;
  margin-top: 0.25rem;
  display: block;
  font-size: 1.3em;
}
section.priorities ul li:hover, article.priorities ul li:hover {
  background-color: #fefefe;
  border-radius: 0.5rem;
}
section.priorities ul li:hover img, article.priorities ul li:hover img {
  box-shadow: 0 0 3px #252163;
  border-radius: 50%;
}
section.priorities ul li:hover p, article.priorities ul li:hover p {
  color: #252163;
}
section.development .inner > p, article.development .inner > p {
  padding: 0.5rem;
  border-radius: 1rem 1rem 0 1rem;
  border: 1px dotted #d12127;
  font-weight: 400;
  margin-top: 2rem;
}
section.development ol.diagram, article.development ol.diagram {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 60px;
  padding: 0;
}
section.development ol.diagram li, article.development ol.diagram li {
  position: relative;
  width: 60px;
  height: 90px;
  border-bottom: 3px solid #252163;
  background: linear-gradient(90deg, rgb(145, 145, 145) 0%, rgb(255, 255, 255) 100%);
}
section.development ol.diagram li time, article.development ol.diagram li time {
  font-weight: 600;
}
section.development ol.diagram li:before, article.development ol.diagram li:before {
  content: " ";
  display: block;
  position: absolute;
  right: -30px;
  width: 30px;
  border-top: 1px solid white;
}
section.development ol.diagram li p, article.development ol.diagram li p {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  padding-left: 100px;
  margin-top: -10px;
}
section.development ol.diagram li:last-of-type, article.development ol.diagram li:last-of-type {
  background: #d12127;
  position: relative;
  height: 90px;
}
section.development ol.diagram li:last-of-type::after, article.development ol.diagram li:last-of-type::after {
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  bottom: -35px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #d12127;
}
section.development ol.diagram23, article.development ol.diagram23 {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: 5%;
  padding: 0;
}
section.development ol.diagram23 li, article.development ol.diagram23 li {
  position: relative;
  padding-bottom: 35px;
  font-size: 1.15rem;
}
section.development ol.diagram23 li time, article.development ol.diagram23 li time {
  font-weight: 600;
}
section.development ol.diagram23 li:before, article.development ol.diagram23 li:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: white;
  left: 0;
  top: -9px;
  z-index: 990;
}
section.development ol.diagram23 li:after, article.development ol.diagram23 li:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: red;
  left: 3px;
  top: -6px;
  z-index: 999;
}
section.development ol.diagram23 li div, article.development ol.diagram23 li div {
  box-sizing: border-box;
  position: static;
  width: auto;
  margin-top: -10px;
  padding: 0 15px 0 70px;
}
section.development ol.diagram23 li div:before, article.development ol.diagram23 li div:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 7px;
  top: 0;
  background: white;
}
section.development ol.diagram23 li div p, article.development ol.diagram23 li div p {
  width: auto;
  text-align: left;
  margin: 0 auto;
}
section.development ol.diagram23 li div p:before, article.development ol.diagram23 li div p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 50px;
  left: 0;
  border-top: 3px solid white;
}
section.development ol.diagram23 li:last-child div:before, article.development ol.diagram23 li:last-child div:before {
  background: none;
}
section.development ol.diagram23 li:last-child div p:before, article.development ol.diagram23 li:last-child div p:before {
  border-top: 3px solid red;
}
section.priority, article.priority {
  /* .detail-body {
      text-align: justify;
  } */
}
section.priority .inner, article.priority .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 1.2rem;
}
section.priority .inner header, article.priority .inner header {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 2rem;
}
section.priority .inner header img, article.priority .inner header img {
  width: 20%;
}
section.priority .inner header h1, article.priority .inner header h1 {
  width: 80%;
  padding-left: 1rem;
  text-transform: uppercase;
}
section.priority .inner header h1:before, article.priority .inner header h1:before {
  content: "";
}
section.priority .priority-subtitle, article.priority .priority-subtitle {
  color: #fefefe;
  margin: 0;
  background-size: cover;
}
section.priority .priority-subtitle .inner, article.priority .priority-subtitle .inner {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(19, 19, 19, 0.3);
  box-sizing: border-box;
}
section.priority .priority-subtitle .inner span, article.priority .priority-subtitle .inner span {
  display: inline-block;
  background-color: #fefefe;
  color: #252163;
  font-size: 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 50%;
  text-align: center;
}
section.plan a, article.plan a {
  text-decoration: none;
}
section.plan h1, article.plan h1 {
  text-transform: uppercase;
}
section.plan object, article.plan object {
  margin-bottom: 1rem;
}
section.activities h1, article.activities h1 {
  text-transform: uppercase;
}
section.activities .activities-list, article.activities .activities-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section.activities .activities-list > article, article.activities .activities-list > article {
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 4px rgba(19, 19, 19, 0.25);
  border-radius: 1rem;
  background-color: #fefefe;
}
section.activities .activities-list > article:hover, article.activities .activities-list > article:hover {
  box-shadow: 0 4px 4px rgba(19, 19, 19, 0.35);
}
section.activities .activities-list > article a, article.activities .activities-list > article a {
  color: #252163;
  text-decoration: none;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  min-height: 260px;
}
section.activities .activities-list > article div.img, article.activities .activities-list > article div.img {
  width: 60%;
  background-image: "/site/templates/resources/img/blank.png";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
}
section.activities .activities-list > article img, article.activities .activities-list > article img {
  border-radius: 1rem 0 0 1rem;
  width: 100%;
  display: block;
}
section.activities .activities-list > article header, article.activities .activities-list > article header {
  width: 33%;
  background-color: #fefefe;
  border-radius: 0 1rem 1rem 0;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
section.activities .activities-list > article header time, article.activities .activities-list > article header time {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
}
section.activities .activities-list > article header h1, article.activities .activities-list > article header h1 {
  font-size: 1.2rem;
  letter-spacing: normal;
  text-transform: none;
}
section.activities .activities-list > article header h1:before, article.activities .activities-list > article header h1:before {
  content: "";
}
section.activities .categories, article.activities .categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-bottom: 40px;
}
section.activities .categories a, article.activities .categories a {
  display: inline-block;
  color: #252163;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 10px;
}
section.activities .categories a.selected, section.activities .categories a:hover, article.activities .categories a.selected, article.activities .categories a:hover {
  border-bottom: 2px solid #252163;
}
section.activity, article.activity {
  font-size: 1.1rem;
  font-size: 1.25rem;
}
section.activity header img, article.activity header img {
  width: 100%;
}
section.activity header time, article.activity header time {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #dbdbdb;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
section.activity header time i, article.activity header time i {
  margin-right: 1rem;
}
section.activity .inner > header h1, section.activities .inner > header h1, section.page .inner > header h1, section.plan .inner > header h1, section.payment-application .inner > header h1, article.activity .inner > header h1, article.activities .inner > header h1, article.page .inner > header h1, article.plan .inner > header h1, article.payment-application .inner > header h1 {
  text-transform: uppercase;
}
section.activity .inner > header.contact-header a, section.activities .inner > header.contact-header a, section.page .inner > header.contact-header a, section.plan .inner > header.contact-header a, section.payment-application .inner > header.contact-header a, article.activity .inner > header.contact-header a, article.activities .inner > header.contact-header a, article.page .inner > header.contact-header a, article.plan .inner > header.contact-header a, article.payment-application .inner > header.contact-header a {
  display: inline-block;
  margin: 2rem 0;
  box-sizing: border-box;
  background: #d12127;
  border-radius: 3rem;
  padding: 1rem 2rem;
  line-height: 1.1;
  color: #fefefe;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
section.activity .inner > p, section.activities .inner > p, section.page .inner > p, section.plan .inner > p, section.payment-application .inner > p, article.activity .inner > p, article.activities .inner > p, article.page .inner > p, article.plan .inner > p, article.payment-application .inner > p {
  font-size: 1.2rem;
}
section.activity .poster, section.activities .poster, section.page .poster, section.plan .poster, section.payment-application .poster, article.activity .poster, article.activities .poster, article.page .poster, article.plan .poster, article.payment-application .poster {
  width: 100%;
}
section.page .inner, article.page .inner {
  font-size: 1.2rem;
  line-height: 1.5;
}
section.page .inner > h2, article.page .inner > h2 {
  text-align: left;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
section.plan, article.plan {
  font-size: 1.5rem;
}
section.work h1, article.work h1 {
  text-transform: uppercase;
}
section.work .work-subtitle, article.work .work-subtitle {
  color: #fefefe;
  margin: 0;
  background-size: cover;
}
section.work .work-subtitle .inner, article.work .work-subtitle .inner {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(19, 19, 19, 0.3);
  box-sizing: border-box;
}
section.fraud .inner, article.fraud .inner {
  text-align: center;
}
section.fraud .inner > p, article.fraud .inner > p {
  font-size: 1.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
section.repremap, article.repremap {
  padding: 3rem 0;
}
section.repremap h3, article.repremap h3 {
  text-transform: none;
}
section.investment-projects .inner, article.investment-projects .inner {
  box-sizing: border-box;
}
section.investment-projects h1, article.investment-projects h1 {
  font-size: 2.5rem;
}
section.investment-projects h1::before, article.investment-projects h1::before {
  display: none;
}
section.investment-projects .investment-projects-list, article.investment-projects .investment-projects-list {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  gap: 2%;
}
section.investment-projects .investment-projects-list a, article.investment-projects .investment-projects-list a {
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
  min-height: 150px;
  border-radius: 20px;
  padding: 1rem 2.5rem;
  margin-bottom: 2%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fefefe;
  color: #252163;
}
section.investment-projects .investment-projects-list a:hover, article.investment-projects .investment-projects-list a:hover {
  background: #252163;
  color: #fefefe;
}
section.investment-projects .investment-projects-list a span, article.investment-projects .investment-projects-list a span {
  display: block;
  align-content: center;
}
section.investment-project-detail .bg-white, article.investment-project-detail .bg-white {
  background-color: #fefefe;
  color: #252163;
}
section.investment-project-detail .project-statuses, article.investment-project-detail .project-statuses {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75rem 1rem;
}
section.investment-project-detail .project-statuses .project-status-item, article.investment-project-detail .project-statuses .project-status-item {
  padding: 0.25rem 0 0.25rem 0;
  width: 100%;
  display: flex;
  align-items: center;
}
section.investment-project-detail .project-statuses .project-status-item .status, article.investment-project-detail .project-statuses .project-status-item .status {
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  border-radius: 50%;
  margin-right: 0.4rem;
}
section.investment-project-detail .project-stage, article.investment-project-detail .project-stage {
  display: flex;
  flex-flow: row nowrap;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
  box-sizing: border-box;
}
section.investment-project-detail .project-stage.header, article.investment-project-detail .project-stage.header {
  background-color: #282068;
  min-height: 50px;
  color: #fefefe;
}
section.investment-project-detail .project-stage .status, article.investment-project-detail .project-stage .status {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  float: left;
  border-radius: 50%;
  margin: 0.7rem 0.5rem 0 0.3rem;
}
section.investment-project-detail .project-stage .content, article.investment-project-detail .project-stage .content {
  flex-grow: 1;
  padding: 0.4rem 0.7rem 0.3rem 0.7rem;
}
section.investment-project-detail .project-stage .content.milestone, article.investment-project-detail .project-stage .content.milestone {
  background-color: #8dd7f7;
}
section.investment-project-detail .project-stage .content .title, article.investment-project-detail .project-stage .content .title {
  font-weight: bold;
  line-height: 1.5rem;
}
section.investment-project-detail .project-stage .content .date span, section.investment-project-detail .project-stage .content .date-real span, article.investment-project-detail .project-stage .content .date span, article.investment-project-detail .project-stage .content .date-real span {
  display: inline-block;
  min-width: 50%;
  padding-right: 1rem;
}
section.repowernumbers, article.repowernumbers {
  background-color: #048b43;
  color: #fefefe;
}
section.repowernumbers .innner h2, article.repowernumbers .innner h2 {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 450px) {
  section.activities .activities-list > article header, article.activities .activities-list > article header {
    display: inline-block;
  }
}
@media screen and (max-width: 799px) {
  section.priorities ul li:nth-child(odd) p {
    padding-left: 0.5rem;
  }
  section.priorities ul li:nth-child(even) img {
    order: 2;
  }
  section.priorities ul li:nth-child(even) p {
    text-align: right;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  section.priorities ul li:nth-child(odd) p {
    padding-left: 0.5rem;
  }
  section.priorities ul li:nth-child(even) img {
    order: 2;
  }
  section.priorities ul li:nth-child(even) p {
    text-align: right;
    padding-right: 0.5rem;
  }
  section.development {
    font-size: 1.2rem;
  }
  section.development p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }
  section.development ol.diagram li {
    margin: 0 auto;
  }
  section.development ol.diagram li:nth-of-type(odd) p {
    text-align: left;
    width: 280px;
  }
  section.development ol.diagram li:nth-of-type(even):before {
    content: " ";
    display: block;
    position: absolute;
    left: -30px;
    width: 30px;
    border-top: 1px solid white;
  }
  section.development ol.diagram li:nth-of-type(even) p {
    text-align: right;
    position: absolute;
    top: 0;
    left: -420px;
    width: 280px;
    padding-right: 80px;
    margin-top: -10px;
  }
  section.development ol.diagram li:last-of-type {
    background: #d12127;
    position: relative;
  }
  section.development ol.diagram li:last-of-type::after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -35px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #d12127;
  }
  section.investment-projects .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  section .inner > h2 {
    font-size: 3rem;
  }
  section.priorities ul {
    justify-content: center;
    align-items: flex-start;
  }
  section.priorities ul li {
    width: 27%;
    margin-bottom: 3rem;
  }
  section.priorities ul li a img {
    width: 40%;
  }
  section.priorities ul li a p {
    width: 60%;
    padding-left: 1rem;
    font-size: 1.1rem;
  }
  section.priorities ul li:nth-child(1) {
    margin-right: 7%;
    margin-left: 8%;
  }
  section.priorities ul li:nth-child(2) {
    margin-right: 8%;
    margin-left: 7%;
  }
  section.priorities ul li:nth-child(4) {
    margin-right: 8%;
    margin-left: 7%;
  }
  section.priorities ul li:nth-child(4) a {
    flex-flow: row;
    text-align: center;
  }
  section.priorities ul li:nth-child(4) a p {
    padding: 0.5rem 0 0 0;
  }
  section.priorities ul li:first-child, section.priorities ul li:nth-child(3) {
    margin-right: 7%;
    margin-left: 8%;
  }
  section.priorities ul li:first-child a img, section.priorities ul li:nth-child(3) a img {
    order: 2;
  }
  section.priorities ul li:first-child a p, section.priorities ul li:nth-child(3) a p {
    text-align: right;
    padding-right: 1rem;
  }
  section.priorities .inner > h2 {
    text-align: right;
  }
  section.priorities ul li:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
  }
  section.priorities ul li:nth-child(4) {
    margin-right: 3%;
    margin-left: 3%;
  }
  section.priorities ul li:nth-child(4) a {
    flex-flow: column;
  }
  section.priorities ul li:nth-child(5) {
    margin-right: 0;
    margin-left: 0%;
  }
  section.payment-applications ul {
    align-items: flex-start;
    justify-content: normal;
  }
  section.payment-applications ul li {
    width: 27%;
    margin-bottom: 3rem;
  }
  section.payment-applications ul li a div.img {
    position: relative;
    width: 40%;
  }
  section.payment-applications ul li a p {
    width: 60%;
    padding-left: 1rem;
    font-size: 1.1rem;
  }
  section.payment-applications ul li:nth-child(2n) {
    margin-right: 16%;
    margin-left: 7%;
  }
  section.payment-applications ul li:nth-child(2n) a {
    flex-flow: row;
    text-align: left;
  }
  section.payment-applications ul li:nth-child(2n+1) {
    margin-right: 7%;
    margin-left: 16%;
  }
  section.payment-applications ul li:nth-child(2n+1) a div.img {
    order: 2;
  }
  section.payment-applications ul li:nth-child(2n+1) a p {
    text-align: right;
    padding-right: 1rem;
  }
  section.development {
    font-size: 1.2rem;
  }
  section.development p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }
  section.development ol.diagram li {
    margin: 0 auto;
  }
  section.development ol.diagram li:nth-of-type(odd) p {
    text-align: left;
    width: 280px;
  }
  section.development ol.diagram li:nth-of-type(even):before {
    content: " ";
    display: block;
    position: absolute;
    left: -30px;
    width: 30px;
    border-top: 1px solid white;
  }
  section.development ol.diagram li:nth-of-type(even) p {
    text-align: right;
    position: absolute;
    top: 0;
    left: -420px;
    width: 280px;
    padding-right: 80px;
    margin-top: -10px;
  }
  section.development ol.diagram li:last-of-type {
    background: #d12127;
    position: relative;
  }
  section.development ol.diagram li:last-of-type::after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -35px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #d12127;
  }
  section.priority .inner {
    padding: 2rem 0;
  }
  section.priority .article-body {
    column-count: 3;
    column-gap: 3rem;
  }
  section.priority .article-body p:first-of-type {
    margin-top: 0;
  }
  section.priority .priority-subtitle {
    padding: 3rem 0;
  }
  section.priority .priority-subtitle .inner {
    font-size: 4rem;
    line-height: 1.5;
  }
  section.priority .priority-subtitle .inner span {
    font-size: 3.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  section.activities .activities-list > article {
    width: 48%;
  }
  section.activities .activities-list > article div.img {
    width: 67%;
  }
  section.work .work-subtitle .inner {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.5;
  }
  section.investment-projects .inner {
    width: 900px;
  }
  section.investment-projects .investment-projects-list a {
    width: 31%;
    gap: 2%;
  }
  section.investment-project-detail .project-statuses {
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
  }
  section.investment-project-detail .project-statuses .project-status-item {
    width: auto;
    padding-left: 0.75rem;
    display: flex;
    align-items: center;
    max-width: 30%;
  }
  section.investment-project-detail .project-statuses .project-status-item .status {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 50%;
    margin-right: 0.2rem;
  }
  section.investment-project-detail .project-stage.header .date, section.investment-project-detail .project-stage.header .date-real {
    line-height: 1.3rem;
  }
  section.investment-project-detail .project-stage .status {
    margin: 0.5rem 0.5rem 0 0.3rem;
  }
  section.investment-project-detail .project-stage .content {
    display: flex;
    flex-flow: row nowrap;
  }
  section.investment-project-detail .project-stage .content .title {
    flex-grow: 1;
    width: 70%;
  }
  section.investment-project-detail .project-stage .content .date, section.investment-project-detail .project-stage .content .date-real {
    width: 15%;
    text-align: center;
  }
  section.investment-project-detail .project-stage .content .date span, section.investment-project-detail .project-stage .content .date-real span {
    min-width: auto;
    padding-right: 0;
  }
  section.payment-applications .payment-application-header, article.payment-applications .payment-application-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1rem;
  }
  section.payment-applications .payment-application-header img, article.payment-applications .payment-application-header img {
    width: 15%;
    margin-bottom: 0rem;
  }
  section.payment-applications .payment-application-header .description, article.payment-applications .payment-application-header .description {
    width: 80%;
    letter-spacing: 0.15ch;
  }
  section.payment-applications .payment-application-header .description i, article.payment-applications .payment-application-header .description i {
    font-size: 1.5rem;
  }
  section.payment-applications .payment-application-header .description .sum, article.payment-applications .payment-application-header .description .sum {
    line-height: 2.3rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #252163;
  }
  section.payment-applications .payment-application-header .description p, article.payment-applications .payment-application-header .description p {
    font-size: 1rem;
    line-height: 1.8;
    width: 70%;
    margin: 0.25rem 0;
  }
  section.payment-applications .milestones-caption, article.payment-applications .milestones-caption {
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
  }
  section.payment-applications .milestones-caption .milestones-caption-item, article.payment-applications .milestones-caption .milestones-caption-item {
    width: auto;
    padding-left: 0.75rem;
    display: flex;
    align-items: center;
    max-width: 30%;
  }
  section.payment-applications .milestones-caption .milestones-caption-item .status, article.payment-applications .milestones-caption .milestones-caption-item .status {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 50%;
    margin-right: 0.2rem;
  }
  section.milestones, article.milestones {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: rgb(230, 230, 230);
    background: linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 65%, rgb(230, 230, 230) 100%);
  }
  section.milestones .milestones-caption, article.milestones .milestones-caption {
    font-size: 1rem;
  }
  section.milestones .inner > h2, article.milestones .inner > h2 {
    text-align: left;
    text-transform: none;
    font-size: 1.6rem;
  }
  section.milestones details, article.milestones details {
    padding: 1rem;
  }
  section.milestones details:hover, article.milestones details:hover {
    outline: 1px solid #252163;
  }
  section.milestones details summary, article.milestones details summary {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    letter-spacing: 0.15ch;
  }
  section.milestones details summary h3, article.milestones details summary h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
    padding-right: 3rem;
    width: calc(100% - 2rem);
  }
  section.milestones details summary .status, article.milestones details summary .status {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 50%;
    margin-right: 1rem;
    box-sizing: border-box;
  }
  section.milestones details summary .status > span, article.milestones details summary .status > span {
    visibility: hidden;
  }
  section.milestones details summary:after, article.milestones details summary:after {
    position: absolute;
    content: " ";
    top: 50%;
    right: 1rem;
    display: block;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #252163;
  }
  section.milestones details .milestone-detail, article.milestones details .milestone-detail {
    margin-top: 2rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #dbdbdb;
    font-size: 1.1rem;
  }
  section.milestones details .milestone-detail .milestone-detail-item, article.milestones details .milestone-detail .milestone-detail-item {
    min-width: 15%;
    padding: 0;
  }
  section.milestones details .milestone-detail .milestone-detail-item strong, article.milestones details .milestone-detail .milestone-detail-item strong {
    display: block;
    padding: 0.5rem 1rem;
    color: #fefefe;
    background-color: #252163;
  }
  section.milestones details .milestone-detail .milestone-detail-item p, article.milestones details .milestone-detail .milestone-detail-item p {
    padding: 0.5rem 1rem;
  }
  section.milestones details table, article.milestones details table {
    margin-top: 2rem;
    border-collapse: collapse;
    font-size: 1.1rem;
    background-color: #dbdbdb;
  }
  section.milestones details table thead, article.milestones details table thead {
    background-color: #252163;
    color: #fefefe;
    font-weight: 200;
    font-size: 1rem;
  }
  section.milestones details table thead th, article.milestones details table thead th {
    padding: 1rem;
  }
  section.milestones details table tbody td, article.milestones details table tbody td {
    padding: 1rem;
  }
  section.activity .inner > header.contact-header, section.activities .inner > header.contact-header, section.page .inner > header.contact-header, section.plan .inner > header.contact-header, section.payment-application .inner > header.contact-header, article.activity .inner > header.contact-header, article.activities .inner > header.contact-header, article.page .inner > header.contact-header, article.plan .inner > header.contact-header, article.payment-application .inner > header.contact-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  section.activity .inner > header.contact-header a, section.activities .inner > header.contact-header a, section.page .inner > header.contact-header a, section.plan .inner > header.contact-header a, section.payment-application .inner > header.contact-header a, article.activity .inner > header.contact-header a, article.activities .inner > header.contact-header a, article.page .inner > header.contact-header a, article.plan .inner > header.contact-header a, article.payment-application .inner > header.contact-header a {
    display: block;
  }
  section.activity .inner > p, section.activities .inner > p, section.page .inner > p, section.plan .inner > p, section.payment-application .inner > p, article.activity .inner > p, article.activities .inner > p, article.page .inner > p, article.plan .inner > p, article.payment-application .inner > p {
    font-size: 1.2rem;
  }
  section.activity .inner .categories a, section.activities .inner .categories a, section.page .inner .categories a, section.plan .inner .categories a, section.payment-application .inner .categories a, article.activity .inner .categories a, article.activities .inner .categories a, article.page .inner .categories a, article.plan .inner .categories a, article.payment-application .inner .categories a {
    font-size: 1.5rem;
    margin: 0 35px;
  }
  section.activity .poster, section.activities .poster, section.page .poster, section.plan .poster, section.payment-application .poster, article.activity .poster, article.activities .poster, article.page .poster, article.plan .poster, article.payment-application .poster {
    width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  section.development ol.diagram23, article.development ol.diagram23 {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 470px;
    margin-top: 420px;
    margin-left: 0;
    margin-right: 180px;
    padding: 0;
  }
  section.development ol.diagram23 li, article.development ol.diagram23 li {
    position: relative;
    width: 80px;
  }
  section.development ol.diagram23 li time, article.development ol.diagram23 li time {
    font-weight: 600;
  }
  section.development ol.diagram23 li:before, article.development ol.diagram23 li:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: white;
    right: -59px;
    top: -8px;
    left: auto;
    z-index: 990;
  }
  section.development ol.diagram23 li:after, article.development ol.diagram23 li:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: red;
    right: -56px;
    top: -5px;
    left: auto;
    z-index: 999;
  }
  section.development ol.diagram23 li div, article.development ol.diagram23 li div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    margin-top: -10px;
    padding: 0 15px;
  }
  section.development ol.diagram23 li div:before, article.development ol.diagram23 li div:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 50px;
    right: 53.5%;
    top: 0;
    left: auto;
    background: white;
  }
  section.development ol.diagram23 li div p, article.development ol.diagram23 li div p {
    width: auto;
    text-align: center;
  }
  section.development ol.diagram23 li div p:before, article.development ol.diagram23 li div p:before {
    content: "";
    display: block;
    position: absolute;
    top: 141px;
    width: 42%;
    left: 30%;
    border-top: 3px solid white;
  }
  section.development ol.diagram23 li:nth-child(4n+1) div, article.development ol.diagram23 li:nth-child(4n+1) div {
    margin-top: -150px;
  }
  section.development ol.diagram23 li:nth-child(4n+1) div:before, article.development ol.diagram23 li:nth-child(4n+1) div:before {
    height: 40px;
    top: 115px;
  }
  section.development ol.diagram23 li:nth-child(4n+1) div p:before, article.development ol.diagram23 li:nth-child(4n+1) div p:before {
    top: 151px;
  }
  section.development ol.diagram23 li:nth-child(4n+2) div, article.development ol.diagram23 li:nth-child(4n+2) div {
    margin-top: 55px;
  }
  section.development ol.diagram23 li:nth-child(4n+2) div:before, article.development ol.diagram23 li:nth-child(4n+2) div:before {
    height: 30px;
    top: -45px;
  }
  section.development ol.diagram23 li:nth-child(4n+2) div p:before, article.development ol.diagram23 li:nth-child(4n+2) div p:before {
    top: -54px;
  }
  section.development ol.diagram23 li:nth-child(4n+3) div, article.development ol.diagram23 li:nth-child(4n+3) div {
    margin-top: -290px;
  }
  section.development ol.diagram23 li:nth-child(4n+3) div:before, article.development ol.diagram23 li:nth-child(4n+3) div:before {
    height: 145px;
    top: 140px;
  }
  section.development ol.diagram23 li:nth-child(4n+3) div p:before, article.development ol.diagram23 li:nth-child(4n+3) div p:before {
    top: 291px;
  }
  section.development ol.diagram23 li:nth-child(4n) div, article.development ol.diagram23 li:nth-child(4n) div {
    margin-top: 200px;
  }
  section.development ol.diagram23 li:nth-child(4n) div:before, article.development ol.diagram23 li:nth-child(4n) div:before {
    height: 180px;
    top: -200px;
  }
  section.development ol.diagram23 li:nth-child(4n) div p:before, article.development ol.diagram23 li:nth-child(4n) div p:before {
    top: -199px;
  }
  section.development ol.diagram23 li:first-child div p:before, article.development ol.diagram23 li:first-child div p:before {
    width: 50%;
    left: 47%;
  }
  section.development ol.diagram23 li:last-child div:before, article.development ol.diagram23 li:last-child div:before {
    background: red;
  }
  section.development ol.diagram23 li:last-child div p:before, article.development ol.diagram23 li:last-child div p:before {
    width: 46%;
    left: 0;
    border-top: 3px solid white;
  }
}
.call {
  background-color: #fefefe;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(19, 19, 19, 0.25);
}
.call summary {
  background-color: #cfd3d2;
  padding: 0.25rem 2.5rem;
  position: relative;
}
.call summary::before {
  content: " ";
  display: block;
  position: absolute;
  top: 2.4rem;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.call summary.status-otvorena::before {
  background-color: #43b531;
}
.call summary.status-planovana::before {
  background-color: #d12127;
}
.call summary.status-uzavreta::before {
  background-color: #252163;
}
.call summary.status-zrusena::before {
  background-color: #868686;
}
.call summary.status-uzavreta-vyhodnotena::before {
  background-color: #0022ff;
}
.call .call-details {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}
.call .call-details > div {
  width: 100%;
  padding: 0 0.5rem;
}
.call .call-details > div h4 {
  margin: 0;
}
.call .call-details > div h4:not(:first-child) {
  margin-top: 1rem;
}
.call .call-details > div h4 + ul.files-list {
  margin-top: 0;
}
.call .call-details > div p {
  margin-top: 0;
}

.filterswitch {
  line-height: 20px;
}
.filterswitch span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
}
.filterswitch img {
  display: inline-block;
  max-height: 20px;
  vertical-align: middle;
  width: auto;
  max-width: 30px !important;
}
.filterswitch img.trojuholnik {
  max-height: 7px;
  padding-left: 5px;
}

.calls-search {
  padding-top: 2rem;
}

.inner.calls-header {
  padding-bottom: 0;
}
.inner.calls-header h2 {
  margin-bottom: 0 !important;
}

.call-counts {
  padding: 0 1rem;
}
.call-counts .number {
  font-weight: bolder;
}

.FormBuilder.InputfieldForm fieldset.InputfieldFieldset {
  padding: 0;
}

.FormBuilder-vyzvy_vyhladavanie .InputfieldContent {
  width: 100%;
}
.FormBuilder-vyzvy_vyhladavanie .InputfieldContent input, .FormBuilder-vyzvy_vyhladavanie .InputfieldContent select {
  border-radius: 1rem;
}

#FormBuilder_vyzvy_vyhladavanie p.description {
  margin: 0 0 0.5rem 0;
}
#FormBuilder_vyzvy_vyhladavanie .InputfieldFormWidths .InputfieldColumnWidth > .InputfieldHeader, #FormBuilder_vyzvy_vyhladavanie .InputfieldFormWidths .InputfieldColumnWidth > .InputfieldContent {
  padding-left: 0;
}

.callcategories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-bottom: 40px;
}
.callcategories a {
  display: inline-block;
  color: #252163;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 1rem 0;
  text-align: center;
  max-width: 150px;
}
.callcategories a img {
  display: block;
  max-width: 90px;
  margin: 0 2rem 0 2rem;
}
.callcategories a.selected span, .callcategories a:hover span {
  border-bottom: 2px solid #252163;
}

#FormBuilder_vyzvy_vyhladavanie > .Inputfields > fieldset {
  border: 0;
  display: flex;
  flex-flow: column wrap;
}

.calls-legend {
  display: flex;
  flex-flow: column nowrap;
  color: #252163;
}
.calls-legend .calls-legend-dots {
  display: flex;
  flex-flow: row wrap;
}
.calls-legend .calls-legend-dots > div {
  display: flex;
  flex-flow: column wrap;
  flex-basis: calc(35% - 40px);
  justify-content: center;
  position: relative;
  padding-left: 1rem;
}
.calls-legend .calls-legend-dots > div[class^=status-] {
  margin-left: 2rem;
}
.calls-legend .calls-legend-dots > div[class^=status-]::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0D7CCB;
}
.calls-legend .calls-legend-dots > div.status-uzavreta-vyhodnotena {
  flex-basis: 60%;
}
.calls-legend .calls-legend-dots > div.status-otvorena::before {
  background-color: #43b531;
}
.calls-legend .calls-legend-dots > div.status-planovana::before {
  background-color: #d12127;
}
.calls-legend .calls-legend-dots > div.status-uzavreta::before {
  background-color: #252163;
}
.calls-legend .calls-legend-dots > div.status-zrusena::before {
  background-color: #868686;
}
.calls-legend .calls-legend-dots > div.status-uzavreta-vyhodnotena::before {
  background-color: #0022ff;
}

@media screen and (min-width: 600px) {
  .callcategories a {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    line-height: 1.5rem;
    max-width: 200px;
  }
  .callcategories a img {
    max-width: 120px;
    margin: 0 2rem 1rem 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .call .call-details {
    flex-direction: row;
    padding: 1rem 2rem;
  }
  .call .call-details > div {
    width: 33.33333%;
  }
  #FormBuilder_vyzvy_vyhladavanie #Inputfield_vyhladavanie {
    padding-right: 25px;
  }
  #FormBuilder_vyzvy_vyhladavanie #Inputfield_kalendar {
    padding-left: 25px;
  }
  #FormBuilder_vyzvy_vyhladavanie #Inputfield_kalendar > .InputfieldContent {
    padding-left: 0;
  }
  #FormBuilder_vyzvy_vyhladavanie > .Inputfields > fieldset {
    flex-flow: row wrap;
  }
  .calls-legend {
    flex-flow: row nowrap;
  }
  .calls-legend .calls-legend-dots {
    margin-left: 2rem;
    width: 75%;
    flex-flow: row nowrap;
  }
  .calls-legend .calls-legend-dots > div {
    width: 25%;
    flex-basis: auto;
  }
  .calls-legend .calls-legend-dots > div[class^=status-] {
    margin-left: 0;
    width: 20%;
  }
  .calls-legend .calls-legend-dots > div.status-uzavreta-vyhodnotena {
    width: 30%;
  }
  .callcategories a {
    font-size: 1.5rem;
    margin: 0;
    max-width: 200px;
  }
  .callcategories a img {
    max-width: 150px;
  }
}
.semaforbox.inner {
  padding: 0;
}
.semaforbox .semafor-banner {
  padding: 2rem;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 2px;
}
.semaforbox .semafor-banner strong {
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.semaforbox .semafor-banner a {
  text-decoration: none;
}
.semaforbox .semafor-banner:first-child {
  border-bottom: 1px solid #cdcdcd;
}

.skolabox {
  height: 250px;
  max-height: 250px;
  background-image: url("/site/templates/resources/img/banner-skola-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.skolabox .inner {
  padding-top: 7rem;
}
.skolabox img.banner-text {
  width: 50%;
  max-width: 350px;
  margin: 0 50% 0 0;
}

.repowereubox {
  display: block;
  height: 250px;
  max-height: 250px;
  background-image: url("/site/templates/resources/img/banner-repowereu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.repowereubox .inner {
  padding-top: 20%;
}
.repowereubox img.banner-text {
  width: 40%;
  max-width: 350px;
  margin: 0 0 0 60%;
}

@media screen and (min-width: 500px) {
  .skolabox {
    height: 350px;
    max-height: 350px;
  }
  .skolabox .inner {
    padding-top: 10rem;
  }
  .repowereubox {
    display: block;
    height: 350px;
    max-height: 350px;
  }
  .repowereubox .inner {
    padding-top: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .semaforbox {
    height: 0;
  }
  .semaforbox .semafor-banner {
    display: inline-block;
    margin-right: 12rem;
    background-color: transparent;
    max-width: 1100px;
    position: relative;
    text-align: center;
    padding: 0;
    border: 0;
  }
  .semaforbox .semafor-banner a {
    display: flex;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    padding: 0.5rem;
    bottom: -5rem;
    left: 0.5rem;
    border-radius: 50%;
    height: 11rem;
    width: 11rem;
    background-color: #252163;
  }
  .semaforbox .semafor-banner a:hover {
    background-color: rgb(25.5636363636, 22.8, 68.4);
  }
  .semaforbox .semafor-banner a p {
    width: 100%;
  }
  .semaforbox .semafor-banner.bg-lightblue a {
    color: #fefefe;
    background-color: #4bade9;
  }
  .semaforbox .semafor-banner.bg-lightblue a:hover {
    background-color: rgb(38.6435643564, 156.4376237624, 228.5564356436);
  }
  .skolabox {
    height: 650px;
    max-height: 650px;
    background-image: url("/site/templates/resources/img/banner-skola-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .skolabox img.banner-text {
    width: 50%;
    max-width: 550px;
    margin: 0 50% 0 0;
  }
  .repowereubox {
    display: block;
    height: 650px;
    max-height: 650px;
    background-image: url("/site/templates/resources/img/banner-repowereu-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .repowereubox .inner {
    padding-top: 10%;
  }
  .repowereubox img.banner-text {
    width: 50%;
    max-width: 550px;
    margin: 0 0 0 50%;
  }
}
footer:before {
  content: "";
  display: block;
  height: 2px;
  background-image: repeating-linear-gradient(45deg, #d12127, #d12127 30px, #252163 30px, #fefefe 60px);
}
footer .inner {
  padding: 2rem 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-transform: uppercase;
}
footer .inner a {
  text-decoration: none;
}
footer .inner div {
  width: 100%;
}
footer .inner .contact {
  display: flex;
  flex-flow: column nowrap;
  width: 60%;
}
footer .inner .contact > div {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
footer .inner .contact > div img {
  width: 20%;
  margin-bottom: 0.5rem;
}
footer .inner .contact > div p, footer .inner .contact > div address {
  width: 80%;
  margin: 0;
  font-style: normal;
}
footer .inner .logos {
  width: 40%;
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
footer .inner .logos .olaf {
  width: 55%;
  min-width: 70px;
}
footer .inner .logos .uvsr {
  margin-top: -2rem;
}
footer .inner .logos img {
  display: block;
  box-sizing: border-box;
}
footer .inner .logos p {
  width: 100%;
  text-align: right;
  font-size: 0.9rem;
}
footer .inner .links {
  border-top: 1px dotted #d12127;
  width: 100%;
  font-size: 0.85rem;
}
footer .inner .links ul {
  margin: 0;
  padding: 1rem 0 0 0;
  list-style-type: none;
}
footer .inner .links ul li {
  padding: 0.5rem 0;
}
footer .inner .links p {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  footer .inner {
    display: flex;
    flex-flow: row wrap;
    margin-top: 3rem;
  }
  footer .inner div {
    box-sizing: border-box;
  }
  footer .inner .contact {
    flex-flow: row nowrap;
    padding-right: 6rem;
  }
  footer .inner .contact > div img {
    width: 30%;
    margin-bottom: 0.75rem;
  }
  footer .inner .logos {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
  }
  footer .inner .logos div {
    flex: 1 1 auto;
  }
  footer .inner .logos div.olaf {
    flex: 0 0 70px;
  }
  footer .inner .logos .uvsr {
    margin-top: -1rem;
  }
  footer .inner .logos .eksk {
    width: 40%;
    padding-right: 0;
  }
  footer .inner .links {
    margin-top: 3rem;
  }
  footer .inner .links ul li {
    display: inline;
    padding-right: 2rem;
  }
}
.FormBuilder-nahlasovanie-podvodov {
  line-height: 1;
  max-width: 800px;
}
.FormBuilder-nahlasovanie-podvodov input, .FormBuilder-nahlasovanie-podvodov textarea {
  border-radius: 1.5rem;
  border: 0;
  width: 100%;
  max-width: 600px;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
.FormBuilder-nahlasovanie-podvodov label {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  margin-left: 0.2rem;
}
.FormBuilder-nahlasovanie-podvodov .Inputfield:not(:first-of-type) {
  margin-top: 1rem;
}
.FormBuilder-nahlasovanie-podvodov .description {
  font-size: 1rem;
  line-height: 0.8rem;
  display: block;
  margin: 0.35rem 0 0.5rem 0.2rem;
}
.FormBuilder-nahlasovanie-podvodov .notes {
  font-size: 0.9rem;
  display: block;
  line-height: 1.5;
  margin-left: 0.2rem;
}
.FormBuilder-nahlasovanie-podvodov .InputfieldFormBuilderFileList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 600px;
}
.FormBuilder-nahlasovanie-podvodov .InputfieldFormBuilderFileUpload {
  background: #fefefe;
  border-radius: 1.5rem;
  color: black;
}
.FormBuilder-nahlasovanie-podvodov .InputfieldFormBuilderFileUpload .Inputfield_nahrat_prilohu {
  border-radius: 1rem;
}
.FormBuilder-nahlasovanie-podvodov .Inputfield_nahlasovanie-podvodov_submit button {
  background-color: #252163;
  padding: 1rem;
  border: 0;
  color: #fefefe;
  border-radius: 1.75rem;
  cursor: pointer;
  letter-spacing: 0.2rem;
}
.FormBuilder-nahlasovanie-podvodov .Inputfield_nahlasovanie-podvodov_submit button:hover {
  background-color: #fefefe;
  color: #252163;
}
.FormBuilder-nahlasovanie-podvodov .alert-success {
  text-align: center;
  font-size: 2rem;
}
.FormBuilder-nahlasovanie-podvodov .Inputfield_address {
  display: none;
}
.FormBuilder-nahlasovanie-podvodov .InputfieldHidden {
  display: none;
  visibility: hidden;
}

.yt-player {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.yt-player::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.yt-player iframe, .yt-player object, .yt-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsletter {
  display: flex;
  flex-flow: column nowrap;
}
.newsletter .alert-error {
  color: #fefefe;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  background-color: #d12127;
}
.newsletter .input-error {
  color: #d12127;
  font-size: 1.1rem;
  font-weight: bold;
}
.newsletter .alert-success {
  color: #252163;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.newsletter img {
  width: 100%;
}
.newsletter label {
  font-size: 1.1rem;
  line-height: 1.3;
}
.newsletter input[type=email] {
  box-sizing: border-box;
  border: 1px solid #252163;
  font-size: 1.25rem;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.newsletter input[type=email]::placeholder {
  font-size: 1.1rem;
  font-weight: normal;
  color: #252163;
}
.newsletter button {
  display: inline-block;
  color: #fefefe;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
  background-color: #d12127;
  border: none;
}
.newsletter button:hover {
  background-color: #252163;
  color: #fefefe;
}
.newsletter .Inputfield_checkterms input {
  margin-right: 10px;
}
.newsletter .Inputfield_checkterms label {
  font-size: 1.1rem;
}
.newsletter .InputfieldCheckbox .InputfieldHeaderHidden {
  display: none;
}
.newsletter .InputfieldSubmit {
  text-align: right;
}
.newsletter-home-section .inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.newsletter-home-section .inner p {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}
.newsletter-home-section .inner p:first-child {
  font-size: 1.5rem;
  font-weight: bolder;
}

@media screen and (min-width: 768px) {
  .newsletter {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1160px) {
  .newsletter {
    width: 50%;
    margin: 0 auto;
  }
  .newsletter-home-section .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 2%;
  }
  .newsletter-home-section .inner p {
    font-size: 1.2rem;
  }
  .newsletter-home-section .inner p:first-child {
    font-size: 1.5rem;
    font-weight: bolder;
  }
}
section.page .nika-management {
  text-align: center;
}
section.page .nika-management h2 {
  text-align: center;
}
section.page .nika-management .text {
  font-weight: 700;
}
section.page .nika-management .manager {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.page .nika-management .manager img {
  border-radius: 1.5rem;
  width: 100%;
}
section.page .nika-management .manager p {
  text-align: left;
  color: #fefefe;
  font-size: 1.2rem;
  background-color: #d12127;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  letter-spacing: 2px;
}
section.page .nika-management .manager p span {
  font-size: 0.8em;
  word-wrap: break-word;
}
section.page .nika-management .manager p span a {
  color: #fefefe;
  text-decoration: none;
}

section.page .nika-departments .manager {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.page .nika-departments .manager img {
  border-radius: 1.5rem;
  width: 100%;
}
section.page .nika-departments .manager p {
  text-align: left;
  color: #fefefe;
  font-size: 1.2rem;
  background-color: #252163;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  letter-spacing: 2px;
}
section.page .nika-departments .manager p span {
  font-size: 0.8em;
  word-wrap: break-word;
}
section.page .nika-departments .manager p span a {
  color: #fefefe;
  text-decoration: none;
}
section.page .nika-departments .department {
  padding: 1rem 0;
  background-color: #fefefe;
}
section.page .nika-departments .department .inner {
  display: flex;
  flex-flow: column;
}
section.page .nika-departments .department:nth-child(3n+2) {
  background-color: #d12127;
  color: #fefefe;
}
section.page .nika-departments .department:nth-child(3n+2) .manager p {
  background-color: #252163;
}
section.page .nika-departments .department:nth-child(3n+3) {
  background-color: #252163;
  color: #fefefe;
}
section.page .nika-departments .department:nth-child(3n+3) .manager p {
  background-color: #fefefe;
  color: #252163;
}
section.page .nika-departments .department:nth-child(3n+3) .manager p a {
  color: #252163;
}
section.page .nika-departments .department h2 {
  text-transform: uppercase;
  margin: 0;
}

section.page .register-transparentnosti {
  background: #252163;
  color: #fefefe;
  padding-bottom: 2rem;
}

section.page .calendar {
  padding: 2rem 0;
  background: #fefefe;
}

@media screen and (min-width: 700px) {
  section.page .nika-management .manager {
    flex-direction: row;
  }
  section.page .nika-management .manager img {
    width: 220px;
  }
  section.page .nika-management .manager p {
    font-size: 1rem;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 52%;
  }
}
@media screen and (min-width: 1000px) {
  section.page .nika-departments .manager {
    flex-direction: row;
  }
  section.page .nika-departments .manager img {
    width: 220px;
  }
  section.page .nika-departments .manager p {
    font-size: 1rem;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 50%;
    transform: translate(0, 50%);
  }
  section.page .nika-departments .department .inner {
    flex-flow: row wrap;
  }
  section.page .nika-departments .department .department-text {
    width: 65%;
  }
  section.page .nika-departments .department .department-person {
    width: 35%;
  }
}
ul.MarkupPagerNav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
ul.MarkupPagerNav li {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0.5rem;
}
ul.MarkupPagerNav li a {
  display: block;
  text-align: center;
  min-width: 2.5em;
  min-height: 2.5em;
  box-sizing: initial;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  background: #fefefe;
  color: #131313;
  text-decoration: none;
  box-shadow: 3px 3px 5px 0px rgba(100, 100, 100, 0.75);
}
ul.MarkupPagerNav li a:hover {
  background-color: #252163;
  color: #fefefe;
}
ul.MarkupPagerNav li.MarkupPagerNavOn {
  border-color: #252163;
  cursor: default;
}
ul.MarkupPagerNav li.MarkupPagerNavOn a {
  background-color: #252163;
  color: #fefefe;
}
ul.MarkupPagerNav li.MarkupPagerNavPrevious a, ul.MarkupPagerNav li.MarkupPagerNavNext a {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  box-shadow: none;
}
ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover, ul.MarkupPagerNav li.MarkupPagerNavNext a:hover {
  color: #131313;
  text-decoration: none;
}

.calbox {
  display: flex;
  flex-flow: column wrap;
  gap: 5%;
  justify-content: space-between;
  align-items: center;
  justify-content: left;
  align-items: flex-start;
}
.calbox .calboxin:first-child {
  width: 100%;
}
.calbox .calboxin:last-child {
  width: 100%;
}

#calendar-wrapper .buttons-container {
  background-color: #e2e3e4;
  padding: 1.1rem 2.5rem 1rem 2.5rem;
  border-radius: 2.5rem 2.5rem 0 0;
  margin-bottom: 0;
}
#calendar-wrapper .buttons-container .label-container {
  text-transform: none;
  color: #333132;
}
#calendar-wrapper .weeks-wrapper {
  background-color: #f1f1f2;
  border-radius: 0 0 2.5rem 2.5rem;
  padding: 0rem 2.5rem 1rem 2.5rem;
}
#calendar-wrapper .weeks-wrapper .week {
  margin: 0;
  padding: 8px 0;
}
#calendar-wrapper .weeks-wrapper.header {
  border-radius: 0;
  padding: 1rem 2.5rem 0 2.5rem;
}

.week .day.header {
  font-weight: normal;
  font-size: 100%;
  color: #625f5b;
  text-transform: none;
}

.week.start-on-monday .day:nth-child(6), .week.start-on-monday .day:last-child {
  color: #625f5b;
}

.day span {
  font-size: 1rem !important;
  color: black;
}
.day span:hover {
  background-color: #d12127 !important;
  color: #fefefe;
}
.day.today span {
  background-color: #252163;
  color: #fefefe;
  font-size: 100%;
  font-weight: normal;
}
.day.today span::after {
  border-bottom: none;
}
.day.events span {
  background-color: #e2e3e4;
}
.day.dayselected span {
  background-color: #d12127 !important;
  color: #fefefe;
}
.day.today.events span {
  background-color: #252163;
  color: #fefefe;
}

.prev-button, .next-button {
  padding: 0 10px;
}

#calendar-details h4 {
  margin-bottom: 0;
}

h4 > p {
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .calbox {
    display: table-row;
  }
  .calbox .calboxin:first-child {
    display: table-cell;
    width: 420px;
  }
  .calbox .calboxin:last-child {
    display: table-cell;
    padding-left: 2rem;
    width: auto;
  }
}
.repre-list {
  padding-top: 1rem;
}
.repre-list h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.repre-list h4 + p {
  margin-top: 0;
}
.repre-list p {
  font-size: 1.1rem;
}
.repre-list a {
  display: block;
  text-decoration: underline;
  color: #252163;
}
.repre-list a:not(:last-of-type) {
  margin-bottom: 1rem;
}
.repre-list p:nth-of-type(even) {
  margin-top: 0;
}
.repre-list p:nth-of-type(odd) {
  margin-bottom: 0;
}
.repre-list .county {
  display: none;
  padding-top: 1rem;
}
.repre-list .county p:last-child {
  margin-bottom: 1rem;
}

.repremap .mapbox .map {
  float: left;
  display: inline-block;
  width: 70%;
  position: relative;
}
.repremap .mapbox .map a.point {
  display: flex;
  flex-flow: column nowrap;
  width: 6%;
  padding: 0 1rem 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #131313;
  position: absolute;
}
.repremap .mapbox .map a.point .city {
  margin: 0 -1rem;
  text-align: center;
}
.repremap .mapbox .map a.point.bb {
  top: 45%;
  left: 40%;
}
.repremap .mapbox .map a.point.ba {
  top: 60%;
  left: 1%;
}
.repremap .mapbox .map a.point.ke {
  top: 38%;
  left: 73%;
}
.repremap .mapbox .map a.point.nr {
  top: 65%;
  left: 20%;
}
.repremap .mapbox .map a.point.po {
  top: 16%;
  left: 75%;
}
.repremap .mapbox .map a.point.tr {
  top: 29%;
  left: 19%;
}
.repremap .mapbox .map a.point.tt {
  top: 53%;
  left: 10%;
}
.repremap .mapbox .map a.point.za {
  top: 16%;
  left: 35%;
}
.repremap .mapbox .repre-list {
  float: left;
  display: inline-block;
  width: 30%;
  padding-left: 2rem;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .repre-list div {
    width: 50%;
  }
  .repre-list .county {
    display: block !important;
  }
  .repremap .mapbox {
    display: flex;
    flex-flow: column wrap;
  }
  .repremap .mapbox .map {
    width: 100%;
  }
  .repremap .mapbox .repre-list {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .repre .repre-list div {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .repremap .mapbox .map a.point:hover img, .repremap .mapbox .map a.point.active img {
    filter: invert(15%) sepia(83%) saturate(3617%) hue-rotate(347deg) brightness(101%) contrast(92%);
  }
}
#soko {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 0;
}
#soko img {
  width: 100%;
}
#soko .mesto {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 34%;
  margin-top: 18%;
  width: 40%;
  transform: skewY(-2.5deg);
  font-size: 6vw;
  line-height: 7vw;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#soko .text {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2a2768;
  text-transform: uppercase;
  width: 55%;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
}
#soko .text img {
  width: 30%;
  display: block;
}

@media screen and (min-width: 1000px) {
  #soko .mesto {
    font-size: 4rem;
    line-height: 5rem;
  }
  #soko .text {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
}
.cta-alink {
  display: inline-block;
  background-color: #252163;
  color: #fefefe;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.cta-alink.red {
  background-color: #d12127;
}
.cta-alink.white {
  background-color: #fefefe;
  color: #252163;
}
.cta-alink.blue {
  background-color: #252163;
  color: #fefefe;
}

p.small {
  font-size: 0.9rem;
}

.text-left {
  text-align: left !important;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.mb-0 {
  margin-bottom: 0;
}

.toogleswitchbox {
  display: flex;
  gap: 10px;
}

.switcheable.milestones-old .status {
  display: none;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  cursor: pointer;
}

.toggle-switch input[type=checkbox] {
  display: none;
}

.toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 20px;
  transition: background-color 0.3s ease-in-out;
  border: 2px solid #162c6e;
}

.toggle-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #162c6e;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: bold;
  color: #162c6e;
  transition: color 0.3s ease-in-out;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-handle {
  transform: translateX(45px);
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-background {
  background-color: #162c6e;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch-background .toggle-switch-handle {
  background-color: #fefefe !important;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch:before {
  content: "On";
  color: #fefefe;
  right: -15px;
}

.toggle-switch input[type=checkbox]:checked + .toggle-switch-background .toggle-switch-handle {
  transform: translateX(20px);
}

.news-search {
  text-align: center;
}

#FormBuilder_aktuality_vyhladavanie {
  margin-bottom: 30px;
}
#FormBuilder_aktuality_vyhladavanie label {
  display: none;
}
#FormBuilder_aktuality_vyhladavanie .Inputfield_q {
  display: inline-block;
}
#FormBuilder_aktuality_vyhladavanie .Inputfield_q input {
  height: 19px;
  border: 1px solid #252163;
  padding: 7px 10px;
}
#FormBuilder_aktuality_vyhladavanie .InputfieldSubmit {
  display: inline-block;
}
#FormBuilder_aktuality_vyhladavanie .InputfieldSubmit button {
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #252163;
  width: 35px;
  height: 35px;
  background-image: url("/site/templates/resources/img/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #252163;
}

main.repowereu .flex-cols .col.text p:first-child {
  margin-top: 0;
}
main.repowereu h2 {
  text-align: left;
}
main.repowereu .repower-priorities h2 {
  text-align: left;
}
main.repowereu .repower-priorities h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.repower-priorities ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
}
.repower-priorities ul a {
  color: #252163;
}
.repower-priorities ul li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.repower-priorities ul li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
}
.repower-priorities ul li a > * {
  box-sizing: border-box;
}
.repower-priorities ul li a img {
  width: 35%;
  box-sizing: border-box;
}
.repower-priorities ul li a div {
  width: 65%;
  padding-left: 1rem;
  color: #fefefe;
}
.repower-priorities ul li a div span {
  font-weight: 700;
  margin-top: 0.25rem;
  display: block;
  font-size: 1.3em;
}
.repower-priorities ul li:hover {
  background-color: #fefefe;
  border-radius: 0.5rem;
}
.repower-priorities ul li:hover p, .repower-priorities ul li:hover h4 {
  color: #252163;
}

.repoweractions .inner, .repowernumbers .inner {
  line-height: 1.5rem;
}
.repoweractions h2, .repowernumbers h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.actions details summary {
  position: relative;
}
.actions details summary h3 {
  padding-right: 70px;
  font-weight: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.actions details summary h3:before {
  position: absolute;
  left: 0;
  top: 0.95rem;
  display: block;
  transform: translateY(-50%);
}
.actions details summary h3:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 3rem;
  display: block;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #252163;
}

.numbers {
  padding-left: 0;
}
.numbers .number {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}
.numbers .number span {
  display: block;
}
.numbers .number span.title {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.numbers .number span.subtitle {
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 999px) {
  .actions details[open] {
    border: 1px solid #123456;
  }
  .actions details[open] summary h3 {
    padding-left: 10px;
  }
  .actions details[open] div.action-detail {
    padding: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .repower-priorities .inner {
    padding: 3rem 10rem;
  }
  .repower-priorities ul {
    justify-content: center;
    align-items: flex-start;
  }
  .repower-priorities ul li {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 3%;
    margin-left: 3%;
  }
  .repower-priorities ul li a img {
    width: 40%;
  }
  .repower-priorities ul li a div {
    width: 60%;
    padding-left: 1rem;
    font-size: 1.1rem;
  }
  .repower-priorities ul li a h4 {
    color: #fefefe;
  }
}
@media screen and (min-width: 1000px) {
  main.repowereu .flex-cols div.col:first-child {
    width: 35%;
  }
  main.repowereu .flex-cols div.col:last-child {
    width: 65%;
  }
  main.repowereu .newsletter-home-section .inner {
    justify-content: left;
  }
  main.repowereu .newsletter-home-section .inner p:first-child {
    font-size: 2.5rem;
  }
  .repower-priorities .inner {
    padding: 3rem 10rem;
  }
  .repower-priorities ul {
    justify-content: center;
    align-items: flex-start;
  }
  .repower-priorities ul li {
    width: 35%;
    margin-bottom: 3rem;
    margin-right: 3%;
    margin-left: 3%;
  }
  .repower-priorities ul li a img {
    width: 40%;
  }
  .repower-priorities ul li a div {
    width: 60%;
    padding-left: 1rem;
    font-size: 1.1rem;
  }
  .repower-priorities ul li a h4 {
    color: #fefefe;
  }
  .actions .action-detail {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #dbdbdb;
    font-size: 1.1rem;
  }
  .actions .action-detail .action-detail-field {
    min-width: 15%;
    padding: 0;
  }
  .actions .action-detail .action-detail-field strong {
    display: block;
    padding: 0.5rem 1rem;
    color: #fefefe;
    background-color: #252163;
  }
  .actions .action-detail .action-detail-field p {
    padding: 0.5rem 1rem;
  }
  .numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .numbers .number {
    flex: 0 0 calc((100% - 6rem) / 3);
  }
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .blr {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 100%);
    backdrop-filter: blur(30px);
  }
}

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