/*--- Import ---*/

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/MuseoSans_100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/MuseoSans_300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/MuseoSans_500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/MuseoSans_700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('../fonts/MuseoSans_900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'eloquent';
    src: url('../fonts/EloquentJF-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}


:root {

/*--- Farben ---*/
    --atz-hell-blau: #EFF7FF;
    --atz-blau-100: #DEEEFF;
    --atz-blau-200: #B5E0FF;
    --atz-blau-300: #74C7FF;
    --atz-blau-400: #2AAAFF;
    --atz-blau-500: #008FF9;
    --atz-blau-600: #0071D5;
    --atz-blau-700: #0059AC;
    --atz-blau-800: #004C8E;
    --atz-blau-900: #054075;
    --atz-blau: #04305e;
    --atz-dunkelblau: #01162C;

    --atz-gelb-50: #FFFDE5;
    --atz-gelb-100: #FFFABF;
    --atz-gelb-200: #FEF694;
    --atz-gelb-300: #FDF166;
    --atz-gelb-400: #FBED3C;
    --atz-gelb: #ffed00;
    --atz-gelb-600: #FFDA00;
    --atz-gelb-700: #FFC100;
    --atz-gelb-800: #FFA800;
    --atz-gelb-900: #FF7B00;


    --weiss: #ffffff;
    --atz-grau: #575756;
    --verlauf-kreis: radial-gradient(circle, rgba(4,48,94,1) 0%, rgba(3,35,69,1) 67%, rgba(1,22,44,1) 100%);

    --card-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.15));
    --card-border: 1px solid rgba(255, 255, 255, 0.3);

/*--- Schrift ---*/
    --font-primary: 'museo-sans', sans-serif;
    --headline-weight: 900;
    --font-caps: uppercase;
    --font-color-white: #ffffff;
    --font-color-blue: #04305e;
    --font-color-dark: #0B1215;

    --display-1: 7.451rem;
    --display-2: 5.961rem;
    --display-3: 4.769rem;
    --font-h1: 3.815rem;
    --font-h2: 3.052rem;
    --font-h3: 2.441rem;
    --font-h4: 1.953rem;
    --font-h5: 1.563rem;
    --font-h6: 1.25rem;
    --font-base: 1.25rem;
    --p-small: 1rem;

    --lh-display: 1.1;
    --lh-h1: 1.15;
    --lh-h2: 1.2;
    --lh-h3: 1.25;
    --lh-h4: 1.3;
    --lh-h5: 1.35;
    --lh-h6: 1.4;
    --lh-body: 1.6;
    --lh-small: 1.5;

    /*
    --display-1: 7.451rem;
    --display-2: 5.961rem;
    --display-3: 4.769rem;
    --font-h1: 3.815rem;
    --font-h2: 3.052rem;
    --font-h3: 2.441rem;
    --font-h4: 1.953rem;
    --font-h5: 1.563rem;
    --font-h6: 1.25rem;
    --p-small: 0.8rem;
    */

/*--- Abstände ---*/
    --spacing-xxs: 0.2rem;  /*   4px */
    --spacing-xs:  0.4rem;  /*   8px */
    --spacing-s:   0.6rem;  /*  12px */
    --spacing-m:   0.8rem;  /*  16px */
    --spacing-base:1rem;    /*  20px */
    --spacing-l:   1.2rem;  /*  24px */
    --spacing-xl:  1.6rem;  /*  32px */
    --spacing-xxl: 2.4rem;  /*  48px */
}

@media (max-width: 1439px) {
    :root {
        --display-1: 6.223rem;
        --display-2: 5.077rem;
        --display-3: 4.145rem;
        --font-h1:   3.384rem;
        --font-h2:   2.761rem;
        --font-h3:   2.253rem;
        --font-h4:   1.839rem;
        --font-h5:   1.501rem;
        --font-h6:   1.225rem;
        --font-base: 1.225rem;
    }
}

@media (max-width: 1024px) {
    :root {
        --display-1:  5.160rem;
        --display-2:  4.300rem;
        --display-3:  3.583rem;
        --font-h1:    2.986rem;
        --font-h2:    2.488rem;
        --font-h3:    2.074rem;
        --font-h4:    1.728rem;
        --font-h5:    1.44rem;
        --font-h6:    1.2rem;
        --font-base:  1.2rem;
    }
}


