/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/main.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
.modal {
  display: none;
}
.modal.open {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto !important;
  z-index: 12;
}
.modal_content {
  position: relative;
  margin: auto;
  padding: 10px;
}
.modal_content_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 11;
}

body {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  font-weight: 300;
}

.breadcrumbs_item {
  position: relative;
}

.breadcrumbs_item:first-of-type {
  background: url(93fbb20daa8679e21d1a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px -1.5px;
}

.breadcrumbs_item:last-of-type:after {
  content: none;
}

.breadcrumbs_item:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 51%;
  right: -1rem;
  background: url(8510d35ae13eccdf2bc3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}

.pagination .page-numbers.next:before {
  content: "⮕";
  color: #1e293b;
}

.pagination .page-numbers.prev:before {
  content: "⬅";
  color: #1e293b;
}

.pagination .page-numbers:hover:before {
  color: white;
}

pre.wp-block-preformatted {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
