Headquarters


Stockholm

Svante Arrhenius väg 4
114 18 Stockholm, Sweden
+46 4 14 27 00


Uppsala

Vaksalagatan 1
753 31 Uppsala, Sweden
+46 7 21 42 11

Get in touch


    .wpcf7-form p {
    color: white;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
    color: white; /* Text typed into fields */
    background-color: transparent; /* Optional: Make input backgrounds transparent */
    border: 1px solid white; /* Optional: Add a border in white */
    }

    .wpcf7-form input::placeholder,
    .wpcf7-form textarea::placeholder {
    color: white; /* Placeholder text */
    }

    .wpcf7-form input:focus,
    .wpcf7-form textarea:focus {
    color: white; /* Ensure text remains white when fields are focused */
    outline: none; /* Optional: Remove default focus outline */
    }