/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

:root {
  --jmp-shadow-soft: 3px 3px 10px color-mix(in srgb, var(--text-large) 20%, transparent);
}

.jmp-shadow-soft {
  box-shadow: var(--jmp-shadow-soft);
}

.hidden {
  display: none !important;
}

.inline-svg {
    display: inline-flex;
    width: var(--svg-size, 1em);
    height: auto;
    line-height: 1;
}

.inline-svg svg {
    display: block;
    width: 100%;
    height: auto;
}

.jmp-button-secondary {
  border: 2px solid var(--text-large);
  color: var(--text-large);
  background-color: transparent;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

a.jmp-button-secondary,
a.jmp-button-secondary:visited {
  color: var(--text-large);
}

.jmp-button-secondary:hover,
.jmp-button-secondary:active,
a.jmp-button-secondary:hover,
a.jmp-button-secondary:active {
  border-color: var(--text-large);
  color: var(--off-white);
  background-color: var(--text-large);
}

.jmp-button-secondary:focus,
.jmp-button-secondary:focus-visible,
a.jmp-button-secondary:focus,
a.jmp-button-secondary:focus-visible {
  border-color: var(--text-large);
  color: var(--text-large);
  background-color: transparent;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > .c-site-header,
body > .c-site-footer {
  flex-shrink: 0;
}

body > main.site-main {
  flex: 1 0 auto;
}

/* .site-main a,
.site-main a:visited {
  color: #5230AB;
  text-decoration: underline !important;
}

.site-main a:hover,
.site-main a:focus {
  color: #7755CF;
  text-decoration: none;
} */

main {
  padding: 0 1rem;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title, .elementor-widget-heading {

    margin-block-end: 0;
    margin-block-start: 0;
}

h2 {
  margin: 0 0 1rem 0;
}

h3, h4, h5, h6 {
  margin: 0 0 0.5rem 0 !important;
}

.page-header .entry-title {
    margin-inline-end: 0;
    margin-inline-start: 0; 
    text-align: center;
}

/* ========== RESET FOR THIS HEADER ========== */
.c-site-header,
.c-site-header * {
  box-sizing: border-box;
}

.c-site-header a {
  text-decoration: none;
}

.c-site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== HEADER BAR ========== */
.c-site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 1.5rem;
  background: var(--off-white);
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.c-site-header.is-menu-open {
  z-index: 10000;
  transform: none !important;
}

.c-site-header.site-header--hidden {
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, -100%, 0);
}

.c-site-header.site-header--visible {
  transform: none;
}

.c-site-header__inner,
.c-mobile-menu__top {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-site-header__inner {
  max-width: 1500px;
  margin: 0 auto;
  gap: 2rem;
  padding: 0;
  position: relative;
  z-index: auto;
}

.c-site-header__topbar {
  width: calc(100% + 3rem);
  min-height: 38px;
  margin: 0 -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-large);
  position: relative;
  z-index: 1;
}

.c-site-header__secondary-nav {
  width: 100%;
  max-width: 1500px;
  padding: 0 1.5rem;
}

.c-secondary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 6vw, 4.5rem);
}

.c-secondary-menu a {
  display: inline-block;
  padding: 7px 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.c-secondary-menu a:hover,
.c-secondary-menu a:focus {
  color: #fff;
  opacity: 0.72;
}

.c-site-header__branding,
.c-mobile-menu__logo {
  flex: 0 1 auto;
  min-width: 0;
}

.c-site-header__branding,
.c-mobile-menu__logo {
  display: flex;
  align-items: center;
}

.c-site-header__logo-link,
.c-mobile-menu__logo a {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img,
.c-mobile-menu .custom-logo-link img {
  display: block;
  max-height: 56px;
  width: auto;
}

.custom-logo-link,
.c-site-header__logo-link,
.c-mobile-menu__logo a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  max-width: 100%;
}

.custom-logo {
  display: block;
}

.custom-logo-link img,
.c-mobile-menu .custom-logo-link img {
  display: block;
  max-height: 48px;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 1126px) {
  .c-site-header__inner {
    min-height: 132px;
  }

  .c-site-header__branding {
    position: relative;
    z-index: 3;
    margin-top: -38px;
    align-self: stretch;
  }

  .c-site-header__branding .custom-logo-link img {
    max-height: 132px;
  }
}

.c-site-header__site-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}

