@media (max-width: 1650px) {
  .hero-fullscreen.hero-video {
    height: 100dvh;
    min-height: 100dvh;
  }
  .hero-fullscreen.service-detail {
    height: 100dvh;
    min-height: 100dvh;
    padding-bottom: 6rem;
  }
  .hero-fullscreen {
    min-height: 90vh;
    padding-bottom: 8rem;
  }
}

@media (max-width: 1400px) {
  .nav-bottom-right,
  .nav-bottom-left #nav-menu {
    gap: 1.5rem;
  }
  .nav-logo svg {
    width: 190px !important;
  }
  .about-img-toe {
    display: none;
  }
  .about-img-toe-right {
    max-width: 250px;
    height: 250px;
    bottom: -5rem;
  }
  .about-badge {
    left: -3rem;
  }
  .about-badge-right {
    right: -3rem;
  }
  .person-badge {
    bottom: 2rem;
  }
  .contact-item {
    gap: 1rem;
  }
  .about,
  .footer-middle, .footer-top{ padding: 3rem 0;}
  /* .footer-middle .container::before {
    width: 15rem;
    right: 0%;
  } */
  /* .footer::before {
    width: 15rem;
    right: -2%;
  } */
}
@media (max-width: 1200px) {
  /* menu */
  body.menu-open {
      overflow: hidden;
  }
  .main-wrp {
    padding-top: 8rem;
  }
  #nav-menu,
  .nav-bottom-right {
    display: none;
  }
  #hamburgerToggler {
    display: block;
    justify-self: end;
  }
  #mobileMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    z-index: 4000;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
  }

  #mobileMenu.open {
    right: 0;
  }

  #mobileMenu .mobile-menu-top {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.75rem;
  }

  #mobileMenuClose {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
  }
  #mobileMenu .mobile-logo {
    align-self: center;
  }
  #mobileMenu .mobile-content-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
  #mobileMenu .mobile-menu-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
    padding: 2rem 0.75rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    justify-content: space-between;
  }
  .mobile-dropdown,
  .mobile-item {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
    transition: all 0.3s ease-in-out;
  }
  .mobile-dropdown span {
    position: relative;
    width: fit-content;
  }

  .mobile-dropdown span svg {
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease, stroke 0.3s ease;
  }

  .mobile-dropdown.open span svg {
    transform: translateY(-50%) rotate(-180deg);
    stroke: var(--primary);
  }

  .mobile-dropdown {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-dropdown-content {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
  }
  .mobile-dropdown.open .mobile-dropdown-content {
    display: flex;
  }
  .mobile-dropdown-item {
    font-size: 1.125rem;
    color: var(--black);
  }

  .mobile-dropdown.open {
    color: var(--primary);
  }
  .mobile-content-bottom {
    display: none;
  }
  .nav-service-box {
    padding: 1rem 1.5rem !important;
    box-shadow: none;
    width: 100%;
    height: fit-content;
    justify-content: flex-start !important;
    font-size: 1.5rem;
  }
  /* Skryté submenu (Our services, Company) */
.mobile-submenu {
  position: absolute;
  top: 70px; /* nechá miesto pre logo + X */
  left: 100%;
  width: 100%;
  height: calc(100% - 70px);
  background: #fff;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 2500;
  transform: translateX(100%);
}

/* Keď submenu aktívne */
.mobile-submenu.active {
  pointer-events: all;
  left: 0;
  opacity: 1;
  transform: translateX(0);
}

.mobile-submenu.closing {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


/* Keď submenu otvorené, hlavné menu sa odsúva */
#mobileMenu.submenu-open .mobile-menu-content {
  left: -100%;
  opacity: 0;
  pointer-events: none;
  transition: left 0.4s ease, opacity 0.4s ease;
  position: relative;
}

/* Späť tlačidlo */
.submenu-back {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.25rem;
  text-align: left;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-submenu.active .submenu-back {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s; /* jemné oneskorenie po otvorení */
}

/* Nadpis submenu */
.mobile-submenu h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  margin-top: 0.5rem;
}

/* Položky submenu */
.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.submenu-list a {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black);
  transition: color 0.3s ease;
}

.submenu-list a:hover {
  color: var(--primary);
}

