@charset "UTF-8";
html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

body.boxed {
  background: url("../images/pattern.png");
}

body.boxed #container {
  max-width: 1260px;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#container {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#container.active {
  opacity: 1;
}

.shadow-white {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}

.block-content {
  padding: 2rem 0 4rem;
  position: relative;
}
.block-content::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
  padding: 30px 0 60px;
}

.article-box {
  padding-bottom: 20px;
}

.title-section {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.title-section h1 {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #c1001e;
}
.title-section .arrow-box {
  float: right;
  text-align: right;
}
.title-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  border-radius: 3px;
}
.title-section .arrow-box a:hover {
  color: #ffffff;
  background: #c1001e;
  border: 1px solid #c1001e;
}
.title-section.white {
  border-bottom: 1px solid #444444;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white .arrow-box a {
  color: #666666;
  border: 1px solid #666666;
}
.title-section.white .arrow-box a:hover {
  color: #ffffff;
  border: 1px solid #c1001e;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #333333;
  padding: 0;
  margin: 0 0 0.625em 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #008cff;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75rem;
}

.logo-advertisement {
  background: #ffffff;
}
@media (min-width: 768px) {
  .logo-advertisement.mobile {
    display: none;
  }
}
.logo-advertisement .bx-viewport {
  height: auto !important;
}
.logo-advertisement .desktop-advert--navigation, .logo-advertisement .tablet-advert--navigation {
  float: none;
}
.logo-advertisement .advertisement {
  padding: 0;
  margin: 0;
  border: none;
}

.advertisement {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #f0f0f0;
}
.advertisement--desktop {
  display: none;
}
@media (min-width: 991px) {
  .advertisement--desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .advertisement--desktop {
    max-width: 825px;
    flex: 0 1 100%;
  }
}
@media (min-width: 991px) {
  .advertisement--tablet {
    display: none;
  }
}
.advertisement--vertical {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 1620px) {
  .advertisement--vertical {
    display: block;
    position: relative;
  }
  .advertisement--vertical .bx-wrapper {
    position: fixed;
    z-index: 2;
    top: 25%;
    width: 160px;
    height: 600px;
    transition: height 0.5s;
    overflow: hidden;
  }
  .advertisement--vertical .bx-wrapper:first-child {
    left: 30px;
  }
  .advertisement--vertical .bx-wrapper:last-child {
    right: 30px;
  }
}
@media (min-width: 1620px) {
  .advertisement--fixed {
    position: fixed;
    top: calc(50% - 300px);
    transition: transform 0.1s ease;
  }
  .advertisement--fixed.advertisement--left {
    left: 20px;
  }
  .advertisement--fixed.advertisement--right {
    right: 20px;
  }
}
.advertisement--fixed.stuck-to-footer {
  position: absolute !important;
  top: auto !important;
  bottom: 120px;
}
.advertisement--stopper {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: -1;
}
.advertisement .mobile-advert, .advertisement .tablet-advert, .advertisement .desktop-advert {
  text-align: center;
  display: none;
}
.advertisement .mobile-advert {
  display: block;
}
@media (min-width: 768px) {
  .advertisement .mobile-advert {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .advertisement .tablet-advert {
    display: block;
  }
}
@media (min-width: 991px) {
  .advertisement .desktop-advert {
    display: block;
  }
}

.news-post {
  position: relative;
}
.news-post .post-gallery {
  position: relative;
}
.news-post img {
  width: 100%;
}

.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.article-post .post-gallery {
  margin-bottom: 20px;
}
.article-post .post-gallery a {
  display: block;
  aspect-ratio: 270/175;
  overflow: hidden;
  background: #f0f0f0;
}
.article-post .post-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-post .post-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.article-post .post-content h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0;
}
.article-post .post-content h2 a {
  display: block;
  overflow: visible;
  color: #333333;
  transition: color 0.2s ease;
}
.article-post .post-content h2 a:hover {
  color: #008cff;
}
.article-post .post-content .post-excerpt {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
}
@media (min-width: 991px) {
  .article-post .post-content .post-excerpt {
    font-size: 0.9375rem;
  }
}
.article-post .post-content ul.post-tags {
  margin-top: 2px;
}
.article-post .post-content button {
  background: none;
  border: none;
  font-size: small;
  color: #ffffff;
}