/* ========== DESKTOP MENU ========== */
.c-site-header__nav--desktop {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.c-site-header__search {
  flex: 0 1 310px;
  min-width: 220px;
}

.c-main-menu {
  display: flex;
  align-items: center;
  gap: clamp(2.2rem, 4vw, 4.75rem);
}

.c-main-menu > li {
  position: relative;
}

.c-main-menu a {
  color: var(--text-large);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}

.c-main-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.c-main-menu .current-menu-item > a,
.c-main-menu .current-menu-ancestor > a,
.c-main-menu a:hover,
.c-main-menu a:focus {
  color: var(--text-large);
}

.c-main-menu > .current-menu-item > a::after,
.c-main-menu > .current-menu-ancestor > a::after,
.c-main-menu > li > a:hover::after,
.c-main-menu > li > a:focus::after,
.c-main-menu > li > a:active::after,
.c-main-menu > li > a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* Desktop submenu */
.c-main-menu .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: var(--off-white);
  border: 0;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 30;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--text-large) 14%, transparent);
}

.c-main-menu .sub-menu li {
  width: 100%;
}

.c-main-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
  color: var(--text-large);
  font-weight: 500;
}

.c-main-menu li:hover > .sub-menu,
.c-main-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ========== SEARCH ========== */
.site-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}

.site-search__input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 2px solid var(--text-large) !important;
  border-radius: 999px !important;
  background: transparent;
  color: var(--text-large);
  font: inherit;
  line-height: 1.2;
}

.site-search__input::placeholder {
  color: var(--text-large);
  opacity: 0.68;
}

.site-search__input:-webkit-autofill,
.site-search__input:-webkit-autofill:hover,
.site-search__input:-webkit-autofill:focus,
.site-search__input:autofill {
  -webkit-text-fill-color: var(--text-large);
  caret-color: var(--text-large);
  box-shadow: inset 0 0 0 1000px var(--off-white);
  transition: background-color 9999s ease-out;
}

.site-search__input::-webkit-search-cancel-button {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  background: var(--text-large);
  cursor: pointer;
  opacity: 0.82;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.76 2.34 8 6.59l4.24-4.25 1.42 1.42L9.41 8l4.25 4.24-1.42 1.42L8 9.41l-4.24 4.25-1.42-1.42L6.59 8 2.34 3.76z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.76 2.34 8 6.59l4.24-4.25 1.42 1.42L9.41 8l4.25 4.24-1.42 1.42L8 9.41l-4.24 4.25-1.42-1.42L6.59 8 2.34 3.76z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-search__input::-webkit-search-cancel-button:hover {
  opacity: 1;
}

.site-search__button {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-large);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.site-search__icon {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: currentColor;
}

.site-search__input:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--text-large) 32%, transparent);
}

.site-search__button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--text-large) 32%, transparent);
  outline-offset: 3px;
}

.site-search__button:hover,
.site-search__button:focus-visible {
  background: var(--text-large);
  color: var(--off-white);
}

.c-mobile-menu__search {
  margin-top: 1.75rem;
  padding: 0 1rem;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 380ms cubic-bezier(0.22, 1, 0.36, 1), transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.c-mobile-menu.is-open .c-mobile-menu__search {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 460ms;
}

/* ========== HAMBURGER ========== */
.c-site-header__toggle {
  display: none;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 10001;
}

.c-site-header__toggle {
  flex: 0 0 auto;
}

.c-site-header__toggle:hover,
.c-site-header__toggle:focus,
.c-site-header__toggle:active {
  background: transparent;
}

.c-site-header__toggle:focus {
  outline: none;
}

.c-site-header__toggle:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.72);
  outline-offset: 4px;
}

.c-site-header__toggle span {
  display: block;
  position: absolute;
  left: 50%;
  width: 58px;
  height: 6px;
  background: var(--text-large);
  margin-left: 0;
  margin-right: 0;
  transform-origin: 50% 50%;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.c-site-header__toggle span:nth-child(1) {
  transform: translate(-50%, -10px);
}

.c-site-header__toggle span:nth-child(2) {
  transform: translate(-50%, 10px);
}

.c-site-header__toggle span:nth-child(3) {
  opacity: 0;
  transform: translate(-50%, 10px) scaleX(0);
}

.c-site-header.is-menu-open .c-site-header__toggle span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}

.c-site-header.is-menu-open .c-site-header__toggle span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, 0) rotate(-45deg);
}

.c-site-header.is-menu-open .c-site-header__toggle span:nth-child(3) {
  opacity: 0;
  transform: translate(-50%, 0) scaleX(0);
}

.c-site-header.is-menu-open .c-site-header__toggle span {
  background: var(--text-large);
}