.mobile-content-bottom-lg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 0 0 0 0.5rem;
  }
  .nav-lang {
    font-size: 1.125rem;
  }
   #mobileMenu .btn {
    justify-content: center;
    width: 100%;
    padding: 12px 12px;
    font-size: 1rem;
  }
  #mobileMenu .btn .btn-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  .mobile-logo svg {
    width: 170px;
    height: auto;
  }
  /* END menu */
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  h3 { font-size: 28px; }
  h4 { font-size: 22px; }
  .hero-primary-content h1 {
    font-size: 3rem;
  }
  .section-padding{ padding: 50px 0;}
  .about-img {
    height: 100%;
    width: 100%;
  }
  .contact-item {
    text-align: center;
    flex-direction: column;
  }
  .contact-title {
    align-items: center;
  }
  .form-content {
    padding: 2rem;
  }
  .hero-subtitle{ padding: .75rem;}
  .person-badge, .about-badge, .about-badge-right,
  .hero-badge{ padding: 20px;}
  .about-badge span,
  .hero-badge span,
  .about-badge-right span { font-size: 28px;}
  .person-content p{ font-size: 16px;}
  .contact-svg{ width: 70px; height: 70px;}
  .contact-svg svg{ width: 35px; height: 35px;}
  .blog-img-subtitle,
  .contact-subtitle{ padding: .25rem .75rem;}
  .hero-content, .person-content, .map-content,
  .form-content{ gap: 1.5rem;}
  .about,
  .footer-middle, .footer-top{ padding: 2.75rem 0;}
  .footer-middle-content{ gap: 1.25rem;}
  .about-img-toe{ bottom: 0; right: -1rem;}
  .about-img-toe-right {
    bottom: 3rem;
    left: -1rem;
  }
  .blog-img.post-hero-img {
    aspect-ratio: 6 / 4;
  }
  .post-details img {
    max-height: 400px;
  }
  .nav-services {
    display: none;
  }
  .nav-bottom {
    padding: 1rem 0;
  }
  .header-sticky .header-sticky-services .nav-service-box {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    height: 2.5rem;
  }
  .form-img {
    aspect-ratio: 1 / 1.2;
  }
  .header-sticky::after {
    bottom: 0;
    height: auto;
  }
  .header-sticky::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto;
      background: rgba(255, 255, 255, 1);
      backdrop-filter: blur(0.75rem);
      -webkit-backdrop-filter: blur(0.75rem);
      box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
      z-index: -1;
  }
  .header-sticky-inner {
    align-items: center;
    padding-top: 0;
    padding: 0.625rem 0;
  }
  .map.map--service {
    padding-top: 6rem;
  }
}
@media (max-width: 992px) {
  /* menu */
  .nav-top {
    display: none;
  }
  .nav-logo svg {
    width: 175px !important;
  }
  #mobileMenu .mobile-content-top {
    gap: 1.5rem;
  }
  .nav-bottom {
    padding: 1rem 0;
  }
  .nav-top .container span {
    gap: 1.5rem;
  }
  .mobile-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .nav-lang,
  .nav-top-item {
    font-size: 1.125rem;
  }
  .nav-top-item svg {
    width: 24px;
    height: 24px;
  }
  .mobile-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 0 0 0 0.5rem;
  }
  .mobile-content-bottom-lg {
    display: none;
  }
  /* END menu*/
  h1 { font-size: 38px; }
  h2 { font-size: 32px; }
  h3 { font-size: 26px; }
  h4 { font-size: 20px; }
  .about, .footer-middle, .footer-top,
  .section-padding{ padding: 2.5rem 0;}
  .section-padding-bottom {
    padding-bottom: 40px;
  }
  .hero-primary-content h1 {
    font-size: 2.5rem;
  }
  .hero-primary-img {
    aspect-ratio: 1.3/1;
  }
  .hero-img {
    max-width: 500px;
    margin: 0 auto;
  }
  .map-img {
    justify-self: center;
  }
  .person-img {
    max-width: 400px;
    margin: auto;
  }
  .about-img {
    aspect-ratio: 16/9;
  }
  .about-img img, .about-img picture {
    max-width: none;
  }
  .about-img > img {
    max-height: unset;
    max-width: unset;
    object-position: top;
  }
  .about-img-toe,
  .about-img-toe-right {
    max-width: 300px;
    max-height: 300px;
  }
  .contact-svg {
    align-self: center;
  }
  .form-img {
    aspect-ratio: 16/9;
  }
  .footer-btn, .footer-copy, .footer-policies,
  .footer-logo{ justify-content: center;}
  .footer-top-text{ text-align: center;}
  .footer-middle-content{ text-align: center; align-items: center;}
  .footer-address-list{ align-items: flex-start; }
  .footer-address-row{ text-align: left; }
  .footer-link{ text-align: center; justify-content: center;}
  .footer-link-group { text-align: center; align-items: center; }
  .footer-middle-content{ gap: 1rem;}
  .hero-content, .person-content, .map-content, .team-card,
  .form-content{ gap: 1.25rem;}
  .btn{ padding: 8px 12px;}
  .btn-arrow{ width: 24px; height: 24px;}
  .person-content{ text-align: center;}
  .about-badge{ left: -2rem; top: 60%; transform: unset;}
  .about-badge-right{ right: -1rem; top: 70%; transform: unset;}
  .about-img-toe{ bottom: -1rem; right: 2rem;}
  .about-img-toe-right{ bottom: -1rem; left: 2rem;}
  .contact-content, .blog-banner,
  .form-content{ padding: 1.5rem;}
  .services .container, 
  .blog .container,
  .contact .container{ gap: 2rem;}
  #sendContact .form-check-label {
      font-size: 0.875rem;
  }
  .custom-arrows {
    margin-top: 1rem;
  }
  .blog-img.first-post-img {
    aspect-ratio: 6 / 4;
  }
  .blog-img-content.first-post-content {
    gap: 0.5rem;
  }
  .post-img {
    aspect-ratio: 14 / 9;
  }
  .team-members h4 {
    font-size: 18px;
  }
  .blog-img.post-hero-img {
    aspect-ratio: 4 / 3;
  }
  .map-img--bg {
    left: 50%;
    width: 24rem;
    transform: translate(-50%, -50%);
  }
  .hero-fullscreen-title {
    font-size: 2.5rem;
  }
  .hero-fullscreen.about {
    height: 100dvh;
    min-height: 100dvh;
    padding-bottom: 4rem;
    justify-content: flex-end !important;
  }
  .hero-fullscreen.service-detail {
    height: 100dvh;
    min-height: 100dvh;
    padding-bottom: 4rem;
    justify-content: flex-end !important;
  }
  .hero-fullscreen.about .hero-fullscreen-excerpt p {
    font-size: 1rem;
  }
  /* .footer-middle .container::before {
    width: 18rem;
    right: -6%;
    top: 99%;
  } */
  /* .footer::before {
    width: 18rem;
    right: -6%;
  } */
}
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
   .hero-primary-content h1 {
    font-size: 2.125rem;
  }
  .hero-primary-img {
    aspect-ratio: 1/1;
  }
  .about, .footer-middle, .footer-bottom, .footer-top,
  .section-padding{ padding: 1.875rem 0;}
  .section-padding-bottom {
    padding-bottom: 30px;
  }
  .about-badge {
    left: 1rem;
    transform: unset;
    bottom: 1rem;
    top: unset;
  }
  .about-badge-right {
    display: none;
  }
  .blog-img-btn {
    justify-content: flex-start;
  }
  .blog-img {
    aspect-ratio: 1/1;
  }
  .blog-banner-btn,
  .blog-banner-img{ justify-content: center;}
  .blog-banner-img{ margin-right: 1rem;}
  .about-img-toe{ bottom: -1rem; right: -1rem;}
  .about-img-toe-right { bottom: -1rem; left: -1rem }
  .about-img-toe, .about-img-toe-right{ max-width: 200px; max-height: 200px;}
  #teamSlider .splide__arrow{ width: 45px; height: 45px;}
  .blog-img-wrp{ bottom: 1rem; left: 1rem; right: 1rem;}
  .contact-content, .blog-banner, .form-content,
  .service-card-bottom{ padding: 1.25rem;}
  .service-card-svg-wrp{ width: 70px; height: 70px;}
  .service-card-svg{ width: 56px; height: 56px;}
  .services-top{ flex-direction: column; gap: 1rem;}
  .services-title{ max-width: unset; text-align: center;}
  .partner-benefits-heading{ max-width: none; text-align: center;}
  .partner-benefits-content{ gap: 1.5rem;}
  .map-wrp, .map-text{ align-items: center; text-align: start;}
  .map-content .btn-wrp{ justify-content: center;}
  .map-card{ text-align: start;}
  .services .container,
  .blog .container,
  .contact .container{ gap: 1.5rem;}
  .blog-card{ gap: 1rem;}
  .person-badge, .about-badge, .hero-badge{ padding: 1rem;}
  .about-badge {
    display: none;
  }
  .person-content-box { padding: 3rem 2rem;}
  .person-content-box svg {
    width: 100px;
    height: 75px;
    top: 35px;
    left: 30px;
  }
  .about-badge span, .about-badge-right span, .hero-badge span{ font-size: 24px;}
  .hero-content, .person-content, .map-content, .team-card, .form-content, .btn-wrp,
  .section-title{ gap: 1rem;}
  .blog-img.first-post-img {
    aspect-ratio: 1 / 1;
  }
  .post-img {
    aspect-ratio: 2 / 1;
  }
  .blog-img.post-hero-img {
    aspect-ratio: 1 / 1;
  }
  .post-details img {
    max-height: none;
    height: auto;
  }
  .hero-fullscreen-title {
    font-size: 2rem;
  }
  .compliance-orbit-diagram {
    width: min(100%, 42rem);
  }
  .compliance-orbit-center {
    width: 9.5rem;
    height: 9.5rem;
  }
  .compliance-orbit-center svg {
    width: 6.25rem;
  }
  .compliance-orbit-item {
    width: 10rem;
  }
  .compliance-orbit-icon {
    width: 5.75rem;
    height: 5.75rem;
  }
  .compliance-orbit-icon svg {
    width: 3.5rem;
    height: 3.5rem;
  }
  .compliance-orbit-item h3 {
    max-width: 10rem;
    font-size: 0.8125rem;
  }
  /* .footer-middle .container::before {
    width: 15rem;
    right: -6%;
    top: 90%;
  } */
  /* .footer::before {
    width: 15rem;
    right: -6%;
  } */
}

