@import 'https://unpkg.com/leaflet@1.7.1/dist/leaflet.css';
:root {
  --font-small: 10px;
  --font-medium: 14px;
  --font-large: 20px;
  --color-red: #005CA1;
  --color-white: #FFFFFF;
  --gap: 30px;
  --gap-half: calc(var(--gap) * 0.5);
  --gap-and-a-half: calc(var(--gap) * 1.5);
  --gap-double: calc(var(--gap) * 2);
}

@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 100;
  src: local("Geomanist"), url("../font/Geomanist/100.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 100;
  src: local("Geomanist"), url("../font/Geomanist/100i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 200;
  src: local("Geomanist"), url("../font/Geomanist/200.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 200;
  src: local("Geomanist"), url("../font/Geomanist/200i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 300;
  src: local("Geomanist"), url("../font/Geomanist/300.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 300;
  src: local("Geomanist"), url("../font/Geomanist/300i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 400;
  src: local("Geomanist"), url("../font/Geomanist/400.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 400;
  src: local("Geomanist"), url("../font/Geomanist/400i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 500;
  src: local("Geomanist"), url("../font/Geomanist/500.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 500;
  src: local("Geomanist"), url("../font/Geomanist/500i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 800;
  src: local("Geomanist"), url("../font/Geomanist/800.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 800;
  src: local("Geomanist"), url("../font/Geomanist/800i.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: normal;
  font-weight: 900;
  src: local("Geomanist"), url("../font/Geomanist/900.otf") format("opentype");
}
@font-face {
  font-family: "Geomanist";
  font-style: italic;
  font-weight: 900;
  src: local("Geomanist"), url("../font/Geomanist/900i.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Tisa Pro"), url("../font/TisaPro/300.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: italic;
  font-weight: 300;
  src: local("Tisa Pro"), url("../font/TisaPro/300i.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Tisa Pro"), url("../font/TisaPro/400.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Tisa Pro"), url("../font/TisaPro/400i.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: normal;
  font-weight: 500;
  src: local("Tisa Pro"), url("../font/TisaPro/500.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: italic;
  font-weight: 500;
  src: local("Tisa Pro"), url("../font/TisaPro/500i.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Tisa Pro"), url("../font/TisaPro/700.otf") format("opentype");
}
@font-face {
  font-family: "Tisa Pro";
  font-style: italic;
  font-weight: 700;
  src: local("Tisa Pro"), url("../font/TisaPro/700i.otf") format("opentype");
}
body {
  background-color: #ffffff;
  color: #2D2B2D;
  font-family: "Geomanist", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}
body.alternate {
  background-color: rgb(237, 242, 239);
}
@media (max-width: 1199px) {
  body.alternate {
    background-color: rgb(255, 255, 255);
  }
}
body.no-scroll {
  overflow: hidden;
}

h2, section.articles h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  padding-left: var(--gap);
  position: relative;
}
h2::before, section.articles h1::before {
  background-color: var(--color-red);
  content: "";
  height: 32px;
  left: 0;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 12px;
}
@media (max-width: 1199px) {
  h2::before, section.articles h1::before {
    height: calc(var(--font-large) * 2);
  }
}
h2.with-separator, section.articles h1.with-separator {
  font-weight: 500;
  letter-spacing: 0.91px;
  padding-left: 0;
  position: relative;
  text-align: center;
}
h2.with-separator::before, section.articles h1.with-separator::before {
  background-color: #E53326;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 0.5px);
  width: 45%;
}
@media (max-width: 1199px) {
  h2.with-separator::before, section.articles h1.with-separator::before {
    width: calc(50% - 32px - var(--gap-half));
  }
}
h2.with-separator::after, section.articles h1.with-separator::after {
  background-color: #E53326;
  content: "";
  height: 1px;
  margin: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
  width: 45%;
}
@media (max-width: 1199px) {
  h2.with-separator::after, section.articles h1.with-separator::after {
    width: calc(50% - 32px - var(--gap-half));
  }
}
@media (max-width: 1199px) {
  h2, section.articles h1 {
    font-size: var(--font-large);
    line-height: 2;
  }
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}

strong {
  font-weight: 500;
}

button {
  align-items: center;
  background-color: #024694;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 12.5px;
  position: relative;
  text-align: left;
}
button img.right {
  margin-left: var(--gap);
}

.nav-pills .nav-link {
  color: var(--color-red);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--color-red);
}

.page-link {
  color: var(--color-red);
}

.active > .page-link, .page-link.active {
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.dataTable {
  font-size: 12px;
}

.elevated {
  background-color: #ffffff;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.18);
  margin-top: -67.5px;
  padding: var(--gap-half) 0;
  position: relative;
}
@media (max-width: 1199px) {
  .elevated {
    box-shadow: none;
    margin-top: 0;
    padding: 0 0 var(--gap-half) 0;
  }
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }
  html, body {
    width: 1000px;
    height: 100%;
  }
  .navbar-nav, .navbar .facebook, .breadcrumb {
    display: none !important;
  }
  .no-print {
    display: none !important;
  }
}
.szechenyi {
  position: fixed;
  bottom: 62px;
  right: 0;
  border-top-left-radius: 150px;
  z-index: 9;
}
.szechenyi img {
  height: 150px;
}
@media (max-width: 479px) {
  .szechenyi {
    border-top-left-radius: 100px;
  }
  .szechenyi img {
    height: 100px;
  }
}

#szechenyiplusz {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}
#szechenyiplusz img {
  height: 62px;
}

@media (max-width: 600px) {
  .szechenyi {
    bottom: 62px;
  }
  #szechenyiplusz {
    right: 0;
    left: auto;
  }
  #szechenyiplusz img {
    max-width: 100%;
    max-height: 62px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .szechenyi {
    bottom: 40px;
  }
  #szechenyiplusz {
    right: 0;
    left: auto;
  }
  #szechenyiplusz img {
    max-width: 145px;
    height: auto;
  }
}
header {
  /* background-image: url(/almasfuzito/img/background.jpg);
  background-position: top center;
  background-size: cover; */
  min-height: 440px;
  border-bottom: 16px solid var(--color-red);
  /* padding-top: 20px; */
}
@media (max-width: 1199px) {
  header {
    border-bottom: 2px solid var(--color-red);
  }
}
@media print {
  header {
    border-bottom: none;
  }
}
header .container {
  max-width: 1000px;
}

@media (min-width: 992px) {
  .navbar {
    max-height: 64px;
  }
}
.navbar #navbar-brand {
  margin-left: -24px;
  margin-top: 0px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .navbar #navbar-brand {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.navbar #navbar-brand img {
  height: 90px;
}
@media (max-width: 991px) {
  .navbar #navbar-brand img {
    height: 45px;
    width: 36px;
  }
}
.navbar #navbar-brand .site-name {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.89px;
  color: var(--color-red);
}
@media (max-width: 1199px) {
  .navbar #navbar-brand .site-name {
    font-size: var(--font-medium);
  }
}
.navbar .navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  background-color: var(--color-red);
  color: var(--color-white);
  outline: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-weight: 300;
  padding: 0.5rem 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: var(--color-red);
  color: var(--color-white);
}
.navbar .navbar-nav .nav-item .dropdown-menu .featured {
  background-color: #024694;
  color: var(--color-white);
}
.navbar .navbar-nav .nav-item-topnav {
  padding: 0 6px;
}
.navbar .navbar-nav .site-name,
.navbar .navbar-nav .nav-item-topnav {
  position: relative;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .site-name:before,
  .navbar .navbar-nav .nav-item-topnav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 19px;
    margin: auto;
    background-color: #B4BDC8;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav .site-name:last-child:after,
  .navbar .navbar-nav .nav-item-topnav:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 19px;
    margin: auto;
    background-color: #B4BDC8;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .site-name:after {
    display: none;
  }
}
.navbar .facebook {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.navbar .facebook img {
  height: 24px;
  width: 24px;
}

#search-form {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #search-form {
    margin-top: 300px;
  }
}
#search-form.alternative {
  position: absolute;
  left: calc(100% + 15px);
  width: 147px;
  margin-top: 0px;
  top: 0px;
}
@media (max-width: 1199px) {
  #search-form.alternative {
    display: none;
  }
}
#search-form.alternative-hide {
  display: none;
}
@media (max-width: 1199px) {
  #search-form.alternative-hide {
    display: block;
  }
}
@media (max-width: 1199px) {
  #search-form {
    width: 100%;
  }
}
#search-form label {
  color: #ffffff;
}
#search-form #search-input {
  width: 100%;
  padding: 23.5px 42px 21.5px 12px;
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  line-height: 19px;
  color: #ffffff;
  background: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid #FFFFFF;
  border-radius: 0;
}
#search-form #search-input::placeholder {
  color: #DDDDDD;
}
#search-form img {
  height: 18px;
  position: absolute;
  right: 11.5px;
  top: 22px;
  width: 18px;
}
#search-form .tags {
  display: flex;
  gap: var(--gap-half);
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 12px;
}
#search-form .tags .tag {
  padding: 4.5px 9px;
  font-size: var(--font-medium);
  font-weight: 400;
  letter-spacing: 0.55px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--color-red);
}
@media (max-width: 1199px) {
  #search-form .tags .tag {
    font-size: var(--font-small);
    line-height: 1;
    padding: calc(var(--gap-half) / 2);
  }
}
#search-form .btn {
  border-radius: unset;
}
#search-form .card {
  border-radius: unset;
  background: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#search-form .card .form-group {
  margin-bottom: 1rem;
  max-width: 160px;
}
#search-form .card .form-check-input:checked {
  background-color: var(--color-red);
  border-color: var(--color-red);
}
#search-form .card .input-group-append, #search-form .card .input-group-prepend {
  display: flex;
}
#search-form .card .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.63rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

#video-area {
  position: relative;
  min-height: 400px;
  padding-top: 20px;
}
#video-area video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.alternate header {
  min-height: 180px;
}
@media (max-width: 1620px) {
  body.alternate header {
    min-height: 254px;
  }
}
@media (max-width: 1199px) {
  body.alternate header {
    min-height: 192px;
  }
}
@media print {
  body.alternate header {
    min-height: 10px;
  }
}
body.alternate header > .container {
  padding-bottom: calc(var(--gap-half) + 67.5px);
}
@media (max-width: 1199px) {
  body.alternate header > .container {
    padding-bottom: var(--gap-half);
  }
}