ul.post-tags {
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
  color: #ccc;
  margin-right: 9px;
}
ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #999999;
}
ul.post-tags li a:hover {
  color: #c1001e;
}
ul.post-tags li:last-child {
  margin-right: 0;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.pagination-wrapper .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #008cff;
  border-radius: 4px;
  background: #ffffff;
  color: #008cff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pagination-wrapper .page-numbers a:hover {
  background: #008cff;
  color: #ffffff;
}

.pagination-wrapper .page-numbers .current {
  background: #008cff;
  border-color: #008cff;
  color: #ffffff;
}

.calendar-title-wrapper {
  flex-direction: column;
  padding: 0;
  margin: 93px 1rem 0;
  width: auto;
}
@media (min-width: 640px) {
  .calendar-title-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .calendar-title-wrapper {
    margin-top: 0;
  }
}
.calendar-title-wrapper::before, .calendar-title-wrapper::after {
  display: none;
}
@media (min-width: 640px) {
  .calendar-title-wrapper .calendar-title {
    margin-bottom: 0;
  }
}

.events-table {
  width: 100%;
  border-collapse: collapse;
}
.events-table th,
.events-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}
.events-table.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.show-more-events {
  margin-top: 10px;
  background-color: #008cff;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
  float: right;
}
.show-more-events:hover {
  background-color: #5ea1d8;
}

.hide-events {
  margin-top: 10px;
  background-color: #008cff;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
  margin-left: 0.5rem;
  float: right;
}
.hide-events:hover {
  background-color: #5ea1d8;
}

.calendar-navigation__button,
.calendar-filters__button {
  background-color: #008cff;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  float: none;
}
.calendar-navigation__button:hover, .calendar-navigation__button:focus,
.calendar-filters__button:hover,
.calendar-filters__button:focus {
  background-color: #5ea1d8;
  color: #ffffff;
  text-decoration: none;
}

.event-item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .event-item {
    max-width: 150px;
  }
}
.event-item:hover .event-tooltip {
  display: flex;
  flex-direction: column;
}

.event-tooltip-wrapper {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  cursor: pointer;
}

.event-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 260px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 12px;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-align: left;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  white-space: normal;
  color: inherit;
}
.event-tooltip:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9;
}
.event-tooltip:hover a {
  text-decoration: none;
}
.event-tooltip-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}
.event-tooltip .event-thumb {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  display: block;
  border-radius: 4px;
}
.event-tooltip .event-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.reset-button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #008cff;
  border: 1px solid #5ea1d8;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  transition: background 0.2s ease-in-out;
}
.reset-button:hover, .reset-button:active {
  background: #5ea1d8;
  text-decoration: none;
  color: #ffffff;
}
.reset-button:focus {
  text-decoration: none;
  color: #ffffff;
}

.calendar-filters {
  margin-bottom: 1rem;
  text-align: center;
}
.calendar-filters__grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
}
.calendar-filters__rows {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.calendar-filters__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.calendar-filters__row select {
  flex: 0 1 auto;
  min-width: 140px;
}
.calendar-filters__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-width: 140px;
}
.calendar-filters__button {
  width: 100%;
  white-space: nowrap;
}

.calendar-filters--day-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.calendar-filters--day-nav strong {
  flex: 0 0 auto;
  white-space: nowrap;
}
.calendar-filters--day-nav .reset-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (min-width: 430px) {
  .calendar-filters--day-nav {
    justify-content: center;
    gap: 20px;
  }
}
.calendar-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.calendar-navigation__button {
  padding: 0.5rem 1rem;
}
.calendar-navigation__button--prev {
  margin-right: 0;
}
.calendar-navigation__button--next {
  margin-left: 0;
}

.calendar-filter-results {
  margin: 0.5rem 0 1rem;
  text-align: left;
}
.calendar-filter-results__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.calendar-filter-results__list {
  margin: 0;
  padding-left: 1.1rem;
}
.calendar-filter-results__item {
  margin-bottom: 0.25rem;
}
.calendar-filter-results__date {
  font-weight: 600;
  margin-right: 0.35rem;
}

.calendar-day__nav-button--prev {
  margin-right: 10px;
}
.calendar-day__nav-button--next {
  margin-left: 10px;
}
.calendar-day__current-date {
  font-size: 18px;
}

