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

  .h0000body {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    position: relative;
  }

  .h0000body > a {
    display: inline-flex;
    align-items: center;
    max-width: min(90vw, 280px);
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
  }

  .h0000bodylogo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    object-position: center;
  }

  
  .h0000bodylogo[src*=".svg"] {
    height: 60px;
    width: auto;
  }

  
  .h0000bodylang {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

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

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

  .h0000bodylang li {
    list-style: none;
  }

  .h0000bodylang li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #333333 !important;
    text-decoration: none;
    border: 1px solid color-mix(in srgb, #333333 40%, transparent);
    border-radius: 5px;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }

  .h0000bodylang li a:hover {
    border-color: #000000;
    background: #e0e0e0;
    color: #000000 !important;
  }

  .h0000-mobile-toggle {
    display: none;
    background: #D72D32;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 12px;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    transition: background 0.25s ease, color 0.25s ease;
  }

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

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

  .h0000menu {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    width: var(--max);
  }

  .h0000menulistbody {
    width: 100%;
    min-width: 0;
  }

  .h0000menulist {
    width: 100%;
    background-color: #D72D32;
    padding: 10px;
    border: 1px solid color-mix(in srgb, #ffffff 25%, transparent);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .h0000menulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .h0000menulist ul > a:not(:first-child),
  .h0000menulist ul > .h0000menulist-menu:not(:first-child) {
    border-left: 1px solid color-mix(in srgb, #ffffff 22%, transparent);
  }

  .h0000menulist ul > a {
    flex: 1;
    min-width: 0;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .h0000menulist ul > a:hover,
  .h0000menulist-menu:hover > a,
  .h0000menulist-menu > a:hover,
  .dropdown-content-h0000 > a:hover {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
    cursor: pointer;
  }

  .h0000menulist ul > a:hover {
    border-radius: 5px;
  }

  .h0000-menu-active,
  .h0000menulist ul > a.h0000-menu-active,
  .h0000menulist-menu > a.h0000-menu-active,
  .h0000menulist-menu.dropdown-content-active-h0000 > a {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
    border-radius: 5px;
    cursor: pointer;
  }

  .h0000menulist-menu {
    position: relative;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .h0000menulist-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    z-index: 199;
    display: none;
  }

  .h0000menulist-menu:hover::before,
  .h0000menulist-menu:focus-within::before,
  .h0000menulist-menu.h0000-dropdown-open::before {
    display: block;
  }

  .h0000menulist-menu > a {
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

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

  .dropdown-content-h0000 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 200px;
    margin-top: 0;
    background-color: #D72D32;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    padding: 0;
    overflow: hidden;
    z-index: 200;
  }

  .dropdown-content-h0000 > a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid color-mix(in srgb, #ffffff 14%, transparent);
    transition: background-color 0.2s ease, color 0.2s ease;
  }

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

  .dropdown-content-h0000 > a.h0000-menu-active {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
    border-left: 3px solid #000000;
    padding-left: 11px;
    border-radius: 0;
  }

  
  .h0000menucontact {
    background-color: #D72D32;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 5px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }

  .h0000menucontact:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  }

  .h0000menucontacttitle,
  .h0000menucontact .material-symbols-outlined {
    color: #ffffff !important;
  }

  .h0000menucontacttitle {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
  }

  .h0000languages-mobile {
    display: none;
    padding-top: 15px;
    border-top: 1px solid color-mix(in srgb, #ffffff 18%, transparent);
  }

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

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

  .h0000languages-mobile li {
    list-style: none;
    border: 1px solid color-mix(in srgb, #ffffff 35%, transparent);
    padding: 0;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: color-mix(in srgb, #ffffff 8%, transparent);
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .h0000languages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
  }

  .h0000languages-mobile li:hover {
    background-color: #e0e0e0;
    border-color: #000000;
  }

  .h0000languages-mobile li:hover a {
    color: #000000 !important;
  }

  .h0000-menu1-drawer-close {
    display: none;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin: 12px 12px 0 0;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
  }

  .h0000-menu1-drawer-close span {
    font-size: 28px;
  }

  .h0000-menu1-drawer-close:hover {
    background-color: #e0e0e0;
    color: #000000;
  }

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

  @media screen and (min-width: 1025px) {
    .h0000bodylogo {
      max-height: 80px;
    }

    .h0000bodylogo[src*=".svg"] {
      height: 70px;
    }
  }

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

    .h0000body {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: space-between;
      box-sizing: border-box;
    }

    .h0000-mobile-toggle {
      display: inline-flex;
      z-index: 1001;
    }

    .h0000-menu1-drawer-close {
      display: inline-flex;
      flex-shrink: 0;
    }

    .h0000bodylogo {
      max-width: min(40vw, 180px);
      max-height: 60px;
    }

    .h0000bodylogo[src*=".svg"] {
      height: 48px;
    }

    .h0000-menu-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      cursor: pointer;
    }

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

    .h0000menubody {
      position: fixed;
      top: 0;
      right: 0;
      width: min(88vw, 320px);
      max-width: 320px;
      height: 100vh;
      height: 100dvh;
      max-height: 100dvh;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      box-sizing: border-box;
      z-index: 1000;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      padding-top: env(safe-area-inset-top, 0);
      padding-bottom: env(safe-area-inset-bottom, 0);
      background-color: #D72D32;
    }

    .h0000.h0000menu-open .h0000menubody {
      transform: translateX(0);
    }

    .h0000menu {
      width: 100%;
      flex-direction: column;
      height: 100%;
      min-height: 0;
      gap: 0;
    }

    .h0000menulistbody {
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    .h0000menulist {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 8px 0 16px;
      box-sizing: border-box;
      border-radius: 0;
      box-shadow: none;
      border: none;
    }

    .h0000menucontact {
      margin: 8px 12px 12px;
      min-height: 44px;
      box-sizing: border-box;
    }

    .h0000.h0000menu-open .h0000languages-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 16px 12px;
      box-sizing: border-box;
      flex-shrink: 0;
    }

    .h0000menulist-menu:hover .dropdown-content-h0000,
    .h0000menulist-menu:focus-within .dropdown-content-h0000 {
      display: none;
    }

    .h0000menulist ul {
      flex-direction: column;
      gap: 0;
    }

    .h0000menulist ul > a:not(:first-child),
    .h0000menulist ul > .h0000menulist-menu:not(:first-child) {
      border-left: none;
    }

    .h0000menulist ul > a,
    .h0000menulist ul > .h0000menulist-menu {
      flex: none;
      width: 100%;
      min-width: 0;
      border-bottom: 1px solid color-mix(in srgb, #ffffff 18%, transparent);
    }

    .h0000menulist ul > a,
    .h0000menulist-menu > a {
      display: flex;
      align-items: center;
      font-size: 15px;
      width: 100%;
      min-height: 44px;
      padding: 14px 16px;
      text-align: left;
      border-bottom: none;
      border-radius: 0;
      cursor: pointer;
      box-sizing: border-box;
      margin: 0;
      white-space: normal;
      word-break: break-word;
    }

    .h0000menulist-menu > a::after {
      content: "expand_more";
      font-family: "Material Symbols Outlined", sans-serif;
      font-size: 22px;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
      text-transform: none;
      margin-left: auto;
      padding-left: 8px;
      opacity: 0.7;
      transition: transform 0.2s ease;
      flex-shrink: 0;
    }

    .h0000menulist-menu.h0000-dropdown-open > a::after {
      transform: rotate(180deg);
    }

    .h0000menulist-menu {
      flex: none;
      width: 100%;
      margin: 0;
    }

    .dropdown-content-h0000 {
      position: static;
      display: none;
      width: 100%;
      min-width: 0;
      margin: 0;
      padding: 0;
      box-shadow: none;
      border-radius: 0;
      background-color: color-mix(in srgb, #ffffff 8%, #D72D32);
    }

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

    .h0000menulist-menu .dropdown-content-h0000 > a {
      padding: 12px 16px 12px 28px;
      font-size: 14px;
      min-height: 44px;
      display: flex;
      align-items: center;
      white-space: normal;
      word-break: break-word;
    }

    .h0000-menu-active,
    .h0000menulist ul > a.h0000-menu-active,
    .h0000menulist-menu > a.h0000-menu-active,
    .h0000menulist-menu.dropdown-content-active-h0000 > a {
      border-radius: 0;
      box-shadow: inset 4px 0 0 #000000;
    }
  }

  @media screen and (max-width: 768px) {
    .h0000menulist ul > a,
    .h0000menulist-menu > a {
      font-size: 14px;
    }

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

    .h0000bodylogo {
      max-height: 50px;
    }

    [class*="h0000"] {
      max-width: 100%;
    }
  }

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

  [class*="h0000"] {
    box-sizing: border-box;
    animation: h0000W2Enter 0.3s ease;
  }

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

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


  .b0000-ap {
    --ap-navy: #0a2e5c;
    --ap-navy2: #12407a;
    --ap-amber: #f5a623;
    --ap-ink: #1a1a1a;
    --ap-mute: #5b6472;
    --ap-line: #e3e8f0;
    --ap-soft: #f4f7fb;
    width: var(--max);
    margin: 0 auto;
    padding: 32px 0 48px;
    color: var(--ap-ink);
    box-sizing: border-box;
  }

  .b0000-ap *,
  .b0000-ap *::before,
  .b0000-ap *::after {
    box-sizing: border-box;
  }

  
  .b0000-ap-hero {
    position: relative;
    overflow: hidden;
    padding: 44px 40px 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--ap-navy) 0%, var(--ap-navy2) 100%);
    color: #fff;
  }

  .b0000-ap-hero::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.35), rgba(245, 166, 35, 0) 70%);
    pointer-events: none;
  }

  .b0000-ap-eyebrow {
    position: relative;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 99px;
    background: rgba(245, 166, 35, 0.16);
    color: var(--ap-amber);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .b0000-ap-title {
    position: relative;
    margin: 14px 0 10px;
    color: #fff;
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 700;
    line-height: 1.1;
  }

  .b0000-ap-spot {
    position: relative;
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
  }

  .b0000-ap-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 34px -40px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.16);
  }

  .b0000-ap-stat {
    padding: 20px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .b0000-ap-stat:last-child {
    border-right: 0;
  }

  .b0000-ap-statval {
    display: block;
    color: var(--ap-amber);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }

  .b0000-ap-statlabel {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.35;
  }

  
  .b0000-ap-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 4px;
  }

  .b0000-ap-navlink {
    padding: 8px 15px;
    border: 1px solid var(--ap-line);
    border-radius: 99px;
    background: #fff;
    color: var(--ap-navy);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .b0000-ap-navlink:hover {
    border-color: var(--ap-navy);
    background: var(--ap-navy);
    color: #fff;
  }

  
  .b0000-ap-group {
    margin-top: 20px;
    padding: 26px;
    border: 1px solid var(--ap-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(10, 46, 92, 0.05);
    scroll-margin-top: 90px;
  }

  .b0000-ap-ghead {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
  }

  .b0000-ap-no {
    display: grid;
    flex: none;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--ap-navy);
    color: var(--ap-amber);
    font-size: 18px;
    font-weight: 700;
  }

  .b0000-ap-gname {
    margin: 0;
    color: var(--ap-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }

  .b0000-ap-gdesc {
    margin: 4px 0 0;
    color: var(--ap-mute);
    font-size: 15px;
    line-height: 1.5;
  }

  .b0000-ap-count {
    flex: none;
    margin-left: auto;
    padding: 6px 12px;
    border-radius: 99px;
    background: var(--ap-soft);
    color: var(--ap-navy);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }

  .b0000-ap-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .b0000-ap-item {
    padding: 15px 12px 12px;
    border: 1px solid var(--ap-line);
    border-bottom: 3px solid var(--ap-amber);
    border-radius: 12px;
    background: var(--ap-soft);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .b0000-ap-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(10, 46, 92, 0.12);
  }

  .b0000-ap-item.is-wide {
    grid-column: span 2;
  }

  .b0000-ap-val {
    display: block;
    white-space: nowrap;
    color: var(--ap-navy);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }

  .b0000-ap-item.is-text .b0000-ap-val {
    font-size: 22px;
    line-height: 1.2;
  }

  .b0000-ap-unit {
    display: block;
    margin-top: 7px;
    color: var(--ap-mute);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }

  
  .b0000-ap-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: 28px;
    border: 1px solid var(--ap-line);
    border-left: 6px solid var(--ap-amber);
    border-radius: 16px;
    background: var(--ap-soft);
  }

  .b0000-ap-ctatitle {
    margin: 0 0 8px;
    color: var(--ap-navy);
    font-size: 21px;
    font-weight: 700;
  }

  .b0000-ap-ctainfo {
    margin: 0;
    color: var(--ap-mute);
    font-size: 14px;
    line-height: 1.75;
  }

  .b0000-ap-ctainfo strong {
    color: var(--ap-ink);
  }

  .b0000-ap-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .b0000-ap-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .b0000-ap-btn.is-primary {
    background: var(--ap-amber);
    color: var(--ap-ink);
  }

  .b0000-ap-btn.is-primary:hover {
    background: #e0961a;
  }

  .b0000-ap-btn.is-ghost {
    border-color: var(--ap-navy);
    color: var(--ap-navy);
  }

  .b0000-ap-btn.is-ghost:hover {
    background: var(--ap-navy);
    color: #fff;
  }

  .b0000-ap-btn .material-symbols-outlined {
    font-size: 20px;
  }

  .b0000-ap a:focus-visible {
    outline: 3px solid var(--ap-amber);
    outline-offset: 2px;
  }

  @media screen and (max-width: 1024px) {
    .b0000-ap {
      width: 100%;
      padding: 20px 15px 36px;
    }
  }

  @media screen and (max-width: 768px) {
    .b0000-ap-hero {
      padding: 30px 20px 0;
    }

    .b0000-ap-stats {
      grid-template-columns: repeat(2, 1fr);
      margin: 26px -20px 0;
    }

    .b0000-ap-stat {
      padding: 16px 20px;
    }

    .b0000-ap-stat:nth-child(2) {
      border-right: 0;
    }

    .b0000-ap-stat:nth-child(n + 3) {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .b0000-ap-group {
      padding: 18px;
    }

    .b0000-ap-items {
      grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
      gap: 10px;
    }

    .b0000-ap-cta {
      padding: 22px 18px;
    }
  }

  @media screen and (max-width: 560px) {
    .b0000-ap-ghead {
      flex-wrap: wrap;
    }

    .b0000-ap-ghead {
      align-items: flex-start;
    }

    .b0000-ap-ghead > div {
      flex: 1 1 calc(100% - 64px);
      min-width: 0;
    }

    .b0000-ap-count {
      order: 3;
      margin-left: 0;
    }

    .b0000-ap-btns,
    .b0000-ap-btn {
      width: 100%;
      justify-content: center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .b0000-ap *,
    .b0000-ap *::before,
    .b0000-ap *::after {
      transition: none !important;
      animation: none !important;
    }
  }


    .moduleimg {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .moduleimg > img {
      width: 100%;
      max-width: 250px;
    }
  
    .footer {
      position: relative;
      background: #D72D32;
      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:%23D72D32;%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;
    }
  }