footer {
  background-color: #2D2B2D;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  transition: color 250ms;
}
footer a:hover {
  color: #aaaaaa;
  text-decoration: none;
}
footer .container {
  padding-bottom: var(--gap-and-a-half);
  padding-top: var(--gap-and-a-half);
}
@media (max-width: 1199px) {
  footer .container {
    padding: var(--gap-half);
  }
  footer .container > .row > div > a:last-child {
    margin-bottom: 0;
  }
}
footer .title {
  align-items: center;
  display: flex;
  margin-bottom: var(--gap-half);
}
footer .title .cimer {
  margin-right: var(--gap-half);
}
footer .title .cimer img {
  height: calc(var(--font-large) * 1.5 * 2);
}
footer .title span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.07px;
  line-height: 23px;
}
@media (max-width: 1199px) {
  footer .title span {
    font-size: var(--font-large);
    line-height: 1.5;
  }
  footer .title span br {
    display: none;
  }
}
footer .contact {
  font-size: 16px;
  line-height: 27px;
}
footer .contact a {
  margin: 0;
}
@media (max-width: 1199px) {
  footer .contact {
    font-size: var(--font-medium);
    line-height: 2;
  }
}
footer .top {
  color: #435CB0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07px;
  line-height: 19px;
  margin-bottom: 6.5px;
  padding: 8.5px 0;
}
@media (max-width: 1199px) {
  footer .top {
    font-size: var(--font-medium);
    line-height: 2;
    margin: var(--gap-half) 0;
    padding: 0;
  }
}
footer a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.07px;
  line-height: 19px;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  footer a {
    font-size: var(--font-medium);
    line-height: 1.5;
    margin-bottom: calc(var(--gap-half) / 3 * 2);
  }
}
footer .footer-bottom {
  padding-bottom: 80px;
  background-color: #222;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  footer .footer-bottom {
    padding-bottom: 150px;
  }
}
footer .footer-bottom .container {
  align-items: center;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.06px;
  line-height: 18px;
  justify-content: space-between;
  padding-bottom: var(--gap-half);
  padding-top: var(--gap-half);
}
footer .footer-bottom a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.06px;
  line-height: 18px;
  display: inline-block;
  margin: 0 var(--gap-and-a-half) 0 0;
}
footer .footer-bottom a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  footer .footer-bottom a {
    font-size: var(--font-medium);
    line-height: 2;
    margin-right: calc(var(--gap-half) * 2);
  }
}
footer .footer-bottom p {
  margin: var(--gap-half) 0 0 0;
  padding: 0;
}
@media (max-width: 1199px) {
  footer .footer-bottom p {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}

.tag.active {
  font-weight: 700;
}
.tag.disabled {
  filter: gray(0.5);
  opacity: 0.5;
  pointer-events: none;
}
.tag--yellow {
  background-color: #FFEC98;
  color: #2D2B2D;
}
.tag--green {
  background-color: #006F33;
  color: #ffffff;
}
.tag--blue {
  background-color: #024694;
  color: #ffffff;
}

.error-page .container {
  align-items: center;
  display: flex;
  min-height: 100vh;
}
.error-page .background picture {
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 1140px) / 2 + 285px);
  height: 100%;
  filter: grayscale(0.9);
}
.error-page .background picture img {
  object-fit: cover;
  object-position: center center;
}
.error-page__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}
.error-page__description {
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 2;
  margin-bottom: 60px;
}
.error-page__mailto {
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 2;
}
.error-page__mailto a {
  color: #2D2B2D;
  font-weight: 700;
}
.error-page__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.error-page__buttons a {
  text-decoration: none;
  width: calc(50% - 10px);
}
.error-page__buttons button {
  align-items: center;
  background-color: red;
  border-radius: 0;
  font-size: 12px;
  height: 70px;
  justify-content: center;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 17px 20px;
  text-align: center;
  width: 100%;
}
.error-page .bottom {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  text-align: right;
}

.announcement {
  margin-bottom: var(--gap);
}
.announcement__image {
  height: 0;
  margin-bottom: 8px;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}
.announcement__image img {
  height: 100%;
  left: 0;
  object-position: center center;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 200ms;
}
.announcement__tag {
  font-size: 13px;
  left: 0;
  letter-spacing: 0.72px;
  line-height: 16px;
  padding: 2px var(--gap-half);
  position: absolute;
  top: 0;
}
@media (max-width: 1199px) {
  .announcement__tag {
    font-size: var(--font-small);
    line-height: 1;
    margin-bottom: var(--gap-half);
    padding: calc(var(--gap-half) / 2);
  }
}
.announcement__released {
  bottom: 0;
  font-size: 12px;
  left: 0;
  letter-spacing: 0.67px;
  line-height: 14px;
  margin-bottom: var(--gap-half);
  padding: 0;
}
@media (max-width: 1199px) {
  .announcement__released {
    font-size: var(--font-medium);
    line-height: 1;
    margin-bottom: calc(var(--gap-half) / 2);
  }
}
.announcement__title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.21px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .announcement__title {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}

.article {
  margin-bottom: var(--gap);
}
.article__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 8px;
  overflow: hidden;
}
.article__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 200ms;
}
@media (max-width: 1199px) {
  .article__image {
    margin-bottom: calc(var(--gap-half) / 3 * 2);
  }
}
.article:hover .article__image img {
  transform: scale(1.1);
}
.article__tag {
  font-size: 13px;
  left: 0;
  letter-spacing: 0.72px;
  line-height: 16px;
  padding: 2px var(--gap-half);
  position: absolute;
  top: 0;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .article__tag {
    font-size: var(--font-small);
    line-height: 1 !important;
    padding: calc(var(--gap-half) / 2);
  }
}
.article__released {
  background-color: #ffffff;
  bottom: 0;
  font-size: 12px;
  left: 0;
  letter-spacing: 0.67px;
  line-height: 14px;
  padding: 2px var(--gap-half);
  position: absolute;
}
@media (max-width: 1199px) {
  .article__released {
    font-size: var(--font-small);
    line-height: 1 !important;
    padding: calc(var(--gap-half) / 2) !important;
  }
}
.article__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .article__title {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 2 * 1.5);
    overflow: hidden;
    line-height: 1.5;
  }
}
.article.article--small {
  margin-bottom: 0;
}
.article.article--small .article__tag {
  width: min-content;
}
.article.article--small .article__tag, .article.article--small .article__released {
  display: inline-block;
  margin-bottom: var(--gap-half);
  position: unset;
}
.article.article--small .article__released {
  background: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .article.article--small .article__released {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
  }
}
.article.article--small .article__title {
  font-size: 15px;
  letter-spacing: 0.21px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .article.article--small .article__title {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .article.article--small {
    position: relative;
  }
}
.article.article--big {
  margin-bottom: 0;
  position: relative;
}
.article.article--big .article__tag {
  width: min-content;
}
.article.article--big .article__tag, .article.article--big .article__released {
  display: inline-block;
  margin-bottom: var(--gap-half);
  position: unset;
}
.article.article--big .article__released {
  background: transparent;
  padding: 0;
}
.article.article--big .article__title {
  font-size: 15px;
  letter-spacing: 0.21px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .article.article--big .article__title {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .article.article--big {
    position: relative;
  }
}
.article a {
  text-decoration: none;
}
.article #docs {
  color: #1E366C;
  font-family: Geomanist;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .article #docs {
    font-size: var(--font-large);
    margin-bottom: var(--gap-half);
  }
}
.article .docs {
  height: 43px;
  width: 622px;
  border: 2px solid #1E366C;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 15px;
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}
.article .docs img {
  width: 7px;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}
.article .docs #pdf {
  float: right;
  margin-right: 20px;
  margin-top: 4px;
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.05px;
  line-height: 14px;
}
@media (max-width: 1199px) {
  .article {
    margin-bottom: calc(var(--gap-half) * 2);
  }
}

.category {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.11px;
  line-height: 24px;
  padding: 9.5px;
}
.category.active {
  color: #024694;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .category {
    font-size: var(--font-small);
    line-height: 1;
    padding: calc(var(--font-small) / 2);
  }
}

.breadcrumb .breadcrumb-item a {
  color: #2D2B2D;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .breadcrumb {
    margin: 0;
    overflow: hidden;
    padding: 20px 0 15px 30px;
  }
}