/* ========== MOBILE OVERLAY ========== */
.c-mobile-menu {
  --c-mobile-menu-top-offset: 0px;
  --c-mobile-menu-inline-start: 24px;
  --c-mobile-menu-inline-end: 24px;
  --c-mobile-menu-scrollbar-offset: 0px;
  position: fixed;
  inset: 0;
  background: var(--off-white);
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 120ms ease, visibility 0s linear 120ms;
}

.c-mobile-menu__inner {
  padding-top: var(--c-mobile-menu-top-offset);
  padding-left: var(--c-mobile-menu-inline-start);
  padding-right: calc(var(--c-mobile-menu-inline-end) + var(--c-mobile-menu-scrollbar-offset));
}

.c-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 120ms ease, visibility 0s linear 0s;
}

.c-mobile-menu__secondary-bar {
  display: none;
}

.c-mobile-menu__top {
  gap: 1rem;
  margin-bottom: 32px;
  padding-right: 64px;
  justify-content: flex-start;
  min-width: 0;
}

.c-mobile-menu__logo,
.c-mobile-menu__logo .custom-logo-link,
.c-mobile-menu__logo .custom-logo {
  max-width: calc(100vw - var(--c-mobile-menu-inline-start) - var(--c-mobile-menu-inline-end) - var(--c-mobile-menu-scrollbar-offset) - 64px);
}

.c-mobile-menu__logo .custom-logo-link,
.c-mobile-menu__logo a {
  width: 100%;
}

.c-mobile-menu__nav {
  width: 100%;
  padding: 0 1rem;
}