.no-events-message {
  background: #f9f9f9;
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: 8px;
  color: #888;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .event-tooltip,
  .event-tooltip-wrapper {
    display: none !important;
  }
  .calendar-filters__grid {
    flex-direction: column;
    align-items: stretch;
  }
  .calendar-filters__actions {
    flex-direction: row;
    min-width: 0;
  }
  .calendar-filters__button {
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 768px) {
  .navbar-header::before, .navbar-header::after {
    display: none;
  }
}
.navbar-header .navbar-brand {
  float: none;
  height: auto;
  order: -1;
  flex: 1 1 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    padding: 0;
  }
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
  margin-right: 1px;
  position: inherit;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  padding: 20px 30px 20px 12px;
  position: relative;
  z-index: 2;
}
.navbar-nav > li > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  background: #c1001e;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  color: #ffffff !important;
}
.navbar-nav > li:hover > a::before,
.navbar-nav > li > a.active::before {
  height: 100%;
}

@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 20px 12px;
  }
}
@media (max-width: 991px) {
  form.navbar-right {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 15px 8px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav > li:hover > a {
    color: #f44336 !important;
  }
  .navbar-nav > li > a::before {
    display: none;
  }
  .navbar-default .navbar-collapse {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.pagination-box ul.pagination-list li a:hover, .pagination-box ul.pagination-list li a.active {
  border: 1px solid #008cff;
  background: #008cff;
}
.pagination-box ul.pagination-list .page-numbers.current {
  border: 1px solid #008cff;
  border-radius: 3px;
  background: #008cff;
  color: #ffffff;
  padding: 6px 11px;
}

.navbar-form {
  margin: 0 0 1rem 0;
  padding: 0;
}
@media (min-width: 640px) {
  .navbar-form {
    margin: 0;
    width: 300px;
  }
}
.navbar-form .form-wrapper {
  position: relative;
  max-width: 270px;
}
@media (min-width: 640px) {
  .navbar-form .form-wrapper {
    max-width: 300px;
  }
}
.navbar-form input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 0.75rem;
  color: #666666;
}
.navbar-form button {
  position: absolute;
  top: 10px;
  right: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #666666;
}

.sidebar {
  padding: 2rem 0;
}
.sidebar .tab-posts-widget ul.nav-tabs {
  border-bottom: #008cff;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a,
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #008cff;
}
.sidebar .promo-widget-content li,
.sidebar .gallery-widget-content li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar .promo-widget-content li > a,
.sidebar .gallery-widget-content li > a {
  display: block;
  aspect-ratio: 270/175;
  overflow: hidden;
  background: #f0f0f0;
}
.sidebar .promo-widget-content li > a img,
.sidebar .gallery-widget-content li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar .advertisement .sidebar-advert img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sidebar .advertisement .sidebar-advert span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #333333;
}

.gallery-widget-title,
.promo-widget-title {
  color: #ffffff;
  background: #008cff;
  margin-bottom: 20px;
  padding: 11px 3px;
  font-size: 13px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
  text-align: center;
}

.subscribe-widget form {
  background: #333333;
  padding: 1rem;
}
.subscribe-widget h1 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.subscribe-widget input[type=text] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 0.75rem;
  outline: none;
}
.subscribe-widget button {
  float: right;
  width: 40px;
  height: 40px;
  background: #333333;
  color: #008cff;
  border: none;
  font-size: 1.875rem;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top: -2.5rem;
}
.subscribe-widget button:hover {
  color: #c1001e;
}
.subscribe-widget p {
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.25;
  margin-top: 0.75rem;
}

.sidebar ul.list-posts {
  margin: 0;
  padding-left: 0;
}