.calculator .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 50px;
}
.calculator .row .name {
  width: calc(100% - 192px);
}
.calculator .row .name strong {
  display: inline-block;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.calculator .row .name p {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin: 0;
}
.calculator .row .value {
  text-align: right;
  width: 128px;
}
.calculator .row .value input, .calculator .row .value select {
  height: 30px;
  width: 100%;
}
.calculator .row .value .discount, .calculator .row .value .tax {
  font-weight: 700;
}
.calculator .row.final {
  color: #E53326;
}
.calculator .row.final .value {
  font-size: 17px;
  font-weight: 700;
}

.competition {
  background-color: rgb(255, 255, 255);
  border-radius: 7.5px;
  line-height: 2;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.competition > div .name {
  font-weight: 700;
  float: left;
  margin-right: 15px;
}
.competition__title, .competition__beneficiary_name, .competition__amount, .competition__rate_percent, .competition__project_id_number {
  margin-right: 330px;
}
@media (max-width: 1023px) {
  .competition__title, .competition__beneficiary_name, .competition__amount, .competition__rate_percent, .competition__project_id_number {
    margin-right: 0px;
  }
}
.competition__title {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .competition__title {
    margin-right: 230px;
  }
}
@media (max-width: 479px) {
  .competition__title {
    margin-right: 60px;
  }
}
.competition__logo {
  position: absolute;
  right: 0;
  top: 0;
}
.competition__logo img {
  width: 300px;
}
@media (max-width: 1023px) {
  .competition__logo img {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .competition__logo img {
    width: 100px;
  }
}

.cookie-layout {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  text-align: left;
  padding: 40px 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
  transition: height 384ms 512ms, opacity 512ms 512ms;
}
.cookie-layout.active {
  height: 176px;
  opacity: 1;
  pointer-events: all;
  display: block;
}
@media (max-width: 1199px) {
  .cookie-layout.active {
    height: 200px;
  }
}
.cookie-layout .cookie-settings {
  background-color: transparent;
  color: #2D2B2D;
  margin: 20px auto 0 auto;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .cookie-layout .cookie-settings {
    align-items: center;
    border-bottom: none;
    font-size: var(--font-medium);
    justify-content: center;
    line-height: 1.5;
    white-space: normal;
  }
}
.cookie-layout button {
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .cookie-layout {
    font-size: var(--font-small);
    padding: var(--gap-half) 0;
  }
  .cookie-layout .container > .row div:first-child {
    margin-bottom: var(--gap-half);
  }
  .cookie-layout .container > .row div:last-child {
    align-items: center;
    display: flex;
    font-size: var(--font-medium);
  }
}

.cookie-popup-layout {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: opacity 256ms;
}
.cookie-popup-layout.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.cookie-popup-layout__bottom {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cookie-popup-layout__bottom {
    position: fixed;
    bottom: var(--gap-half);
    left: 0;
    width: 100%;
    font-size: var(--font-medium);
  }
}
.cookie-popup-layout .setting-description {
  height: 120px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .setting-description {
    font-size: var(--font-small);
    height: 210px;
    line-height: 1.5;
    margin-bottom: var(--gap-half);
  }
}
.cookie-popup-layout .setting-link {
  border-bottom: 1px solid #212529;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 60px;
}
.cookie-popup-layout .setting-link a {
  color: #212529;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .setting-link a {
    color: #E53326;
  }
}
@media (max-width: 1199px) {
  .cookie-popup-layout .setting-link {
    border-bottom: none;
    font-size: var(--font-small);
    line-height: 1.5;
    margin-bottom: calc(var(--gap-half) * 2);
    text-align: left;
  }
}
.cookie-popup-layout .button-container {
  width: 60%;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .button-container {
    width: 100%;
  }
}
.cookie-popup-layout .cookie-slider-container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider-container {
    justify-content: space-between;
    max-height: 250px;
  }
}
.cookie-popup-layout .cookie-slider-captions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cookie-popup-layout .cookie-slider-captions div {
  font-size: 16px;
  line-height: 1;
  padding: 22.25px;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider-captions div {
    font-size: var(--font-small);
    padding: var(--gap-half) 0;
  }
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider-captions {
    align-items: flex-start;
    width: calc(100% - 40px - var(--gap-half));
  }
}
.cookie-popup-layout .cookie-slider {
  background-color: rgba(229, 51, 38, 0.34);
  border-radius: 30.25px;
  height: 100%;
  position: relative;
  width: 60.5px;
}
.cookie-popup-layout .cookie-slider .top, .cookie-popup-layout .cookie-slider .middle, .cookie-popup-layout .cookie-slider .bottom {
  border: 3px solid rgba(229, 51, 38, 0.1);
  border-radius: 50%;
  cursor: pointer;
  height: 60.5px;
  left: 0;
  position: absolute;
  width: 60.5px;
  z-index: 50;
}
.cookie-popup-layout .cookie-slider .top.selected, .cookie-popup-layout .cookie-slider .middle.selected, .cookie-popup-layout .cookie-slider .bottom.selected {
  background-color: rgba(255, 255, 255, 0.1);
  border: 3px solid rgb(229, 51, 38);
  z-index: 100;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .top, .cookie-popup-layout .cookie-slider .middle, .cookie-popup-layout .cookie-slider .bottom {
    height: 40px;
    width: 40px;
  }
}
.cookie-popup-layout .cookie-slider .top {
  bottom: calc(100% - 60.5px);
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .top {
    bottom: calc(100% - 40px);
  }
}
.cookie-popup-layout .cookie-slider .middle {
  bottom: calc(50% - 30.25px);
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .middle {
    bottom: calc(50% - 20px);
  }
}
.cookie-popup-layout .cookie-slider .bottom {
  bottom: 0;
}
.cookie-popup-layout .cookie-slider .selected-part {
  background-color: rgb(229, 51, 38);
  border-radius: 30.25px;
  position: absolute;
  transition: height 256ms, top 256ms;
  width: 60.5px;
  z-index: 75;
}
.cookie-popup-layout .cookie-slider .selected-part .handler {
  background-color: #FFFFFF;
  border: 3px solid rgb(229, 51, 38);
  border-radius: 50%;
  height: 60.5px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 60.5px;
  z-index: 125;
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .selected-part .handler {
    height: 40px;
    width: 40px;
  }
}
.cookie-popup-layout .cookie-slider .selected-part.all {
  height: 100%;
  top: 0;
}
.cookie-popup-layout .cookie-slider .selected-part.half {
  height: calc(50% + 30.25px);
  top: calc(100% - (50% + 30.25px));
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .selected-part.half {
    height: calc(50% + 20px);
    top: calc(100% - (50% + 20px));
  }
}
.cookie-popup-layout .cookie-slider .selected-part.none {
  height: 60.5px;
  top: calc(100% - 60.5px);
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .selected-part.none {
    height: 40px;
    top: calc(100% - 40px);
  }
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider .selected-part {
    border-radius: 20px;
    width: 40px;
  }
}
@media (max-width: 1199px) {
  .cookie-popup-layout .cookie-slider {
    border-radius: 20px;
    width: 40px;
  }
}
.cookie-popup-layout button {
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .cookie-popup-layout button {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .cookie-popup-layout {
    font-size: var(--font-medium);
  }
  .cookie-popup-layout .container {
    position: fixed;
    top: 15px;
    left: 0;
    height: calc(100% - 171px);
    width: 100%;
  }
}

.document {
  border: 1px solid #2D2B2D;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gap-half);
  padding: var(--gap-half);
  padding-right: calc(var(--gap-half) * 4);
  position: relative;
  transition: border-color 256ms;
}
.document__name {
  color: #2D2B2D;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.document__download {
  position: absolute;
  top: calc(50% - 15px);
  right: 12px;
}
.document__type {
  align-items: center;
  display: flex;
  line-height: 1.5;
  margin-left: 12px;
  justify-content: flex-end;
  text-align: center;
  width: 192px;
}
.document__released {
  align-items: center;
  display: flex;
  margin-left: 12px;
  justify-content: flex-end;
  text-align: right;
  width: 128px;
}
.document:hover {
  border-color: var(--red);
}

.document-browser {
  margin-top: 20px;
}
.document-browser .year-select {
  border-bottom: 1px solid #474747;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 0 20px 0;
}
.document-browser .year {
  background-color: #E53326;
  color: #FFFFFF;
  cursor: pointer;
  filter: grayscale(0.25);
  font-family: "Geomanist", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-right: 20px;
  min-width: 80px;
  padding: 4px 12px;
  text-align: center;
}
.document-browser .year.active {
  filter: grayscale(0);
  font-weight: 700;
}
.document-browser .parent + .children {
  padding-left: 20px;
}
.document-browser .link {
  cursor: pointer;
  width: 100%;
}
.document-browser a {
  color: inherit;
  text-decoration: none;
}

.link--up {
  display: none !important;
  width: 51px;
}
.link--up .link__arrow {
  display: flex;
  height: 19px;
}
.link--up .link__arrow img {
  object-fit: contain;
  object-position: center center;
  height: 19px;
  width: 19px;
  transform: rotate(-90deg);
}
.link--up.active {
  display: flex !important;
}

.event:not(.small) {
  position: relative;
  height: 136px;
  display: flex;
  gap: var(--gap);
  padding: var(--gap-half);
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  color: #2D2B2D;
}
@media (max-width: 1199px) {
  .event:not(.small) {
    height: 166px;
    padding-top: 35px;
  }
}
@media (max-width: 576px) {
  .event:not(.small) {
    flex-direction: column;
    gap: 10px;
    height: unset;
  }
}
.event:not(.small) .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 2px 15px;
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .event:not(.small) .tag {
    padding: calc(var(--gap-half) / 2);
    font-size: var(--font-small);
    line-height: 1 !important;
  }
}
.event:not(.small) .released {
  flex-shrink: 0;
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}
.event:not(.small) .released .smaller {
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .event:not(.small) .released .smaller {
    font-size: var(--font-small);
    line-height: 1 !important;
  }
}
@media (max-width: 1199px) {
  .event:not(.small) .released {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    flex-direction: row-reverse;
    padding: calc(var(--gap-half) / 2);
    background-color: #E53326;
    color: #FFFFFF;
    font-size: var(--font-small);
    line-height: 1 !important;
  }
  .event:not(.small) .released > div:nth-child(2) {
    display: none;
  }
  .event:not(.small) .released strong {
    font-weight: 300;
  }
}
.event:not(.small) .image {
  flex-shrink: 0;
  position: relative;
  display: flex;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 576px) {
  .event:not(.small) .image {
    height: unset;
    width: 100%;
  }
}
.event:not(.small) .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 256ms;
}
.event:not(.small):hover .image img {
  transform: scale(1.1);
}
.event:not(.small) .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event:not(.small) .body .title {
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  transition: color 200ms;
}
@media (max-width: 1199px) {
  .event:not(.small) .body .title {
    height: calc(var(--font-medium) * 1.5 * 2);
    overflow: hidden;
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
.event:not(.small) .body .description {
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .event:not(.small) .body .description {
    height: calc(var(--font-small) * 1.5 * 3);
    overflow: hidden;
    font-size: var(--font-small);
    line-height: 1.5;
  }
}
.event:not(.small):hover .body .title {
  color: #E53326;
}

.event.small {
  position: relative;
  height: 136px;
  display: flex;
  gap: var(--gap);
  padding: var(--gap-half);
  background-color: #FFFFFF;
  border: 1px solid #2D2B2D;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
  text-decoration: none;
  color: #2D2B2D;
}
@media (max-width: 1199px) {
  .event.small {
    height: 166px;
    padding-top: 35px;
  }
}
@media (max-width: 576px) {
  .event.small {
    flex-direction: column;
    gap: 10px;
    height: unset;
  }
}
.event.small .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 2px 15px;
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .event.small .tag {
    padding: calc(var(--gap-half) / 2);
    font-size: var(--font-small);
    line-height: 1 !important;
  }
}
.event.small .released {
  flex-shrink: 0;
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}
.event.small .released .smaller {
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .event.small .released .smaller {
    font-size: var(--font-small);
    line-height: 1 !important;
  }
}
@media (max-width: 1199px) {
  .event.small .released {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    flex-direction: row-reverse;
    padding: calc(var(--gap-half) / 2);
    background-color: #E53326;
    color: #FFFFFF;
    font-size: var(--font-small);
    line-height: 1 !important;
  }
  .event.small .released > div:nth-child(2) {
    display: none;
  }
  .event.small .released strong {
    font-weight: 300;
  }
}
.event.small .image {
  flex-shrink: 0;
  position: relative;
  display: flex;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 576px) {
  .event.small .image {
    height: unset;
    width: 100%;
  }
}
.event.small .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 256ms;
}
.event.small:hover .image img {
  transform: scale(1.1);
}
.event.small .body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event.small .body .title {
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  transition: color 200ms;
}
@media (max-width: 1199px) {
  .event.small .body .title {
    height: calc(var(--font-medium) * 1.5 * 2);
    overflow: hidden;
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
.event.small .body .description {
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .event.small .body .description {
    height: calc(var(--font-small) * 1.5 * 3);
    overflow: hidden;
    font-size: var(--font-small);
    line-height: 1.5;
  }
}
.event.small:hover .body .title {
  color: #E53326;
}

/*
.event {


	&--small {

		border: 1px solid #2D2B2D;


		.left {

			display: flex;
			flex-direction: column;
			justify-content: space-between;
			width: 180px;


			@media (max-width: @mobile) {

				width: 0;

			}

		}

		.event__tag {

			left: -1px;
			top: -1px;

		}

		.event__released {

			justify-content: space-between;
			margin-right: @gap;
			padding-bottom: @gap-half;
			width: 100%;


			@media (max-width: @mobile) {

				position: absolute;
				top: -1px;
				bottom: unset;
				left: unset;
				right: -1px;
				height: unset;
				width: unset;

				font-size: var(--font-small);
				margin: 0;
				padding: calc(var(--gap-half) / 2);

			}

		}

		.event__actions {

			align-items: flex-start;
			justify-content: flex-start;
			margin-right: 0;
			width: 100%;

		}

		.event__image {

			height: 170px;
			width: 170px;


			@media (max-width: @mobile) {

				height: 94.5px;
				width:  94.5px;

			}

		}

		.description {

			height: 66px;
			overflow: hidden;

		}


		@media (max-width: @mobile) {

			.event__info {

				width: calc(100% - 94.5px - var(--gap-half));

			}

		}

	}


	@media (max-width: @mobile) {

		padding: calc(var(--gap-half) + 25px) var(--gap-half) var(--gap-half) var(--gap-half);

	}
}
*/
input[name=customrange] {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.exhibition {
  margin-bottom: 0;
}
.exhibition__available {
  background-color: transparent;
  bottom: 0;
  display: block;
  font-size: 12px;
  font-weight: 300;
  left: 0;
  letter-spacing: 0.67px;
  line-height: 14px;
  margin-bottom: var(--gap-half);
  padding: 0;
}
.exhibition__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.21px;
}

.gallery-layout {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  backdrop-filter: blur(4px);
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.gallery-layout.active {
  opacity: 1;
  pointer-events: all;
}
.gallery-layout .close {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 30px;
}
.gallery-layout .close svg {
  width: 16px;
}
.gallery-layout__main-image {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  width: 70%;
}
.gallery-layout__main-image img {
  border-radius: 6px;
  max-height: 100%;
  max-width: 100%;
}
.gallery-layout .prev-image, .gallery-layout .next-image {
  height: 0;
  opacity: 0;
  padding-top: calc(15% - 45px - 32px);
  pointer-events: none;
  position: relative;
  width: calc(15% - 45px - 32px);
}
.gallery-layout .prev-image img, .gallery-layout .next-image img {
  border-radius: 6px;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-layout .prev-image.active, .gallery-layout .next-image.active {
  opacity: 1;
  pointer-events: all;
}
.gallery-layout .prev-container, .gallery-layout .next-container {
  margin: 0 15px;
}
.gallery-layout button {
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 6px;
  display: flex;
  filter: grayscale(0.5);
  height: 30px;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  pointer-events: none;
  width: 30px;
}
.gallery-layout button svg {
  width: 9px;
}
.gallery-layout button.active {
  filter: none;
  opacity: 1;
  pointer-events: all;
}

#gallery .body {
  display: flex;
  flex-direction: column;
}
#gallery .body .gallery .lightbox .images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 150px);
  grid-gap: 20px;
}
#gallery .body .gallery .lightbox .images a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}
#gallery .body .gallery .modal {
  max-height: 100vh;
}
#gallery .body .gallery .modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#gallery .body .gallery .modal .modal-content {
  max-height: 100vh;
  background: transparent;
  border: none;
}
#gallery .body .gallery .modal .modal-content .modal-header {
  border-bottom: none;
}
#gallery .body .gallery .modal .modal-content .modal-body {
  max-height: 100vh;
  border-bottom: none;
}
#gallery .body .gallery .modal .modal-content .modal-body .carousel {
  max-height: 100vh;
}
#gallery .body .gallery .modal .modal-content .modal-body .carousel-control-next, #gallery .body .gallery .modal .modal-content .modal-body .carousel-control-prev {
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--color-red);
}