.c-mobile-menu__list > li {
  border-top: 1px solid var(--text-large);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 380ms cubic-bezier(0.22, 1, 0.36, 1), transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.c-mobile-menu__list > li:last-child {
  border-bottom: 1px solid var(--text-large);
}

.c-mobile-menu.is-open .c-mobile-menu__list > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(1) { transition-delay: 40ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(2) { transition-delay: 100ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(3) { transition-delay: 160ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(4) { transition-delay: 220ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(5) { transition-delay: 280ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(6) { transition-delay: 340ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(7) { transition-delay: 400ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(8) { transition-delay: 460ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(9) { transition-delay: 520ms; }
.c-mobile-menu.is-open .c-mobile-menu__list > li:nth-child(10) { transition-delay: 580ms; }

.c-mobile-menu__list a {
  color: var(--text-large);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
}

.menu-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  width: 100%;
}

.menu-item__row .menu-link {
  flex: 1 1 auto;
}

.menu-item__row {
  display: block;
  width: 100%;
}

.c-mobile-menu .menu-link,
.c-mobile-menu .menu-link--toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 0;
  color: var(--text-large);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.c-mobile-menu__list a:hover,
.c-mobile-menu .menu-link:hover,
.c-mobile-menu .menu-link--toggle:hover {
  color: var(--text-large);
  opacity: 0.72;
}

.c-mobile-menu__list a:focus,
.c-mobile-menu .menu-link:focus,
.c-mobile-menu .menu-link--toggle:focus,
.c-mobile-menu__list a:active,
.c-mobile-menu .menu-link:active,
.c-mobile-menu .menu-link--toggle:active {
  color: var(--text-large);
  opacity: 1;
}

.menu-link__text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.submenu-arrow {
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--text-large);
  border-bottom: 3px solid var(--text-large);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}

.menu-item-has-children.is-open > .menu-item__row .submenu-arrow {
  transform: rotate(225deg) translateY(-1px);
}

.c-mobile-menu .sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 16px;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 220ms ease;
}

.c-mobile-menu .menu-item-has-children.is-open > .sub-menu {
  max-height: 520px;
  padding-bottom: 12px;
  opacity: 1;
  transform: translateY(0);
}

.c-mobile-menu .sub-menu a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.85;
}

/* ========== BREAKPOINT ========== */
@media (max-width: 1125px) {
  .c-site-header {
    --mobile-topbar-height: clamp(30px, 6.4vw, 38px);
    --mobile-header-height: clamp(96px, 14vw, 124px);
    --mobile-logo-height: clamp(88px, 12vw, 124px);
    --mobile-logo-overlap: clamp(34px, 4vw, 38px);
    --mobile-secondary-font-size: clamp(0.82rem, 2.4vw, 1rem);
    --mobile-toggle-size: clamp(54px, 12vw, 70px);
    --mobile-toggle-line-width: clamp(42px, 10vw, 58px);
    --mobile-toggle-line-thickness: clamp(4px, 1vw, 6px);
    --mobile-toggle-line-offset: clamp(8px, 2vw, 10px);
    --mobile-toggle-y: clamp(-10px, -1.6vw, -4px);
    padding: 0 1rem;
  }

  .c-site-header__topbar {
    width: calc(100% + 2rem);
    min-height: var(--mobile-topbar-height);
    margin: 0 -1rem;
    display: flex;
  }

  .c-site-header__secondary-nav {
    padding: 0 1rem;
  }

  .c-site-header__nav--desktop {
    display: none;
  }

  .c-site-header__search {
    display: none;
  }

  .c-site-header__toggle {
    display: inline-flex;
    width: var(--mobile-toggle-size);
    height: var(--mobile-toggle-size);
    margin-right: -6px;
    transform: translateY(var(--mobile-toggle-y));
  }

  .c-site-header__toggle span {
    width: var(--mobile-toggle-line-width);
    height: var(--mobile-toggle-line-thickness);
  }

  .c-site-header__toggle span:nth-child(1) {
    transform: translate(-50%, calc(-1 * var(--mobile-toggle-line-offset)));
  }

  .c-site-header__toggle span:nth-child(2) {
    transform: translate(-50%, var(--mobile-toggle-line-offset));
  }

  .c-site-header__inner {
    min-height: var(--mobile-header-height);
  }

  .c-site-header__branding {
    position: relative;
    z-index: 3;
    margin-top: calc(-1 * var(--mobile-logo-overlap));
    align-self: stretch;
  }

  .c-site-header__branding .custom-logo-link img {
    max-height: var(--mobile-logo-height);
  }

  .c-mobile-menu__inner {
    padding-top: var(--mobile-header-height);
  }

  .c-mobile-menu__secondary-bar {
    width: 100%;
    min-height: var(--mobile-topbar-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-large);
  }

  .c-mobile-menu__top {
    display: none;
    min-height: var(--mobile-header-height);
    position: relative;
    z-index: 1;
  }

  .c-site-header__branding {
    z-index: 10001;
  }

  .c-mobile-menu__logo,
  .c-mobile-menu__logo .custom-logo-link,
  .c-mobile-menu__logo .custom-logo {
    max-width: none;
  }

  .c-mobile-menu__logo .custom-logo-link,
  .c-mobile-menu__logo a {
    width: auto;
  }

  .c-mobile-menu__secondary-nav {
    width: 100%;
    padding: 0 1rem;
  }

  .c-mobile-secondary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 6vw, 4.5rem);
  }

  .c-mobile-secondary-menu a {
    display: inline-block;
    padding: clamp(4px, 1.2vw, 7px) 0;
    color: #fff;
    font-size: var(--mobile-secondary-font-size);
    line-height: 1.2;
  }

  .c-mobile-secondary-menu a:hover,
  .c-mobile-secondary-menu a:focus {
    color: #fff;
    opacity: 0.72;
  }

  .c-mobile-menu .custom-logo-link img {
    max-height: var(--mobile-logo-height);
  }

  .c-secondary-menu a {
    padding: clamp(4px, 1.2vw, 7px) 0;
    font-size: var(--mobile-secondary-font-size);
  }

  .c-mobile-menu__search .site-search {
    align-items: center;
    flex-direction: row;
  }

  .c-mobile-menu__search .site-search__input {
    width: 100%;
  }

  .c-mobile-menu__search .site-search__button {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-mobile-menu,
  .c-site-header,
  .c-site-header__toggle span,
  .c-mobile-menu__list > li,
  .c-mobile-menu__search,
  .submenu-arrow,
  .c-mobile-menu .sub-menu,
  .c-main-menu .sub-menu {
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
  }
}

/*SOCIAL ICONS*/

/* společné */
.menu-social > a,
.menu-social .menu-link,
.menu-social .menu-link--toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

/* ikony */
.menu-social > a::before,
.menu-social .menu-link::before,
.menu-social .menu-link__text::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}

/* konkrétní sítě */
.menu-social--instagram > a::before,
.menu-social--instagram .menu-link::before,
.menu-social--instagram .menu-link__text::before {
  content: "\f16d";
}

.menu-social--facebook > a::before,
.menu-social--facebook .menu-link::before,
.menu-social--facebook .menu-link__text::before {
  content: "\f39e";
}

@media (min-width: 1125px) {
  .c-main-menu .menu-social > a {
    font-size: 0;
    gap: 0;
  }

  .c-main-menu .menu-social > a::before {
    font-size: 1.2rem;
  }
}

/* ========== SOCIAL MENU ITEMS HTML ICONS ========== */
.menu-social > a::before,
.menu-social .menu-link::before,
.menu-social .menu-link__text::before {
  content: none;
  display: none;
}

.menu-social > a,
.menu-social .menu-link,
.menu-social .menu-link--toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.menu-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.menu-item__icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.menu-item__label {
  min-width: 0;
}

@media (min-width: 1025px) {
  .c-main-menu .menu-social > a {
    justify-content: center;
    gap: 0;
    font-size: inherit;
  }

  .c-main-menu .menu-social .menu-item__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.c-secondary-menu .menu-social > a,
.c-mobile-secondary-menu .menu-social > a {
  justify-content: center;
  gap: 0;
}

.c-secondary-menu .menu-social .menu-item__label,
.c-mobile-secondary-menu .menu-social .menu-item__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== POST FEED ========== */
.c-post-feed {
  width: 100%;
}

.c-post-feed__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 3rem;
  align-items: stretch;
}

.c-post-feed__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  min-width: 0;
}

.post-slider {
  position: relative;
  width: 100%;
}

.post-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.post-slider__title {
  margin: 0;
  color: var(--text-large);
}

.post-slider__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}

.post-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.post-slider__arrow:focus,
.post-slider__arrow:focus-visible {
  outline: none;
}

.post-slider__track {
  display: flex;
  gap: 3rem;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 1.25rem;
  padding-bottom: clamp(2.5rem, 7vw, 5rem);
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.post-slider__track::-webkit-scrollbar {
  display: none;
}

.post-slider__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

@media (hover: hover) and (pointer: fine) {
  .post-slider__track {
    scroll-snap-type: none;
  }
}

.post-slider__item {
  flex: 0 0 min(82vw, 380px);
  min-width: 0;
  scroll-snap-align: start;
}

@media (max-width: 640px) {
  .post-slider__header {
    display: block;
  }

  .post-slider__nav {
    display: none;
  }

  .post-slider__header--nav-only {
    display: none;
  }

  .post-slider__track {
    gap: 1.5rem;
  }

  .post-slider__item {
    flex-basis: min(76vw, 320px);
  }
}

.c-post-feed__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  color: var(--text-small);
  background: transparent;
  border: 0;
  text-decoration: none;
  transition: transform 180ms ease;
}

.c-post-feed__card-link:visited {
  color: var(--text-small);
  text-decoration: none;
}

.c-post-feed__card-link:hover,
.c-post-feed__card-link:focus-visible {
  transform: translateY(-3px);
  color: var(--text-small);
  text-decoration: none;
}

.c-post-feed__card-link:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.8);
  outline-offset: 3px;
}

