
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="format-detection" content="telephone=no">
    <link rel="icon" href="//static.chimeroi.com/home/images/logo/new-logo.ico" />
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="//static.chimeroi.com/chime-static-cloud/home/images/logo/144.png">
    <link rel="apple-touch-icon-precomposed" sizes="120x120" href="//static.chimeroi.com/chime-static-cloud/home/images/logo/120.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="//static.chimeroi.com/chime-static-cloud/home/images/logo/72.png">
    <link rel="apple-touch-icon-precomposed" sizes="52x52" href="//static.chimeroi.com/chime-static-cloud/home/images/logo/52.png">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta property="og:image" content="//static.chimeroi.com/site/images/home/default-share-photo.jpg">
    <title>chime</title>
    <style>
        body{
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-family: Helvetica Neue,Helvetica,Verdana,Arial;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        input,textarea,button{
            font-family: Helvetica Neue,Helvetica,Verdana,Arial;
        }

        body, p{
            padding: 0;
            margin: 0;
        }

        p{
            line-height: 150%;
        }

        a{
            text-decoration: none;
        }

        /*head*/
        .head{
            height: 60px;
            border-bottom: 1px solid #dddddd;
        }
        .head embed{
            display: inline-block;
            margin-top: 12px;
            width: 125px;
            height: 32px;
        }
        .container{
            text-align: center;
        }
        .container img{
            margin-top: 80px;
        }
        .container p{
            margin-top: 60px;
            margin-bottom: 40px;
            font-size: 16px;
        }
        .notfound-1{
            display: inline-block;
            width: 148px;
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            color: #ffffff;
            background: #1daaf0;
            border-radius: 2px;
        }
        .notfound-2{
            display: inline-block;
            width: 183px;
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            color: #ffffff;
            background: #1daaf0;
            border-radius: 2px;
        }
        .footer{
            margin-top: 150px;
            text-align: center;
        }
        .footer a{
            font-size: 13px;
            color: #4583a2;
        }
        .footer a:first-child{
            margin-right:20px;
        }
        .footer p{
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #999999;
        }
        @media(min-width:1500px){
            .d-container{
                width: 1401px;
                margin-left: auto;
                margin-right: auto;
            }
        }
        @media (max-width: 1499px) and (min-width:1280px){
            .d-container{
                width: 1160px;
                margin-left: auto;
                margin-right: auto;
            }
        }
        @media (max-width: 1279px){
            .d-container{
                margin-left: 40px;
                margin-right: 40px;
            }
        }
        @media (max-width: 700px){
            .d-container{
                margin-left: 20px;
                margin-right: 20px;
            }
            .head embed{
                width: 80px;
                height: 20px;
                margin-top: 20px;
            }
        }
        @media(max-width: 500px){
            .container img{
                width: 80%;
            }
        }
    </style>
</head>
<body>
<section class="container d-container">
    <img src="//static.chimeroi.com/site/images/template/404-text.png">
    <p>Oops, the page you're looking for cannot be found.</p>
    <a class="notfound-1" href="/">Back to Home</a>
</section>
<section class="footer d-container">
    <a href="/site/privacy-terms#terms-of-service">Terms of service</a><a href="/site/privacy-terms#privacy-policy">Privacy policy</a>
    <p>Made in Palo Alto, CA by your friends at Appsurdity, Inc.</p>
</section>
</body>
</html>