.institution {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: var(--gap-and-a-half);
  padding-bottom: var(--gap-and-a-half);
}
.institution__image {
  height: 0;
  margin-bottom: var(--gap-half);
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.institution__image img {
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.institution__name {
  color: var(--color-red);
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: var(--gap-half);
}
.institution__name h2 {
  margin: 0;
}
.institution__info {
  color: #2D2B2D;
  font-size: 16px;
  line-height: 2;
  margin-bottom: var(--gap-half);
}
.institution__info > div {
  display: flex;
}
.institution__info .label {
  color: var(--color-red);
  width: 20%;
}
@media (max-width: 1199px) {
  .institution__info .label {
    width: 35%;
  }
}
.institution__info .value {
  width: 80%;
}
@media (max-width: 1199px) {
  .institution__info .value {
    width: 65%;
  }
}
.institution__footer {
  display: flex;
  justify-content: flex-end;
}
.institution__footer a {
  color: #2D2B2D;
  line-height: 33px;
  margin-left: var(--gap-and-a-half);
  transition: color 250ms;
}
.institution__footer a img {
  position: relative;
  margin-top: 5px;
}
.institution__footer a:hover {
  color: var(--color-red);
}

.job {
  margin-bottom: var(--gap-and-a-half);
  margin-top: 30px;
  position: relative;
}
.job__background img {
  width: 100%;
}
.job__image {
  background-image: url("/almasfuzito/img/job_background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  left: calc(50% - 79px);
  position: absolute;
  top: -22.3px;
  width: 158px;
  height: 193px;
}
.job__image img {
  height: 90px;
  left: calc(50% - 45px);
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: calc(50% - 45px);
  width: 90px;
}
.job__bottom {
  background-color: var(--color-red);
  bottom: -30px;
  padding: 6px 0;
  left: 0;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.job__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 19px;
}
.job__company-name {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.06px;
  line-height: 18px;
}
.job.job--small {
  margin-bottom: 0;
}
.job.job--small .job__company-name {
  background-color: var(--color-red);
  color: white;
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 16px;
  padding: 2px var(--gap-half);
  white-space: nowrap;
  width: min-content;
}
.job.job--small .job__company-name, .job.job--small .job__released {
  display: block;
  margin-bottom: var(--gap-half);
}
.job.job--small .job__released {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.67px;
  line-height: 14px;
  background: transparent;
  padding: 0;
}
.job.job--small .job__title {
  color: inherit;
  font-size: 15px;
  letter-spacing: 0.21px;
  line-height: 18px;
}

.link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px 22.5px 15px 15px;
  position: relative;
  border: 1px solid #2D2B2D;
  background-color: #FFFFFF;
  transition: border-color 256ms;
}
.link .background {
  opacity: 0.15;
}
.link__name {
  color: #2D2B2D;
  font-family: Geomanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: unset;
  letter-spacing: 0.89px;
  line-height: 1.5;
  position: relative;
  width: calc(100% - 25px);
  z-index: 20;
}
@media (max-width: 1199px) {
  .link__name {
    align-items: center;
    display: flex;
    font-size: var(--font-medium);
    line-height: 1.5;
    height: calc(var(--font-medium) * 1.5 * 2);
  }
}
@media (max-width: 400px) {
  .link__name {
    font-size: var(--font-small);
  }
}
.link .badge-success {
  background-color: red;
}
.link__actions {
  line-height: 9px;
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
.link .font-awesome {
  color: #3F4441;
  font-size: 9px;
}
.link.reverse {
  flex-direction: row-reverse;
}
.link.reverse .link__actions {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
.link:hover {
  border-color: var(--red);
}
@media (max-width: 1199px) {
  .link {
    margin-bottom: var(--gap-half);
    padding: calc(var(--gap-half) / 3) var(--gap-half);
  }
}

.link--image {
  position: relative;
  height: 133px;
  margin-bottom: 30px;
}
.link--image .link__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.link--image .link__image img {
  max-height: 50%;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .link--image {
    margin-bottom: var(--gap-half);
  }
}

.newspaper {
  border: 1px solid #2D2B2D;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--gap-half);
  padding: var(--gap-half);
}
.newspaper__cover {
  height: 0;
  margin-bottom: 10px;
  padding-top: 150%;
  position: relative;
}
.newspaper__cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.newspaper__title {
  color: #2D2B2D;
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 2;
  min-height: 48px;
}

.paginator {
  display: flex;
  justify-content: space-between;
}
.paginator li {
  list-style: none;
}
.paginator .pages {
  display: flex;
}
.paginator .pages .page, .paginator .pages li {
  font-size: 12px;
  letter-spacing: 0.55px;
  line-height: 14px;
  padding: 9.5px;
  text-align: center;
  width: 33px;
}
.paginator .pages .page.active, .paginator .pages li.active {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  padding: 5px;
}
.paginator .pages .page a, .paginator .pages li a {
  color: var(--color-red);
}

.person {
  margin-bottom: var(--gap-and-a-half);
  margin-top: 30px;
  position: relative;
}
.person__background img {
  width: 100%;
}
.person__image {
  left: calc(50% - 79px);
  position: absolute;
  top: -22.3px;
}
.person__bottom {
  background-color: var(--color-red);
  bottom: -30px;
  padding: 6px 0;
  left: 0;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.person__name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 19px;
}
.person__title {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.06px;
  line-height: 18px;
}

.prides a {
  text-decoration: none;
}

.pride {
  position: relative;
  z-index: 501;
  margin-bottom: 30px;
  width: 100%;
}
.pride__image {
  text-align: center;
}
.pride__image img {
  width: 99%;
}
.pride__bottom {
  align-items: center;
  background-color: #E53326;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  font-family: "Geomanist", sans-serif;
  height: 49px;
  justify-content: center;
  padding: 6px 0;
}
.pride__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 19px;
}
.pride__description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.06px;
  line-height: 18px;
  max-height: 18px;
  overflow: hidden;
}

.publication {
  border: 1px solid #2D2B2D;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gap-half);
  padding: var(--gap-half);
}
.publication__title {
  color: #2D2B2D;
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 19px;
}
.publication__download {
  height: 19px;
  overflow: hidden;
}
.publication__download img {
  margin-top: -4px;
}

.result {
  align-items: flex-start;
  border-bottom: 1px solid #474747;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
}
.result__category {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding: 7px 15px 5px 15px;
  text-transform: uppercase;
}
.result__released {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.result__text {
  font-size: 14px;
  line-height: 1.5;
}

#sidebar {
  padding: var(--gap) 0;
  position: relative;
}
#sidebar .back {
  font-size: 12px;
  letter-spacing: 0.67px;
  line-height: 24px;
}
#sidebar .back a {
  color: #232323;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #sidebar .back a {
    display: inline-block;
    font-size: var(--font-small);
    letter-spacing: 0.8px;
    line-height: 1;
    margin-left: calc(-1 * var(--gap-half));
    padding: calc(var(--gap-half) * 1.25) var(--gap-half);
    text-transform: uppercase;
    visibility: hidden;
  }
}
#sidebar .back img {
  height: 16px;
}
@media (max-width: 1199px) {
  #sidebar .back img {
    position: relative;
    visibility: visible;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  #sidebar .back {
    line-height: 1;
    position: absolute;
    text-transform: lowercase;
    z-index: 1000;
  }
}
#sidebar h2 {
  font-size: 20px;
  line-height: 24px;
  margin: var(--gap-and-a-half) 0 var(--gap) 0;
}
@media (max-width: 1199px) {
  #sidebar h2 {
    display: none;
  }
}
#sidebar .sub-menu {
  padding-top: var(--gap-half);
  position: relative;
}
#sidebar .sub-menu::before {
  background-color: #474747;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 140px;
}
#sidebar .sub-menu > div {
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 24px;
  margin: var(--gap-half) 0;
  padding: 14px 22.5px;
  position: relative;
  z-index: 200;
}
#sidebar .sub-menu > div a {
  color: #2D2B2D;
  text-decoration: none;
}
#sidebar .sub-menu > div.active {
  background-color: #FFFBEA;
  box-shadow: 8px 0 9px 0 rgba(101, 8, 8, 0.07);
  font-weight: 500;
}
#sidebar .sub-menu > div.active::before {
  background-color: #FFFBEA;
  content: "";
  height: 80%;
  left: calc(100% - 24px);
  position: absolute;
  transform: rotate(-15deg);
  top: -4px;
  width: 72px;
}
#sidebar .sub-menu > div.active::after {
  background-color: #FFFBEA;
  bottom: -4px;
  content: "";
  height: 80%;
  left: calc(100% - 24px);
  position: absolute;
  transform: rotate(15deg);
  width: 72px;
}
#sidebar .sub-menu > div.active img {
  left: 100%;
  position: absolute;
  top: calc(50% - 12.5px);
  z-index: 1000;
}
#sidebar .sub-menu > div.active .cutter {
  display: block;
}
#sidebar .sub-menu > div .cutter {
  background-color: white;
  display: none;
  height: 200%;
  position: absolute;
  left: calc(100% + 32px);
  top: -50%;
  width: 50px;
  z-index: 500;
}
#sidebar .sub-menu--article .job, #sidebar .sub-menu--job .job, #sidebar .sub-menu--exhibition .job {
  font-weight: 400;
  margin-top: 0;
}
#sidebar .sub-menu--article > div, #sidebar .sub-menu--job > div, #sidebar .sub-menu--exhibition > div {
  margin: 0;
  padding-bottom: var(--gap-half);
  padding-top: var(--gap-half);
}
#sidebar .sub-menu--article > div.active, #sidebar .sub-menu--job > div.active, #sidebar .sub-menu--exhibition > div.active {
  border-left: 6px solid var(--color-red);
}
@media (max-width: 1199px) {
  #sidebar .sub-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  #sidebar {
    padding: 0;
  }
}

