:root {
  --bg-color: #fff7db;
  --bg-hover-color: #f4e2a2;
  --border-color: #000;
  --text-color: #000;
  --text-accent-color: #000;
}

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  font-family: system-ui, sans-serif;
  color: var(--text-color);
}

button {
  font: inherit;
}

.container-fluid {
  padding-bottom: 0;
}

.cefizelj-container {
  width: auto;
  height: 100%;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  overflow: hidden;
}
/* @media (max-width: 991.98px) {
  .cefizelj-container {
    display: flex;
    flex-direction: column;
    white-space: normal;
  }
} */

.half {
  width: 50%;
  height: 100%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  position: relative;
}

.half-left {
  width: calc(50% + 1px);
  margin-right: -1px;
}

.half-content {
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .half-content {
    width: 100%;
  }
}

.item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  cursor: pointer;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  text-align: left;
  color: var(--text-color);
  user-select: none;
  overflow: hidden;
  z-index: 0;
}
.item + .item:not(.stretched) {
  border-top-width: 0;
}
.item.noclick {
  cursor: default;
}
.item.noclick .fwd::after {
  display: none;
}

.item:not(.noclick):hover,
.item:not(.noclick):focus-visible {
  background-color: var(--bg-hover-color);
  color: var(--text-color);
  z-index: 1000;
}
.item:not(.noclick):hover {
  box-shadow: 0 0 0 1px var(--border-color) inset;
}
.item:not(.noclick):focus-visible {
  outline: 2px solid var(--border-color);
  outline-offset: -5px;
}

.item-content {
  padding-inline: 6.4rem;
}
@media (max-width: 1399.98px) {
  .item-content {
    padding-inline: 4.2rem;
  }
}
@media (max-width: 767.98px) {
  .item-content {
    padding-inline: 2rem;
  }
}
@media (max-width: 575.98px) {
  .item-content {
    padding-inline: 1rem;
  }
}

.item-content .item-text {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 1399.98px) {
  .item-content .item-text {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199.98px) {
  .item-content .item-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .item-content .item-text {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .item-content .item-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .item-content .item-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 349.98px) {
  .item-content .item-text {
    font-size: 1.2rem;
  }
}

.item-root .item-text {
  display: block;
  text-align: left;
  max-width: 735px;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .item-root .item-text {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199.98px) {
  .item-root .item-text {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .item-root .item-text {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .item-root .item-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .item-root .item-text {
    font-size: 1.8rem;
  }
}

.item-root .img-root {
  display: block;
  width: 40rem;
  margin-bottom: 3rem;
}
@media (max-width: 1399.98px) {
  .item-root .img-root {
    width: 30rem;
  }
}
@media (max-width: 991.98px) {
  .item-root .img-root {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .item-root .img-root {
    width: 100%;
  }
}

.fwd,
.bck {
  display: flex;
  align-items: center;
  margin-block: 1.5rem;
}
.fwd {
  justify-content: space-between;
}
.bck {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .fwd,
  .bck {
    margin-block: 1rem;
  }
}
@media (max-width: 575.98px) {
  .fwd,
  .bck {
    margin-block: 0.5rem;
  }
}

.fwd::after,
.bck::before {
  flex-shrink: 0;
  content: "";
  width: 31px;
  height: 31px;
  font-size: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 30 15"><path fill="%23000" d="M29.707 8.071a1 1 0 0 0 0-1.414L23.343.293a1 1 0 1 0-1.414 1.414l5.657 5.657-5.657 5.657a1 1 0 0 0 1.414 1.414zM0 7.364v1h29v-2H0z"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.fwd::after {
  margin-left: 10px;
}
.bck::before {
  margin-right: 10px;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .fwd::after,
  .bck::before {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 575.98px) {
  .fwd::after,
  .bck::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.contentcontainer {
  overflow-y: auto;
  height: 100%;
}

.article-content {
  padding: 2rem 4rem;
  font-family: system-ui, sans-serif;
  max-width: 1050px;
  margin: 0 auto;
  color: var(--text-color);
}
@media (max-width: 991.98px) {
  .article-content {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .article-content {
    padding: 1.6rem;
  }
}

.article-content hr {
  margin: 4.8rem 0;
  border-top-color: var(--border-color);
}

.article-content h2 {
  font-size: 2.4rem;
  margin-block: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.article-content h3 {
  font-size: 2rem;
  margin-block: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .article-content h2 {
    font-size: 2rem;
  }

  .article-content h3 {
    font-size: 1.8rem;
  }
}

.article-content p,
.article-content ul {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .article-content p,
  .article-content ul {
    font-size: 1.6rem;
  }
}

.article-content a {
  color: var(--border-color);
  font-weight: 600;
  font-size: inherit;
  text-decoration: underline;
}
.article-content a:hover {
  color: var(--text-color);
  text-decoration: none;
}
.article-content a:focus-visible {
  outline: 2px solid var(--border-color);
  outline-offset: 2px;
}

.article-content strong {
  font-weight: 600;
}

.article-content .btn.btn-primary {
  background: var(--bg-color);
  border-color: var(--border-color);
  color: var(--text-accent-color);
  border-radius: 0;
  padding: 1.5rem 2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.8rem;
  transition: none;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .article-content .btn.btn-primary {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    margin-top: 1.2rem;
    margin-right: 1.2rem;
  }
}

.article-content .btn.btn-primary:hover,
.article-content .btn.btn-primary:focus-visible {
  background-color: var(--bg-hover-color);
}
.article-content .btn.btn-primary:hover {
  box-shadow: 0 0 0 1px var(--border-color) inset;
}
.article-content .btn.btn-primary:focus-visible {
  outline: 2px solid var(--border-color);
  outline-offset: -5px;
}