@media (max-width: 768px) {
    :root {
        --display-1:  3.514rem;
        --display-2:  3.056rem;
        --display-3:  2.658rem;
        --font-h1:    2.311rem;
        --font-h2:    2.010rem;
        --font-h3:    1.748rem;
        --font-h4:    1.520rem;
        --font-h5:    1.322rem;
        --font-h6:    1.15rem;
        --font-base:  1.15rem;
    }
}


/*--- UI-Elemente ---*/
::selection {
    color: var(--atz-dunkelblau);
    background: var(--atz-gelb);
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--atz-blau);
  }

::-webkit-scrollbar-thumb {
    background: var(--atz-gelb);
  }

::-webkit-scrollbar-thumb:hover {
    background: var(--atz-dunkel-gelb);
}

:focus {
    outline: none;
}

:focus-visible {
  outline: 3px solid var(--atz-gelb-900);
  outline-offset: 2px; 
}

/*--- Basics ---*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    color-scheme: light;
    font-size: var(--font-base);
    font-family: var(--font-primary);
    line-height: var(--lh-body);
    color: var(--font-color-white);
}

body {
    background: var(--atz-dunkelblau);
    transition: background 1s ease-in-out;
    margin: 0 auto;
    overflow-x: hidden;    
}

h1 {
    font-size: var(--font-h1);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h1);
}

h2 {
    font-size: var(--font-h2);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h2);
}

h3 {
    font-size: var(--font-h3);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h3);
}

h4 {
    font-size: var(--font-h4);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h4);
}

h5 {
    font-size: var(--font-h5);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h5);
}

h6 {
    font-size: var(--font-h6);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-h6);
}

.display-1 {
    font-size: var(--display-1);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-display);
}

.display-2 {
    font-size: var(--display-2);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-display);
}

.display-3 {
    font-size: var(--display-3);
    font-weight: var(--headline-weight);
    text-transform: var(--font-caps);
    line-height: var(--lh-display);
}

.p-small {
    font-size: var(--p-small);
    color: var(--font-color-dark);
    line-height: var(--p-small);
}

.headline-blue {
    color: var(--font-color-blue);
}

.paragraph-dark {
    color: var(--font-color-dark);
}

a {
    text-decoration: none;
    color: var(--font-color-white);
}

/*--- Layout ---*/

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    padding: 0px var(--spacing-base);
}

/*-------------------- Header --------------------*/

header {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 130px;
    z-index: 1000;
}

.header-logo img {
    width: 100%;
    max-width: 110px;
}

.button-header {
    all: unset;
    cursor: pointer;
}

.icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    margin-right: -10px;
    aspect-ratio: 1;
    cursor: pointer;
    gap: 6px;
    padding: 10px;
    z-index: 1002;
}