#mobile-sidebar {
  display: none;
}
@media (max-width: 1199px) {
  #mobile-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-half);
    margin-bottom: var(--gap);
  }
  #mobile-sidebar a {
    padding: var(--gap-half);
    border: 2px solid #004C26;
    background-color: #ffffff;
    text-decoration: none;
    color: #2D2B2D;
    font-weight: 500;
    font-size: 16px;
  }
  #mobile-sidebar a.active {
    background-color: #004C26;
    color: #ffffff;
  }
}
@media (max-width: 575px) {
  #mobile-sidebar {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.search-bar {
  position: relative;
}
.search-bar input {
  border: 2px solid #2D2B2D;
  color: #2D2B2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 23px 21px 22px 21px;
  width: 100%;
}
@media (max-width: 1199px) {
  .search-bar input {
    font-size: var(--font-medium);
    line-height: 1;
    padding: var(--gap-half);
  }
}
.search-bar img {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 100;
}
@media (max-width: 1199px) {
  .search-bar img {
    height: var(--font-medium);
    right: var(--gap-half);
    top: calc(4px + var(--gap-half));
  }
}
.search-bar .tags {
  border-bottom: 1px solid #474747;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--gap-half);
  padding: var(--gap-half) 0 calc(var(--gap-half) - 12px) 0;
}
.search-bar .tags .tag {
  background-color: var(--color-red);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.55px;
  line-height: 14px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 4.5px 9px;
}
@media (max-width: 1199px) {
  .search-bar .tags .tag {
    font-size: var(--font-small);
    line-height: 1;
    margin-right: var(--gap-half);
    padding: calc(var(--gap-half) / 2);
  }
}
@media (max-width: 1199px) {
  .search-bar .tags {
    overflow-x: scroll;
    overflow-y: visible;
  }
}

.search-alternative {
  position: absolute;
  left: calc(50% + 402.5px + 20px);
  top: 22px;
  max-width: 360px;
  width: calc(100% - (50% + 402.5px + 20px) - 20px);
  /*@media (max-width: 1620px) {

  	top: calc(22px + 64px + 20px);
  	left: unset;
  	right: calc(50% - 402.5px - 2px);

  }*/
}
.search-alternative .search {
  position: static;
  width: 100%;
}
.search-alternative .search input {
  width: calc(100% + 28px);
}
@media (max-width: 1199px) {
  .search-alternative {
    position: static;
    left: 0;
    width: 100%;
  }
}

.announcement-browser .announcement {
  margin-bottom: var(--gap-double);
}
@media (max-width: 1199px) {
  .announcement-browser .announcement {
    margin-bottom: var(--gap-half);
  }
}
.announcement-browser a, .announcement-browser a:active, .announcement-browser a:focus, .announcement-browser a:hover, .announcement-browser a:visited {
  color: #2D2B2D;
  text-decoration: none;
}
.announcement-browser a .announcement__title, .announcement-browser a:active .announcement__title, .announcement-browser a:focus .announcement__title, .announcement-browser a:hover .announcement__title, .announcement-browser a:visited .announcement__title {
  transition: color 200ms;
}
.announcement-browser a:hover .announcement__title {
  color: var(--color-red);
}
@media (max-width: 1199px) {
  .announcement-browser > .row > div:last-child .announcement {
    margin-bottom: 0;
  }
}

.article-browser .article {
  margin-bottom: var(--gap-double);
}
@media (max-width: 1199px) {
  .article-browser .article {
    margin-bottom: calc(var(--gap-half) * 2);
  }
}
.article-browser a, .article-browser a:active, .article-browser a:focus, .article-browser a:hover, .article-browser a:visited {
  color: #2D2B2D;
  text-decoration: none;
}
.article-browser a .article__title, .article-browser a:active .article__title, .article-browser a:focus .article__title, .article-browser a:hover .article__title, .article-browser a:visited .article__title {
  transition: color 200ms;
}
.article-browser a:hover .article__title {
  color: var(--color-red);
}
@media (max-width: 1199px) {
  .article-browser > .row > div:last-child .event {
    margin-bottom: 0;
  }
}

.elevated .article--full {
  position: relative;
}
.elevated .article--full:hover .article__image img, .elevated .article--full:hover .event__image img {
  transform: none;
}
.elevated .article--full .article__title {
  border-bottom: 1px solid #474747;
  color: #2D2B2D;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: var(--gap-half);
  padding-bottom: 21.5px;
}
@media (max-width: 1199px) {
  .elevated .article--full .article__title {
    font-size: var(--font-large);
    height: unset;
    line-height: 1.5;
    margin-bottom: var(--gap-half);
    padding-bottom: var(--gap-half);
  }
}
.elevated .article--full .layout-red-line {
  position: relative;
}
.elevated .article--full .layout-red-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color-red);
  height: 100%;
  right: -21px;
  width: 6px;
  z-index: 1;
}
.elevated .article--full .article__image, .elevated .article--full .event__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 21.5px;
}
.elevated .article--full .article__image img, .elevated .article--full .event__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.elevated .article--full .article__image img.no-image, .elevated .article--full .event__image img.no-image {
  object-fit: contain;
}
@media (max-width: 1199px) {
  .elevated .article--full .article__image, .elevated .article--full .event__image {
    margin-bottom: var(--gap-half);
  }
}
.elevated .article--full .article__category {
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 19px;
  padding: 2px 15px;
  position: absolute;
  right: 0;
  top: var(--gap);
  z-index: 2000;
}
@media (max-width: 1199px) {
  .elevated .article--full .article__category {
    font-size: var(--font-small);
    line-height: 1;
    padding: calc(var(--gap-half) / 2);
    top: 0;
  }
}
.elevated .article--full .article__share {
  align-items: center;
  background-color: var(--color-red);
  bottom: 0;
  display: flex;
  height: 37px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 37px;
  z-index: 2000;
}
.elevated .article--full .article__share img {
  height: 12px;
  position: static;
  width: 12px;
}
.elevated .article--full .article__share:focus {
  border: 2px solid #0000ff;
}
.elevated .article--full .article__released {
  color: #2D2B2D;
  font-family: "Tisa Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  position: static;
  text-align: right;
}
@media (max-width: 1199px) {
  .elevated .article--full .article__released {
    font-size: var(--font-medium);
    line-height: 1;
    margin-bottom: var(--gap-half);
    padding: 0 !important;
  }
}
.elevated .article--full .article__headline {
  color: #2D2B2D;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: var(--gap-half);
}
@media (max-width: 1199px) {
  .elevated .article--full .article__headline {
    font-size: var(--font-medium);
    letter-spacing: 0.8px;
    line-height: 2;
    margin-bottom: var(--gap-half);
  }
}
.elevated .article--full .article__body {
  color: #2D2B2D;
  font-family: "Tisa Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .elevated .article--full .article__body {
    font-size: var(--font-medium);
    letter-spacing: 0.8px;
    line-height: 2;
    margin-bottom: calc(var(--gap-half) * 2);
  }
  .elevated .article--full .article__body p, .elevated .article--full .article__body table {
    margin-bottom: var(--gap-half);
  }
  .elevated .article--full .article__body .table-holder {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (max-width: 1199px) {
  .elevated .article--full {
    margin-bottom: 0;
  }
  .elevated .article--full a:last-child .link {
    margin-bottom: 0;
  }
}

#articles-popup {
  position: fixed;
  bottom: 0;
  right: 210px;
  z-index: 100;
  margin: var(--gap-half);
  border: 2px solid #E53326;
  background-color: #ffffff;
  text-decoration: none;
  color: #2D2B2D;
  transition: color 200ms;
}
#articles-popup:hover {
  color: #E53326;
}
#articles-popup h2 {
  margin: 0;
  padding: var(--gap-half);
  font-size: var(--font-large);
  line-height: 1;
}
#articles-popup h2:before {
  content: unset;
}
@media (max-width: 479px) {
  #articles-popup {
    right: 140px;
  }
  #articles-popup h2 {
    font-size: var(--font-small);
  }
}

#events-index main .article-browser .events {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.competitions-title {
  margin: 30px 0;
}

.competition-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}

.competition-details {
  line-height: 2;
}
.competition-details > div {
  margin-bottom: 15px;
}
.competition-details .name {
  font-weight: 700;
}

.exhibition-browser .exhibition {
  margin-bottom: var(--gap-double);
}
.exhibition-browser a, .exhibition-browser a:active, .exhibition-browser a:focus, .exhibition-browser a:hover, .exhibition-browser a:visited {
  color: #2D2B2D;
  text-decoration: none;
}
.exhibition-browser a .exhibition__title, .exhibition-browser a:active .exhibition__title, .exhibition-browser a:focus .exhibition__title, .exhibition-browser a:hover .exhibition__title, .exhibition-browser a:visited .exhibition__title {
  transition: color 200ms;
}
.exhibition-browser a:hover .exhibition__title {
  color: var(--color-red);
}