ul.list-posts > li {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  list-style: none;
  overflow: hidden;
}
ul.list-posts > li img {
  width: 80px;
  height: 70px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
ul.list-posts > li .post-content {
  flex: 1;
}
ul.list-posts > li .post-content > a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
ul.list-posts > li .post-content h2,
ul.list-posts > li .post-content h4 {
  color: #333333;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 7px;
  display: block;
  overflow: visible;
}
ul.list-posts > li .post-content h2 a,
ul.list-posts > li .post-content h4 a {
  text-decoration: none;
  color: #333333;
  transition: color 0.2s ease-in-out;
}
ul.list-posts > li .post-content h2 a:hover,
ul.list-posts > li .post-content h4 a:hover {
  color: #008cff;
}
ul.list-posts > li .post-content ul.post-tags li {
  color: #333333;
  font-size: 10px;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  border-radius: 2px;
}
a.category-post:hover {
  opacity: 0.7;
}

.image-post {
  position: relative;
}
.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  background: transparent;
}
.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.image-post .hover-box .inner-hover p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #ccc;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}
.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.image-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.95);
}
.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}
.image-post:hover .hover-box .inner-hover p {
  margin-top: 10px;
  max-height: 40px;
}
.image-post:hover .hover-box .inner-hover h2 a {
  color: #333333;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #c1001e;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li, .image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #c1001e;
}

span.top-stories {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #c1001e;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 2px;
  z-index: 2;
}

.heading-news2 {
  padding: 35px 0;
  background: #222222;
}
.heading-news2 .heading-news-box {
  margin-left: -5px;
  margin-right: -5px;
}
.heading-news2 .heading-news-box .news-post {
  padding: 5px;
  width: 25%;
}
.heading-news2 .heading-news-box .news-post .hover-box {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a, .heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li, .heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a, .heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}
.heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover h2 a:hover, .heading-news2 .heading-news-box .news-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}
.heading-news2 .heading-news-box .image-slider.snd-size {
  width: 50%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post {
  width: 100%;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box {
  background: transparent;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.heading-news2 .heading-news-box .image-slider.snd-size .image-post .inner-hover {
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
}
.heading-news2 .heading-news-box .news-post .hover-box {
  bottom: 0;
}
.heading-news2 .heading-news-box .news-post .hover-box:hover {
  background: rgba(0, 140, 255, 0.7);
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover--slider {
  position: fixed;
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}
.heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.vijesti, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.sport, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.kultura, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.obrazovanje, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.politika, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.communis, .heading-news2 .heading-news-box .news-post .hover-box .inner-hover span.category-post.nightlife {
  background: #69a3d8;
}
.heading-news2 .heading-news-box .news-post.default-size {
  height: 200px;
  overflow: hidden;
}

.image-slider {
  width: 100%;
}
.image-slider ul {
  padding: 0;
  margin: 0;
}
.image-slider .bx-wrapper .bx-viewport {
  background: transparent;
}
.image-slider .bx-wrapper .bx-pager,
.image-slider .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
}
.image-slider .bx-wrapper .bx-prev,
.image-slider .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.image-slider .bx-wrapper .bx-prev {
  left: 30px;
}
.image-slider .bx-wrapper .bx-next {
  right: 30px;
}
.image-slider .bx-wrapper .bx-prev:hover,
.image-slider .bx-wrapper .bx-next:hover {
  background: #ececec;
}
.image-slider .bx-wrapper .bx-prev:hover:before,
.image-slider .bx-wrapper .bx-next:hover:before {
  color: #333333;
}
.image-slider .bx-wrapper .bx-prev:before {
  margin-top: -20px;
  margin-left: -6px;
  transition: all 0.2s ease-in-out;
}
.image-slider .bx-wrapper .bx-next:before {
  margin-top: -20px;
  margin-left: -2px;
  transition: all 0.2s ease-in-out;
}
.image-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0;
}
.image-slider .image-post {
  width: 100%;
}
.image-slider .image-post .hover-box {
  bottom: 0;
}
.image-slider .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.image-slider .image-post:hover .hover-box {
  background: transparent;
}
.image-slider .image-post:hover .hover-box .inner-hover {
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff !important;
}
.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li, .image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a, .image-slider .image-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}
.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}

ul.post-tags li {
  color: #333333;
  font-size: 10px;
}

