

    @font-face {
        font-family: "Founders Grotesk";
        src: url("../fonts/FoundersGrotesk-Regular.otf");
    }
    
    @font-face {
        font-family: "Gothard";
        src: url("../fonts/Gothard-Thin.otf");
        font-weight: 100;
    }
    
    a button {
        color: black !important;
    }
     :root {
        --founders-h1: 7.5rem;
        --founders-h1-lh: 85%;
        --founders-h1-ls: -0.2rem;
        --gothard-h1: 1.6rem;
        --gothard-h1-lh: 1.7rem;
        --gothard-h1-ls: 0;
        --founders-subtitle-lh: 0.4rem;
    }
    
    .logo-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        overflow: hidden;
        white-space: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .logo-marquee {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        will-change: transform;
        -webkit-animation: marquee 10s linear infinite;
                animation: marquee 10s linear infinite;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .logo-marquee figure {
        margin-right: 2rem;
        margin-left: 2rem;

    }
    
    /* .logo-marquee:nth-child(2) {
        display: flex;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 200%;
        will-change: transform;
        justify-content: space-around;
        animation: marquee2 20s linear infinite;
    } */
    
    @-webkit-keyframes marquee {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        to {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
    }
    
    @keyframes marquee {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        to {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
    }
    
    @-webkit-keyframes marquee2 {
        from {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
        to {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
    }
    
    @keyframes marquee2 {
        from {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
        }
        to {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
    }
    
    .logo-marquee img {
        height: 2rem;
    }
    
    .logo-marquee .all-logo-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .logo-marquee .all-logo-container figure {
        margin-left: 3vh;
        margin-right: 3vh;
    }
    
    body a {
        color: black;
        text-decoration: none;
    }
    
    body {
        font-family: "Founders Grotesk";
        font-weight: 300;
        font-size: 20px;
        background-color: #F6F4F2;
        overflow-x: hidden;
    }
    
    header {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        top: 0;
        left: 0;
        text-transform: uppercase;
        padding: 1rem;
        padding-top: 1rem;
        padding-bottom: 0rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 100;
    }
    
    header .separator {
        border-bottom: 0.5px dashed black;
        margin-top: 1rem;
    }
    
    header .text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }
    
    header .logo {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 1.8rem;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
          
    }


    
    header .logo svg {
        height: 100%;
    }
    
    header .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.4rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
    }
    
    header .navigation>* {
        margin-left: 1.5rem;
    }
    
    header .jobs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

   
    header .jobs .counter {
        background-color: red;
        height: 1.2rem;
        width: 1.2rem;
        color: white;
        font-size: 0.8rem;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 1rem;
        margin-top: -0.2rem;
        line-height: 0;
        margin-left: 0.25rem;
    }
    
    header .jobs .counter nav {
        margin-top: 0.4rem;
    }
    
    .zoom-text-animation:first-child {
        padding-top: 7rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    .section-title {
        letter-spacing: 0.4rem;
        padding-left: 3.5rem;
        padding-bottom: 1rem;
        text-transform: uppercase;
    }
    
    .zoom-text-animation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .zoom-text-animation .text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .zoom-text-animation .text-container .title {
        color: black;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        font-family: "Founders Grotesk";
        font-size: 7.5rem;
        text-transform: uppercase;
        line-height: 85%;
        letter-spacing: -0.2rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    .zoom-text-animation .text-container .subtitle {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 2rem;
        color: black;
        font-family: "Gothard";
        padding-left: 8rem;
        padding-right: 4rem;
        padding-top: 2rem;
        font-size: 1.6rem;
        line-height: 1.7rem;
        font-weight: 100;
        width: 30ch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .zoom-text-animation .text-container .subtitle .button {
        width: 100%;
        margin-top: 4rem;
    }
    .zoom-text-animation .text-container .subtitle button {
        font-family: "Founders Grotesk";
        font-size: 1.25rem;
        text-transform: uppercase;
        border: 0.25rem solid black;
        background-color: none;
        background: none;
        text-transform: uppercase;
        padding: 1rem;
        padding-bottom: 0.5rem;
        border-radius: 2rem;
        /* width: 100%; */
    }
    
    .zoom-text-animation>* {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    
    .zoom-text-animation .files-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    
    .video-wrapper {
        border: 0.5px dashed black;
        border-right: none;
        height: 40vw;
        max-height: 40rem;
        max-width: 40rem;

        width: 40vw;
        border-radius: 2rem;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: -1rem;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
    }

    .section-title {
        position: sticky;
        top: 0;
    }

    .product-experiences .section-title {
        position: relative;
    }

    .section-title {
        padding-top: 1.5rem !important;
        z-index: 10;
    }
    
    .video-wrapper video {
        height: 100%;
    }
    
    .section-brands {
        height: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 1rem;
    }
    
    .section-logos {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 5rem;
    }
    
    .section-logos .separator {
        border-top: 0.5px dashed black;
    }
    
    .content-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .section-brands .separator {
        border-top: 0.5px dashed black;
    }
    
    .section-tool {
        min-height: 100vh;
        position: relative;
        border-bottom: 0.5px dashed black;
        border-top: 0.5px dashed black;
        overflow: hidden;
    }
    
    .section-tool .text-container {
        width: 100%;
    }
    
    .section-tool .text-container .title {
        color: black;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        font-family: "Founders Grotesk";
        font-size: 7.5rem;
        text-transform: uppercase;
        line-height: 85%;
        letter-spacing: -0.2rem;
        padding-top: 8rem;
        padding-bottom: 3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 1;
        position: absolute;
        top: 0;
    }

    .sib-form svg {
        display: none;
    }

    .special-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .sib-form {
        width: 60vw;
      }
      
      .sib-form svg {
        display: none !important;
      }
      
      .sib-form .entry__label {
        display: none !important;
      }
      
      .sib-form .sib-form-message-panel__inner-text {
        display: none !important;
      }
      
      #sib-form-container {
        width: 100%;
      }
      
      #sib-container {
        width: 100%;
      }
      #sib-form{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        color: black !important;
        text-transform: uppercase;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 1rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-family: "Founders Grotesk";
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
      }
      
      #sib-form > div {
        width: 50%;
        margin-top: 1.1rem;
      }
      
      #sib-form div:nth-child(1){
        margin-top: 0;
        width: 100%;
      }
      
      #sib-form div:nth-child(2){
        margin-top: 0;
      }
      
      #sib-form > div:nth-child(odd){
        width: calc(50% - 0.5rem);
        margin-right: 0.5rem;
      }
      
      #sib-form > div:nth-child(even){
        width: calc(50% - 0.5rem);
        margin-left: 0.5rem;
      }
      #sib-form input {
        border: 0px;
        background-color: inherit;
        color: black !important;
        border-bottom: 0.5px  dashed black;
        line-height: 1.2;
        width: 100%;
        border-radius: 0;
        font-family: "Founders Grotesk";
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
      }
      
      .sib-form-block {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      
      #sib-form button {
        width: 100%;
        background-color: #f24445;
        border: none;
        color: black;
        font-family: "Founders Grotesk";
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 0.2em;
      }
    .section-tool .iframe-container {
        height: 100vh;
    }
    
    .iframe-wrapper {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .section-tool .title {
        pointer-events: none;
    }

    #viewer {
        height: 100vh;
        width: 100vw;
    }
    
    .section-tool .iframe-container {
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 0;
        z-index: 0;
    }
    
    .section-tool .iframe-container iframe {
        width: 100%;
        height: 100%;
    }
    
    .section-tool .iframe-container .button-container {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 1rem;
        width: 100vw;
        bottom: 0;
    }
    
    .section-tool .iframe-container .button-container>* {
        margin: 0.5rem;
    }
    
    .section-tool .iframe-container .button-container .button {
        width: 2rem;
        height: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: "Gothard";
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 0.5px dashed black;
    }
    
    .product-experiences {}
    
    .product-experiences .section-title {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
    }
    
    .section-brands .section-title {
        padding-top: 1rem;
    }
    
    .product-experiences .data-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .product-experiences .data-container .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1rem;
        padding-left: 3.5rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-transform: uppercase;
        font-size: 2rem;
        border-bottom: 0.5px dashed black;
    }
    
    .product-experiences .data-container .wrapper .title-container {
        width: calc(33vw - 1.5rem);
    }
    
    .product-experiences .card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding-left: 0.33rem;
        padding-right: 0.33rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .product-experiences .card-container .card {
        width: calc(33.33vw - 1.5rem);
        height: calc(33.33vw - 1.5rem);
        background-color: #ffffa5;
        border-radius: 1rem;
        padding: 1.5rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .product-experiences .card-container .card div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    
    .product-experiences .card-container .card div img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .product-experiences .card-container .card h1 {
        font-size: 10vh;
        text-transform: uppercase;
        font-size: 2rem;
    }
    
    .product-experiences .card-container .card p {
        font-size: 10vh;
        font-family: Gothard;
        font-weight: 100;
        font-size: 1.5rem;
    }
    
    .section-video {
        min-height: 100vh;
        height: auto;
    }

    .section-video .title {
        position: absolute;
    }
    
    .video-container {
        height: auto;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: black;
        overflow: hidden;
    }
    
    .video-container video {
        width: 100vw;
    }
    
    .section-video .text-container .title {
        color: black;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        font-family: "Founders Grotesk";
        font-size: 7.5rem;
        text-transform: uppercase;
        line-height: 85%;
        letter-spacing: -0.2rem;
        padding-top: 8rem;
        padding-bottom: 3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 1;
    }
    div a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .marquee {
        font-family: "Founders Grotesk";
        font-size: 7.5rem;
        text-transform: uppercase;
        line-height: 85%;
        letter-spacing: -0.2rem;
        background-color: #f24445;
        text-transform: uppercase;
        padding-top: 3.5rem;
        padding-bottom: 1rem;
        overflow: hidden;
    }
    
    .section-how-to .marquee {
        background-color: black;
        color: white;
    }
    
    .marquee-container {
        width: auto;
        white-space: nowrap;
    }
    
    .marquee-container p {
        display: inline-block;
    }
    
    .text-introduction {
        font-family: "Gothard";
        font-size: 3rem;
        min-height: 50vh;
        width: 100vw;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 100;
    }
    
    .text-introduction p {
        width: 30ch;
    }
    
    .list-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        border-top: 0.5px dashed black;
        border-bottom: 0.5px dashed black;
    }
    
    .list-container .row {
        width: 33vw;
        border-right: 0.5px dashed black;
        padding: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    
    .list-container .title {
        font-family: "Founders Grotesk";
        font-size: 7.5rem;
        text-transform: uppercase;
        line-height: 85%;
        letter-spacing: -0.2rem;
        padding-right: 2rem;
    }
    
    .list-container .text-content {
        font-family: "Gothard";
        font-weight: 100;
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
    
    .images-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    .images-container figure {
        height: 80vh;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: hidden;
        border-radius: 0.25rem;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-transition: -webkit-flex-basis .5s ease-in-out;
        transition: -webkit-flex-basis .5s ease-in-out;
        -o-transition: flex-basis .5s ease-in-out;
        transition: flex-basis .5s ease-in-out;
        transition: flex-basis .5s ease-in-out, -webkit-flex-basis .5s ease-in-out, -ms-flex-preferred-size .5s ease-in-out;
    }
    
    figcaption {
        display: none;
    }
    
    .images-container figure img {
        max-height: 100%;
        /* max-width: 100%; */
    }
    
    .tag-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    
    .tag-container .tag {
        text-transform: uppercase;
        background-color: #e6d4fe;
        padding: 1rem;
        padding-bottom: 0.5rem;
        border-radius: 2rem;
    }
    
    .tag-container .tag a {
        text-decoration: none;
        color: inherit;
    }
    
    .button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .button-wrapper button {
        font-family: "Founders Grotesk";
        font-size: 1.25rem;
        text-transform: uppercase;
        border: 0.25rem solid black;
        background-color: none;
        background: none;
        text-transform: uppercase;
        padding: 1rem;
        padding-bottom: 0.5rem;
        border-radius: 2rem;
    }
    
    .button-wrapper button a {
        text-decoration: none;
        color: inherit;
        font-family: inherit;
    }
    
    .number-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 4.5rem;
    }
    
    .number-container span {
        display: block;
    }
    
    .section-testimonials .content-container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .section-testimonials .testimonials-container {}
    
    .testimonial-card {

    }

    .testimonial-wrapper {
        border-radius: 1rem;
        background: #f3eee9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5rem;
        width: 120vh;
        position: relative;
    }
    
    .flickity-slider {
        left: 3.5rem !important;
    }
    
    .flickity-slider figure img {
        -webkit-filter: blur(20px);
                filter: blur(20px);
        -webkit-transition: -webkit-filter .2s ease-in-out;
        transition: -webkit-filter .2s ease-in-out;
        -o-transition: filter .2s ease-in-out;
        transition: filter .2s ease-in-out;
        transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out;
    }
    
    .is-selected figure img {
        -webkit-filter: blur(0px);
                filter: blur(0px);
    }
    
    .carousel-cell {
        margin-right: 3.5rem;
    }
    
    .testimonial-card figure {
        height: 70vh;
        width: calc((70vh*3)/ 4);
        background-color: gray;
        border-radius: 0.5rem;
        overflow: hidden;
    }
    
    .testimonial-card figure img {
        width: 100%
    }
    
    .testimonial-card .text-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .testimonial-card .text-container h1 {
        font-size: 3rem;
        text-transform: uppercase;
        margin-top: 0.3rem;
    }
    
    .testimonial-card .text-container h2 {
        font-family: "Gothard";
        font-size: 1.5rem;
        font-weight: 100;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    
    .testimonial-card .text-container h3 {
        font-family: "Gothard";
        font-size: 1.1rem;
    }
    
    .section-testimonials {
        min-height: 100vh;
    }
    
    .section-form {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .section-jobs {
        min-height: 100vh;
    }
    
    ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 4.5rem;
    }
    
    li {
        max-height: 5.1rem;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: max-height .2s ease-in-out;
        -o-transition: max-height .2s ease-in-out;
        transition: max-height .2s ease-in-out;
        cursor: pointer;
    }
    
    .show {
        max-height: 20rem;
    }
    
    .hidden-content {
        display: none
    }
    
    li .title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 1rem;
        font-size: 3rem;
        text-transform: uppercase;
        border-bottom: 0.5px dashed black;
    }
    
    li .title-container nav {
        width: 50%;
    }
    
    li .title-container nav:last-child {
        width: auto;
    }
    
    .section-about .word {
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }
    
    .section-about .animation .word {
        opacity: 1;
    }
    
    .section-about .reveal {
        opacity: 1;
    }
    
    .hidden-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem;
        color: black;
        font-family: "Gothard";
        padding-left: 1rem;
        padding-right: 4rem;
        padding-top: 2rem;
        font-size: 1.6rem;
        line-height: 1.7rem;
        font-weight: 100;
        width: 30ch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    footer {
        border-top: 0.5px dashed black;
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    footer .row {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .title {
        z-index: 2;
    }
    
    footer .row .title {
        text-transform: uppercase;
        color: lightgray;
        z-index: 2;
    }
    
    footer .row:nth-child(2) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    footer .row .logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 1rem;
    }
    
    footer .row .logos img {
        height: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    footer .row:nth-child(3) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    
    .section-about {
        height: 100vh;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .section-about .title {
        font-size: 3rem;
        text-transform: uppercase;
        width: 35ch;
        text-align: center;
    }
    
    .icons-wrapper {
        position: absolute;
        left: 2rem;
        top: 2rem;
        width: 2rem;
    }
    
    .icons-wrapper figure {
        width: 1rem;
    }
    
    .icons-wrapper figure img {
        width: 100%;
    }

    @media only screen and (max-width: 600px) {
        body {
          font-size: 16px;
        }

        .zoom-text-animation .text-container .title {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            letter-spacing: -0.02rem;
            width: 10ch;
            font-family: "Founders Grotesk";
            font-size: 3rem;
        }

        .zoom-text-animation .text-container .subtitle {
            color: black;
            font-family: "Gothard";
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 2rem;
            font-size: 1.3rem;
            line-height: 1.4rem;
            font-weight: 100;
            width: 30ch;
        }
        .files-container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

        .files-container .video-wrapper {
            height: 100vw;
            max-height: 100vw;
            max-width: 100vw;
            width: 100vw;
        }
      }
      