.exhibition--full:hover .exhibition__image img {
  transform: none;
}
.exhibition--full .exhibition__title {
  border-bottom: 1px solid #474747;
  color: #2D2B2D;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: var(--gap-half);
  padding-bottom: 21.5px;
}
.exhibition--full .exhibition__image {
  height: 0;
  margin-bottom: 21.5px;
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.exhibition--full .exhibition__image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.exhibition--full .exhibition__image img.no-image {
  object-fit: contain;
}
.exhibition--full .exhibition__share {
  align-items: center;
  background-color: var(--color-red);
  bottom: 0;
  display: flex;
  height: 37px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 37px;
  z-index: 2000;
}
.exhibition--full .exhibition__share img {
  height: 12px;
  position: static;
  width: 12px;
}
.exhibition--full .exhibition__available {
  color: #2D2B2D;
  font-family: "Tisa Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  position: static;
  text-align: right;
}
.exhibition--full .exhibition__headline {
  color: #2D2B2D;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: var(--gap-half);
}
.exhibition--full .exhibition__body {
  color: #2D2B2D;
  font-family: "Tisa Pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.exhibition--full .row > div::after {
  background-color: var(--color-red);
  content: "";
  height: 345px;
  left: 100%;
  position: absolute;
  top: 8px;
  width: 6px;
  z-index: 1500;
}

#h2title {
  margin-left: 7px;
}

.back-container #back {
  margin-left: -19px;
}

#red-options2 {
  margin-left: -20px;
  margin-top: 16px;
  font-family: Geomanist;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 14px;
}

#galleries .breadcrumb {
  margin-top: 16.5px;
}
#galleries .breadcrumb a {
  text-decoration: none;
  color: #2D2B2D;
}
#galleries .galleries {
  padding: 20px 0;
}
#galleries .galleries .categories {
  margin-bottom: 80px;
}
#galleries .galleries .categories .container {
  display: flex;
  position: relative;
}
#galleries .galleries .categories .category {
  display: block;
}
#galleries .galleries .categories .category:nth-child(n+9) {
  display: none;
}
#galleries .galleries .categories .category div {
  align-items: center;
  box-sizing: border-box;
  color: #2D2B2D;
  display: flex;
  float: left;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 14px;
  padding: 10px 20px;
  text-align: center;
}
#galleries .galleries .categories .category.active div {
  background-color: #2D2B2D;
  color: #FFFFFF;
}
#galleries .galleries .categories.open .category:nth-child(n+9) {
  display: inline;
}
#galleries .galleries .categories .menu {
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  margin: 10px;
}
#galleries .galleries .categories .more {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: 2px solid #2D2B2D;
  height: 41px;
  width: 48px;
  color: #2D2B2D;
  align-items: center;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
#galleries .galleries .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-auto-rows: minmax(45px, auto);
  grid-auto-flow: dense;
  padding: 10px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
#galleries .galleries .gallery .gallery-item {
  transition: grid-row-start 250ms linear;
  transition: transform 250ms ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#galleries .galleries .gallery .gallery-item img {
  width: 100%;
  object-fit: cover;
}
#galleries .galleries .gallery .gallery-item:hover {
  box-shadow: 7px 11px 14px 0 rgba(0, 0, 0, 0.09);
  transform: scale(1.02);
}
#galleries .galleries .gallery .gallery-item:nth-child(8n+1), #galleries .galleries .gallery .gallery-item:nth-child(8n+5), #galleries .galleries .gallery .gallery-item:nth-child(8n+7) {
  grid-column-end: span 1;
  grid-row-end: span 3;
}
#galleries .galleries .gallery .gallery-item:nth-child(8n+2), #galleries .galleries .gallery .gallery-item:nth-child(8n+8) {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
#galleries .galleries .gallery .gallery-item:nth-child(8n+3) {
  grid-column-end: span 1;
  grid-row-end: span 4;
}
#galleries .galleries .gallery .gallery-item:nth-child(8n+4), #galleries .galleries .gallery .gallery-item:nth-child(8n+6) {
  grid-column-end: span 1;
  grid-row-end: span 5;
}
#galleries .galleries .gallery .gallery-item.span-1, #galleries .galleries .gallery .gallery-item.span-3, #galleries .galleries .gallery .gallery-item.span-6, #galleries .galleries .gallery .gallery-item.span-8 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
#galleries .galleries .gallery .gallery-item.span-2, #galleries .galleries .gallery .gallery-item.span-10 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
#galleries .galleries .gallery .gallery-item.span-4, #galleries .galleries .gallery .gallery-item.span-7 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
#galleries .galleries .gallery .gallery-item.span-5, #galleries .galleries .gallery .gallery-item.span-9 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
#galleries .galleries .gallery .gallery-item .gallery-item-content {
  height: 100%;
  width: 100%;
}
#galleries .galleries .gallery .gallery-item .gallery-item-content img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
#galleries .galleries-popup {
  z-index: 500;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  display: none;
}
#galleries .galleries-popup-overlay {
  background-color: rgba(255, 255, 255, 0.66);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 501;
}
#galleries .galleries-popup-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 700px;
  max-width: 700px;
  border: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  z-index: 510;
}
#galleries .galleries-popup-image .date {
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 10px;
  -boz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}
#galleries .galleries-popup-image .copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 10px;
  -boz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 10px;
  text-align: right;
}
#galleries .galleries-popup-image img {
  -webkit-border-radius: 10px;
  -boz-border-radius: 10px;
  border-radius: 10px;
  width: auto;
  height: auto;
  max-height: 60vh;
  max-width: 700px;
}
@media (max-width: 990px) {
  #galleries .galleries-popup-image {
    max-height: 500px;
    max-width: 500px;
  }
  #galleries .galleries-popup-image img {
    max-height: 500px;
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  #galleries .galleries-popup-image {
    width: 100%;
  }
  #galleries .galleries-popup-image img {
    max-width: 90%;
    max-height: 60vh;
  }
}
#galleries .galleries-popup .next-image,
#galleries .galleries-popup .prev-image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 300px;
  max-height: 300px;
  z-index: 505;
  -webkit-border-radius: 10px;
  -boz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 990px) {
  #galleries .galleries-popup .next-image,
  #galleries .galleries-popup .prev-image {
    display: none;
  }
}
#galleries .galleries-popup .next-image {
  right: -20px;
}
#galleries .galleries-popup .prev-image {
  left: -20px;
}
#galleries .galleries-popup .next {
  left: calc(50% + 400px);
}
@media (max-width: 990px) {
  #galleries .galleries-popup .next {
    right: 10px;
  }
}
#galleries .galleries-popup .prev {
  left: calc(50% - 433px);
}
@media (max-width: 990px) {
  #galleries .galleries-popup .prev {
    left: 10px;
  }
}
#galleries .galleries-popup .next, #galleries .galleries-popup .prev {
  z-index: 511;
}
#galleries .galleries-popup .next.inactive, #galleries .galleries-popup .prev.inactive {
  opacity: 0.5;
}
#galleries .galleries #gallery-loading {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
#galleries .galleries #gallery-loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #006E33;
  border-color: #006E33 transparent #006E33 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#galleries .galleries .loading-spin {
  display: flex;
  height: 0;
  justify-content: center;
  transition: height 256ms;
}
#galleries .galleries .loading-spin lottie-player {
  width: 192px;
}
#galleries .galleries .loading-spin.active {
  height: 192px;
}

section {
  padding: var(--gap-double) 0;
}
section h2 {
  margin-bottom: var(--gap-half);
}
@media (max-width: 1199px) {
  section {
    padding: var(--gap-half) 0;
  }
}

section.articles > .container {
  position: relative;
  overflow: hidden;
}
section.articles .articles-container {
  display: flex;
  gap: 15px;
  transition: margin-left 400ms;
}
@media (max-width: 1199px) {
  section.articles .articles-container > .container {
    padding: 0;
  }
  section.articles .articles-container > .container > .row > div:last-child .article {
    margin-bottom: 0;
  }
}
section.articles .articles-container a, section.articles .articles-container a:active, section.articles .articles-container a:focus, section.articles .articles-container a:hover, section.articles .articles-container a:visited {
  color: #2D2B2D;
  text-decoration: none;
}
section.articles .articles-container a .article__title, section.articles .articles-container a:active .article__title, section.articles .articles-container a:focus .article__title, section.articles .articles-container a:hover .article__title, section.articles .articles-container a:visited .article__title {
  transition: color 200ms;
}
section.articles .articles-container a:hover .article__title {
  color: var(--color-red);
}
section.articles #articlesTab {
  border-bottom: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
section.articles #articlesTab .nav-link {
  font-size: 14px;
  color: #2D2B2D;
  border: 0;
}
section.articles #articlesTab .nav-link.active, section.articles #articlesTab .nav-link:focus, section.articles #articlesTab .nav-link:hover {
  border: none;
  color: var(--color-red);
}
section.articles #articlesTabContent .content a, section.articles #articlesTabContent .content a:active, section.articles #articlesTabContent .content a:focus, section.articles #articlesTabContent .content a:hover, section.articles #articlesTabContent .content a:visited {
  color: #2D2B2D;
  text-decoration: none;
}
section.articles #articlesTabContent .content a .article__title, section.articles #articlesTabContent .content a:active .article__title, section.articles #articlesTabContent .content a:focus .article__title, section.articles #articlesTabContent .content a:hover .article__title, section.articles #articlesTabContent .content a:visited .article__title {
  transition: color 200ms;
}
section.articles #articlesTabContent .content a:hover .article__title {
  color: var(--color-red);
}
section.articles .all {
  padding-top: 20px;
}
section.articles .all a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.78px;
  line-height: 18px;
  white-space: nowrap;
  text-decoration: none;
  color: #2D2B2D;
  transition: color 200ms;
}
section.articles .all a:active, section.articles .all a:focus, section.articles .all a:visited {
  color: #2D2B2D;
}
section.articles .all a:hover {
  color: var(--color-red);
}
section.articles .all img {
  height: 16px;
  width: 19px;
}
@media (max-width: 1199px) {
  section.articles .article--small {
    display: none;
  }
}

section.actions {
  background-color: #E1E2E4;
}
section.actions .action {
  background-color: #ffffff;
  border: 2px solid #2D2B2D;
  padding: var(--gap-and-a-half) var(--gap-half);
  margin-bottom: 20px;
  transition: transform 200ms;
}
section.actions .action__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 24px 34px 24px;
}
section.actions .action__icon img {
  object-fit: contain;
  object-position: center center;
  height: 96px;
  width: 96px;
}
@media (max-width: 1199px) {
  section.actions .action__icon img {
    height: calc(var(--gap-half) * 3);
    width: calc(var(--gap-half) * 3);
  }
}
@media (max-width: 1199px) {
  section.actions .action__icon {
    margin: 0 0 var(--gap-half) 0;
  }
}
section.actions .action__title {
  font-size: 16px;
  font-weight: 500;
  height: 19px;
  line-height: 19px;
  margin-bottom: var(--gap-half);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.actions .action__title {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 1.5);
    line-height: 1.5;
  }
}
section.actions .action__description {
  font-size: 14px;
  height: 54px;
  letter-spacing: 0.64px;
  line-height: 18px;
  margin: 0 var(--gap-half);
  text-align: center;
}
@media (max-width: 1199px) {
  section.actions .action__description {
    font-size: var(--font-small);
    height: calc(var(--font-small) * 1.5 * 2);
    line-height: 1.5;
  }
}
section.actions .action:hover {
  transform: scale(1.05);
}
@media (max-width: 1199px) {
  section.actions .action {
    margin-bottom: var(--gap-half);
    padding: var(--gap-half);
  }
}
section.actions a {
  color: #2D2B2D;
}
section.actions a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  section.actions > .container > .row > div:last-child .action {
    margin-bottom: 0;
  }
}

