/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
/*! Author: Valentin Topolovec */
/**************************************************
    MAIN STYLES
    **********************************************/
/*
  animation mixin
  @include animation(10s, 5s, changecolour)
*/
.menu .submenu__wrap, .menu .submenu, .menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/**************************************************
    GRID & LAYOUT SETTINGS
    **********************************************/
/**************************************************
    FONTS44
    **********************************************/
/**************************************************
    COLORS
    **********************************************/
/**************************************************
        MODULES
        **********************************************/
html {
  font-size: 16px;
  margin-top: 0 !important;
}

html,
body {
  height: 100%;
  margin: 0;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  z-index: 1;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}
.container--post {
  max-width: 952px;
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .container--post {
    margin-top: 8.5rem;
  }
}

p {
  font-family: "Poppins", sans-serif;
}

body {
  /*   &.admin-bar {
      margin-top: -32px;
      @include media(mobile) {
        margin-top: -46px;
      }
    } */
}
body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
@media (max-width: 991px) {
  body.locked {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: initial !important;
  }
}

.main-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  margin: 2rem 20px;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .main-content {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    margin: 6rem 40px;
  }
}
@media (min-width: 1920px) {
  .main-content {
    margin: 6rem 0;
  }
}
.main-content .sidebar {
  flex: 0 1 302px;
}
.main-content .main {
  flex: 1;
  overflow: hidden;
}
.main-content .main__content h1, .main-content .main__content h2, .main-content .main__content h3, .main-content .main__content h4, .main-content .main__content h5, .main-content .main__content h6 {
  position: relative;
  margin: 4rem 0;
  font-family: "Teko", sans-serif;
}
.main-content .main__content h1:after, .main-content .main__content h2:after, .main-content .main__content h3:after, .main-content .main__content h4:after, .main-content .main__content h5:after, .main-content .main__content h6:after {
  background: #e30b20;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 120%;
  width: 40px;
  /*       transition-delay: 2s;
  transition: width 1.5s cubic-bezier(1, 0, 0, 1);
  width: 0; */
}
.main-content .main__content h1 {
  font-size: 2.25rem;
  line-height: 1.125;
}
.main-content .main__content h1:first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .main-content .main__content h1 {
    font-size: 3rem;
  }
}
.main-content .main__content h2 {
  font-size: 2rem;
  line-height: 1.125;
}
.main-content .main__content h2:first-child {
  margin-top: 0;
}
.main-content .main__content h3, .main-content .main__content h4, .main-content .main__content h5, .main-content .main__content h6 {
  font-size: 2rem;
}
.main-content .main__content .wp-block-heading:first-child {
  margin-top: 0;
}
.main-content .main__content p {
  font-size: 1rem;
  line-height: 1.7;
}
.main-content .main__content ul li {
  margin-bottom: 10px;
}

