
  

  .wnyum {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #ffffff;
    font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    position: sticky;
    top: 0;
    z-index: 1100;
    border-bottom: 1px solid color-mix(in srgb, #1a2f45 12%, transparent);
    box-shadow: 0 2px 12px color-mix(in srgb, #1a2f45 5%, transparent);
  }

  
  .wnyumtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, #1a2f45 5%, #ffffff);
    border-bottom: 1px solid color-mix(in srgb, #1a2f45 8%, transparent);
  }

  .wnyumtitle:has(.wnyumtitlebodylang:empty),
  .wnyumtitle:has(.wnyumtitlebodylang ul:empty) {
    display: none;
  }

  .wnyumtitlebody {
    color: #1a2f45;
    width: var(--max);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 6px 20px;
    box-sizing: border-box;
  }

  .wnyumtitlebodylang:empty,
  .wnyumtitlebodylang ul:empty {
    display: none;
  }

  .wnyumtitlebodylang ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .wnyumtitlebodylang li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .wnyumtitlebodylang li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: color-mix(in srgb, #1a2f45 70%, transparent) !important;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
    min-height: 28px;
    min-width: 28px;
    box-sizing: border-box;
  }

  
  .wnyumtitlebodylang li a .wnyum-lang-flag {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    vertical-align: middle;
  }

  .wnyumtitlebodylang li a.wnyum-lang-link-active {
    background: color-mix(in srgb, #0b6ead 14%, transparent);
  }

  .wnyumtitlebodylang li a:hover {
    color: #0b6ead !important;
    background: color-mix(in srgb, #0b6ead 6%, transparent);
  }

  .wnyumtitlebodylang li a:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 2px;
  }

  
  .wnyum-bar {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px 20px 14px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .wnyumbody {
    flex: 0 1 auto;
    max-width: 42%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
  }

  .wnyumbody-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 48px;
  }

  .wnyumbodylogolink {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }

  .wnyumbodylogolink:hover {
    opacity: 0.85;
  }

  .wnyumbodylogolink:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 4px;
  }

  .wnyum-mobile-toggle {
    display: none;
    background: transparent;
    color: #1a2f45;
    border: 1px solid color-mix(in srgb, #1a2f45 18%, transparent);
    border-radius: 6px;
    padding: 10px 11px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 44px;
    min-height: 44px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  }

  .wnyum-mobile-toggle:hover {
    border-color: #0b6ead;
    color: #0b6ead;
    background: color-mix(in srgb, #0b6ead 6%, transparent);
  }

  .wnyum-mobile-toggle:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 2px;
  }

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

  .wnyummenubody {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  .wnyummenu {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }

  .wnyum-mainnav-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px 20px;
    width: 100%;
  }

  .wnyummenulist {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }

  .wnyummenunav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px 4px;
    margin: 0;
    padding: 0;
  }

  .wnyummenunav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  
  .wnyummenunav ul a {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #1a2f45 !important;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    cursor: pointer;
    min-height: 44px;
    box-sizing: border-box;
  }

  .wnyummenunav ul a:hover {
    color: #0b6ead !important;
    background: color-mix(in srgb, #0b6ead 6%, transparent);
    border-bottom-color: color-mix(in srgb, #0b6ead 35%, transparent);
  }

  .wnyummenunav ul a:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 2px;
  }

  .wnyummenunav ul a.wnyum-menu-list-active,
  .wnyum-menu-list-active {
    color: #0b6ead !important;
    border-bottom-color: #0b6ead;
    font-weight: 600;
    cursor: pointer;
  }

  
  .wnyum-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff !important;
    background: #0b6ead;
    border: 1px solid color-mix(in srgb, #0b6ead 90%, transparent);
    border-radius: 6px;
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
  }

  .wnyum-cta:hover {
    filter: brightness(1.06);
    box-shadow: 0 2px 10px color-mix(in srgb, #0b6ead 35%, transparent);
  }

  .wnyum-cta:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 3px;
  }

  .wnyummenulistbody {
    width: auto;
  }

  .wnyum-drawer-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid color-mix(in srgb, #1a2f45 10%, transparent);
    background: color-mix(in srgb, #1a2f45 4%, #ffffff);
    flex-shrink: 0;
  }

  .wnyum-drawer-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a2f45;
  }

  .wnyum-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, #1a2f45 16%, transparent);
    background: transparent;
    color: #1a2f45;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .wnyum-drawer-close:hover {
    background: color-mix(in srgb, #0b6ead 8%, transparent);
    color: #0b6ead;
  }

  .wnyum-drawer-close:focus-visible {
    outline: 2px solid #0b6ead;
    outline-offset: 2px;
  }

  .wnyum-drawer-close span {
    font-size: 22px;
  }

  .wnyumlanguages-mobile {
    display: none;
    padding: 14px 16px 20px 16px;
    border-top: 1px solid color-mix(in srgb, #1a2f45 10%, transparent);
  }

  .wnyumlanguages-mobile:empty,
  .wnyumlanguages-mobile ul:empty {
    display: none !important;
  }

  .wnyumlanguages-mobile ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }

  .wnyumlanguages-mobile li {
    list-style: none;
    border: none;
    border-radius: 0;
  }

  .wnyumlanguages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    color: #1a2f45 !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
  }

  .wnyumlanguages-mobile li a .wnyum-lang-flag {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .wnyumlanguages-mobile li a.wnyum-lang-link-active {
    background: color-mix(in srgb, #0b6ead 12%, transparent);
  }

  .wnyumlanguages-mobile li a:hover {
    background: color-mix(in srgb, #0b6ead 8%, transparent);
  }

  .wnyum-menu-backdrop {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .wnyumbodylogo {
      max-width: min(300px, 36vw);
      max-height: 84px;
      object-fit: contain;
    }
  }

  @media screen and (max-width: 1023px) {
    .wnyum-bar {
      flex-wrap: wrap;
      padding: 10px 16px 12px 16px;
    }

    .wnyumbody {
      max-width: 100%;
      flex: 1 1 100%;
    }

    .wnyumbody-inner {
      justify-content: center;
    }

    .wnyumbodylogo {
      max-width: 240px;
      max-height: 76px;
      object-fit: contain;
    }

    .wnyummenubody {
      flex: 1 1 100%;
      width: 100%;
      justify-content: center;
    }

    .wnyummenu {
      align-items: center;
    }

    .wnyum-mainnav-wrap {
      justify-content: center;
      border-top: 1px solid color-mix(in srgb, #1a2f45 8%, transparent);
      padding-top: 10px;
      margin-top: 4px;
    }

    .wnyummenunav ul {
      justify-content: center;
    }

    .wnyum-cta {
      width: 100%;
      max-width: 280px;
    }
  }

  @media screen and (max-width: 768px) {
    .wnyumtitlebodylang {
      display: none;
    }

    .wnyum-bar {
      padding: 8px 12px 10px 12px;
    }

    .wnyumbody-inner {
      justify-content: flex-start;
    }

    .wnyum-mobile-toggle {
      display: inline-flex;
    }

    .wnyumbodylogo {
      max-width: 190px;
      max-height: 68px;
    }

    
    .wnyum-mainnav-wrap {
      display: none;
    }

    .wnyummenubody {
      position: fixed;
      top: 0;
      right: 0;
      width: min(92vw, 340px);
      height: 100vh;
      max-height: 100dvh;
      flex: none;
      z-index: 1000;
      transform: translateX(100%);
      transition: transform 0.28s ease;
      box-shadow: -8px 0 32px color-mix(in srgb, #1a2f45 15%, transparent);
      overflow-y: auto;
      background: #ffffff;
      border-left: 1px solid color-mix(in srgb, #1a2f45 10%, transparent);
      align-items: stretch;
    }

    .wnyum.wnyummenu-open .wnyummenubody {
      transform: translateX(0);
    }

    .wnyum-menu-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      background: color-mix(in srgb, #000000 40%, transparent);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      cursor: pointer;
    }

    .wnyum.wnyummenu-open .wnyum-menu-backdrop {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .wnyum-drawer-header {
      display: flex;
    }

    .wnyummenu {
      align-items: stretch;
      min-height: 100%;
    }

    .wnyum-mainnav-wrap {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      border-top: none;
      padding-top: 0;
      margin-top: 0;
      gap: 0;
      flex: 1;
      min-height: 0;
    }

    .wnyummenulistbody {
      flex: 1;
      overflow-y: auto;
      width: 100%;
    }

    .wnyummenulist {
      width: 100%;
      padding: 8px 12px;
      box-sizing: border-box;
    }

    .wnyummenunav ul {
      flex-direction: column;
      align-items: stretch;
      gap: 2px;
    }

    .wnyummenunav ul a {
      width: 100%;
      text-align: left;
      white-space: normal;
      border-radius: 6px;
      border-bottom: none;
      border-left: 3px solid transparent;
    }

    .wnyummenunav ul a:hover {
      border-bottom-color: transparent;
      border-left-color: color-mix(in srgb, #0b6ead 45%, transparent);
    }

    .wnyummenunav ul a.wnyum-menu-list-active,
    .wnyum.wnyummenu-open .wnyummenunav ul a.wnyum-menu-list-active {
      border-left-color: #0b6ead;
      border-bottom: none;
      background: color-mix(in srgb, #0b6ead 8%, transparent);
    }

    .wnyum-cta {
      width: auto;
      max-width: none;
      margin: 12px 16px 8px 16px;
      text-align: center;
    }

    .wnyum.wnyummenu-open .wnyumlanguages-mobile {
      display: block;
      flex-shrink: 0;
    }
  }


  #content {
    justify-content: start;
  }

  .tcvbh {
    width: var(--max);
    margin-top: 20px;
    gap: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
  }

  .tcvbh * {
    box-sizing: border-box;
  }

  .tcvbh-menu-btn {
    display: none;
    background-color: #0d1926;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .tcvbh-menu-btn .tcvbh-icon {
    font-size: 20px;
  }

  .tcvbh-menu {
    width: 250px;
    background-color: var(--bgcolor);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    float: left;
  }

  .tcvbh-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    float: right;
  }

  .tcvbh-menu-link,
  .tcvbh-top {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .tcvbh-menu-link.active,
  .tcvbh-menu-link:hover,
  .tcvbh-top.active,
  .tcvbh-top:hover {
    background-color: #000;
    color: #fff;
  }

  .tcvbh-menu-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .tcvbh-top {
    width: 100%;
    border: none;
    font-weight: 600;
    text-align: left;
  }
  
  .tcvbh-top > div {
    text-align: left;
  }

  .tcvbh-top .tcvbh-icon {
    font-size: 14px;
    transition: transform 0.2s ease;
  }

  .tcvbh-menu-group.open .tcvbh-top .tcvbh-icon {
    transform: rotate(180deg);
  }

  .tcvbh-sub {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding-left: 8px;
  }

  .tcvbh-sub.show {
    display: flex;
  }

  .tcvbh-sub-link {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .tcvbh-sub-link.active,
  .tcvbh-sub-link:hover {
    background-color: rgba(39, 156, 144, 0.12);
    color: inherit;
  }

  .tcvbh-desc-menu {
    width: 200px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
  }

  .tcvbh-desc-menu > div {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px;
  }

  .tcvbh-desc-body {
    display: flex;
    justify-content: space-between;
  }

  .tcvbh-title {
    width: 100%;
    height: 100px;
    background-color: #0d1926;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .tcvbh-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: none; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 1;
  }

  .tcvbh-title h1 {
    position: relative;
    z-index: 2;
    font-size: 32px;
    margin: 0;
    color: #fff !important;
  }

  .tcvbh-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .tcvbh-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--max) - 460px);
  }

  .tcvbh-img img {
    width: 100%;
  }


  @media screen and (min-width: 1025px) {
    .tcvbh-menu-overlay {
      display: none !important;
    }

    .tcvbh-menu-close {
      display: none !important;
    }

    .tcvbh-desc {
      width: calc(var(--max) - 290px);
    }

    .tcvbh-menu {
      position: static !important;
      left: auto !important;
      width: 250px !important;
      max-width: none !important;
      height: auto !important;
      display: flex !important;
      visibility: visible !important;
      box-shadow: none !important;
      padding: 10px;
    }

    .tcvbh-menu-link {
      padding: 10px 10px 10px 10px;
    }

    .tcvbh-top {
      padding: 10px 10px 10px 10px;
    }
  }

  @media screen and (max-width: 1024px) {
    .tcvbh-menu-btn {
      display: flex;
      width: 100%;
      margin: 0;
      border: none;
      position: relative;
      z-index: 1;
    }

    .tcvbh-menu-btn:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    
    .tcvbh-menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9998;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .tcvbh-menu-overlay.active {
      display: block;
      opacity: 1;
      pointer-events: auto;
    }

    .tcvbh {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 5px;
      gap: 5px;
      margin-top: 0px;
    }

    .tcvbh-img {
      width: 100%;
    }

    .tcvbh-body {
      width: 100%;
      order: 3;
      padding: 10px;
    }

    
    .tcvbh-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      max-width: 320px;
      height: 100%;
      background-color: var(--bgcolor);
      z-index: 9999;
      display: flex;
      flex-direction: column;
      transition: left 0.3s ease;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
      float: none;
      order: 1;
      gap: 0;
      padding: 0;
      border-radius: 0;
      visibility: hidden;
    }

    .tcvbh-menu.active {
      left: 0;
      visibility: visible;
    }

    
    .tcvbh-menu-close {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: inherit;
      font-size: 28px;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
    }

    
    .tcvbh-menu > .tcvbh-menu-group,
    .tcvbh-menu > .tcvbh-menu-link {
      padding: 10px;
    }

    .tcvbh-menu-close span {
      font-size: 28px;
    }

    .tcvbh-menu-close:focus {
      outline: 2px solid currentColor;
      outline-offset: -2px;
    }

    .tcvbh-desc {
      width: 100% !important;
      order: 2;
    }
  }


  
  .ruwm9 {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 16px;
    margin: 0;
  }

  
  .ruwm9body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  
  .ruwm9bodyitems {
    display: block;
    text-decoration: none;
    padding: 18px 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.2s ease, background-color 0.2s ease;
  }

  .ruwm9bodyitems.right {
    transform: translateY(10px);
  }

  .ruwm9bodyitems.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .ruwm9bodyitems.visible:hover {
    border-color: #6ab04c;
    background-color: rgba(0, 0, 0, 0.02);
  }

  
  .ruwm9bodyitems::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6ab04c;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .ruwm9bodyitems.visible:hover::before {
    opacity: 1;
  }

  
  .ruwm9bodyitem {
    position: relative;
    z-index: 1;
  }

  
  .ruwm9bodyitemtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 6px;
    color: inherit;
    transition: color 0.2s ease;
  }

  
  .ruwm9bodyitechile {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }

  
  @media screen and (max-width: 768px) {
    .ruwm9 {
      padding: 20px 12px;
    }
    .ruwm9body {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .ruwm9bodyitems {
      padding: 16px 18px;
    }
  }

  
  @media screen and (max-width: 1024px) {
    .ruwm9body {
      gap: 16px;
    }
  }


  
  .wa-ig-stack {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
  }

  
  .wa-ig-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: wa-ig-float 3s ease-in-out infinite;
  }

  .wa-ig-btn:nth-child(2) {
    animation-delay: 0.15s;
  }

  .wa-ig-btn:hover {
    transform: scale(1.1);
    animation: none;
  }

  @keyframes wa-ig-float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-3px);
    }
  }

  .wa-ig-btn:hover {
    transform: scale(1.1) translateY(0);
  }

  
  .wa-ig-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -50% 0 0 -50%;
    border-radius: 50%;
    opacity: 0.5;
    pointer-events: none;
    animation: wa-ig-pulse 2s ease-out infinite;
  }

  .wa-ig-ig .wa-ig-ring {
    border: 2px solid #e1306c;
  }

  .wa-ig-wa .wa-ig-ring {
    border: 2px solid #25d366;
  }

  @keyframes wa-ig-pulse {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }

    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }

  
  .wa-ig-inner {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
  }

  .wa-ig-btn:hover .wa-ig-inner {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  
  .wa-ig-ig .wa-ig-inner {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  }

  .wa-ig-ig:hover .wa-ig-inner {
    box-shadow: 0 6px 24px rgba(225, 48, 108, 0.45);
  }

  
  .wa-ig-wa .wa-ig-inner {
    background: #25d366;
  }

  .wa-ig-wa:hover .wa-ig-inner {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  }

  .wa-ig-btn svg {
    display: block;
    width: 26px;
    height: 26px;
  }

  @media (max-width: 768px) {
    .wa-ig-stack {
      bottom: 20px;
      right: 20px;
      gap: 10px;
    }

    .wa-ig-btn,
    .wa-ig-inner {
      width: 50px;
      height: 50px;
    }

    .wa-ig-btn svg {
      width: 22px;
      height: 22px;
    }
  }