.burger-menu {
    position: fixed;
    right: 30px;
    top: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(to bottom, rgba(4, 48, 94, 0.5), rgba(4, 48, 94, 0.6));
    border-radius: 50px;
    outline: rgba(255, 255, 255, 0.2) 2px solid;
    /* ANFANG DER ÄNDERUNGEN */
    width: 80px;
    /* Von max-width zu width geändert */
    height: 80px;
    /* Von max-height zu height geändert */
    max-width: 600px;
    /* NEU: Feste Obergrenze */
    max-height: 800px;
    /* NEU: Feste Obergrenze */
    /* ENDE DER ÄNDERUNGEN */
    z-index: 1001;
    cursor: pointer;
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.burger-menu.open {
    cursor: default;
}

.burger-menu.open .icon {
    cursor: pointer;
}

nav {
    position: absolute;
    /* GEÄNDERT: Zurück zu 'absolute' */
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 60px 40px 0;
    top: 0;
    /* NEU: Positioniert am oberen Rand des Containers */
    left: 0;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    line-height: var(--lh-h6);
}

nav ul li {
    font-size: var(--font-h3);
    color: white;
    text-transform: uppercase;
}

nav ul li a {
    display: inline-block;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

nav ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    transform: translate(0%, -50%);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: yellow;
    border-radius: 20px;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}

nav ul li a:hover::before {
    margin-left: -30px;
    opacity: 1;
    transition-delay: 0.3s;
}

nav ul li a:hover {
    transform: translateX(30px);
}

.burger-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

/* NEU: Initiales Ausblenden der Link-Container */
.header-social-links,
.header-footer-links {
    display: flex;
    flex-direction: row;
    position: absolute;
    /* NEU: Nimmt Elemente aus dem Layout-Fluss */
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 0 40px;
    left: 0;
    bottom: 0;
}

/* NEU: Layout und Styling der Footer Links */
.header-footer-links {
    bottom: 30px;
    gap: 40px;
}

.header-social-links {
    bottom: 80px;
    gap: 80px;
}

.header-social-links svg {
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    fill: var(--font-color-white);
    transition: scale 0.3s;
}

.header-social-links svg:hover {
    scale: 1.25;
}

.header-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.header-footer-links a {
    font-size: var(--p-small);
}

.header-footer-links a:hover {
    color: var(--font-color-white);
}

.sprachen-menu {
    position: absolute;
    z-index: 2100;
    top: 0;
	right: 135px;
    margin-top: 2px;
}

.sprachen-menu a {
    font-size: var(--p-small);
    padding: var(--spacing-xs);
    text-decoration: underline;
}

.sprachen-menu a:hover {
    transform: scale(3.2);
}

.sprachen-menu a,
.sprachen-menu a:visited,
.sprachen-menu a:hover,
.sprachen-menu a:active {
  color: var(--weiss); 
}

@media (max-width: 768px) {

    nav ul {
        gap: 20px;
    }

    .header-social-links,
    .header-footer-links {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px;
    }

    .header-footer-links a {
        font-size: 16px;
    }

    .header-footer-links {
        display: none;
        bottom: 30px;
        gap: 0px;
        column-gap: 10px;
    }

    .header-social-links {
        bottom: 30px;
        column-gap: 35px;
    }
}


/*-------------------- Partner Seite --------------------*/


/* --- Mausverfolgung-Container --- */
    .container {
      position: relative;
      width: 100vw;
      height: 100vh;  /* halbe Fensterhöhe */
      overflow: hidden;
      background: var(--atz-dunkelblau);
    }
    .container h1 {
      filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      margin: 0;
      text-align: center;
      padding: 0 30px;
    }
    .floating-image {
      position: absolute;
      width: 230px;
      height: 230px;
      object-fit: cover;
      pointer-events: none;
      border-radius: 20px;
      z-index: 3;
    }

/* --- Card-Container --- */

    .wiggle-cards-section {
        background: var(--atz-hell-blau);
        padding: var(--spacing-base);
    }

    .wiggle-column {
        padding: 120px 0px 160px 0px;
        text-align: center;
    }

    .card-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: var(--spacing-base);
      width: 100vw;
      margin-top: var(--spacing-xxl);
      padding: var(--spacing-xs);
    }

    .card {
      max-width: 310px;
      max-height: 310px;
      width: 100%;
      height: 100%;
      aspect-ratio: 1/1;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2em;
      border-radius: 10px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
      cursor: pointer;
      transform-origin: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .card-container > :nth-child(1) {
        background-image: url(/img/Profilbild3.jpg);
    }

    .card-container > :nth-child(2) {
        background-image: url(/img/Profilbild10.jpg);
    }

    .card-container > :nth-child(3) {
        background-image: url(/img/Profilbild4.jpg);
    }

    .card-container > :nth-child(4) {
        background-image: url(/img/Profilbild7.jpg);
    }

/* --- Partner Logos --- */

    .partner-logo-section {
        background: var(--atz-hell-blau);
        padding-bottom: 120px;
    }

    .partner-logo-headline {
        margin-bottom: var(--spacing-base);
        gap: 0px;
    }

    .partner-logo-column {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
    }

    .logo-wrapper {
        position: relative;
    }

    .logo-wrapper img {
        transition: transform 0.3s ease-in-out;
    }

    .logo-wrapper:hover img {
        transform: scale(1.15);
    }

    .partner-logo-column img {
        width: 100%;
        z-index: 20;
        position: relative;
    }

    .partner-logo-column .logo-wrapper:nth-child(5n+2), .logo-wrapper:nth-child(5n+4) {
        border-left: 1px solid rgba(0, 0, 0, 0.09);
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }

    .partner-logo-column .logo-wrapper:nth-child(5n+1), .logo-wrapper:nth-child(5n+3), .logo-wrapper:nth-child(5n+5) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        margin-bottom: 0px;
        margin-top: -1px;
    }

    .partner-logo-column .logo-wrapper:nth-last-child(-n+5) {
        border-bottom: none;
    }