section.greeting h3 {
  margin-bottom: var(--gap);
}
@media (max-width: 1199px) {
  section.greeting h3 {
    margin-bottom: calc(var(--gap-half) / 3 * 2);
  }
}
section.greeting .description {
  font-family: "Tisa Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 21px;
}
@media (max-width: 1199px) {
  section.greeting .description {
    font-size: var(--font-medium);
    line-height: 1.5;
  }
}
section.greeting .mayor__image {
  padding-top: 50%;
  position: relative;
  height: 0;
}
section.greeting .mayor__image img.image {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.greeting .mayor__image img.background {
  height: 85%;
  left: 0;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 1;
}
section.greeting .mayor__name {
  background-color: var(--color-red);
  color: #FFFFFF;
  text-align: right;
  padding: 13px 40px 17px 40px;
}
section.greeting .mayor__name .name {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  section.greeting .mayor__name .name {
    font-size: var(--font-large);
    line-height: 1.5;
  }
}
section.greeting .mayor__name .title {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 14px;
}
@media (max-width: 1199px) {
  section.greeting .mayor__name .title {
    font-size: var(--font-small);
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  section.greeting .mayor__name {
    padding: var(--gap-half);
  }
}

section.events {
  background-color: #E1E2E4;
}
section.events .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
section.events .header h2 {
  margin: 0;
}
section.events .header a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.78px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  section.events .header a {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    font-size: var(--font-small);
    line-height: 1;
    margin-top: 2.75px;
    padding: 0;
    text-transform: lowercase;
  }
  section.events .header a img {
    margin-bottom: calc(var(--gap-half) / 2);
  }
}
section.events .header a, section.events .header a:active, section.events .header a:focus, section.events .header a:hover, section.events .header a:visited {
  color: #2D2B2D;
  text-decoration: none;
  transition: color 200ms;
}
section.events .header a:hover {
  color: var(--color-red);
}
section.events .events {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.galleries .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gap-double);
}
section.galleries .header h2 {
  margin: 0;
  position: relative;
}
section.galleries .header h2 img {
  margin-top: -33px;
  left: calc(100% + 19px);
  position: absolute;
  top: 50%;
}
@media (max-width: 1199px) {
  section.galleries .header h2 img {
    display: none;
  }
}
section.galleries .header a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.78px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  section.galleries .header a {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
    font-size: var(--font-small);
    line-height: 1 !important;
    margin-top: 2.75px;
    text-transform: lowercase;
  }
  section.galleries .header a img {
    margin-bottom: calc(var(--gap-half) / 2);
  }
}
section.galleries .header a, section.galleries .header a:active, section.galleries .header a:focus, section.galleries .header a:hover, section.galleries .header a:visited {
  color: #2D2B2D;
  text-decoration: none;
  transition: color 200ms;
}
section.galleries .header a:hover {
  color: var(--color-red);
}
section.galleries .gallery-images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap);
}
@media (max-width: 1199px) {
  section.galleries .gallery-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gap-half);
  }
}
@media (max-width: 576px) {
  section.galleries .gallery-images {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.galleries .gallery-images .image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.galleries .gallery-images .image:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 1199px) {
  section.galleries .gallery-images .image:first-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
section.galleries .gallery-images .image:only-child {
  grid-column-start: 1;
  grid-column-end: 5;
}
@media (max-width: 1199px) {
  section.galleries .gallery-images .image:only-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 576px) {
  section.galleries .gallery-images .image:only-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
section.galleries .gallery-images .image:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}
@media (max-width: 1199px) {
  section.galleries .gallery-images .image:nth-child(2) {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
section.galleries .gallery-images .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 256ms;
}
section.galleries .gallery-images .image:hover img {
  transform: scale(1.1);
}

section.links {
  background-color: #E1E2E4;
}
section.links a {
  text-decoration: none;
}
section.links .link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px 22.5px 15px 15px;
  position: relative;
  border: 1px solid #2D2B2D;
  background-color: #FFFFFF;
  transition: border-color 256ms;
}
section.links .link .background {
  opacity: 0.15;
}
section.links .link__name {
  color: #2D2B2D;
  font-family: Geomanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: unset;
  letter-spacing: 0.89px;
  line-height: 1.5;
  position: relative;
  width: calc(100% - 25px);
  z-index: 20;
}
@media (max-width: 1199px) {
  section.links .link__name {
    align-items: center;
    display: flex;
    font-size: var(--font-medium);
    line-height: 1.5;
    height: calc(var(--font-medium) * 1.5 * 2);
  }
}
@media (max-width: 400px) {
  section.links .link__name {
    font-size: var(--font-small);
  }
}
section.links .link .badge-success {
  background-color: red;
}
section.links .link__actions {
  line-height: 9px;
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
section.links .link .font-awesome {
  color: #3F4441;
  font-size: 9px;
}
section.links .link.reverse {
  flex-direction: row-reverse;
}
section.links .link.reverse .link__actions {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
section.links .link:hover {
  border-color: var(--red);
}
@media (max-width: 1199px) {
  section.links .link {
    margin-bottom: var(--gap-half);
    padding: calc(var(--gap-half) / 3) var(--gap-half);
  }
}
@media (max-width: 1199px) {
  section.links > .container > .row .link {
    margin-bottom: 0;
  }
  section.links > .container > .row > div:nth-child(2n+1) {
    padding-right: calc(var(--gap-half) / 2);
  }
  section.links > .container > .row > div:nth-child(2n) {
    margin-bottom: var(--gap-half);
    padding-left: calc(var(--gap-half) / 2);
  }
  section.links > .container > .row > div:last-child {
    margin-bottom: 0;
  }
}

section.mobile-app h3 {
  font-size: 46px;
  line-height: 50px;
}

#results {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  pointer-events: none;
}
#results.active {
  opacity: 1;
  pointer-events: all;
}
#results a {
  text-decoration: none;
}
#results .close {
  position: absolute;
  right: 32px;
  top: 32px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  opacity: 1;
}
#results #results-container {
  position: absolute;
  left: calc(50% - 555px);
  top: 263px;
  height: calc(100vh - 263px - 60px);
  max-width: 1110px;
  overflow: scroll;
}
#results #results-container::-webkit-scrollbar {
  width: 0 !important;
}
#results #results-container {
  overflow: -moz-scrollbars-none;
}
#results #results-container {
  -ms-overflow-style: none;
}
#results #results-container .caption {
  color: #2D2B2D;
  font-size: 16px;
  letter-spacing: 0.9px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  #results #results-container .caption {
    font-size: var(--font-medium);
    font-weight: 600;
    line-height: 1;
    margin-bottom: var(--gap-half);
  }
}
#results #results-container .results .result {
  background-color: transparent;
  border-radius: 5px;
  font-family: "Geomanist", sans-serif;
  margin-bottom: 30px;
  margin-left: -15px;
  padding: 15px;
  transition: background-color 256ms;
  width: calc(100% + 30px);
}
#results #results-container .results .result:hover {
  background-color: rgba(128, 128, 128, 0.15);
}
#results #results-container .results .result__category {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 6px 13px;
}
@media (max-width: 1199px) {
  #results #results-container .results .result__category {
    font-size: var(--font-small);
    padding: calc(var(--gap-half) / 2);
  }
}
#results #results-container .results .result__date {
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  #results #results-container .results .result__date {
    position: absolute;
    right: var(--gap-half);
    top: var(--gap-half);
    font-size: var(--font-small);
    padding: calc(var(--gap-half) / 2);
  }
}
#results #results-container .results .result__title {
  color: #2D2B2D;
  font-size: 15px;
  line-height: 1.5;
  max-height: 67.5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #results #results-container .results .result__title {
    font-size: var(--font-medium);
    height: calc(var(--font-medium) * 1.5 * 3);
    max-height: unset;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  #results #results-container .results .result {
    margin-bottom: 0;
    padding: var(--gap-half);
    position: relative;
  }
}
@media (max-width: 1199px) {
  #results #results-container {
    height: calc(100vh - 152px);
    left: 0;
    top: 152px;
    max-width: 100%;
    width: 100%;
  }
}

.newspaper-viewer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newspaper-viewer a {
  display: block;
  width: calc(50% - var(--gap-half));
}
.newspaper-viewer a:hover {
  text-decoration: none;
}
.newspaper-viewer .link {
  color: #2D2B2D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.89px;
  line-height: 19px;
  border: 1px solid #2D2B2D;
  margin-bottom: var(--gap);
  padding: 18px 80px;
  position: relative;
  text-align: right;
}
.newspaper-viewer .link img {
  height: 28px;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transform: scaleX(-1);
}
.newspaper-viewer .cover {
  width: 100%;
}
.newspaper-viewer .cover img {
  width: 100%;
}
@media (max-width: 575px) {
  .newspaper-viewer {
    display: flex;
    flex-direction: column;
  }
  .newspaper-viewer .flipbook-to-fullscreen {
    display: none;
  }
  .newspaper-viewer a {
    width: 100%;
  }
  .newspaper-viewer a .link {
    padding: 18px;
  }
}

.imprint {
  margin-bottom: 60px;
}
.imprint-title {
  margin-bottom: 30px;
}
.imprint-logo img {
  width: 100%;
}
.imprint-description {
  color: #2D2B2D;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 23px;
  margin-bottom: 30px;
}
.imprint p {
  color: #2D2B2D;
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px 0;
}

.imprint-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin: 40px 0 20px 0;
}
.imprint-block picture {
  margin-bottom: 20px;
}
.imprint-block picture img {
  object-fit: contain;
  object-position: center center;
}
.imprint-block span {
  display: block;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}
.imprint-block span strong {
  font-weight: 700;
}

.links-container a:hover {
  text-decoration: none;
}
.links-container .link {
  border: 1px solid #2D2B2D;
  color: #2D2B2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  padding: 25.5px var(--gap-half) 22.5px var(--gap-half);
  position: relative;
  text-transform: uppercase;
}
.links-container .link img {
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  z-index: 2000;
}
@media (max-width: 1199px) {
  .links-container .link {
    font-size: var(--font-medium);
    margin-bottom: var(--gap-half);
    padding: calc(var(--gap-half) / 3) var(--gap-half);
  }
}
@media (max-width: 1199px) {
  .links-container > .row > div:last-child .link {
    margin-bottom: 0;
  }
}

.article__youtube .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .article__youtube .container > .row > div:nth-child(2n) {
    padding-right: calc(var(--gap-half) / 2);
  }
  .article__youtube .container > .row > div:nth-child(2n+1) {
    padding-left: calc(var(--gap-half) / 2);
  }
  .article__youtube .container > .row > div:nth-child(1) {
    padding-left: var(--gap-half);
  }
}
.article__youtube .article__youtube-title {
  color: #1E366C;
  font-family: "Geomanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .article__youtube .article__youtube-title {
    font-size: var(--font-large);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--gap-half);
  }
}
.article__youtube .iframe-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.article__youtube .iframe-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 1199px) {
  .article__youtube {
    margin-bottom: var(--gap-half);
  }
}

