/* ==========================================================================
   MOBILE LAYOUT — additive only.
   Nothing in the desktop .css files is edited. This file is linked last so
   it wins the cascade at <= 767px, where it hides the desktop sections and
   shows the mobile ones below. Above 767px this file has zero effect other
   than the base "display:none" reset on the mobile-only wrapper classes.
   ========================================================================== */

.hero-edited,
.sector-card-defence,
.dealprofiles,
.dual-use-programmes,
.investoradmission,
.admission-section,
.mob-footer-web {
  display: none;
}

@media screen and (max-width: 767px) {

  /* ---- hide desktop sections ---- */
  .hero2,
  .dual-use-systems3,
  .defence-cards2,
  .programmes-criteria5,
  .multi-jurisdiction-governance,
  .programmes-criteria6,
  .footer2 {
    display: none;
  }

  /* ---- header: logo only, drop the desktop nav/CTA ---- */
  .header-web2 {
    padding: var(--padding-20) var(--padding-16);
  }
  .header-web3 {
    justify-content: flex-start;
  }
  .header-button2 {
    display: none;
  }

  /* ============================================================
     1. HERO
     ============================================================ */
  .hero-edited {
    width: 100%;
    position: relative;
    background-color: #101010;
    display: flex;
    align-items: flex-start;
    padding: 104px 16px 194px;
    box-sizing: border-box;
    line-height: normal;
    letter-spacing: normal;
  }
  .hero-content,
  .hero-edited .title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-content {
    flex: 1;
    gap: 160px;
    max-width: 100%;
    text-align: center;
    font-size: 40px;
    color: #d3d3d3;
    font-family: "PP Supply Sans";
  }
  .hero-edited .title-group {
    align-self: stretch;
    gap: 16px;
  }
  .hero-edited .title {
    align-self: stretch;
    position: relative;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    background: linear-gradient(90deg, #f5f5f5 12.5%, #727272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-edited .subtitle {
    width: 300px;
    position: relative;
    font-size: 16px;
    font-family: "IBM Plex Sans";
    display: inline-block;
  }
  .hero-edited .cta-button {
    cursor: pointer;
    border: 0;
    padding: 16px 63px;
    background-color: transparent;
    background: linear-gradient(270deg, #fafafa, #a3a3a3 97.74%);
    flex-direction: column;
    justify-content: center;
  }
  .hero-edited .button-inner,
  .hero-edited .cta-button {
    display: flex;
    align-items: center;
  }
  .hero-edited .button-label {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "IBM Plex Sans";
    color: #0b0b0b;
    text-align: center;
  }

  /* ============================================================
     3/6. SECTOR CARD (Defence + Dual-Use — same markup, reused)
     ============================================================ */
  .card-content,
  .sector-card-defence {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sector-card-defence {
    width: 100%;
    position: relative;
    line-height: normal;
    letter-spacing: normal;
  }
  .card-content {
    align-self: stretch;
    background-color: #101010;
    max-width: 100%;
    text-align: left;
    font-size: 36px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .card-background,
  .sector-card-defence .frame {
    overflow: hidden;
    max-width: 100%;
  }
  .card-background {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    padding: 130px 0 0;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .sector-card-defence .frame {
    height: 600px;
    width: 375px;
    position: relative;
    flex-shrink: 0;
    display: none;
  }
  .image-container-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  .gradient-overlay,
  .sector-card-defence .text-content {
    flex: 1;
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
  }
  .gradient-overlay {
    height: 470px;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.4) 50%,
      transparent
    );
    align-items: flex-end;
    padding: 11.9px 0;
    flex-shrink: 0;
  }
  .sector-card-defence .text-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 20px 20px 16px;
  }
  .sector-card-defence .text-group {
    gap: 8px;
  }
  .card-title-wrapper,
  .sector-card-defence .text-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .card-title {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
  }
  .card-description-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 260px;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .card-description {
    position: relative;
  }

  /* ============================================================
     4/7. DEAL PROFILES — Defence instance (verbatim from export)
     ============================================================ */
  .dealprofiles {
    width: 100%;
    position: relative;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 16px 80px;
    box-sizing: border-box;
    line-height: normal;
    letter-spacing: normal;
  }
  .profile-control-framework,
  .profiles-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-control-framework {
    background-color: #141414;
    border-bottom: 1px solid #404040;
    padding: 40px 20px;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .label-text {
    margin: 0;
    position: relative;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
  }
  .bullet-list-wrapper {
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .bullet-items,
  .bullet-list,
  .bullet-list-wrapper {
    width: 295px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bullet-items {
    width: 249px;
    gap: 8px;
  }
  .bullet-government-contracts {
    width: 183px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-icon {
    width: 6px;
    max-height: 100%;
  }
  .bullet-icon,
  .bullet-text {
    position: relative;
  }
  .bullet-procurement-cycles {
    width: 236px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-certified-production,
  .bullet-nato-networks {
    width: 234px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-nato-networks {
    width: 249px;
  }
  .profile-risk-governance {
    align-self: stretch;
    background-color: #141414;
    border-bottom: 1px solid #404040;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .bullet-list-wrapper2 {
    width: 295px;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .bullet-items2,
  .bullet-list-wrapper2,
  .bullet-list2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bullet-list2 {
    padding: 0 9px 0 0;
  }
  .bullet-items2 {
    align-self: stretch;
    gap: 8px;
  }
  .bullet-export-control {
    width: 286px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-audit-readiness,
  .bullet-sovereign-validation {
    width: 258px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-audit-readiness {
    width: 208px;
  }
  .profile-control-advantage {
    align-self: stretch;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .bullet-items3,
  .bullet-list-wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bullet-list-wrapper3 {
    width: 295px;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .bullet-items3 {
    width: 253px;
    gap: 8px;
  }
  .bullet-reduced-volatility,
  .bullet-restricted-access {
    width: 232px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bullet-reduced-volatility {
    width: 253px;
  }

  /* ---- Dual-Use instance: same visual language, flexible sizing
         for the different (PDF-sourced) copy so nothing clips ---- */
  .profile-risk-governance-alt,
  .profile-control-advantage-alt {
    align-self: stretch;
    background-color: #141414;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 16px;
    text-align: left;
    font-size: 20px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .profile-risk-governance-alt {
    border-bottom: 1px solid #404040;
  }
  .mob-bullet-group {
    width: 100%;
    max-width: 295px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .mob-bullet-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mob-bullet-row .bullet-text {
    max-width: 270px;
  }

  /* ============================================================
     5/8. PROGRAMMES — shared by Defence + Dual-Use instances
     ============================================================ */
  .dual-use-programmes {
    width: 100%;
    position: relative;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 16px 80px;
    box-sizing: border-box;
    gap: 32px;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 32px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .section-header3 {
    gap: 16px;
  }
  .heading-wrapper3,
  .section-header3 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-title4 {
    margin: 0;
    position: relative;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
  }
  .section-description-wrapper3 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .section-description3 {
    position: relative;
  }
  .criteria-list2,
  .criterion-technology-readine {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .criterion-technology-readine {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    padding: 32px 0;
    gap: 24px;
    text-align: left;
    font-size: 12px;
    color: #a3a3a3;
    font-family: "IBM Plex Sans";
  }
  .criterion-technology-readine + .criterion-technology-readine {
    border-top: none;
  }
  .criterion-title7,
  .dimension-label2 {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .criterion-title7 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-family: "PP Supply Sans";
    color: #f5f5f5;
  }
  .body-wrapper7,
  .criterion-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .criterion-body {
    gap: 12px;
  }
  .body-wrapper7 {
    font-size: 16px;
    color: #d3d3d3;
  }
  .criterion-description7 {
    width: 280px;
    position: relative;
    display: inline-block;
  }

  /* ============================================================
     9. INVESTOR ADMISSION (Multi-jurisdiction governance)
     ============================================================ */
  .investoradmission {
    width: 100%;
    position: relative;
    background-color: #101010;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 16px;
    box-sizing: border-box;
    gap: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
  .jurisdiction-cards,
  .section-title2 {
    text-align: left;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .section-title2 {
    align-self: stretch;
    position: relative;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .jurisdiction-cards {
    flex-direction: column;
    font-size: 16px;
  }
  .card-luxembourg,
  .country-header,
  .jurisdiction-cards {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
  }
  .card-luxembourg {
    background-color: #141414;
    border-bottom: 1px solid #404040;
    flex-direction: column;
    padding: 40px 20px;
    gap: 16px;
  }
  .country-header {
    justify-content: space-between;
    gap: 0;
    row-gap: 20px;
    font-size: 28px;
  }
  .country-label {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .country-code {
    margin: 0;
    position: relative;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
    font-family: inherit;
  }
  .card-title2,
  .country-name {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .country-name {
    font-size: 12px;
    font-family: "IBM Plex Sans";
    color: #a3a3a3;
  }
  .card-title2 {
    margin: 0;
    align-self: stretch;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
  }
  .card-description2,
  .card-details {
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .card-description2 {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 303px;
  }
  .card-details {
    width: 280px;
    border-top: 1px solid #272727;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    padding: 16px 0;
  }
  .detail-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .detail-board-oversight,
  .detail-institutional-standar,
  .detail-cross-border-ops,
  .detail-regulatory-alignment,
  .detail-institutional-access,
  .detail-regional-partnerships {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .bullet-icon10 {
    width: 6.1px;
    max-height: 100%;
  }
  .bullet-icon10,
  .detail-text {
    position: relative;
  }
  .card-gcc {
    align-self: stretch;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 16px;
  }
  .card-title4 {
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
    display: inline-block;
    max-width: 303px;
  }
  .mob-table-master,
  .table-content,
  .table-scroll-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mob-table-master {
    align-self: stretch;
    overflow-x: auto;
    touch-action: pan-x;
    justify-content: center;
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .table-content,
  .table-scroll-wrapper {
    width: 360px;
    min-width: 360px;
    max-width: 105%;
    flex-shrink: 0;
  }
  .table-scroll-wrapper {
    width: 1002px;
    max-width: 279%;
    border: 1px solid #272727;
    box-sizing: border-box;
    overflow-x: auto;
    min-width: 1002px;
  }
  .mob-mj-table {
    width: 1000px;
    height: 408px;
    position: relative;
    min-width: 620px;
    max-width: 100%;
  }
  .col-instrument,
  .header-row {
    display: flex;
    align-items: flex-start;
  }
  .header-row {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #141414;
    border-bottom: 1px solid #272727;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    padding: 5.5px 0;
    max-width: 100%;
    flex-shrink: 0;
    font-size: 12px;
  }
  .col-instrument {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 11px;
  }
  .header-layer {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .row-governance {
    position: absolute;
    top: 48px;
    left: 0;
    border-bottom: 1px solid #272727;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    padding: 9px 0;
    max-width: 100%;
    flex-shrink: 0;
  }
  .mob-mj-cell-layer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px;
  }
  .governanc {
    letter-spacing: 1px;
  }
  .mob-mj-cell-purpose {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 12px;
  }
  .cell-value2 {
    align-self: stretch;
    position: relative;
  }
  .mob-mj-cell-mechanism {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 12px;
  }
  .row-compliance {
    position: absolute;
    top: 120px;
    left: 0;
    border-bottom: 1px solid #272727;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    row-gap: 20px;
    flex-shrink: 0;
  }
  .cell-layer2,
  .cell-purpose2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
    box-sizing: border-box;
    min-width: 230px;
    max-width: 250px;
  }
  .cell-purpose2 {
    padding: 16px 12px;
    min-width: 187px;
  }
  .cell-value6 {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 226px;
  }
  .cell-mechanism2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 12px;
    box-sizing: border-box;
    min-width: 193px;
    max-width: 250px;
  }
  .cell-value8 {
    width: 218px;
    position: relative;
    display: inline-block;
  }
  .row-counterparty-risk {
    position: absolute;
    top: 192px;
    left: 0;
    border-bottom: 1px solid #272727;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    row-gap: 20px;
    flex-shrink: 0;
  }
  .cell-layer3,
  .cell-visibility3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
    box-sizing: border-box;
    min-width: 187px;
    max-width: 250px;
  }
  .cell-visibility3 {
    justify-content: center;
  }
  .row-execution-risk {
    position: absolute;
    top: 264px;
    left: 0;
    border-bottom: 1px solid #272727;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    row-gap: 20px;
    flex-shrink: 0;
  }
  .cell-value15 {
    width: 100%;
    height: 42px;
    position: relative;
    letter-spacing: -0.1px;
    display: inline-block;
    max-width: 226px;
  }
  .row-audit-transparency {
    position: absolute;
    top: 336px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    row-gap: 20px;
    flex-shrink: 0;
  }
  .cell-layer5 {
    flex: 1;
    align-items: flex-start;
    padding: 20px 12px;
    box-sizing: border-box;
    min-width: 193px;
    max-width: 250px;
  }
  .cell-layer5,
  .cell-mechanism5,
  .swipe-hint {
    display: flex;
    flex-direction: column;
  }
  .cell-mechanism5 {
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 12px;
    box-sizing: border-box;
    min-width: 193px;
    max-width: 250px;
  }
  .swipe-hint {
    align-self: stretch;
    align-items: center;
    padding: 12px 16px;
    text-align: left;
    font-size: 16px;
    color: #f5f5f5;
    font-family: "IBM Plex Sans";
  }
  .hint-content {
    width: 213px;
    height: 21px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .hint-inner {
    height: 21px;
    display: flex;
    align-items: center;
    gap: 7.5px;
  }
  .arrow-left-icon {
    width: 6px;
    position: relative;
    max-height: 100%;
    object-fit: contain;
  }
  .arrow-right-icon {
    transform: scaleX(-1);
  }
  .hint-text {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ============================================================
     10. ADMISSION
     ============================================================ */
  .admission-section {
    width: 100%;
    position: relative;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 16px 80px;
    box-sizing: border-box;
    gap: 24px;
    line-height: normal;
    letter-spacing: normal;
  }
  .section-header2 {
    gap: 16px;
    text-align: center;
    font-size: 36px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .section-header2,
  .section-heading {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-title3 {
    align-self: stretch;
    position: relative;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .section-description-wrapper2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #d3d3d3;
    font-family: "IBM Plex Sans";
  }
  .section-description2 {
    align-self: stretch;
    position: relative;
  }
  .card-inner,
  .contact-card-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .contact-card-wrapper {
    align-items: flex-start;
    text-align: center;
    font-size: 12px;
    color: #a3a3a3;
    font-family: "IBM Plex Sans";
  }
  .card-inner {
    align-items: center;
  }
  .card-background2 {
    width: 100%;
    background-color: #141414;
    border: 1px solid #272727;
    box-sizing: border-box;
    padding: 39px 0 38px;
    max-width: 100%;
  }
  .card-background2,
  .card-content2,
  .contact-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card-content2 {
    width: 100%;
    gap: 40px;
    max-width: 100%;
  }
  .contact-header {
    align-self: stretch;
    gap: 16px;
  }
  .contact-label {
    align-self: stretch;
    position: relative;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
  }
  .contact-title-wrapper {
    width: 270px;
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 28px;
    color: #f5f5f5;
    font-family: "PP Supply Sans";
  }
  .contact-title {
    margin: 0;
    position: relative;
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: inherit;
    flex-shrink: 0;
  }
  .contact-details {
    align-self: stretch;
    border-top: 1px solid #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: left;
    font-size: 20px;
    color: #f5f5f5;
  }
  .mob-adm-email-address {
    margin: 0;
    position: relative;
    font-size: inherit;
    text-decoration: underline;
    font-weight: 400;
    font-family: inherit;
    color: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ============================================================
     11. FOOTER
     ============================================================ */
  .footer-content,
  .mob-footer-web {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-family: "IBM Plex Sans";
  }
  .mob-footer-web {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #101010 58.52%, #1e1e1e);
    overflow-y: auto;
    padding: 24px 16px;
    box-sizing: border-box;
    gap: 64px;
    line-height: normal;
    letter-spacing: normal;
    font-size: 12px;
    color: #a3a3a3;
  }
  .footer-content {
    align-self: stretch;
    padding: 56px 0;
    gap: 24px;
    font-size: 16px;
    color: #d3d3d3;
  }
  .logo-icon {
    width: 164px;
    position: relative;
    max-height: 100%;
    object-fit: cover;
  }
  .brand-info {
    gap: 16px;
  }
  .brand-description,
  .brand-info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-description2 {
    align-self: stretch;
    position: relative;
    display: inline-block;
  }
  .jurisdiction-list {
    align-self: stretch;
    flex-direction: column;
    gap: 6.8px;
    font-size: 12px;
    color: #a3a3a3;
  }
  .frame2,
  .jurisdiction-list,
  .tag-lu {
    display: flex;
    align-items: flex-start;
  }
  .frame2 {
    align-self: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0 19px 0 0;
    gap: 7.9px;
  }
  .tag-lu {
    cursor: default;
    border: 1px solid #404040;
    padding: 3.8px 9px 3.8px 10px;
    background-color: #272727;
    height: 25.6px;
    box-sizing: border-box;
    flex-direction: column;
    flex-shrink: 0;
  }
  .jurisdiction-lu {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "IBM Plex Sans";
    color: #a3a3a3;
    text-align: left;
  }
  .tag-eu,
  .tag-gcc {
    background-color: #272727;
    border: 1px solid #404040;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.8px 9px 3.8px 10px;
  }
  .tag-eu {
    cursor: default;
    height: 25.6px;
    flex: 1;
    flex-shrink: 0;
  }
  .tag-gcc {
    width: 257.9px;
  }
  .jurisdiction-gcc {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .contact-email-wrapper {
    width: 308px;
    height: 31px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    font-size: 24px;
    color: #f5f5f5;
  }
  .email-address2 {
    position: relative;
    text-decoration: underline;
    color: inherit;
  }
  .legal,
  .legal-note {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .legal {
    gap: 8px;
  }
  .legal-note {
    text-align: left;
    font-size: 12px;
    color: #a3a3a3;
    font-family: "IBM Plex Sans";
  }
  .disclaimer-text {
    position: relative;
  }
}