@media (max-width: 576px) {
  .map-img--bg {
    width: 17rem;
  }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4,
  .post-title h4 {
    font-size: 16px;
    line-height: 1.6rem;
  }
   .hero-primary-content h1 {
    font-size: 1.75rem;
  }
  .hero-subtitle {
    font-size: 0.875rem;
  }
  .hero-primary-img {
    aspect-ratio: 1/1.2;
  }
  .nav-logo svg {
    width: 150px !important;
  }
  .mobile-dropdown, .mobile-item, .nav-service-box, #mobileMenu .btn {
        /* font-size: 0.875rem !important;  */
        text-align: start;
    }
    .nav-service-box {
        white-space: wrap;
    }
  .partner-benefit-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-img-toe, .about-img-toe-right {
    display: none;
  }
  .contact-content, .blog-banner, .form-content,
  .service-card-bottom{ padding: 1rem;}
  .services .container,
  .blog .container,
  .contact .container{ gap: 1.25rem;}
  .blog-card{ flex-direction: column;}
  .blog-img.side{ max-width: unset; aspect-ratio: 16/9;}
  .blog-img-content.side,
  .blog-img-title.side{ text-align: center; align-items: center;}
  .contact-svg{ width: 50px; height: 50px;}
  .contact-svg svg{ width: 25px; height: 25px;}
  .subtitle,
  .contact-subtitle{ font-size: 12px;}
  .contact-title a{ font-size: 1rem;}
  .blog-img-content,
  .section-title{ gap: .75rem;}
  .person-img {
    max-width: 300px;
  }
  .person-badge{ bottom: 2rem;}
  .person-content-box {
    padding: 2.5rem 1rem;
  }
  .person-content-box svg {
    top: 35px;
    left: 10px;
  }
  .person-content p{ font-size: 14px;}
  .about-badge span, .about-badge-right span, .hero-badge span{ font-size: 20px; line-height: 24px;}
  .hero .btn-wrp{ flex-direction: column; align-items: center;}
    #sendContact .form-check-label {
      font-size: 0.75rem;
  }
  .footer-link {
    font-size: 0.875rem;
  }
  .team-members h4 {
    font-size: 16px;
  }
  .team-members .team-img {
    aspect-ratio: 1 / 1;
  }
  .compliance-orbit-diagram {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    aspect-ratio: auto;
  }
  .compliance-orbit-ring {
    display: none;
  }
  .compliance-orbit-center,
  .compliance-orbit-item {
    position: static;
    transform: none;
    animation: none;
  }
  .compliance-orbit-center {
    order: -1;
    width: 8rem;
    height: 8rem;
    margin: 0 auto 1rem;
  }
  .compliance-orbit-center svg {
    width: 5.25rem;
  }
  .compliance-orbit-item {
    width: 100%;
    padding: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.62);
    border-radius: 1rem;
  }
  .compliance-orbit-item:hover {
    transform: none;
  }
  .compliance-orbit-icon {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .compliance-orbit-icon svg {
    width: 2.75rem;
    height: 2.75rem;
  }
  .compliance-orbit-item h3 {
    max-width: none;
    font-size: 0.875rem;
  }
  .hero-content {
    text-align: center;
    align-items: center;
  }
  #reportAdverseBtn {
    bottom: 1rem;
    right: 1rem;
  }

  /* ADVERSE EVENTS MODAL */
  .modal-header {
    padding: 1.5rem 1rem;
  }

  .modal-header h2 {
    font-size: 1.25rem;
  }

  .modal-body {
    padding: 1.5rem;
  }

  .modal-contacts {
    padding: 1rem;
  }

  .modal-contacts h3 {
    font-size: 1rem;
  }

  .contact-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .modal-container {
    background-color: var(--white);
    border-radius: 24px;
    max-width: 50rem;
    margin: 0 auto;
    position: relative;
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    border-bottom: 1px solid var(--grey);
  }

  .modal-close {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .modal-close:hover {
    transform: scale(1.1);
  }

  .modal-close svg {
    stroke: var(--black);
  }

  .modal-body {
    padding: 2rem;
  }

  .modal-intro {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: var(--black);
  }

  .modal-contacts {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .contact-links {
    flex-direction: column;
    gap: 0.75rem;
  }

  .modal-contacts .contact-link {
    gap: 0.5rem;
    font-size: 0.875rem;
  }

  .modal-contacts .contact-link svg {
    stroke: var(--primary);
    transition: stroke 0.3s ease;
  }

  #sendAdverseEvent .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #sendAdverseEvent .form-group label {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary);
  }

  #sendAdverseEvent .form-group input,
  #sendAdverseEvent .form-group textarea {
    padding: 1.5rem;
    background-color: var(--grey);
    border-radius: 40px;
    border: 1px solid var(--grey);
    font-size: 12px;
  }

  #sendAdverseEvent .form-group input::placeholder,
  #sendAdverseEvent .form-group textarea::placeholder {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
  }

  #sendAdverseEvent .form-check-label {
    font-size: 0.785rem;
  }

  .hero-fullscreen {
    justify-content: center;
    padding-bottom: 0;
  }
  .hero-fullscreen .hero-subtitle {
    text-align: center;
  }
  .hero-fullscreen .hero-fullscreen-title {
    text-align: center;
    font-size: 2rem;
  }
  .hero-fullscreen-content {
    gap: 1rem;
  }
  .about-wrp p, .about-wrp ul {
    text-align: start;
  }
  .map--service .map-text h2 {
    font-size: 2rem;
  }
  .map.map--service {
    padding-top: 4rem;
  }
  .service-intro p {
    font-size: 1rem;
  }
  .footer-address-list {
     align-items: center;
  }
  .hero-video .hero-subtitle {
    text-align: start;
  }
  .hero-video .hero-fullscreen-title {
    text-align: start;
  }
  .hero-fullscreen.about .hero-fullscreen-excerpt p {
    font-size: 0.95rem;
  }
  .about-img.about-img--contain {
    aspect-ratio: 4 / 3;
  }
  /* .footer-middle .container::before {
    display: none;
  } */
  /* .footer::before {
    display: none;
  } */
}

@media (max-width: 430px) {
   .hero-primary-content h1 {
    font-size: 1.575rem;
  }
  .hero-primary-img {
    aspect-ratio: 1/1.4;
  }
}