.article__galleries .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .article__galleries .container > .row > div:nth-child(2n) {
    padding-right: calc(var(--gap-half) / 2);
  }
  .article__galleries .container > .row > div:nth-child(2n+1) {
    padding-left: calc(var(--gap-half) / 2);
  }
  .article__galleries .container > .row > div:nth-child(1) {
    padding-left: var(--gap-half);
  }
}
.article__galleries .article__galleries-title {
  color: #1E366C;
  font-family: "Geomanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .article__galleries .article__galleries-title {
    font-size: var(--font-large);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--gap-half);
  }
}
.article__galleries .article__gallery.view .simple-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}
@media (max-width: 1199px) {
  .article__galleries {
    margin-bottom: var(--gap-half);
  }
}

.article__links .article__links-title {
  color: #1E366C;
  font-family: "Geomanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .article__links .article__links-title {
    font-size: var(--font-large);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--gap-half);
  }
}
@media (max-width: 1199px) {
  .article__links a:last-child .link {
    margin-bottom: 0;
  }
}

.video {
  margin-left: 10px;
}
.video iframe {
  border: 0;
  height: 271px;
  width: 531px;
  margin-bottom: 20px;
  margin-left: 26px;
}

#videotitle {
  margin-bottom: 45px;
  margin-left: 7px;
}

#add-problem .form-control {
  border-radius: 0;
}
#add-problem h2 {
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  margin-left: 16px;
}

#red-options {
  margin-left: -70px;
  margin-top: 16px;
}

.back-container {
  margin-top: 20px;
  margin-bottom: 40px;
}
.back-container a {
  text-decoration: none;
  transform: scaleX(-1);
  color: #232323;
  font-size: 14px;
  letter-spacing: 0.67px;
  line-height: 24px;
  text-align: justify;
}
.back-container a #chevron {
  width: 10px;
  margin-bottom: 3px;
  margin-left: 28px;
}

.report {
  margin-top: 40px;
}
.report .popup-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 512ms;
}
.report .popup-alert .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.58);
  z-index: 2001;
}
.report .popup-alert-box {
  position: fixed;
  height: 320px;
  width: 100%;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  background-size: cover;
  background-position: center center;
  background-color: white;
  z-index: 2002;
  box-shadow: 0 7px 13px 0 rgba(26, 42, 82, 0.24);
}
.report .popup-alert-box .title {
  color: red;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2.11px;
  line-height: 45px;
  text-align: center;
  margin-top: 20px;
}
.report .popup-alert-box p {
  color: red;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}
.report .popup-alert-box .submit-button {
  display: block;
  margin-left: auto;
  margin-top: 40px;
}
.report .popup-alert.active {
  opacity: 1;
  pointer-events: all;
}
.report-form .form-group {
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  clear: both;
  margin-bottom: 1rem;
}
.report-form .form-group input[type=text] {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #2D2B2D;
}
.report-form .form-group input[type=email] {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #2D2B2D;
}
.report-form .form-group input[type=tel] {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #2D2B2D;
}
.report-form .form-group ::placeholder {
  color: #2D2B2D;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  opacity: 1;
}
.report-form .form-group.input--with-mask {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.report-form .form-group.input--with-mask input {
  padding-left: 190px;
}
.report-form .form-group.input--with-mask .mask {
  color: #2D2B2D;
  font-size: 16px;
  line-height: 19px;
  padding: 15.5px 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 204px;
}
.report-form .form-group #report_type {
  color: #E53326;
  font-family: Geomanist;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.report-form .form-group label {
  color: #2D2B2D;
  font-family: Geomanist;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  clear: both;
}
.report-form .form-group input, .report-form .form-group textarea {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px 20px;
  outline: none;
  color: #2D2B2D;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
.report-form .form-group textarea {
  padding: 12px 20px;
  resize: none;
  overflow: hidden;
  border: 1px solid #2D2B2D;
  height: 102px;
}
.report-form .form-group .checkbox-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report-form .form-group .checkbox-options .checkbox {
  margin-bottom: 20px;
  position: relative;
  width: calc(50% - 10px);
}
.report-form .form-group .checkbox-options .checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 58px;
  font-size: 16px;
  line-height: 16px;
  word-wrap: break-word;
  color: red;
  letter-spacing: 0;
  font-weight: 300;
  padding: 15px;
  cursor: pointer;
  border: 1px solid red;
}
.report-form .form-group .checkbox-options .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.report-form .form-group .checkbox-options .checkbox input:focus + label {
  box-shadow: 0 0 0 0.25rem #0000ff;
}
.report-form .form-group .checkbox-options .checkbox input:checked + label {
  border-color: red;
  background: red;
  color: #fff;
}
.report-form .form-group .checkbox-options .checkbox:nth-child(2n+1) {
  margin-right: 20px;
}
.report-form .form-group .form-images {
  position: relative;
}
.report-form .form-group .form-images .selected-images {
  display: flex;
}
.report-form .form-group .form-images .selected-images .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.report-form .form-group .form-images .selected-images .image input {
  display: none;
}
.report-form .form-group .form-images .selected-images .image .preview {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.report-form .form-group .form-images .selected-images .image-content {
  width: 145px;
  height: 80px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  position: relative;
}
.report-form .form-group .form-images .selected-images .image-content span {
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.report-form .form-group .form-images .selected-images .image-content:hover {
  cursor: pointer;
}
.report-form .form-group .form-images .selected-images .image:nth-child(4n+4) {
  margin-right: 0;
}
.report-form .form-group .form-images .browse-image {
  display: inline-block;
}
.report-form .form-group .form-images .browse-image-content {
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 145px;
  transition: all 0.6s ease;
  border: 1px solid #2D2B2D;
  background: #fff;
}
.report-form .form-group .form-images .browse-image-content #upload {
  width: 30px;
}
.report-form .form-group .form-images .browse-image-content span {
  color: red;
  font-size: 30px;
}
.report-form .form-group .form-images .browse-image-content:hover {
  transform: scale(1.04);
}
.report-form .form-group .form-images .browse-image-content:active {
  transform: scale(0.95);
  box-shadow: none;
}
.report-form .form-group .form-images #talloz {
  opacity: 0;
}
.report-form .form-group .form-images .image-content #trash {
  width: 15px;
}
.report-bottom {
  padding: 20px 10px;
  text-align: right;
}
.report .submit-button {
  height: 76px;
  width: 221px;
  background-color: #E53326;
  border: 0;
  background-position: bottom center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.11);
  font-family: "Hand Siliguri", sans-serif;
  transition: filter 256ms, opacity 256ms;
  justify-content: center;
  margin-left: -15px;
  border-radius: 0;
}
.report .submit-button img {
  margin-bottom: 5px;
}
.report .submit-button span {
  margin-left: 9px;
}
.report .submit-button.active {
  filter: grayscale(0%);
  opacity: 1;
  pointer-events: all;
}
.report .group {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.report .group .form-group {
  margin: 0;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .report .group {
    flex-wrap: wrap;
  }
  .report .group > div {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
  .report .group > button {
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .report .group #main-submit {
    margin-left: -15px !important;
  }
}

.map-holder {
  height: 0;
  margin: 20px 0;
  min-height: 0;
  width: 100%;
  transition: height 512ms, min-height 512ms;
}
.map-holder.active {
  height: 20vw;
  min-height: 384px;
}
.map-holder #map {
  height: 100%;
  width: 100%;
}

#show-map, #main-submit {
  filter: grayscale(0.5);
  opacity: 0.5;
  pointer-events: none;
  transition: filter 256ms, opacity 256ms;
}
#show-map.active, #main-submit.active {
  filter: grayscale(0);
  opacity: 1;
  pointer-events: all;
}

.g-recaptcha-holder {
  margin-left: -15px;
  margin-bottom: 15px;
}

.info-modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-modal {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: #024694;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.5;
  padding: 40px;
  text-align: center;
  width: 320px;
}

.flipbook-to-fullscreen {
  cursor: pointer;
}

.flipbook {
  z-index: 1000;
}

.flipbook-fullscreen {
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.67);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 256ms;
}
.flipbook-fullscreen.fullscreen {
  opacity: 1;
  pointer-events: all;
}

.newspapers {
  margin-top: 20px;
  width: 100%;
}
.newspapers .link {
  cursor: pointer;
  margin-bottom: 30px;
}
.newspapers .newspaper {
  margin-bottom: 30px;
}
.newspapers .container {
  margin-left: -15px;
  height: 0;
  overflow: hidden;
  width: calc(100% + 30px);
}
.newspapers .container.open {
  height: unset;
  overflow: visible;
}

.results {
  padding: 15px 0;
}
.results .no-result {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.results .no-result--large {
  font-size: 48px;
  font-weight: 700;
  line-height: 2;
}
.results > a {
  color: inherit;
  text-decoration: none;
}
.results > a:last-child .result {
  border-bottom: none;
  margin-bottom: 0;
}

@keyframes loadingCircle {
  to {
    transform: rotate(1turn);
  }
}
.loading {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.loading picture {
  margin-bottom: 20px;
  height: 32px;
  width: 32px;
}
.loading picture img {
  animation: loadingCircle 1s linear infinite;
}

.documents-archive {
  display: flex;
  flex-direction: column;
  gap: var(--gap-half);
}

.documents-archive .folder {
  display: flex;
  flex-direction: column;
  gap: var(--gap-half);
}
.documents-archive .folder > .name {
  padding: 15px;
  border: 2px solid #E53326;
  background-color: #ffffff;
  text-decoration: none;
  color: #2D2B2D;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 256ms, color 256ms;
}
.documents-archive .folder > .folders {
  display: none;
}
.documents-archive .folder > .documents {
  display: none;
}
.documents-archive .folder.active > .name {
  color: #ffffff;
  background-color: #E53326;
}
.documents-archive .folder.active > .folders {
  display: flex;
  flex-direction: column;
  gap: var(--gap-half);
  padding-left: var(--gap-half);
}
.documents-archive .folder.active > .documents {
  display: flex;
  flex-direction: column;
  gap: var(--gap-half);
  padding-left: var(--gap-half);
}

.documents-archive .document {
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0;
  border: 2px solid #E53326;
  background-color: #ffffff;
  text-decoration: none;
  color: #2D2B2D;
  font-weight: 500;
  font-size: 16px;
}
.documents-archive .document img {
  height: 34px;
  margin-top: 0px;
  margin-bottom: -10px;
}
.documents-archive .document:hover {
  border: 2px solid #E53326;
}

.template {
  display: none;
}

form.search {
  position: relative;
}
form.search button {
  position: absolute;
  right: 24px;
  top: calc(50% - 10px);
  background: transparent;
  border: none;
  padding: 0;
}
form.search button img {
  position: static;
  height: 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

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