@media (max-width: 1199px) {
  .heading-news2 .heading-news-box .news-post {
    width: 33.33333%;
  }
  .heading-news2 .heading-news-box > .news-post:nth-last-of-type(-n+2) {
    display: none;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 66.66666%;
  }
}
@media (max-width: 767px) {
  .heading-news2 .heading-news-box > .news-post {
    display: none;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 100%;
  }
  .bx-controls {
    display: none;
  }
}
@media (max-width: 500px) {
  .image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
header {
  z-index: 99999 !important;
}

header.second-style {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  header.second-style {
    position: sticky;
    top: 0;
  }
}
header.second-style .nav-list-container {
  background: #0035a2;
}
header.second-style .nav-list-container .container {
  width: 100%;
}
header.second-style .navbar-default {
  border: none;
  margin: 0;
}
header.second-style .navbar-nav a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .nav-block-wrapper {
    margin-top: calc(51px + 1rem);
    margin-bottom: 1rem;
  }
}
@media (min-width: 991px) {
  .nav-block-wrapper {
    margin-top: calc(61px + 2rem);
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .nav-block-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.nav-block-wrapper--desktop {
  display: none;
}
@media (min-width: 768px) {
  .nav-block-wrapper--desktop {
    display: block;
  }
}
.nav-block-wrapper--desktop .remove-content {
  gap: 2rem;
}
@media (min-width: 768px) {
  .nav-block-wrapper--desktop .navbar-header {
    flex: 1 0 100%;
    max-width: 260px;
  }
}
@media (min-width: 991px) {
  .nav-block-wrapper--desktop .navbar-header {
    max-width: 300px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  float: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .navbar-nav {
    flex-direction: row;
  }
}
.navbar-nav .menu-item a {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 991px) {
  .navbar-nav .menu-item a {
    padding: 20px 14px;
  }
}
.navbar-nav .menu-item .current-menu-item a::before {
  height: 100%;
  background: #c1001e;
}
.navbar-nav > li > a::before {
  background: #c1001e;
}
.navbar-nav > li > a::after {
  content: "";
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}

.tablet-advert-link {
  display: none !important;
}

footer {
  background: #333333;
  padding-top: 4rem;
  color: #ffffff;
  font-size: 0.875rem;
}
footer .footer-widgets-part {
  padding-bottom: 2rem;
}
footer .footer-widgets-part .widget {
  margin-bottom: 2rem;
}
footer .footer-widgets-part .widget h1,
footer .footer-widgets-part .widget .widget-title {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
footer .footer-widgets-part .widget p {
  color: #666666;
}
footer .footer-widgets-part .widget-about ul {
  list-style: none;
  padding: 0;
}
footer .footer-widgets-part .widget-about ul li {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
footer .footer-widgets-part .widget-about ul li a {
  color: #666666;
  transition: color 0.3s ease;
}
footer .footer-widgets-part .widget-about ul li a:hover {
  color: #008cff;
  text-decoration: none;
}
footer .footer-widgets-part .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .footer-widgets-part .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 0.75rem;
}
footer .footer-widgets-part .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 12px;
}
footer .footer-widgets-part .categories-widget ul.category-list li a {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000000;
  transition: all 0.2s ease;
}
footer .footer-widgets-part .categories-widget ul.category-list li a span {
  font-size: 0.75rem;
  width: 30px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 2px;
  transition: all 0.2s ease;
}
footer .footer-widgets-part .categories-widget ul.category-list li a:hover {
  color: #008cff;
}
footer .footer-widgets-part .categories-widget ul.category-list li a:hover span {
  background: #008cff;
  border-color: #008cff;
  color: #ffffff;
}
footer .footer-widgets-part .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
footer .footer-widgets-part .social-widget ul.social-icons li {
  list-style: none;
}
footer .footer-widgets-part .social-widget ul.social-icons li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border: 1px solid #000000;
  color: #666666;
  font-size: 1.25rem;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
footer .footer-widgets-part .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border-color: #1854dd;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border-color: #18a3dd;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
  border-color: #a55900;
}
footer .footer-widgets-part .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
  border-color: #d31708;
}
footer .footer-last-line {
  padding: 2rem 0;
  border-top: 1px solid #000000;
}
footer .footer-last-line p {
  font-size: 0.75rem;
  color: #666666;
  margin: 0;
}
footer .footer-last-line p a {
  color: #008cff;
  text-decoration: none;
}
footer .footer-last-line p a:hover {
  color: #ffffff;
}
footer .footer-last-line .footer-nav {
  text-align: right;
}
footer .footer-last-line .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-last-line .footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.75rem;
  color: #666666;
}
footer .footer-last-line .footer-nav ul li a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
footer .footer-last-line .footer-nav ul li a:hover {
  color: #ffffff;
}
footer .footer-last-line .footer-nav ul li:before {
  content: "|";
  margin-right: 13px;
  color: #666666;
}
footer .footer-last-line .footer-nav ul li:first-child {
  margin-left: 0;
}
footer .footer-last-line .footer-nav ul li:first-child:before {
  display: none;
}