.c-post-feed__media {
  position: relative;
  overflow: visible;
}

.c-post-feed__image-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 34px;
}

.c-post-feed__category-pill {
  position: absolute;
  right: 24px;
  top: -1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 32px);
  min-height: 2.5rem;
  padding: 0.45rem 1.25rem;
  border-radius: 999px;
  border: 3px solid var(--off-white);
  color: var(--category-text, var(--off-white));
  background: var(--category-bg);
  line-height: 1.2;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.c-post-feed__category-pill:where(:hover, :focus) {
  color: var(--category-text, var(--off-white));
  text-decoration: none;
}

.c-post-feed__category-pill--udalosti {
  background: #80ced2;
}

.c-post-feed__category-pill--program {
  background: #1d4ed8;
}

.c-post-feed__category-pill--aktuality {
  background: #15803d;
}

.c-post-feed__category-pill--has-custom-color {
  background: var(--category-bg);
}

.c-post-feed__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-post-feed__image--placeholder {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.12));
}

.c-post-feed__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem 0.5rem 0;
}

.c-post-feed__date {
  color: var(--text-large);
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}

.c-post-feed__event-date {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 !important;
  max-width: calc(100% - 2rem);
  padding: 0.55rem 1rem 0 0.5rem;
  border-radius: 0 18px 0 0;
  color: var(--text-large);
  background: var(--off-white);
  line-height: 1.2;
  text-decoration: none;
}

.c-post-feed__date {
  margin: auto 0 0.7rem;
  font-weight: 700;
  font-size: 0.8rem;
}

.c-post-feed__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 0.5rem !important;
  color: var(--text-large);
  font-size: clamp(1.35rem, 2.4vw, 1.6rem) !important;
  line-height: 1.15;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-post-feed__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--text-small);
  line-height: 1.3;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-feed__date-label {
  display: none;
  font-weight: 700;
}

