@charset "UTF-8";
/* ------------------------------------------------ // fonts */
/* ------------------------------------------------ // colors */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #000E1A;
}

.text-muted {
  color: #007bff;
}

/* ------------------------------------------------ // kop */
h1, .visual .content .title,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.2em 0 0.5em;
  font-weight: 800;
  line-height: 1.2em;
}
@media (max-width: 767.98px) {
  h1, .visual .content .title,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
  }
}

h1, .visual .content .title {
  margin-top: 0;
  font-size: 50px;
  line-height: 63px;
}
@media (max-width: 991.98px) {
  h1, .visual .content .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 575.98px) {
  h1, .visual .content .title {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 18px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}

/**
 * Regular text
 */
p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/**
 * Links
 */
a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

/**
 * List styling
 */
main ul li,
main ol li {
  font-size: 18px;
  line-height: 29px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  main ul li,
main ol li {
    font-size: 16px;
    line-height: 25px;
  }
}

button,
.wp-block-button__link,
.btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background-color: #007bff;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0.6em 1.2em;
  font-weight: 600;
  border-radius: 60px;
  transition: 0.3s;
  width: auto;
  border: 1px solid transparent;
}
button a,
.wp-block-button__link a,
.btn a {
  color: inherit;
}
button:hover, button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.btn:hover,
.btn:focus {
  background: #FFFFFF;
  color: #007bff;
  border: 1px solid #007bff;
}

.btn-link {
  font-size: 16px;
  line-height: 1;
  color: #007bff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.btn-link.back {
  margin-bottom: 40px;
}
.btn-link.back:after {
  display: none;
}
.btn-link.back:before {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}
.btn-link:hover {
  color: #0062cc;
}
.btn-link:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}

header {
  position: relative;
}
header nav.navbar {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  header nav.navbar {
    margin-left: auto;
  }
}
header nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav.navbar ul.navbar-nav li.menu-item a {
  padding: 0;
  color: #000;
  font-size: 16px;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover {
  color: #007bff;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover:after {
  color: #007bff;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a {
  color: #007bff;
  font-weight: 700;
}
header nav.navbar ul.navbar-nav li.menu-item:not(.menu-item-has-children) a {
  margin-right: 6px;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  /* Styling dropdown menu */
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    padding-block: 8px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
    line-height: 1;
    margin-top: 1px;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  top: 0;
  transition: 0.3s;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-radius: 8px;
  list-style: none;
  background: #FFFFFF;
  padding: 12px 20px;
  box-shadow: 0 2px 0.2rem rgba(0, 0, 0, 0.15);
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  white-space: nowrap;
  padding-block: 2px;
  display: inline-block;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  header nav.navbar {
    position: absolute;
    border-top: 2px solid #000;
    width: 100%;
    top: 100%;
    padding: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    background: #FFFFFF;
    height: calc(100vh - 90px);
    display: none;
  }
  header nav.navbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    gap: 15px;
  }
  header nav.navbar ul.navbar-nav li.menu-item a {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-right: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item:last-child > a {
    padding-bottom: 0 !important;
  }
  header nav.navbar ul.navbar-nav li.menu-item:not(.menu-item-has-children) a {
    margin-right: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a:after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper {
    position: absolute;
    right: 0;
    top: -5px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:after {
    content: "";
    font-family: "Material Symbols Outlined";
    position: relative;
    right: -10px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0deg);
    padding-inline: 10px;
    font-size: 24px;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper.open:after {
    transform: rotate(180deg);
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    padding-left: 2em;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 18px;
  }
}

.navbar-toggler {
  padding: 0;
  border: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  border: 0;
  box-shadow: none;
  background: none;
}
.navbar-toggler .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 8px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 4px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}
.navbar-toggler .animated-icon3 span {
  background: #000;
}

.number-of-items {
  margin-right: 10px;
  font-weight: 600;
}
.number-of-items .item-counter {
  font-weight: 700;
}

.filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 50px 0 50px;
  flex-wrap: wrap;
  border: 1px solid #dee2e6;
  padding: 20px;
}
.filters .filter-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .filters .filter-title {
    flex-basis: 100%;
  }
}
.filters .filter {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.filters .filter:hover {
  background: #007bff;
  color: #FFFFFF;
}
.filters .filter.active {
  background: #007bff;
  color: #FFFFFF;
  pointer-events: none;
}

.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea {
  min-height: 55px;
  border: 1px solid grey;
  border-radius: 10px;
}
.gform_wrapper form .gform_footer #gform_submit_button_1 {
  background: #007bff;
  font-size: 18px;
  padding: 0.6em 1.5em;
  border-radius: 8px;
}
.gform_wrapper form .gform_footer #gform_submit_button_1:hover {
  background: #0a58ca;
}