.contact-info-box {
  margin-bottom: 2rem;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 2rem;
}

.contact-form-box form {
  margin: 0;
}
.contact-form-box form label {
  display: block;
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  cursor: pointer;
}
.contact-form-box form input[type=text],
.contact-form-box form textarea {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #f0f0f0;
  color: #333333;
  font-size: 0.8125rem;
  outline: none;
  border: 1px solid #e1e1e1;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease-in-out;
}
.contact-form-box form input[type=text]:focus,
.contact-form-box form textarea:focus {
  border-color: #c1001e;
}
.contact-form-box form textarea {
  height: 130px;
  resize: vertical;
}
.contact-form-box form button {
  background-color: #008cff;
}

.block-wrapper__single-post {
  margin-top: 94px;
}
@media (min-width: 768px) {
  .block-wrapper__single-post {
    margin-top: 0;
  }
}

.single-post-box .title-post {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f0;
}
.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 12px;
  color: #999999;
  float: left;
}
.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}
.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .post-gallery > a {
  display: block;
  cursor: zoom-in;
}
.single-post-box .post-gallery img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}
.single-post-box > .post-content {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 10px;
  overflow: hidden;
}
.single-post-box > .post-content p,
.single-post-box > .post-content li {
  font-size: inherit;
  line-height: inherit;
}
.single-post-box > .post-content p {
  margin-bottom: 1.2em;
}
.single-post-box > .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}
.single-post-box > .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
.single-post-box > .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.single-post-box > .post-content blockquote::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
.single-post-box > .post-content > h2 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0 20px;
}
.single-post-box.page-content-box > .post-content h2,
.single-post-box.page-content-box > .post-content h3,
.single-post-box.page-content-box > .post-content h4 {
  padding-left: 0;
  padding-right: 0;
}
.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  cursor: zoom-in;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f44336;
  border-radius: 50%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px;
}
.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}
.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .single-post-box .share-post-box {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post-box .share-post-box ul.share-box li {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-post-box .article-inpost .image-content .image-place .hover-image {
    background: transparent;
    opacity: 1;
  }
  .single-post-box .article-inpost .image-content .image-place .hover-image a i {
    display: none;
  }
  .mfp-image-holder .mfp-arrow {
    opacity: 1;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background: rgba(0, 0, 0, 0.42);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transform: none;
    -webkit-transform: none;
  }
  .mfp-image-holder .mfp-arrow:hover,
  .mfp-image-holder .mfp-arrow:focus {
    background: rgba(0, 0, 0, 0.58);
  }
  .mfp-image-holder .mfp-arrow::before {
    display: none;
  }
  .mfp-image-holder .mfp-arrow::after {
    top: 50%;
    margin-top: -10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .mfp-image-holder .mfp-arrow-left {
    left: 14px;
  }
  .mfp-image-holder .mfp-arrow-left::after {
    margin-left: 14px;
    border-right-width: 14px;
  }
  .mfp-image-holder .mfp-arrow-right {
    right: 10px;
  }
  .mfp-image-holder .mfp-arrow-right::after {
    margin-left: 21px;
    border-left-width: 14px;
  }
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

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

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

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.flex-dir-col {
  flex-direction: column;
}

.flex-dir-row {
  flex-direction: row;
}

.align-start {
  align-items: flex-start;
}

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

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

.align-stretch {
  align-items: stretch;
}

.fg-1 {
  flex-grow: 1;
}

.flex-full-width {
  flex: 1 0 100%;
}

.remove-content::before, .remove-content::after {
  display: none;
}

.mlauto {
  margin-left: auto;
}

.mrauto {
  margin-right: auto;
}

.mxauto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0rem;
}

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

.mr-0 {
  margin-right: 0rem;
}

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

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

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

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.gap-0 {
  gap: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.gap-1 {
  gap: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.gap-3 {
  gap: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gap-4 {
  gap: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.gap-7 {
  gap: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gap-8 {
  gap: 2rem;
}