.c-post-feed__card-link,
.c-post-feed__card-link *,
.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__title,
.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__excerpt,
.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__date,
.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__event-date {
  text-decoration: none !important;
}

.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__title {
  color: var(--text-large);
}

.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__excerpt,
.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__date {
  color: var(--text-large);
}

.c-post-feed__card-link:where(:hover, :focus) .c-post-feed__event-date {
  color: var(--text-large);
}

.c-post-feed__empty {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
}

/* ========== SEARCH RESULTS ========== */
.jmp-search-results {
  padding: clamp(3rem, 7vw, 5.5rem) 1rem;
}

.jmp-search-results__content {
  width: min(100%, 620px);
  margin: 0 auto;
}

.jmp-search-results__header {
  margin-bottom: clamp(4rem, 9vw, 6rem);
}

.jmp-search-results__mobile-search {
  display: none;
  max-width: 320px;
  margin-bottom: 1.75rem;
}

.jmp-search-results__eyebrow {
  margin: 0 0 0.4rem !important;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem) !important;
  line-height: 1.25 !important;
}

.jmp-search-results__title {
  margin: 0 !important;
  font-size: clamp(1.65rem, 3vw, 2rem) !important;
  line-height: 1.05 !important;
}

.jmp-search-results__list {
  display: grid;
  gap: clamp(3.25rem, 7vw, 4.75rem);
}

.jmp-search-result {
  margin: 0;
}

.jmp-search-result__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  margin-bottom: 0.65rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
  line-height: 1.2 !important;
  color: var(--text-large) !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.jmp-search-result__meta:hover,
.jmp-search-result__meta:focus-visible {
  color: var(--text-large) !important;
  text-decoration: none !important;
}

.jmp-search-result__meta :not(.jmp-search-result__category-pill) {
  color: var(--text-large) !important;
  text-decoration: none !important;
}

.jmp-search-result__meta:hover :not(.jmp-search-result__category-pill),
.jmp-search-result__meta:focus-visible :not(.jmp-search-result__category-pill) {
  color: var(--text-large) !important;
  text-decoration: none !important;
}

.jmp-search-result__type {
  font-weight: 900;
}

.jmp-search-result__category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  margin-left: clamp(1rem, 4vw, 2rem);
  padding: 0.35rem 1.05rem;
  border-radius: 999px;
  background: var(--category-bg, var(--text-large));
  color: var(--category-text, var(--off-white));
  font-size: 0.9rem !important;
  line-height: 1.1 !important;
}

.jmp-search-result__title {
  margin: 0 0 0.45rem !important;
  font-size: clamp(1.75rem, 4vw, 2.25rem) !important;
  line-height: 1.05 !important;
}

.jmp-search-result__link,
.jmp-search-result__link:visited,
.jmp-search-result__link:hover,
.jmp-search-result__link:focus-visible {
  color: var(--text-large) !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.jmp-search-result__link:hover,
.jmp-search-result__link:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}

.jmp-search-result__excerpt {
  max-width: 560px;
  margin: 0 !important;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem) !important;
  line-height: 1.25 !important;
}

.jmp-search-results__empty {
  margin: 0 !important;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem) !important;
  line-height: 1.35 !important;
}

.jmp-search-results__pagination {
  margin-top: clamp(3rem, 7vw, 4.5rem);
}

@media (max-width: 1125px) {
  .jmp-search-results__mobile-search {
    display: block;
  }

  .jmp-search-results__mobile-search .site-search {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-post-feed__card-link {
    transition-duration: 0ms !important;
  }
}

#programtable {
  display:none;
}

#programcontent {
  background: none !important;
  padding: 0 !important;
	border: 0 !important;
}

.jmp-page,
.jmp-single-post,
.jmp-archive {
  padding-top: 5rem;
}

