CINXE.COM

<html> <head> <style> body { font-family: 'Roboto'; font-size: 16px; color: rgba(0, 0, 0, .87); } .right { text-align: right; } .centralized { margin: 0 auto; } #techstop-logo { background-image: url("techstop-200.png"); background-size: 200px; height: 200px; width: 200px; } </style> </head> <body> <div> <div id="techstop-logo" class="centralized" aria-label="Techstop logo"> </div> <table style="margin: 24px auto"> <tr> <td colspan="2"> If you need assistance, contact us at: </td> </tr> <tr> <td>AMER:</td> <td class="right">+1 650 253 4357</td> </tr> <tr> <td>APAC:</td> <td class="right">+91 40 6616 9100</td> </tr> <tr> <td>EMEA:</td> <td class="right">+353 1 543 1300</td> </tr> </table> <table style="margin: 24px auto"> <tr> <td colspan="2"> A ticket may also be filed by emailing <a href="mailto:techstop@google.com">techstop@google.com</a> from your google.com email address. </td> </tr> </table> </div> </body> </html>