

  
  .h0000menudrawer-right {
    display: none;
  }

  .h0000menulist-menu:hover .dropdown-content-h0000 {
    display: flex;
    flex-direction: column;
  }

  .h0000menulist-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
  }

  .h0000menulist-menu:hover {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000 !important;
    cursor: pointer;
    border-radius: 5px;
  }

  .h0000menulist-menu:hover>a {
    color: #000 !important;
  }

  .h0000menulist-menu>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
  }

  .dropdown-content-active-h0000 {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000 !important;
    cursor: pointer;
  }

  .dropdown-content-active-h0000>a {
    color: #000 !important;
  }

  .dropdown-content-h0000 {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    z-index: 1000000;
    margin-top: 10px;
    padding: 5px;
  }

  .dropdown-content-h0000>a {
    width: inherit;
    padding: 10px;
    border: solid;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    color: #fff;
  }

  .dropdown-content-h0000>a:hover {
    background-color: #000;
  }

  .h0000-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 300px);
    max-height: 120px;
    object-fit: contain;
    object-position: left center;
  }

  .h0000body {
    width: var(--max);
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
    gap: 20px;
    justify-content: space-between;
  }

  .h0000body > a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 10px;
    max-width: min(90vw, 300px);
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
  }

  .h0000right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .h0000languages {
    margin: -5px 0px -5px 0px;
  }

  .h0000languages.lang-hidden {
    display: none;
  }

  .h0000languages ul {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .h0000languages li {
    list-style: none;
    border: 1px solid #111;
    padding: 5px;
    aspect-ratio: 1/1;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #111;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .h0000languages li a {
    color: #fff !important;
  }

  .h0000languages li a:hover {
    border: 1px solid #000;
    color: #000;
  }

  .h0000languages li:hover {
    border: 1px solid #000;
    color: #000;
  }

  .h0000contactlist {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }

  .h0000contactlist a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
  }

  .h0000-spot {
    font-size: 16px;
    color: --spotcolor--;
  }

  .h0000-icon {
    font-size: 36px !important;
    color: --iconcolor--;
  }

  .h0000 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .h0000menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
    position: relative;
  }

  .h0000menubody {
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .h0000menulist {
    padding: 10px;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 10px;
    margin: 0;
    box-sizing: border-box;
  }
  
  .h0000menulistbody {
    width: 100%;
  }

  
  .h0000menuoverlay {
    display: none;
  }

  .h0000-mobile-toggle {
    display: none;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

    .h0000-mobile-toggle span {
    font-size: 24px;
  }

  
  .h0000menuclose {
    display: none;
  }

  
  @media screen and (max-width: 1024px) {
    .h0000 {
      position: sticky;
      top: 0;
      z-index: 1000000;
      background-color: #fff;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    }

    .h0000menu {
      overflow-x: auto;
    }

    .h0000menulist {
      flex-direction: row;
    }

    .h0000-logo {
      max-width: min(50vw, 200px);
      max-height: 90px;
    }

    .h0000body > a {
      max-width: min(50vw, 200px);
    }

    .h0000body {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(100% - 20px);
      padding: 0 10px;
      gap: 10px;
    }

    
    .h0000body .h0000right {
      display: none;
    }

    .h0000right {
      flex: 1;
      display: flex;
      justify-content: flex-end;
      gap: 12px;
    }

    .h0000contactlist {
      display: none;
    }

    .h0000languages.lang-hidden {
      display: none;
    }

    .h0000languages {
      display: flex;
    }

    .h0000-mobile-toggle {
      display: inline-flex;
      min-width: 44px;
      min-height: 44px;
      align-items: center;
      justify-content: center;
    }

    .h0000-mobile-toggle:active {
      opacity: 0.85;
    }

    
    .h0000menuoverlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 100dvh;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 9998;
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .h0000menuoverlay.h0000menu-open {
      display: block;
      opacity: 1;
    }

    
    .h0000menubody {
      position: fixed;
      top: 0;
      right: -100%;
      width: 85%;
      max-width: 320px;
      height: 100%;
      min-height: 100dvh;
      padding-top: env(safe-area-inset-top, 0);
      padding-right: env(safe-area-inset-right, 0);
      padding-bottom: env(safe-area-inset-bottom, 0);
      box-sizing: border-box;
      background-color: #000;
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
      z-index: 9999999;
      display: flex;
      flex-direction: column;
      transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
    }

    .h0000menubody.h0000menu-open {
      right: 0;
    }

    .h0000menubody .h0000menu {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: none;
      position: relative;
      flex: 1;
      min-height: 0;
      display: flex;
    }

    
    .h0000menuclose {
      display: flex;
      position: absolute;
      top: calc(env(safe-area-inset-top, 0) + 4px);
      right: calc(env(safe-area-inset-right, 0) + 4px);
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 50%;
      background-color: transparent;
      color: #fff;
      font-size: 24px;
      z-index: 100;
    }

    .h0000menuclose:active {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .h0000menuclose span {
      font-size: 24px;
      color: #fff;
    }

    
    .h0000menubody .h0000menulistbody {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      padding-top: calc(56px + env(safe-area-inset-top, 0));
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      min-height: 0;
    }

    .h0000menulist {
      display: flex;
      flex-direction: column;
      gap: 0;
      width: 100%;
      padding: 0;
      flex: 0 1 auto;
    }

    
    .h0000menubody .h0000menulist-menu {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      min-height: 48px;
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 0;
      box-sizing: border-box;
    }

    .h0000menubody .h0000menulist-menu:last-child {
      border-bottom: none;
    }

    .h0000menubody .h0000menulist-menu:active {
      background-color: rgba(255, 255, 255, 0.08);
    }

    
    .h0000menubody .h0000menudrawer-right {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      gap: 16px;
      padding: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
    }

    .h0000menudrawer-right .h0000menudrawer-languages.lang-hidden {
      display: none;
    }

    .h0000menudrawer-right .h0000menudrawer-languages ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .h0000menudrawer-right .h0000menudrawer-languages li {
      list-style: none;
      margin: 0;
    }

    .h0000menudrawer-right .h0000menudrawer-languages a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 36px;
      min-height: 36px;
      padding: 0 10px;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer;
    }

    .h0000menudrawer-right .h0000menudrawer-languages a:active {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .h0000menudrawer-contactlist {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .h0000menudrawer-contactlist a {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
    }

    .h0000menudrawer-contactlist .h0000-icon {
      font-size: 24px;
    }

    .h0000menudrawer-contactlist .h0000-spot {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.85);
    }

    .dropdown-content-h0000 {
      position: static;
      background-color: rgba(0, 0, 0, 0.2);
      margin-top: 4px;
      margin-bottom: 8px;
      padding: 0;
      width: 100%;
      border-radius: 8px;
    }

    .h0000menubody .dropdown-content-h0000>a {
      display: block;
      min-height: 44px;
      padding: 12px 16px;
      border-width: 0 0 1px 0;
      border-color: rgba(255, 255, 255, 0.08);
      box-sizing: border-box;
    }

    .h0000menubody .dropdown-content-h0000>a:last-child {
      border-bottom: none;
    }
  }

  
  @media (prefers-reduced-motion: reduce) {
    .h0000menuoverlay,
    .h0000menubody {
      transition: none;
    }
  }


  .b0000 {
    width: var(--max);
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
  }

  .b0000-body {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .b0000-img {
    flex: 1;
    display: flex;
    align-items: start;
    justify-content: center;
  }

  @media screen and (max-width: 1024px) {
    .b0000 {
      flex-direction: column;
      width: calc(100% - 10px);
      padding: 5px;
      gap: 20px;
    }

    .b0000-img {
      width: 100%;
    }

    .b0000-body {
      width: 100%;
    }
  }

  
  @keyframes b0000W2Enter {
    from { opacity: 0.98; }
    to { opacity: 1; }
  }

  [class*="b0000"] {
    box-sizing: border-box;
    animation: b0000W2Enter 0.3s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  a, button, [role="button"], input[type="submit"], input[type="button"] {
    cursor: pointer;
  }

  @media (max-width: 768px) {
    [class*="b0000"] {
      max-width: 100%;
      overflow-x: hidden;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    [class*="b0000"] {
      animation: none !important;
      transition: none !important;
    }
  }


  .title-b0001 {
    font-size: 18px;
  }
  .b0001body {
    display: flex;
    align-items: stretch;
    padding: 15px 0px 15px 0px;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination-b0001 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
  }
  .sliderxb0001 {
    position: relative;
    width: 100%;
    max-width: var(--max);
    margin: 10px auto;
  }
  .slider-b0001t-itle {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
  }
  .swiper-button-prev-b0001,
  .swiper-button-next-b0001 {
    color: #000 !important;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.4;
    position: absolute !important;
    
    top: 50%;
    
    transform: translateY(-50%);
    
  }
  .swiper-button-prev-b0001 {
    left: -30px !important;
  }
  .swiper-button-next-b0001 {
    right: -30px !important;
  }
  @media screen and (max-width: 1024px) {
    .sliderxb0001 {
      width: 100%;
    }
  }
  .img-b0001 {
    width: 100%;
    aspect-ratio: 1/2;
    border-radius: 5px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
    object-fit: cover;
  }
  .spot-b0001 {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .title-spot-b0001 {
    display: flex;
    flex-direction: column;
    height: 100px;
    gap: 10px;
  }
  .button-b0001 {
    background-color: #000;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
  }
  .swiper-b0001 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 10px;
    margin: 5px;
    gap: 10px;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    filter: grayscale(0.7);
    transition: filter 0.3s;
    cursor: pointer;
  }
  .swiper-b0001:hover {
    filter: grayscale(0);
  }
  .b0001 {
    overflow-x: auto;
  }
  .b0001::-webkit-scrollbar {
    display: none;
  }

  
  @media (max-width: 768px) {
    [class*="b0001"] {
      max-width: 100%;
      box-sizing: border-box;
    }
  }

  
  @media (prefers-reduced-motion: reduce) {
    [class*="b0001"],
    [class*="b0001"] * {
      animation: none !important;
      transition: none !important;
    }
  }


    .moduleimg {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .moduleimg > img {
      width: 100%;
      max-width: 250px;
    }
  
    .footer {
      position: relative;
      background: #000;
      padding: 20px 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 120px;
    }
  
    .social-icon,
    .menu {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0;
      flex-wrap: wrap;
    }
  
    .social-icon__item,
    .menu__item {
      list-style: none;
    }
  
    .social-icon__link {
      font-size: 2rem;
      color: #fff;
      margin: 0 10px;
      display: inline-block;
      transition: 0.5s;
    }
  
    .social-icon__link:hover {
      transform: translateY(-10px);
    } 
  
    .menu__link {
      font-size: 1.2rem;
      color: #fff !important;
      margin: 0 10px;
      display: inline-block;
      transition: 0.5s;
      text-decoration: none;
      opacity: 0.75;
      font-weight: 300;
    }
  
    .menu__link:hover {
      opacity: 1;
    }
  
    .footer p { 
      color: #fff;
      margin: 15px 0 10px 0;
      font-size: 1rem;
      font-weight: 300;
    }
  
    .wave {
      position: absolute;
      top: -100px;
      left: 0;
      width: 100%;
      height: 100px;
      background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
      background-size: 1000px 102px;
    }
  
    .wave#wave1 {
      z-index: 100;
      opacity: 1;
      bottom: 0;
      animation: animateWaves 4s linear infinite;
    }
  
    .wave#wave2 {
      z-index: 99;
      opacity: 0.5;
      bottom: 10px;
      animation: animate 4s linear infinite !important;
    }
  
    .wave#wave3 {
      z-index: 100;
      opacity: 0.2;
      bottom: 15px;
      animation: animateWaves 3s linear infinite;
    }
  
    .wave#wave4 {
      z-index: 99;
      opacity: 0.7;
      bottom: 20px;
      animation: animate 3s linear infinite;
    }
  
    @keyframes animateWaves {
      0% {
        background-position-x: 1000px;
      }
  
      100% {
        background-positon-x: 0px;
      }
    }
  
    @keyframes animate {
      0% {
        background-position-x: -1000px;
      }
  
      100% {
        background-positon-x: 0px;
      }
    }
  
  
  @keyframes f0000W2Enter {
    from { opacity: 0.98; }
    to { opacity: 1; }
  }

  [class*="f0000"] {
    box-sizing: border-box;
    animation: f0000W2Enter 0.3s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  a, button, [role="button"], input[type="submit"], input[type="button"] {
    cursor: pointer;
  }

  @media (max-width: 768px) {
    [class*="f0000"] {
      max-width: 100%;
      overflow-x: hidden;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    [class*="f0000"] {
      animation: none !important;
      transition: none !important;
    }
  }