.jmp-page__content {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.jmp-single-post__content {
  width: min(100%, 920px);
  margin: 0 auto;
}

.post-back-link {
  margin-bottom: 1.65rem;
}

.post-back-link__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: clamp(2.75rem, 10vw, 3.5rem);
  padding: clamp(0.45rem, 1.8vw, 0.65rem) clamp(1rem, 5vw, 1.8rem);
  border: 2px solid var(--text-large);
  border-radius: 999px;
  color: var(--text-large) !important;
  background: var(--off-white);
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.post-back-link__link:visited {
  color: var(--text-large) !important;
}

.post-back-link__link:hover,
.post-back-link__link:focus-visible {
  border-color: transparent;
  background: var(--text-large);
  color: var(--off-white) !important;
  text-decoration: none !important;
}

.post-back-link__link:hover .post-back-link__text,
.post-back-link__link:focus-visible .post-back-link__text {
  text-decoration: none;
}

.post-back-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.post-back-link__icon svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.post-back-link__text {
  line-height: 1.3;
}

.jmp-archive__content {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.jmp-archive__header {
  margin-bottom: 2rem;
}

.jmp-page h1,
.jmp-archive__title{
  margin: 0;
  text-align: center;
}

.jmp-archive__description {
  margin-top: 1rem;
  color: rgba(17, 17, 17, 0.78);
}

.jmp-archive__description > :first-child {
  margin-top: 0;
}

.jmp-archive__description > :last-child {
  margin-bottom: 0;
}

.jmp-clanky__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, 4vw, 1.75rem);
  margin: 3rem 0 4rem;
}

.jmp-clanky__filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(2.75rem, 10vw, 3.5rem);
  padding: clamp(0.45rem, 1.8vw, 0.65rem) clamp(1rem, 5vw, 1.8rem);
  border: 2px solid var(--text-large);
  border-radius: 999px;
  color: var(--text-large) !important;
  background: var(--off-white);
  text-decoration: none !important;
  line-height: 1.2;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.jmp-clanky__filter-link:visited {
  color: var(--text-large) !important;
}

.jmp-clanky__filter-link:hover,
.jmp-clanky__filter-link:focus-visible,
.jmp-clanky__filter-link.is-active {
  border-color: transparent;
  background: var(--jmp-filter-color, var(--text-large));
  color: var(--jmp-filter-text-color, var(--off-white)) !important;
  text-decoration: none !important;
}

.c-post-feed__pagination {
  margin-top: 2rem;
}

.c-post-feed__pagination ul.page-numbers {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.25rem, 1.6vw, 0.75rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-post-feed__pagination li {
  display: flex;
}

.c-post-feed__pagination a,
.c-post-feed__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.9rem, 8.8vw, 2.75rem);
  height: clamp(1.9rem, 8.8vw, 2.75rem);
  padding: 0;
  margin-top: 2.5rem;
  border-radius: 50%;
  font-size: clamp(0.85rem, 3.5vw, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

.c-post-feed__pagination a:hover,
.c-post-feed__pagination a:focus-visible {
  text-decoration: none !important;
}

.c-post-feed__pagination span {
  border: 1px solid var(--text-large);
  color: var(--text-large);
  background: transparent;
}

.c-post-feed__pagination .current {
  background: var(--text-large);
  color: var(--off-white);
}

.c-post-feed__pagination .first,
.c-post-feed__pagination .prev,
.c-post-feed__pagination .next,
.c-post-feed__pagination .last {
  padding-bottom: 0.12rem;
}

.c-post-feed__pagination .dots {
  border-color: transparent;
  background: transparent;
  color: var(--text-large);
}

.c-post-feed__pagination .disabled {
  opacity: 0.38;
  pointer-events: none;
}


.jmp-single-post__hero {
  position: relative;
  margin-bottom: clamp(2rem, 5vw, 3.4rem);
  aspect-ratio: 16 / 5;
  overflow: visible;
}

.jmp-single-post__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  object-fit: cover;
}

.jmp-single-post__category {
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: -1.45rem;
  top: auto;
}

.jmp-single-post__title {
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(2.1rem, 1.6rem + 2.2vw, 3.25rem) !important;
  line-height: 1.08;
}

.jmp-single-post__body {
  max-width: 780px;
}

.jmp-single-post__body > :first-child {
  margin-top: 0;
}

.jmp-single-post__body > :last-child {
  margin-bottom: 0;
}

.jmp-single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem clamp(2rem, 6vw, 4rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: 1.1rem;
  border-top: 2px solid var(--text-large);
  color: var(--text-large);
}

.jmp-single-post__published {
  margin: 0;
}

.jmp-single-post__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.jmp-single-post__tags-label {
  line-height: 1.2;
}

.jmp-single-post__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jmp-single-post__tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.1rem 0.65rem;
  border: 1px solid var(--text-large);
  border-radius: 999px;
  color: var(--text-large) !important;
  line-height: 1.2;
  text-decoration: none !important;
}

.jmp-single-post__tag:visited {
  color: var(--text-large) !important;
}