/* --- Success Stories --- */

    .portfolio-cards-section {
        padding: 120px 0px 120px 0px;
    }

    .portfolio-cards-section h1 {
        margin-bottom: var(--spacing-xl);
    }

    .portfolio-column {
        flex-direction: row;
        gap: var(--spacing-base);
    }

    .portfolio-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        aspect-ratio: 1/1;
        border-radius: 10px;
        gap: var(--spacing-base);
        padding: var(--spacing-l);
        transition: opacity 0.3s ease-in-out;
    }

    .portfolio-column:hover .portfolio-card:not(:hover) {
        opacity: 0.5;
    }

    .portfolio-card h6 {
        padding: var(--spacing-s) var(--spacing-m);
        background: var(--card-gradient);
        border: var(--card-border);
        border-radius: 8px;
        backdrop-filter: blur(10px);
        font-size: var(--font-h6);
    }

    .portfolio-card .portfolio-card-content {
        display: flex;
        flex-direction: column;
        gap: var(--spacing-base);
    }

    .portfolio-card-1 {
        background-image: url(/img/cards/platzhalter-proftolio-cards.jpg);
        background-size: cover;
        background-position: center;
    }

    .portfolio-card-2 {
        background-image: url(/img/cards/platzhalter-proftolio-cards.jpg);
        background-size: cover;
        background-position: center;
    }

    .portfolio-card-3 {
        background-image: url(/img/cards/platzhalter-proftolio-cards.jpg);
        background-size: cover;
        background-position: center;
    }

     .portfolio-card svg { 
        width: 30px;
        height: 30px;
        stroke: var(--atz-gelb);
        transition: transform 0.3s ease-in-out, stroke 0.3s ease-in-out;
     }

     .portfolio-story-weiterlesen {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: fit-content;
        background: none;
        border: none;
        border-radius: 50px;
        color: var(--font-color-white);
        font-size: var(--font-h6);
        cursor: pointer;
        gap: 12px;
        padding: 10px 32px 10px 15px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
     }

     .portfolio-story-weiterlesen:hover svg {
        transform: translateX(10px);
        stroke: var(--atz-dunkelblau);
     }

     .portfolio-story-weiterlesen:hover {
        background-color: var(--atz-gelb);
        color: var(--atz-dunkelblau);
     }


     