.category-posts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.grouped-data__documents-holder {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.dvd-card {
  margin-bottom: 4rem;
}
.dvd-card p {
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.dvd-card__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

img[data-dominant-color]:not(.has-transparency) {
  background-color: transparent !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #001a35;
}

a {
  color: #e30b20;
  transition: all 0.25s ease;
}

.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
}
.link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e30b20;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.link:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:active,
a:visited {
  outline: 0;
}

.heading {
  font-family: "Teko", sans-serif;
}
.heading--section {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--section {
    font-size: 3rem;
  }
}
.heading--white {
  color: #ffffff;
}
.heading--decoration_down {
  position: relative;
}
.heading--decoration_down:after {
  background: #e30b20;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 120%;
  width: 40px;
  /*       transition-delay: 2s;
        transition: width 1.5s cubic-bezier(1, 0, 0, 1);
        width: 0; */
}
.heading--decoration-center {
  position: relative;
  text-align: center;
}
.heading--decoration-center:after {
  background: #e30b20;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 120%;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.heading--fold {
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  position: relative;
  z-index: 2;
  line-height: 1.125;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--fold {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading--fold {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  @supports (-webkit-line-clamp: 3) {
    .heading--fold {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--fold {
    font-size: 4.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  @supports (-webkit-line-clamp: 3) {
    .heading--fold {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }
}
.heading--post {
  color: #001a35;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--post {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--post {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  @supports (-webkit-line-clamp: 4) {
    .heading--post {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    }
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .heading--post {
    font-size: 4rem;
  }
}

.form__textfield[type=radio] + i:before, .form__fieldset input[type=radio] + i:before, .form__textfield[type=checkbox] + i:before, .form__fieldset input[type=checkbox] + i:before, [class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.25s ease;
}

@font-face {
  font-family: "icomoon";
  src: url(../../0adddd48b04b7fb6791f.eot?dgpcrq#iefix) format("embedded-opentype"), url(../../eb6207b5647dc710a727.ttf?dgpcrq) format("truetype"), url(../../4241f67835114425c000.woff?dgpcrq) format("woff"), url(../../0675149a934725c96a47.svg?dgpcrq#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon-minus:before {
  content: "\e900";
}

.icon-plus:before {
  content: "\e901";
}

.icon-amblem:before {
  content: "\e902";
}

.icon-firefighter:before {
  content: "\e903";
}

.icon-axe:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-tiktok:before {
  content: "\e91d";
}

.icon-dribbble:before {
  content: "\e91e";
}

.icon-copy-link:before {
  content: "\e919";
}

.icon-logo-reddit-1:before {
  content: "\e91a";
}

.icon-logo-whatsapp-1:before {
  content: "\e91b";
}

.icon-twitter:before {
  content: "\e91c";
}

.icon-sharing-social:before {
  content: "\e914";
}

.footer {
  overflow: hidden;
}
.footer__inner {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 240px;
}
.footer__inner .footer-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 0;
}
.footer__text {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex: 0 1 50%;
  flex-direction: column;
  z-index: 1;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__text {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__text {
    width: 100%;
    margin-bottom: 80px;
  }
}
.footer__text .heading {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
.footer__text .details {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__text .details {
    width: 50%;
    flex-direction: row;
  }
}
.footer__text .details .column {
  flex: 1;
}
.footer__text .details .column p {
  font-size: 0.875rem;
}
.footer__bottom {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom {
    min-height: 200px;
    flex-direction: row;
  }
}
.footer__bottom .contact {
  flex: 1;
  background: #001a35;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  gap: 3rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .footer__bottom .contact {
    padding: 40px 20px;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__bottom .contact {
    padding: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact {
    padding: 2rem;
  }
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact {
    padding: 2rem 2rem 2rem 0;
  }
}
.footer__bottom .contact .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact .wrapper {
    flex: 1;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer__bottom .contact .wrapper .contact-text {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact .wrapper .contact-text {
    flex: 1;
  }
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact .wrapper .contact-text {
    padding-left: calc(50vw - 720px);
  }
}
.footer__bottom .contact .wrapper p {
  font-size: 0.875rem;
  color: #839aac;
}
.footer__bottom .contact .wrapper p a {
  color: #ffffff;
}
.footer__bottom .contact .wrapper p a:hover {
  color: #e30b20;
}
.footer__bottom .contact .wrapper .hosting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact .wrapper .hosting {
    flex: 1;
  }
}
.footer__bottom .contact .wrapper .hosting__text {
  font-size: 0.875rem;
  color: #839aac;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.footer__bottom .contact .contact_files {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .contact .contact_files {
    flex: 1;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer__bottom .contact .contact_files {
    margin-top: 2rem;
  }
}
.footer__bottom .contact .contact_files .gdpr-document {
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.3s ease;
  font-size: 0.875rem;
}
.footer__bottom .contact .contact_files .gdpr-document:hover {
  color: #e30b20;
}
.footer__bottom .branding {
  flex: 1;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom .branding {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__bottom .branding {
    display: flex;
    padding: 40px;
  }
}
.footer__bottom .branding .holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .branding .holder {
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .branding .holder {
    gap: 4rem;
  }
}
.footer__bottom .branding .holder .social {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .footer__bottom .branding .holder .social {
    flex-direction: row;
  }
}
.footer__bottom .branding .holder .social p {
  font-size: 0.875rem;
}
.footer__bottom .branding .holder .social .icons {
  display: flex;
  gap: 1rem;
}
.footer__bottom .branding .holder .social .icons .footer-link .footer-icon {
  font-size: 2.25rem;
  color: #001a35;
}
.footer__bottom .branding .holder .social .icons .footer-link .footer-icon:hover {
  color: #839aac;
}
.footer__bottom .branding .holder .logo {
  width: 120px;
  height: auto;
}

.top-bar {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}
.top-bar__holder {
  background: #001a35;
  display: flex;
  height: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .top-bar__holder {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar__holder {
    padding: 0 40px;
  }
}
.top-bar__holder .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-bar__holder .content .social {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  flex-direction: row;
}
.top-bar__holder .content .social p {
  font-size: 0.875rem;
  color: #839aac;
}
.top-bar__holder .content .social .icons {
  display: flex;
  gap: 1rem;
}
.top-bar__holder .content .social .icons .footer-link .footer-icon {
  font-size: 1.5rem;
  color: #ffffff;
}
.top-bar__holder .content .social .icons .footer-link .footer-icon:hover {
  color: #839aac;
}
.top-bar__holder .content .links {
  display: flex;
  gap: 1rem;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .top-bar__holder .content .links {
    display: none;
    padding: 0 20px;
  }
}
.top-bar__holder .content .links .link-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-bar__holder .content .links .link-top .icon {
  font-size: 0.875rem;
  color: #839aac;
}
.top-bar__holder .content .links .link-top span {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.25s ease;
}
.top-bar__holder .content .links .link-top:hover .icon {
  color: #839aac;
}
.top-bar__holder .content .links .link-top:hover span {
  color: #839aac;
}

.menu {
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .menu {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: -1000px;
    left: 0;
    padding: 0 0 1000px 0;
    z-index: 999;
    backface-visibility: hidden;
    transform: translateX(-100%);
    opacity: 0;
  }
}
.menu.is_open {
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.6, 0.9);
  -moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.6, 0.9);
  -o-transition: all 0.6s cubic-bezier(0.9, 0, 0.6, 0.9);
  transition: all 0.6s cubic-bezier(0.9, 0, 0.6, 0.9);
}
@media (max-width: 991px) {
  .menu.is_open {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 890px;
    display: block;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    z-index: 3;
    background: #001a35;
    background: linear-gradient(180deg, #001a35 0%, rgba(0, 26, 53, 0.8) 100%);
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__inner {
    min-height: auto !important;
  }
}
@media (max-width: 991px) {
  .menu__list {
    padding: 1rem 1rem 0 0.5rem;
  }
}
.menu__item {
  display: block;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__item {
    text-align: center;
    display: inline-block;
    border: 0;
  }
}
@media (max-width: 991px) {
  .menu__item--has_children {
    position: relative;
  }
}
@media (max-width: 991px) {
  .menu__item--has_children .menu__link {
    display: flex;
    align-items: center;
    position: relative;
  }
  .menu__item--has_children .menu__link:after {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: right;
    transition: transform 0.3s ease-in-out;
    top: 2px;
    position: relative;
    right: -15px;
  }
}
.menu__item--has_children:hover .submenu {
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__item--has_children:hover .submenu__wrap {
    opacity: 1;
    visibility: visible;
    max-height: 5000px;
    z-index: 3;
  }
}
.menu__item.current .menu__link {
  color: #ffc100;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__item.first .menu__link {
    padding-left: 0;
  }
}
.menu__link {
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 1.5rem;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.25s ease;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__link {
    padding: 0 15px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
  }
}
.menu__link:hover {
  color: #839aac;
}
.menu__link--toggle {
  transition: all 0.25s ease;
}
.menu__link--toggle.is_open .submenu__wrap {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
@media (max-width: 991px) {
  .menu__link--toggle.is_open .menu__link:after {
    content: "-";
  }
}
.menu__lang {
  margin-left: 24px;
  display: inline-block;
  list-style-type: none;
  display: none;
}
.menu__lang ul {
  list-style-type: none;
}
.menu__lang li {
  padding: 9px 0;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.25s ease;
  transition-delay: 0.25s;
}
.menu__lang li img {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.menu__lang li i {
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}
.menu__lang li a {
  cursor: pointer;
}
.menu__lang li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #001a35;
  opacity: 0;
  z-index: 50;
  visibility: hidden;
  position: absolute;
  top: 33px;
  right: 0px;
  width: 50px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s;
}
.menu__lang li ul li {
  padding: 0;
  transition: all 0.25s ease;
  transition-delay: 0.1s;
}
.menu__lang li ul li:nth-child(1) a:hover .menu__lang li ul li:after, .menu__lang li ul li:nth-child(1) a:hover .menu__lang li ul li:before {
  color: red;
}
.menu__lang li ul li a {
  display: block;
  padding: 9px 16px;
  color: #ffffff;
}
.menu__lang li ul li a:hover {
  background-color: gray;
  color: pink;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__lang li ul:after, .menu__lang li ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .menu__lang li ul:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #001a35;
    border-width: 10px;
    margin-left: -10px;
  }
  .menu__lang li ul:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #001a35;
    border-width: 6px;
    margin-left: -6px;
  }
}
.menu__lang li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s;
  -moz-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s;
  -o-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s;
  transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu .submenu {
    min-width: 224px;
  }
}
.menu .submenu__wrap {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.25s ease;
  transition-delay: 0.25s;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu .submenu__wrap {
    background: #001a35;
    position: absolute;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }
}
.menu .submenu__wrap.is_open {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu .submenu__wrap:after, .menu .submenu__wrap:before {
    bottom: 100%;
    left: 20%;
    border: solid #012549;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .menu .submenu__wrap:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #012549;
    border-width: 10px;
    margin-left: -10px;
  }
  .menu .submenu__wrap:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #012549;
    border-width: 6px;
    margin-left: -6px;
  }
}
.menu .submenu__inner {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.25s ease;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu .submenu__inner {
    position: absolute;
    left: 0;
    margin-top: -1px;
    width: 100%;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0;
    background: red;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
  }
}
.menu .submenu__inner.is_open {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.menu .submenu__item {
  display: block;
  border-bottom: 1px solid #001a35;
  transition: 0.25s all ease-in-out;
}
.menu .submenu__item:hover {
  color: #839aac;
  background: #142c45;
}
.menu .submenu__item.current .submenu__link {
  color: #ffc100;
}
.menu .submenu__item:last-child {
  border-bottom: none;
}
.menu .submenu__link {
  display: block;
  margin: 0;
  padding: 15px 10px 15px 30px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu .submenu__link {
    padding: 15px;
    text-align: left;
    color: #ffffff;
  }
}
.menu__info {
  margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .menu__info {
    display: none;
    visibility: hidden;
  }
}
.menu__info > .social {
  text-align: center;
}
.menu__info > .social > a {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.menu__info > .social > a:hover {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .menu__info > .social > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #001a35;
  transition: all 0.25s ease;
  box-sizing: border-box;
  z-index: 999;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header {
    top: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header {
    height: 100px;
  }
}
.header.nav_up {
  transform: translateY(-100%);
  background: #001a35;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header.nav_up {
    top: -50px;
  }
}
.header.nav_down {
  transform: translateY(0);
  background: #001a35;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 44444;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header.nav_down .header__logo .logo {
    transform: translate(-50%, -25%);
    width: 80px;
    transition: all 0.25s ease-in-out;
  }
}
.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header__inner {
    position: relative;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__inner {
    padding: 0 40px;
  }
}
.header__inner .menu--primary {
  order: 1;
}
@media (max-width: 991px) {
  .header__inner .menu--primary {
    display: none;
  }
}
.header__inner .menu--secondary {
  order: 3;
}
@media (max-width: 991px) {
  .header__inner .menu--secondary {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header__inner .menu--mobile {
    display: none;
  }
}
.header__logo {
  order: 2;
}
.header__logo .logo {
  width: 36px;
  height: 48px;
  z-index: 1;
  margin-top: 8px;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header__logo .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
  }
}
.header__mobile_menu {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 998;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .header__mobile_menu {
    display: none;
  }
}
.header__mobile_menu:focus {
  outline: none;
}
.header__mobile_menu span {
  display: block;
  position: absolute;
  top: 28px;
  left: 20px;
  right: 20px;
  height: 4px;
  background: #fff;
  transition: all 0.25s ease;
  border: 3px;
}
.header__mobile_menu span:before, .header__mobile_menu span:after {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border: 3px;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header__mobile_menu span:before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header__mobile_menu span:after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header__mobile_menu.is_open span {
  background: none;
}
.header__mobile_menu.is_open span:before {
  top: 0;
  transform: rotate(45deg);
}
.header__mobile_menu.is_open span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header__mobile_menu.is_open span:before, .header__mobile_menu.is_open span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  background-color: #fff;
}

.hero {
  position: relative;
}
@media (max-width: 991px) {
  .hero {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .hero:before {
    content: "";
    background: #001a35;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
  }
}
.hero__inner {
  position: relative;
}
.hero__image {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage {
    margin-top: 100px;
  }
}
.hero--homepage .hero__image {
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}
.hero--homepage .hero__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 161px);
}
.hero--homepage .hero__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #001A35 0%, rgba(0, 26, 53, 0) 100%);
}
@media (max-width: 767px) {
  .hero--homepage .hero__inner {
    height: 50vh;
  }
}
.hero--homepage .hero__content {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hero--homepage .hero__content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage .hero__content {
    width: 80%;
    padding: 0 40px;
  }
}
.hero--homepage .hero__content .scroll-down {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage .hero__content .scroll-down {
    padding-top: 40px;
  }
}
.hero--homepage .hero__title {
  margin: 0;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 0.94;
}
.hero--homepage .hero__title:after {
  display: block;
  position: absolute;
  left: 0px;
  top: -140px;
  width: 4px;
  height: 100px;
  border-radius: 2px;
  content: " ";
  background: #e30b20;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero--homepage .hero__title:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage .hero__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage .hero__title {
    font-size: 6rem;
  }
}
.hero--homepage .hero__subtitle {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .hero--homepage .hero__subtitle {
    font-size: 1.25rem;
  }
}

.news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .news__inner {
    flex-direction: row;
  }
}
.news__inner .featured {
  flex: 1;
}
.news__inner .news-grid {
  flex: 1;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.news--list_four .news__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .news--list_four .news__inner {
    flex-direction: row;
  }
}
.news--list_four .news__inner .featured {
  flex: 1;
}
.news--list_four .news__inner .news-grid {
  flex: 1;
  display: grid;
  grid-gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .news--list_four .news__inner .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .news--list_four .news__inner .news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.card--article {
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.card--article:hover {
  cursor: pointer;
}
.card--article:hover .card__content:before {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #012c59 100%);
  opacity: 1;
}
.card--article:hover .card__after {
  display: none;
}
.card--article:hover .card__image {
  transform: scale(1.05);
}
.card--article .card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  object-fit: cover;
}
.card--article .card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
}
.card--article .card__content:after {
  content: "";
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
  transition: 0.25s all ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.card--article .card__content:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.25s all ease-in-out;
}
.card--article .card__content .category-tag {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: #ffffff;
  z-index: 3;
}
@media (max-width: 767px) {
  .card--article .card__content .category-tag {
    top: 0;
    left: 0;
    height: 20px;
  }
  .card--article .card__content .category-tag span {
    font-size: 10px;
    text-transform: uppercase;
  }
}
.card--article .card__content .details {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  z-index: 3;
}
@media (max-width: 767px) {
  .card--article .card__content .details {
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
.card--article .card__content .details .date {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .card--article .card__content .details .date {
    font-size: 0.625rem;
  }
}
.card--article .card__content .details .heading {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 767px) {
  .card--article .card__content .details .heading {
    font-size: 1rem;
  }
}
@supports (-webkit-line-clamp: 4) {
  .card--article .card__content .details .heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--featured .card__content .category-tag {
    top: 3rem;
    left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--featured .card__content .details {
    bottom: 3rem;
    left: 3rem;
  }
}
.card--featured .card__content .details .heading {
  line-height: 1.2;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--featured .card__content .details .heading {
    font-size: 4rem;
  }
}
.card--icon {
  display: grid;
}
.card--icon:hover {
  cursor: pointer;
}
.card--icon:hover .card__content {
  background: #f3f5f7;
}
.card--icon .card__content {
  background: #ffffff;
  color: #001a35;
  padding: 40px;
  transition: 0.25s all ease-in-out;
  border: 2px solid #f3f5f7;
}
.card--icon .card__content .title-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .card--icon .card__content .title-holder {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card--icon .card__content .title-holder .heading:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .card--icon .card__content .title-holder .img-icon {
    width: 50px;
    height: 50px;
  }
}
.card--icon .card__content .description .text {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #839aac;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .card--icon .card__content .description .text {
    text-align: center;
    line-height: 1.7;
  }
}
.card--img_left {
  background: #f3f5f7;
  overflow: hidden;
}
.card--img_left:hover .card__figure .rspimg {
  transform: scale(1.05);
}
.card--img_left .card__link {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 250px;
}
@media (max-width: 767px) {
  .card--img_left .card__link {
    flex-direction: column;
  }
}
.card--img_left .card__figure {
  flex: 0 1 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .card--img_left .card__figure {
    height: 0;
    padding-bottom: 75.25%;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--img_left .card__figure {
    flex: 2;
  }
}
.card--img_left .card__figure .rspimg {
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.25s ease-in-out;
  position: absolute;
  object-fit: cover;
}
.card--img_left .card__data {
  padding: 1rem 1.5rem;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--img_left .card__data {
    padding: 2rem;
    flex: 3;
  }
}
.card--img_left .card__data .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card--img_left .card__data .details .date {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #001a35;
  font-weight: 600;
}
.card--img_left .card__data .details .title {
  font-size: 1.25rem;
  color: #001a35;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
}
@supports (-webkit-line-clamp: 3) {
  .card--img_left .card__data .details .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .card--img_left .card__data .details .title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.card--img_left .card__data .details .department {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #e30b20;
  font-weight: 600;
}

.category-tag {
  display: flex;
  height: 32px;
  padding: 0 0.5rem;
  justify-content: center;
  align-items: center;
  background: #e30b20;
}
.category-tag span {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.category-tag--green, .category-tag--natjecanja {
  background: #56ac38;
}
.category-tag--red {
  background: #e30b20;
}
.category-tag--blue, .category-tag--vijesti {
  background: #2c69b3;
}

.link {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 0.875rem;
  color: #001a35;
  font-weight: 600;
  gap: 0.5rem;
  transition: 0.25s ease;
  position: relative;
}
.link:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e30b20;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.25s ease;
}
.link .icon {
  font-size: 0.875rem;
  transition: 0.25s ease;
}
.link:hover:after {
  transform: translateY(-2px);
}
.link:hover .icon {
  color: #e30b20;
}

.section {
  margin: 2rem 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    margin: 6rem 40px;
  }
}
@media (min-width: 1920px) {
  .section {
    margin: 6rem 0;
  }
}
.section__inner {
  position: relative;
}
.section--three_grid {
  overflow: hidden;
}
.section--three_grid .section__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .section--three_grid .section__inner {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section--two_grid .section__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .section--two_grid .section__inner {
    flex-direction: row;
  }
}
.section--map {
  background: #001a35;
  background-size: cover;
  display: flex;
  margin: 6rem 0;
  position: relative;
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section--map {
    margin: 6rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .section--map {
    margin: 6rem 0;
  }
}
.section--map .section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.section--map .section__holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section--map .section__holder .text {
  color: #839aac;
  font-size: 0.875rem;
  max-width: 460px;
  text-align: center;
}
.section--post {
  margin: 2rem 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section--post {
    margin: 3rem 40px;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .section--post {
    margin: 3rem 0;
  }
}

.btn {
  border-radius: 0;
  margin: 1rem;
  border: 2px solid;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 600;
}
.btn--regular:hover, .btn--small:hover, .btn--large:hover {
  transition: all 0.25s ease-out;
  background: #839aac;
  border-color: #839aac;
}
.btn--regular--blue, .btn--small--blue, .btn--large--blue {
  background-color: #2c69b3;
  border-color: #2c69b3;
  color: #ffffff;
}
.btn--regular--red, .btn--small--red, .btn--large--red {
  background-color: #e30b20;
  border-color: #e30b20;
  color: #ffffff;
}
.btn--regular--green, .btn--small--green, .btn--large--green {
  background-color: #56ac38;
  border-color: #56ac38;
  color: #ffffff;
}
.btn--regular--cloud, .btn--small--cloud, .btn--large--cloud {
  background-color: #1F3952;
  border-color: #1F3952;
  color: #ffffff;
}
.btn--outline {
  background-color: #ffffff;
}
.btn--outline:hover {
  background-color: rgba(213, 215, 222, 0.568627451);
  transition: background-color 0.3s ease-in;
}
.btn--outline--blue {
  background-color: transparent;
  border-color: #2c69b3;
  color: #2c69b3;
}
.btn--outline--red {
  background-color: transparent;
  border-color: #e30b20;
  color: #e30b20;
}
.btn--outline--green {
  background-color: transparent;
  border-color: #56ac38;
  color: #56ac38;
}
.btn--outline--cloud {
  background-color: transparent;
  border-color: #1F3952;
  color: #1F3952;
}
.btn--small {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding: 10px;
}
.btn--large {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  padding: 10px 20px;
}
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.875rem;
}
.btn--icon .icon {
  font-size: 0.875rem;
}
.btn--regular--blue:hover {
  background: #22518b;
  border-color: #22518b;
}

.fold {
  position: relative;
  background-color: #012c59;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 60px;
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .fold {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold:before {
    content: "";
    background: #001a35;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
  }
}
.fold:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(1, 44, 89, 0.75);
  mix-blend-mode: multiply;
}
.fold__image {
  object-fit: cover;
}
.fold__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  min-height: 40vh;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold__inner {
    padding: 0 0 32px 0;
  }
}
@media (min-width: 1440px) and (max-width: 1920px), (min-width: 1920px) {
  .fold__inner {
    height: 470px;
  }
}
.fold__textbox {
  position: relative;
}
.fold--post {
  background: #eef3f9;
}
.fold--post:after {
  display: none;
}
.fold--post .fold__inner {
  flex-direction: column-reverse;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .fold--post .fold__inner {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold--post .fold__inner {
    max-width: 1440px;
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
    gap: 80px;
  }
}
.fold--post .fold__image {
  flex: 2;
}
.fold--post .fold__image .image-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 500px;
  /*           &:hover {
              cursor: zoom-in;
              img {
                transform: scale(1.03);
              }
            } */
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold--post .fold__image .image-holder {
    position: relative;
    top: 80px;
  }
}
.fold--post .fold__image .image-holder img {
  object-position: center center;
  width: 100%; /* width of container */
  height: 100%; /* height of container */
  transition: 0.25s ease-in-out;
  object-fit: contain;
  width: 100%;
  max-height: 520px;
}
.fold--post .fold__image .image-holder img:hover {
  cursor: zoom-in;
}
.fold--post .fold__image--memoriam {
  flex: initial;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold--post .fold__image--memoriam {
    max-width: 50%;
  }
}
.fold--post .fold__textbox {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .fold--post .fold__textbox {
    padding: 2rem 20px;
    gap: 1rem;
  }
}
.fold--post .fold__textbox .details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.fold--post .fold__textbox .details .date {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #001a35;
}
.fold--category .fold__textbox {
  text-align: center;
}
.fold--category .fold__textbox .category-links {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fold--category .fold__textbox .category-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1920px), (min-width: 1920px) {
  .fold--category .fold__textbox .category-links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.fold--category .fold__textbox .category-links .btn {
  margin: 0;
}
.fold--category .fold__textbox .category-links .btn.active {
  background: #ffffff;
  color: #001a35;
  border-color: #ffffff;
}

.accordion dl,
.accordion-list {
  border: 1px solid #eef3f9;
  margin-top: 0;
}

.accordion dd,
.accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
}

.accordionTitle,
.accordion__Heading {
  background-color: #ffffff;
  font-weight: 600;
  padding: 1rem;
  display: block;
  text-decoration: none;
  color: #001a35;
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  transition: background-color 0.25s ease-in-out;
  border: 1px solid #eef3f9;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: right;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #eef3f9;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  content: "-";
}
.accordionTitleActive:hover,
.accordionTitle.is-expanded:hover {
  background-color: #ffffff;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
table th {
  background: #eef3f9;
  border-bottom: 1px solid #2c69b3;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.25s all ease;
  height: 48px;
}
table th,
table td {
  font-size: 1rem;
  text-align: left;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table tr {
  border-bottom: 1px solid #f3f5f7;
  display: flex;
  flex-direction: row;
  transition: 0.25s all ease;
  height: 48px;
}
table tr:hover {
  background: #f3f5f7;
}
table tr td,
table tr th {
  flex: 1;
}
table tr td:first-child,
table tr th:first-child {
  min-width: 40px;
  flex: 0 1 40px;
}
table tr td:nth-child(3),
table tr th:nth-child(3) {
  flex: 2;
}
@media (max-width: 991px) {
  table tr td,
  table tr th {
    min-width: 150px;
  }
}

.scroll-down {
  position: relative;
  width: 24px;
  height: 24px;
}
.scroll-down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll-down .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll-down .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll-down .chevron:before, .scroll-down .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffffff;
}
.scroll-down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.sb-link {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 26, 53, 0.08);
}
.sb-link__item {
  display: flex;
  padding: 1rem 1.5rem;
  align-items: flex-start;
  align-self: stretch;
  color: #001a35;
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 26, 53, 0.08);
  transition: 0.25s all ease-in-out;
}
.sb-link__item:hover {
  background: #eef3f9;
}
.sb-link__item--active {
  color: #ffffff;
  background: #001a35;
  pointer-events: none;
}
.sb-link__item--active:hover {
  background: #001a35;
}

.document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 26, 53, 0.08);
  padding: 1rem;
  transition: background-color 0.25s ease-in-out;
  gap: 2rem;
}
.document:hover {
  background-color: #eef3f9;
}
.document__title {
  color: #001a35;
  font-family: "Teko", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .document__title {
    font-size: 1.5rem;
  }
}
.document__details {
  display: flex;
  gap: 1rem;
}
.document__details .extension {
  text-transform: uppercase;
  color: #e30b20;
  font-family: "Teko", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.social {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.social__icons {
  display: flex;
  gap: 1rem;
}
.social__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  padding: 0.5rem;
  text-align: center;
  color: #ffffff;
  background: #2c69b3;
  border: 2px solid #2c69b3;
  transition: 0.3s ease-in-out;
}
.social__item:hover {
  background: #012c59;
  border-color: #012c59;
}
.social__item--facebook {
  background: #4267b2;
  border-color: #4267b2;
}
.social__item--whatsapp {
  background: #25d366;
  border-color: #25d366;
}
.social__item--twitter {
  background: #1da1f2;
  border-color: #1da1f2;
}

fieldset {
  margin: 0;
  padding: 0;
}

input {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.form {
  position: relative;
}
.form__wrap {
  position: relative;
  min-height: 100px;
}
.form__wrap .loader {
  position: relative;
  display: block;
  margin: 30px auto;
  text-align: center;
  line-height: 1;
}
.form__output--error {
  margin: 20px 0;
  padding: 20px;
  background: #e30b20;
  color: #FFF;
  font-size: 1rem;
}
.form__output--success {
  margin: 20px 0;
  padding: 20px;
  background: #56ac38;
  color: #FFF;
  font-size: 1rem;
}
.form__fieldset {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  border: 0;
}
.form__fieldset label.error {
  position: absolute;
  left: 0;
  bottom: -15px;
  margin: 0;
  color: #e0204d;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.form__fieldset label.valid {
  left: auto;
  right: 10px;
  top: 35px;
  color: #8fa1bb;
}
.form__fieldset--error input, .form__fieldset--error textarea {
  border-color: #e0204d;
}
.form__fieldset--date:after {
  content: "\e922";
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 1rem;
  color: red;
}
.form__label {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #001a35;
  text-transform: uppercase;
}
.form__label--radio, .form__label--checkbox {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 400;
}
.form__label--radio a, .form__label--checkbox a {
  color: #e30b20;
  border-bottom: 2px solid transparent !important;
}
.form__label--radio a:hover, .form__label--checkbox a:hover {
  border-color: #e30b20;
}
.form__label--radio i, .form__label--checkbox i {
  float: left;
  position: relative;
  top: 2px;
}
.form__label--radio span, .form__label--checkbox span {
  display: block;
  margin-left: 25px;
}
.form__textfield, .form__fieldset input {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 50px;
  border: 2px solid #001a35;
  background-color: #FFF;
  box-sizing: border-box;
  color: #001a35;
  font-size: 0.875rem;
  border-radius: 3px;
  transition: 0.25s ease-in-out;
}
.form__textfield:focus, .form__fieldset input:focus {
  border-color: #2c69b3;
  background-color: #FFF;
  color: #001a35;
}
.form__textfield::-webkit-input-placeholder, .form__fieldset input::-webkit-input-placeholder {
  color: #001a35;
}
.form__textfield:-moz-placeholder, .form__fieldset input:-moz-placeholder {
  color: #001a35;
}
.form__textfield::-moz-placeholder, .form__fieldset input::-moz-placeholder {
  color: #001a35;
}
.form__textfield:-ms-input-placeholder, .form__fieldset input:-ms-input-placeholder {
  color: #001a35;
}
.form__textfield.error, .form__fieldset input.error {
  border-color: #e0204d;
}
.form__select {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  border: 2px solid #001a35;
  box-sizing: border-box;
  font-size: 0.875rem;
  border-radius: 3px;
}
.form__select:focus {
  border-color: #2c69b3;
}
.form__select.error {
  border-color: #e0204d;
}
.form__textarea, .form__fieldset textarea {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  background: #FFF;
  border: 2px solid #001a35;
  background-color: #FFF;
  font-size: 0.875rem;
  color: #001a35;
  resize: vertical;
  box-sizing: border-box;
  border-radius: 3px;
  transition: 0.25s ease-in-out;
}
.form__textarea:focus, .form__fieldset textarea:focus {
  border-color: #2c69b3;
  color: #001a35;
  background-color: #FFF;
}
.form__textarea.error, .form__fieldset textarea.error {
  border-color: #e0204d;
}
.form__errors {
  padding: 2px 0 0 0;
  position: absolute;
}
.form__errors .error {
  margin: 0;
  color: #e0204d;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 300;
}

.form__label--checkbox, .form__label--radio {
  display: block;
  position: relative;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form__label--checkbox:last-of-type, .form__label--radio:last-of-type {
  margin-right: 1rem;
}
.form__label--checkbox i, .form__label--radio i {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  color: #f3f5f7;
  font-size: 1rem;
}
.form__label--checkbox span, .form__label--radio span {
  line-height: 25px;
}
.form__textfield[type=radio], .form__fieldset input[type=radio], .form__textfield[type=checkbox], .form__fieldset input[type=checkbox] {
  display: none;
}
.form__textfield[type=radio] + i:before, .form__fieldset input[type=radio] + i:before, .form__textfield[type=checkbox] + i:before, .form__fieldset input[type=checkbox] + i:before {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.form__textfield[type=radio]:checked + i, .form__fieldset input[type=radio]:checked + i, .form__textfield[type=checkbox]:checked + i, .form__fieldset input[type=checkbox]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}
.form__textfield[type=radio]:checked + i + span, .form__fieldset input[type=radio]:checked + i + span, .form__textfield[type=checkbox]:checked + i + span, .form__fieldset input[type=checkbox]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form__textfield[type=radio] + i:before, .form__fieldset input[type=radio] + i:before {
  content: "\e920";
}
.form__textfield[type=radio]:checked + i:before, .form__fieldset input[type=radio]:checked + i:before {
  content: "\e91f";
  color: #001a35;
}
.form__textfield[type=checkbox] + i:before, .form__fieldset input[type=checkbox] + i:before {
  content: "\e924";
}
.form__textfield[type=checkbox]:checked + i:before, .form__fieldset input[type=checkbox]:checked + i:before {
  content: "\e923";
  color: #001a35;
}
.search-holder {
  padding: 2rem;
  margin-bottom: 80px;
  background: #eef3f9;
}

.masonry {
  background: #ffffff;
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .masonry {
    padding: 80px 0 0 0;
  }
}
.masonry__holder {
  max-width: 1440px;
  margin: 0 auto;
}
.masonry__holder .heading {
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .masonry__holder .heading {
    margin-bottom: 4.5rem;
  }
}
.masonry__grid:before {
  content: "";
  display: table;
  clear: both;
}
.masonry__grid:after {
  content: "";
  display: table;
  clear: both;
}
.masonry__grid .item a img {
  max-width: 100%;
  display: block;
  border: 1px solid #f3f5f7;
  transition: 0.25s all ease;
}
.masonry__grid .item:hover {
  cursor: zoom-in;
}
.masonry__grid .item:hover a img {
  transform: scale(1.03);
  z-index: 999;
}

.animated {
  z-index: 1;
}

.fade-in {
  opacity: 0;
  transition: all 0.3s;
}
.fade-in.animated {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(50px);
}
.fade-up.animated {
  opacity: 1;
  transform: translateY(0px);
}

.fade-down {
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(-50px);
}
.fade-down.animated {
  opacity: 1;
  transform: translateY(0px);
}

.fade-right {
  opacity: 0;
  transition: all 0.6s;
}
.fade-right.animated {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fade-right {
    opacity: 0;
    transition: all 0.6s;
    transform: translateX(50px);
  }
  .fade-right.animated {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fade-left {
  opacity: 0;
  transition: all 0.6s;
}
.fade-left.animated {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .fade-left {
    opacity: 0;
    transition: all 0.6s;
    transform: translateX(-50px);
  }
  .fade-left.animated {
    opacity: 1;
    transform: translateY(0px);
  }
}

.is-type-video .wp-block-embed__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .is-type-video .wp-block-embed__wrapper {
    margin-top: 3rem;
  }
}
.is-type-video .wp-block-embed__wrapper iframe,
.is-type-video .wp-block-embed__wrapper object,
.is-type-video .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.wp-block-video {
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1920px), (min-width: 1920px) {
  .wp-block-video {
    margin-top: 3rem;
  }
}