.jmp-single-post__tag:hover,
.jmp-single-post__tag:focus-visible {
  background: var(--text-large);
  color: var(--off-white) !important;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  h1 {
    hyphens: auto !important;
    word-break: break-word !important;
  }

  .jmp-page,
  .jmp-single-post,
  .jmp-archive {
    padding-top: 3rem;
  }

  .jmp-single-post__hero {
    aspect-ratio: 4 / 3;
  }

  .jmp-single-post__image {
    border-radius: 30px;
  }

  .jmp-single-post__category {
    right: 1rem;
  }

  .jmp-single-post__meta,
  .jmp-single-post__tags {
    align-items: flex-start;
    flex-direction: column;
  }
}

.jmp-footer__email {
  border: 0.15rem solid var(--e-global-color-text);
  padding: 3px 8px;
  border-radius: 999px;
}

.jmp-footer__email p {
  margin: 0;
}

/* ========== FOOTER ========== */
.c-site-footer,
.c-site-footer * {
  box-sizing: border-box;
}

.c-site-footer {
  width: 100%;
  margin-top: 5rem;
}

.c-site-footer a {
  text-decoration: none;
}

.c-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-site-footer__main {
  background: var(--off-white);
  color: var(--text-large);
  padding: 3.6rem 1.5rem 0;
}

.c-site-footer__inner {
  width: min(100%, 1120px);
  min-height: 7.4rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(3rem, 6vw, 5rem);
}

.c-site-footer__nav {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.c-footer-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.8rem, 4vw, 4rem);
}

.c-footer-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  color: var(--text-large);
  line-height: 1.2;
  white-space: nowrap;
}

.c-footer-menu a:hover,
.c-footer-menu a:focus-visible {
  color: var(--text-large);
  opacity: 0.72;
}

.c-footer-menu .footer-menu-button > a,
.c-footer-menu .footer-menu-button > .menu-link {
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: var(--text-large);
  color: var(--off-white);
}

.c-footer-menu .footer-menu-button > a:hover,
.c-footer-menu .footer-menu-button > a:focus-visible,
.c-footer-menu .footer-menu-button > .menu-link:hover,
.c-footer-menu .footer-menu-button > .menu-link:focus-visible {
  color: var(--off-white);
  opacity: 0.86;
}

.c-site-footer__logo {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.8rem);
  color: var(--text-large);
}

.c-site-footer__logo img {
  display: block;
  width: 10rem;
  height: auto;
  max-width: 7.3rem;
  max-height: 7.3rem;
}

.c-site-footer__bottom {
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  background: var(--text-large);
  color: var(--off-white);
  text-align: center;
}

.c-site-footer__copyright {
  margin: 0.5rem 0;
  line-height: 1.35;
  margin-block-end: 0;
}

@media (max-width: 1120px) {
  .c-site-footer__main {
    padding-top: 2.4rem;
  }

  .c-site-footer__inner {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .c-site-footer__nav {
    width: 100%;
  }

  .c-footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }

  .c-site-footer__logo {
    align-self: center;
    transform: translateY(0.9rem);
  }

  .c-site-footer__logo img {
    width: 6.5rem;
    max-width: 6.5rem;
    max-height: 6.5rem;
  }
}

/* clipping masks */

.img_orisek {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
}

.img_orisek-pulka--A {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek-pulka--A.svg") center / contain no-repeat;
}

.img_orisek-pulka--B {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek-pulka--B.svg") center / contain no-repeat;
}

.img_vejir--A {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/vejir--A.svg") center / contain no-repeat;
}

.img_vejir--B {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/vejir--B.svg") center / contain no-repeat;
}

.img_vejir--C {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/vejir--C.svg") center / contain no-repeat;
}

.img_vejir--D {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/vejir--D.svg") center / contain no-repeat;
}

.img_portal--A {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/portal--A.svg") center / contain no-repeat;
}

.img_portal--B {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/orisek.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/portal--B.svg") center / contain no-repeat;
}

.img_elipsa--vyska {
  display: block;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/elipsa-vyska.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/elipsa-vyska.svg") center / contain no-repeat;
}

.img_elipsa--sirka {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-mask: url("/test/wp-content/themes/hello-theme-child-master/assets/elipsa-sirka.svg") center / contain no-repeat;
  mask: url("/test/wp-content/themes/hello-theme-child-master/assets/elipsa-sirka.svg") center / contain no-repeat;
}

.jmp-carousel .swiper-slide {
  height: 40rem;
}

.jmp-carousel .swiper-slide-inner {
  height: 100%;
  display: block;
}

.jmp-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