/* --- Testimonials --- */

        .testimonials-column {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0px 20px 120px 20px;
            width: 100%;
        }

        .testimonials-column h1 {
            align-self: center;
            margin-bottom: var(--spacing-xl);
        }

        .testimonial-slider-viewport {
            overflow: hidden;
            width: 100%;
            border-radius: 8px; /* Optional: abgerundete Ecken für den Viewport */
        }
 
        .testimonial-cards-container {
            display: flex; /* Ermöglicht das Nebeneinanderreihen der Karten */
            /* Kein `gap` hier, da es die Breitenberechnung in JS beeinflusst.
               Der Abstand wird durch das Padding der Karten und die Breitenberechnung gehandhabt
               oder man kann `gap` verwenden und es in `cardWidthWithGap` in JS berücksichtigen.
               Für dieses Beispiel nutzen wir Padding und berechnen die Breite der Karten exakt. */
        }
 
        .testimonial-card {
            display: flex;
            flex-direction: column;
            gap: var(--spacing-xl);
            box-sizing: border-box;
            padding: var(--spacing-l);
            background: var(--card-gradient);
            border: var(--card-border);
            border-radius: 8px;
            text-align: left;
            flex-shrink: 0;
            margin-right: var(--spacing-m);
        }

        .testimonial-card img {
            width: 50px;
        }

        .testimonial-card-partner {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: var(--spacing-s);
        }

        .testimonial-card-partner img {
            width: 80px;
        }

        .testimonial-card:last-child {
            margin-right: 0; /* Kein Abstand nach der letzten Karte */
        }
 
        .testimonial-card span {
            font-weight: var(--headline-weight);
            color: var(--font-color-white);
            display: block;
        }   
 
        .testimonial-navigation {
            display: flex;
            gap: var(--spacing-m);
            margin-top: var(--spacing-xl);
        }

        .testimonial-navigation svg {
            stroke: var(--font-color-white);
            fill: none;
            width: 28px;
            height: 28px;
        }
 
        .arrow-prev,
        .arrow-next {
            padding: 20px 22px;
            background: none;
            border: 2px solid var(--atz-gelb);
            border-radius: 50px; /* Runde Pfeile */
            cursor: pointer;
            transition: background-color 0.2s ease, opacity 0.2s ease;
        }
 
        .arrow-prev:hover,
        .arrow-next:hover {
            background-color: var(--atz-gelb);
        }

        .arrow-prev:hover svg,
        .arrow-next:hover svg {
            stroke: var(--atz-dunkelblau);
        }
 
        .arrow-prev:disabled,
        .arrow-next:disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

/* --------------- Responsiv - Laptop --------------- */


@media (max-width: 1439px) {

    /*-------------------- Partner Seite --------------------*/

    /* --- Mausverfolgung-Container --- */

    .floating-image {
      position: absolute;
      width: 180px;
      height: 180px;
      object-fit: cover;
      pointer-events: none;
      border-radius: 20px;
    }

}


/* --------------- Responsiv - Tablet --------------- */

@media (max-width: 1024px) {

    /*-------------------- Partner Seite --------------------*/

    /* --- Mausverfolgung-Container --- */

    .card-container {
      flex-wrap: wrap;
    }

    .card {
        flex: 0 1 calc(50% - var(--spacing-base));
    }
}


/* --------------- Responsiv - Mobil --------------- */

@media (max-width: 768px) {

    /*-------------------- Partner Seite --------------------*/

    /* --- Mausverfolgung-Container --- */

    .card-container {
      flex-wrap: wrap;
    }

    .card {
        flex: 0 1 calc(50% - var(--spacing-base));
    }

    /* --- Success Stories --- */

    .portfolio-column {
        flex-direction: column;
        gap: var(--spacing-base);
    }

    /* --- Testimonials --- */

    .testimonial-card img {
        width: 40px;
    }

   /* --- Partner --- */

    .partner-logo-column .logo-wrapper:nth-last-child(-n+5) {
        border-bottom: 0px solid rgba(0, 0, 0, 0.09);
    }

    .partner-logo-column .logo-wrapper:nth-child(5n+2), .logo-wrapper:nth-child(5n+4) {
        border-left: 0px solid rgba(0, 0, 0, 0.09);
        border-right: 0px solid rgba(0, 0, 0, 0.09);
        border-bottom: 0px solid rgba(0, 0, 0, 0.09);
    }

    .partner-logo-column .logo-wrapper:nth-child(5n+1), .logo-wrapper:nth-child(5n+3), .logo-wrapper:nth-child(5n+5) {
        border-bottom: 0px solid rgba(0, 0, 0, 0.09);
        margin-bottom: 0px;
        margin-top: 0x;
    }


    .partner-logo-column {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .partner-logo-column .logo-wrapper:nth-child(4n+1), .partner-logo-column .logo-wrapper:nth-child(4n+2), .partner-logo-column .logo-wrapper:nth-child(4n+3) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
    }

    .partner-logo-column .logo-wrapper:not(:nth-last-child(-n+3)) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        margin-bottom: 0px;
        margin-top: -1px;
    }

    .partner-logo-column .logo-wrapper:nth-child(4n+4) {
        margin-top: -2px;
    }

}