.card {
  padding: 0;
  border: 0;
  height: 100%;
}
.card.default > a {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card.default .img-holder {
  overflow: hidden;
}
.card.default .img-holder img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/266;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
  transform: scale(1);
}
.card.default .card-body {
  color: #000;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.card.default .card-body .card-date {
  font-size: 14px;
}
.card.default .card-body .card-title {
  transition: 0.3s;
  margin-top: 10px;
}
.card.default .card-body .read-more {
  display: flex;
  align-items: center;
  color: #007bff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  margin-top: auto;
}
.card.default .card-body .read-more:hover {
  color: #000;
}
.card.default .card-body .read-more:after {
  content: "";
  font-family: "Material Symbols Outlined";
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.card.default:hover .read-more {
  color: #007bff;
}
.card.default:hover img {
  transform: scale(1.05);
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: unset;
  left: unset;
  bottom: 20px;
  position: absolute;
  right: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #FFFFFF;
  transition: 0.3s;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: #FFFFFF;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: #000;
}
.swiper .swiper-button-prev {
  right: 80px;
}
.swiper .swiper-button-prev:after {
  content: "";
}
.swiper .swiper-button-next:after {
  position: relative;
  right: -2px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #dee2e6;
  width: 12px;
  height: 12px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.visual {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 1920/550;
  min-height: 300px;
}
.visual .swiper-slide {
  min-height: 300px;
}
.visual img {
  aspect-ratio: 1920/550;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 0;
  filter: brightness(0.8);
}
.visual .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #FFFFFF;
  padding-inline: 32px;
  z-index: 3;
}
.visual .content .title {
  color: inherit;
  font-size: 56px;
}
@media (max-width: 767.98px) {
  .visual .content .title {
    font-size: 42px;
    line-height: 1.1em;
  }
}
.visual .content .subtitel {
  font-size: 22px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 767.98px) {
  .visual .content .subtitel {
    font-size: 18px;
  }
}

.quote {
  background: #FFFFFF;
  padding: 0px 30px;
  margin: 40px 0;
  margin-left: 40px;
  position: relative;
}
.quote:before {
  content: "";
  background: rgba(0, 123, 255, 0.2);
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  position: absolute;
  left: 0;
}
.quote blockquote {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.quote blockquote:before {
  content: "";
  font-family: "Material Symbols Outlined";
  color: #007bff;
  font-size: 48px;
  font-weight: 400;
}
.quote .author {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: grey;
}

.wp-block-columns {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .wp-block-columns {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column:has(img) {
    order: -1;
  }
}
.wp-block-columns h1, .wp-block-columns .visual .content .title, .visual .content .wp-block-columns .title,
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h5,
.wp-block-columns h6 {
  margin-top: 0;
}
.wp-block-columns figure {
  margin-bottom: 0;
}

.post-list {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .post-list {
    margin: 60px 0;
  }
}
.post-list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}
.post-list .header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.post-list .header .slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-list .header .slider-controls .swiper-button-prev,
.post-list .header .slider-controls .swiper-button-next {
  position: unset;
  transform: none;
  margin-top: 0;
  color: #000;
  border: 2px solid #000;
  transition: 0.3s;
}
.post-list .header .slider-controls .swiper-button-prev:hover,
.post-list .header .slider-controls .swiper-button-next:hover {
  background: #000;
  color: white;
}
.post-list .header .slider-controls .swiper-button-prev:after,
.post-list .header .slider-controls .swiper-button-next:after {
  color: inherit;
}
.post-list .swiper-wrapper .card {
  width: 100%;
  height: auto;
}
.post-list .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.post-list .items .card {
  width: 100%;
}
@media (max-width: 991.98px) {
  .post-list .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .post-list .items {
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .post-list .items {
    grid-template-columns: 1fr;
  }
}
.post-list a.btn-link {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .post-list a.btn-link {
    margin-top: 30px;
  }
}

.cta-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #F5F5F5;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  gap: 40px;
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .cta-block {
    margin: 60px 0;
  }
}
.cta-block .label {
  margin-bottom: 0;
  color: inherit;
}
.cta-block h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: inherit;
}
@media (max-width: 767.98px) {
  .cta-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cta-block img {
  max-width: 160px;
  object-fit: contain;
  border-radius: 20px;
}
.cta-block .content .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.category .card-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  body.category .card-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  body.category .card-listing {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

header {
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  header {
    padding-inline: 15px;
  }
}
header .header-wrapper {
  display: flex;
  align-items: center;
}
header .header-wrapper .logo img {
  width: 80px;
  height: auto;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  header .header-wrapper .logo img {
    width: 100px;
  }
}
header .header-wrapper .top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-wrapper .icon-search {
  color: #000;
  transition: 0.3s;
  font-size: 21px;
}
@media (max-width: 991.98px) {
  header .header-wrapper .icon-search {
    position: relative;
    bottom: -2px;
  }
}
header .header-wrapper .icon-search:hover {
  color: #007bff;
}

footer {
  background: #000;
  color: #FFFFFF;
  padding: 40px 0;
}
footer .footer-top-row h3 {
  margin-top: 0;
}
footer .footer-top-row ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-top-row ul.menu li.menu-item a {
  color: inherit;
  font-size: 16px;
}
footer .footer-top-row ul.menu li.menu-item a:hover {
  color: #007bff;
}
footer .footer-top-row .socials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
footer .footer-top-row .socials a {
  background: #FFFFFF;
  color: #000;
  display: inline-block;
  height: 32px;
  width: 32px;
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top-row .socials a:hover {
  background: grey;
  color: #FFFFFF;
}
footer .footer-bottom-row {
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-bottom-row .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu {
    flex: 1;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom-row .menu-wrapper ul.menu {
    gap: 10px;
  }
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item {
  display: flex;
  align-items: center;
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item a {
  color: inherit;
  font-size: 16px;
}
footer .footer-bottom-row .menu-wrapper ul.menu li.menu-item a:hover {
  text-decoration: underline;
}
footer .footer-bottom-row span.copyright {
  color: inherit;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  footer .footer-bottom-row span.copyright {
    flex: 1;
  }
}

body article,
body main.archive {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  body article,
body main.archive {
    margin: 60px 0;
  }
}
body article h1, body article .visual .content .title, .visual .content body article .title,
body main.archive h1,
body main.archive .visual .content .title,
.visual .content body main.archive .title {
  margin-top: 0;
}
body article a,
body main.archive a {
  text-decoration: underline;
}
body .wp-block-group {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  body .wp-block-group {
    margin: 60px 0;
  }
}
body .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
body .tags .tag {
  border: 2px solid #007bff;
  color: #007bff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 60px;
}

.search-form {
  margin: 80px 0;
}
.search-form form {
  margin-top: 40px;
}
.search-form form > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-form form input {
  min-height: 55px;
  box-sizing: border-box;
}
.search-form form input[type=text] {
  width: 500px;
  max-width: 100%;
  padding-inline: 1em;
}
.search-form form input[type=submit] {
  background: #007bff;
  color: #FFFFFF;
  border: 0;
  padding-inline: 2em;
}
.search-form form input[type=submit]:hover {
  background: #0062cc;
}

body {
  counter-reset: section;
}

.search main {
  margin: 50px 0 80px;
}
.search main h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}
.search main p:empty {
  display: none;
}
.search main span.mark {
  display: inline-block;
  background: none;
  color: #007bff;
  font-weight: 800;
  padding: 0;
}
.search main ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search main ol li {
  text-indent: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.search main ol li p {
  margin-bottom: 0;
}
.search main ol li a {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.search main ol li a:hover {
  text-decoration: underline;
}
.search main ol li a:hover span.mark {
  text-decoration: underline;
}
.search main ol li a:before {
  counter-increment: section;
  content: counter(section) ". ";
  color: #2c1a4d;
  font-size: 20px;
  line-height: 32px;
  margin-right: 5px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
@media (max-width: 767.98px) {
  .search main ol li a {
    font-size: 16px;
    line-height: 26px;
  }
}

body {
  color: #000E1A;
  font-size: 18px;
  line-height: 1.8em;
  font-family: "Open Sans";
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

body,
html {
  overflow-x: hidden;
}
body:has(.navbar-collapse.show),
html:has(.navbar-collapse.show) {
  overflow: hidden;
  height: 100vh;
}

img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}