From 9e945b915294de7c439137be6cc2a454a835127c Mon Sep 17 00:00:00 2001 From: ram Date: Fri, 7 Oct 2022 12:29:26 -0400 Subject: [PATCH] go.mod update, README update, and adding examples --- examples/analyzed.json | 122 +++++++++++++++++++++ examples/example_direct_http_fuzz.json | 122 +++++++++++++++++++++ examples/http-fuzz-input.csv | 16 +++ examples/https-fuzz-input.csv | 8 ++ examples/input.csv | 2 + go.mod | 13 ++- go.sum | 146 ++++++++++++++++++------- 7 files changed, 390 insertions(+), 39 deletions(-) create mode 100755 examples/analyzed.json create mode 100755 examples/example_direct_http_fuzz.json create mode 100644 examples/http-fuzz-input.csv create mode 100644 examples/https-fuzz-input.csv create mode 100644 examples/input.csv diff --git a/examples/analyzed.json b/examples/analyzed.json new file mode 100755 index 0000000..63e27bc --- /dev/null +++ b/examples/analyzed.json @@ -0,0 +1,122 @@ +{"TestID":"www.google.com-example-1.1.1.1-Normal-true-431","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Normal","IsNormal":true,"NormalResponseType":"empty/empty","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"","RequestStrategy":"","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"","UncensoredRequestStrategy":"","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:53:18","EndTime":"2022-10-06T18:53:38"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Padding-false-865","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:***DOMAIN*\r\n\r\n","RequestStrategy":"***www.google.com*","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:49 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:***example.com*\r\n\r\n","UncensoredRequestStrategy":"***example.com*","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:38 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:53:38","EndTime":"2022-10-06T18:53:59"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Padding-false-394","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:****DOMAIN\r\n\r\n","RequestStrategy":"****www.google.com","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:09 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:****example.com\r\n\r\n","UncensoredRequestStrategy":"****example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:59 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:53:59","EndTime":"2022-10-06T18:54:19"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Padding-false-493","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:*DOMAIN\r\n\r\n","RequestStrategy":"*www.google.com","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:29 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:*example.com\r\n\r\n","UncensoredRequestStrategy":"*example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:19 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:19","EndTime":"2022-10-06T18:54:39"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Capitalize-false-607","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"geT / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"geT","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:49 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"geT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"geT / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:39","EndTime":"2022-10-06T18:54:59"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Capitalize-false-415","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"gET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"gET","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:09 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"gET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"gET / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:59 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:59","EndTime":"2022-10-06T18:55:19"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Capitalize-false-502","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"Get / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"Get","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:29 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"Get / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"Get / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:19 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:55:19","EndTime":"2022-10-06T18:55:39"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Remove-false-946","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GE / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GE","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GE / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GE / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:55:39","EndTime":"2022-10-06T18:55:59"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Remove-false-452","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"ET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"ET","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"ET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"ET / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:55:59","EndTime":"2022-10-06T18:56:19"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Remove-false-873","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"G / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"G","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"G / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"G / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:56:19","EndTime":"2022-10-06T18:56:39"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Alternate-false-199","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PUT / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"PUT","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"PUT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"PUT / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:56:39","EndTime":"2022-10-06T18:56:59"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Alternate-false-544","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PATCH / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"PATCH","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"PATCH / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"PATCH / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:56:59","EndTime":"2022-10-06T18:57:19"} +{"TestID":"www.google.com-example-1.1.1.1-Get Word | Alternate-false-767","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"POST / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"POST","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"POST / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"POST / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:57:19","EndTime":"2022-10-06T18:57:39"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Capitalize-false-904","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / hTtp/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"hTtp/1.1","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:57:39","EndTime":"2022-10-06T18:57:59"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Capitalize-false-536","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / hTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"hTTP/1.1","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:57:59","EndTime":"2022-10-06T18:58:20"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Capitalize-false-155","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / Http/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"Http/1.1","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:58:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:58:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:58:20","EndTime":"2022-10-06T18:58:40"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Remove-false-360","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / 11\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"11","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / 11\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"11\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:58:40","EndTime":"2022-10-06T18:59:00"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Remove-false-960","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / T.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"T.1","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / T.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"T.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T18:59:00","EndTime":"2022-10-06T18:59:20"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Remove-false-415","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HP1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HP1","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HP1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HP1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:59:20","EndTime":"2022-10-06T18:59:40"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Alternate-false-602","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1x\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/1.1x","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:50 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:40 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:59:40","EndTime":"2022-10-06T19:00:00"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Alternate-false-449","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP9\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP9","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:10 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP9\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP9\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:00 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:00:00","EndTime":"2022-10-06T19:00:20"} +{"TestID":"www.google.com-example-1.1.1.1-Http Word | Alternate-false-699","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/3\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/3","Response":"HTTP/1.1 505 HTTP Version Not Supported\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 185\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e505 HTTP Version Not Supported\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e505 HTTP Version Not Supported\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 505 HTTP Version Not Supported\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 185\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e505 HTTP Version Not Supported\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e505 HTTP Version Not Supported\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:00:20","EndTime":"2022-10-06T19:00:40"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Capitalize-false-78","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nhOSt: DOMAIN\r\n\r\n","RequestStrategy":"hOSt:","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nhOSt: example.com\r\n\r\n","UncensoredRequestStrategy":"hOSt: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:00:40","EndTime":"2022-10-06T19:01:00"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Capitalize-false-363","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOST: DOMAIN\r\n\r\n","RequestStrategy":"HOST:","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHOST: example.com\r\n\r\n","UncensoredRequestStrategy":"HOST: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:01:00","EndTime":"2022-10-06T19:01:20"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Capitalize-false-767","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOSt: DOMAIN\r\n\r\n","RequestStrategy":"HOSt:","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHOSt: example.com\r\n\r\n","UncensoredRequestStrategy":"HOSt: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:01:20","EndTime":"2022-10-06T19:01:40"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Remove-false-341","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nosDOMAIN\r\n\r\n","RequestStrategy":"oswww.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:01:50 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nosexample.com\r\n\r\n","UncensoredRequestStrategy":"osexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:01:40 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:01:40","EndTime":"2022-10-06T19:02:00"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Remove-false-483","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nt:DOMAIN\r\n\r\n","RequestStrategy":"t:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:10 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nt:example.com\r\n\r\n","UncensoredRequestStrategy":"t:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:00 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:00","EndTime":"2022-10-06T19:02:21"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Remove-false-652","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n:DOMAIN\r\n\r\n","RequestStrategy":":www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\n:example.com\r\n\r\n","UncensoredRequestStrategy":":example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:21","EndTime":"2022-10-06T19:02:41"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Alternate-false-99","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHostwww.DOMAIN\r\n\r\n","RequestStrategy":"Hostwww.www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHostDOMAIN\r\n\r\n","UncensoredRequestStrategy":"Hostwww.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:41","EndTime":"2022-10-06T19:03:01"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Alternate-false-880","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:\r\nDOMAIN\r\n\r\n","RequestStrategy":"Host:\r\nwww.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:11 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\nexample.com\r\n\r\n","UncensoredRequestStrategy":"Host:\r\nexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:01 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:03:01","EndTime":"2022-10-06T19:03:21"} +{"TestID":"www.google.com-example-1.1.1.1-Host Word | Alternate-false-41","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHostHeader:DOMAIN\r\n\r\n","RequestStrategy":"HostHeader:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHostHeader:example.com\r\n\r\n","UncensoredRequestStrategy":"HostHeader:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:03:21","EndTime":"2022-10-06T19:03:41"} +{"TestID":"www.google.com-example-1.1.1.1-Http Delimiter | Remove-false-747","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\nHost:DOMAIN\r\n\r\n","RequestStrategy":"\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:03:41","EndTime":"2022-10-06T19:04:01"} +{"TestID":"www.google.com-example-1.1.1.1-Http Delimiter | Remove-false-616","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:04:01","EndTime":"2022-10-06T19:04:21"} +{"TestID":"www.google.com-example-1.1.1.1-Http Delimiter | Remove-false-424","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\rHost:DOMAIN\r\n\r\n","RequestStrategy":"\r","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\rHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\rHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:04:21","EndTime":"2022-10-06T19:04:41"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-887","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET/ HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GET/","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:04:41","EndTime":"2022-10-06T19:05:01"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-486","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET z HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"z","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:11 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:01 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:01","EndTime":"2022-10-06T19:05:21"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-989","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET ? HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"?","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET ? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:21","EndTime":"2022-10-06T19:05:41"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-296","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:41","EndTime":"2022-10-06T19:06:02"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-629","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET /HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"/HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET /HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"/HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:06:02","EndTime":"2022-10-06T19:06:22"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-846","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET**HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GET**HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:06:32 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:06:22 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:06:22","EndTime":"2022-10-06T19:06:42"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-979","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET /xHTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"/xHTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET /xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"/xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:06:42","EndTime":"2022-10-06T19:07:02"} +{"TestID":"www.google.com-example-1.1.1.1-Path | Alternate-false-491","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GETx/ HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GETx/","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:07:12 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:07:02 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:07:02","EndTime":"2022-10-06T19:07:22"} +{"TestID":"www.google.com-example-1.1.1.1-Header | Alternate-false-59","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nUser-Agent: xxx\r\n\r\n","RequestStrategy":"User-Agent: xxx\r\n\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:07:22","EndTime":"2022-10-06T19:07:42"} +{"TestID":"www.google.com-example-1.1.1.1-Header | Alternate-false-138","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nCache-Control: no-cache\r\n\r\n","RequestStrategy":"Cache-Control: no-cache\r\n\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:07:42","EndTime":"2022-10-06T19:08:02"} +{"TestID":"www.google.com-example-1.1.1.1-Header | Alternate-false-655","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","RequestStrategy":"If-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:08:02","EndTime":"2022-10-06T19:08:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Alternate-false-817","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n\r\n\r\n","RequestStrategy":"GET / HTTP/1.1\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:32 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\n\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:22 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:08:22","EndTime":"2022-10-06T19:08:42"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Alternate-false-108","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:\r\n\r\n","RequestStrategy":"","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:52 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\n\r\n","UncensoredRequestStrategy":"","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:42 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:08:42","EndTime":"2022-10-06T19:09:02"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Alternate-false-826","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAINDOMAINDOMAIN\r\n\r\n","RequestStrategy":"www.google.comwww.google.comwww.google.com","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.comexample.comexample.com\r\n\r\n","UncensoredRequestStrategy":"example.comexample.comexample.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:09:02","EndTime":"2022-10-06T19:09:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-253","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"www.google.com","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:09:22","EndTime":"2022-10-06T19:09:42"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-109","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.xyz\r\n\r\n","RequestStrategy":"www.google.xyz","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.xyz\r\n\r\n","UncensoredRequestStrategy":"example.xyz","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:09:42","EndTime":"2022-10-06T19:10:02"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-569","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.net\r\n\r\n","RequestStrategy":"www.google.net","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.net\r\n\r\n","UncensoredRequestStrategy":"example.net","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:10:02","EndTime":"2022-10-06T19:10:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-49","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.club\r\n\r\n","RequestStrategy":"www.google.club","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.club\r\n\r\n","UncensoredRequestStrategy":"example.club","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:10:22","EndTime":"2022-10-06T19:10:42"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-120","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.me\r\n\r\n","RequestStrategy":"www.google.me","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.me\r\n\r\n","UncensoredRequestStrategy":"example.me","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:10:42","EndTime":"2022-10-06T19:11:02"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-554","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.org\r\n\r\n","RequestStrategy":"www.google.org","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.org\r\n\r\n","UncensoredRequestStrategy":"example.org","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:11:02","EndTime":"2022-10-06T19:11:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-198","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.co\r\n\r\n","RequestStrategy":"www.google.co","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.co\r\n\r\n","UncensoredRequestStrategy":"example.co","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:11:22","EndTime":"2022-10-06T19:11:42"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-568","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.shop\r\n\r\n","RequestStrategy":"www.google.shop","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.shop\r\n\r\n","UncensoredRequestStrategy":"example.shop","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:11:42","EndTime":"2022-10-06T19:12:02"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-679","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.info\r\n\r\n","RequestStrategy":"www.google.info","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.info\r\n\r\n","UncensoredRequestStrategy":"example.info","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:12:02","EndTime":"2022-10-06T19:12:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname TLD Alternate-false-742","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.live\r\n\r\n","RequestStrategy":"www.google.live","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.live\r\n\r\n","UncensoredRequestStrategy":"example.live","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:12:22","EndTime":"2022-10-06T19:12:42"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Subdomain Alternate-false-698","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:forums.google.com\r\n\r\n","RequestStrategy":"forums.google.com","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:forums.example.com\r\n\r\n","UncensoredRequestStrategy":"forums.example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:12:42","EndTime":"2022-10-06T19:13:02"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Subdomain Alternate-false-703","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:mail.google.com\r\n\r\n","RequestStrategy":"mail.google.com","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:mail.example.com\r\n\r\n","UncensoredRequestStrategy":"mail.example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:13:02","EndTime":"2022-10-06T19:13:22"} +{"TestID":"www.google.com-example-1.1.1.1-Hostname Subdomain Alternate-false-176","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"1.1.1.1","DstASN":13335,"Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:ww1.google.com\r\n\r\n","RequestStrategy":"ww1.google.com","Response":"","Error":"","CensoredResponseType":"empty/empty","UncensoredRequest":"GET / HTTP/1.1\r\nHost:ww1.example.com\r\n\r\n","UncensoredRequestStrategy":"ww1.example.com","UncensoredResponse":"","UncensoredError":"","UncensoredResponsetype":"empty/empty","StartTime":"2022-10-06T19:13:22","EndTime":"2022-10-06T19:13:42"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Normal-true-943","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Normal","IsNormal":true,"NormalResponseType":"content/http","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"","RequestStrategy":"","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:53:28 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"","UncensoredRequestStrategy":"","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:53:18 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:53:18","EndTime":"2022-10-06T18:53:38"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Padding-false-659","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:***DOMAIN*\r\n\r\n","RequestStrategy":"***www.censoredplanet.org*","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:48 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:***example.com*\r\n\r\n","UncensoredRequestStrategy":"***example.com*","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:38 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:53:38","EndTime":"2022-10-06T18:53:58"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Padding-false-690","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:****DOMAIN\r\n\r\n","RequestStrategy":"****www.censoredplanet.org","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:08 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:****example.com\r\n\r\n","UncensoredRequestStrategy":"****example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:58 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:53:58","EndTime":"2022-10-06T18:54:18"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Padding-false-709","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:*DOMAIN\r\n\r\n","RequestStrategy":"*www.censoredplanet.org","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:28 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:*example.com\r\n\r\n","UncensoredRequestStrategy":"*example.com","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:18 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:18","EndTime":"2022-10-06T18:54:38"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Capitalize-false-560","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"geT / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"geT","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:48 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"geT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"geT / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:38 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:38","EndTime":"2022-10-06T18:54:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Capitalize-false-804","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"gET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"gET","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"gET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"gET / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:54:59","EndTime":"2022-10-06T18:55:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Capitalize-false-328","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"Get / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"Get","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"Get / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"Get / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:55:19","EndTime":"2022-10-06T18:55:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Remove-false-709","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GE / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GE","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GE / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GE / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:55:39","EndTime":"2022-10-06T18:55:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Remove-false-586","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"ET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"ET","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"ET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"ET / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:55:59","EndTime":"2022-10-06T18:56:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Remove-false-792","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"G / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"G","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"G / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"G / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:56:19","EndTime":"2022-10-06T18:56:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Alternate-false-634","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"PUT / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"PUT","Response":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:56:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"PUT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"PUT / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:56:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:56:39","EndTime":"2022-10-06T18:56:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Alternate-false-8","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PATCH / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"PATCH","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:57:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"PATCH / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"PATCH / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:56:59","EndTime":"2022-10-06T18:57:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Get Word | Alternate-false-472","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"POST / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"POST","Response":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:57:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"POST / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"POST / HTTP/1.1\r\nHost:example.com","UncensoredResponse":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:57:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:57:19","EndTime":"2022-10-06T18:57:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Capitalize-false-729","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / hTtp/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"hTtp/1.1","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:57:39","EndTime":"2022-10-06T18:57:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Capitalize-false-392","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / hTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"hTTP/1.1","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:57:59","EndTime":"2022-10-06T18:58:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Capitalize-false-465","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / Http/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"Http/1.1","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:58:19","EndTime":"2022-10-06T18:58:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Remove-false-388","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / 11\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"11","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / 11\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"11\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:58:39","EndTime":"2022-10-06T18:58:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Remove-false-987","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / T.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"T.1","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / T.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"T.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:58:59","EndTime":"2022-10-06T18:59:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Remove-false-604","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HP1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HP1","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HP1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HP1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:59:19","EndTime":"2022-10-06T18:59:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Alternate-false-711","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1x\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/1.1x","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:59:39","EndTime":"2022-10-06T18:59:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Alternate-false-15","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP9\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP9","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP9\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP9\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T18:59:59","EndTime":"2022-10-06T19:00:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Word | Alternate-false-371","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/3\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/3","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:00:19","EndTime":"2022-10-06T19:00:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Capitalize-false-817","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nhOSt: DOMAIN\r\n\r\n","RequestStrategy":"hOSt:","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nhOSt: example.com\r\n\r\n","UncensoredRequestStrategy":"hOSt: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:00:39","EndTime":"2022-10-06T19:00:59"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Capitalize-false-844","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOST: DOMAIN\r\n\r\n","RequestStrategy":"HOST:","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHOST: example.com\r\n\r\n","UncensoredRequestStrategy":"HOST: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:00:59","EndTime":"2022-10-06T19:01:19"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Capitalize-false-322","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOSt: DOMAIN\r\n\r\n","RequestStrategy":"HOSt:","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHOSt: example.com\r\n\r\n","UncensoredRequestStrategy":"HOSt: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:01:19","EndTime":"2022-10-06T19:01:39"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Remove-false-778","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nosDOMAIN\r\n\r\n","RequestStrategy":"oswww.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:01:50 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:01:50 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOvOYpZ2H3t4h0FTtL2SpJ5M9JCZHWEW41gsHUyZuulZuylFrngf1Q; expires=Tue, 04-Apr-2023 23:01:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=XOdnTpCmIS9YCpfcWNsHgMvgFcUYW6L4tP0cfGMiAA1idwazr7-4ywxZjGb7UWS47JW7V-v4eAiykK8n-1YZ3JTyK3-lOxjgyEIRqAvCvWqHYdCvA2bT1clL6vKDeSw-GeqCed_9QjIxFUajdq1-_Gd0eg_GqrVLuHSnnjfTv34; expires=Fri, 07-Apr-2023 23:01:50 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c22\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google={kEI:'Xl4_Y5o196Gm1A-6q4u4Cw',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197759,642,380089,16115,19398,9286,22430,1362,284,12030,17585,4998,13228,3847,10622,22741,5081,1593,1279,2743,148,1103,840,1983,214,4100,3514,606,2023,1777,520,14670,3227,2845,7,5599,27618,553,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7355,13660,2980,1457,15351,1435,5767,2590,4094,4052,3,3541,1,42154,2,14022,2373,342,3534,7867,9865,1758,6699,953,1425,28744,4568,6259,23418,1252,5835,12200,2767,4333,2204,5280,445,2,2,1,17306,9326,8155,7381,2,3,15964,873,3088,6538,2306,2905,4797,7,1922,9779,7783,4632,9364,9543,4832,5763,2171,9075,6,123,700,4,1,2,2,2,2,8226,2196,2269,1225,5134,8455,6,1,284,993,14,82,2853,1037,751,202,1866,124,3128,1686,410,1025,1184,46,5,113,2084,488,922,507,8,1,5,72,1343,344,111,108,256,584,403,162,899,2433,274,50,167,337,3,1,2,1,399,499,13,96,456,900,137,1627,42,1053,1151,2026,38,1,866,84,821,3,507,634,142,83,702,547,343,1,164,207,13,192,261,881,103,65,45,923,89,171,449,410,334,1442,300,814,91,199,1,50,10,52,104,246,769,20,26,590,2,26,197,167,133,1707,129,229,529,379,41,350,939,832,21,1070,460,5326471,1873,3925,76,5994826,1022,2803401,3311,141,795,19736,299,4,44,1815,13,3,5,4,3,3,19,18,3,7451739,16496860,471,2737993,1303678,1964,3094,2321,11257,3406,5540,5778,1374025',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)t\r\nbf\r\nhrow a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\r\n7441\r\n\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"Xl4_Y7DFAbSYptQPps2maA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"Xl4_Y7DFAbSYptQPps2maA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"Xl4_Y7DFAbSYptQPps2maA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sbioOd4bib0VoZ0IC4qnImoTvS6xt\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwia3Lft2sz6AhX3kIkEHbrVArcQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwia3Lft2sz6AhX3kIkEHbrVArcQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22OJF80MluAL004LdUPi3_RhFlwEw\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nosexample.com\r\n\r\n","UncensoredRequestStrategy":"osexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:01:39 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:01:39 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOw0yFHG322lr95zHF2RJ1zW-WTEQbHc1Gf0TmkPxLQPynpIyV2mP0; expires=Tue, 04-Apr-2023 23:01:39 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=t6k3O8nI0JQ_6yF2fbFVCkdxAAZKb7qW8msv2He07LqCYlO6NFaylWAMrRk_ublI3EVSUKRK2z35vvTI8of0GIc018nv61J-O6MGOOZt-YCwKwBU9Y1qufHKaliGNtwPWSB4IJ-Sfugnuy4K6BvvGmXSc0V7JgURHOzFfg9ongg; expires=Fri, 07-Apr-2023 23:01:39 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5db1\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google={kEI:'U14_Y_qnOOSbptQPi66j2AE',kEXPI:'0,1302536,56873,1709,4350,206,2415,2389,896,1420,383,246,5,5367,1123753,1197723,380768,16114,28684,22430,1362,12316,17583,4998,13228,3847,10622,22741,2370,2711,1593,1279,2742,149,1103,840,1983,213,4101,3500,620,2023,1777,520,14670,3227,2847,5,5599,28171,1851,15324,432,3,346,1244,1,5444,149,11325,2650,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5818,2539,4094,17,4035,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2379,28743,4568,6256,23421,1249,5838,14968,4332,2204,5280,445,2,2,1,26632,8155,7381,2,3,15964,874,9625,5212,4796,7,1922,9779,21779,11275,3100,7934,9082,122,700,4,1,2,2,2,2,8652,91,5173,786,658,2085,88,1518,7390,2348,14,82,950,1902,1038,751,201,1869,122,520,2608,1686,410,2209,46,5,873,1324,488,922,613,1323,346,109,112,251,988,162,899,1548,885,274,51,165,338,3,1,2,1,390,507,12,98,242,214,931,959,773,1094,1153,2064,1,860,91,820,2,490,3,14,858,22,1377,195,1,371,13,193,260,881,103,65,45,923,258,1195,1066,377,1113,78,325,104,716,5,314,26,815,300,1707,129,256,882,39,352,40,1,27,677,191,835,20,47,510,615,5332628,75,71,37,5994066,1675,21,2803384,3306,141,795,19735,1,1,346,1813,16,1,5,3,5,3,19,18,3,7451739,16496860,471,4041671,1964,3094,11203,2376,3405,8717,2601,1421725',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\r\nc0\r\n\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\r\n7261\r\n\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"U14_Y4WbOYiYptQPyYSXqAg\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"U14_Y4WbOYiYptQPyYSXqAg\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"U14_Y4WbOYiYptQPyYSXqAg\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sY0QeYNURze4wg3a6xD87zGq8QxQj\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwi6ndDo2sz6AhXkjYkEHQvXCBsQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwi6ndDo2sz6AhXkjYkEHQvXCBsQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22zPNF4SkNYg7x7cevc6ZCN1L8pjE\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:01:39","EndTime":"2022-10-06T19:02:00"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Remove-false-980","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nt:DOMAIN\r\n\r\n","RequestStrategy":"t:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:10 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:10 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNFKIAptCoy9Cj1ld3ThN13AnZZU9k5b0typ1gOMfMiNionVvEM7A; expires=Tue, 04-Apr-2023 23:02:10 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=o-1wm0IQzHpPr5dLmiO7kOL6MRRVo7BovsrytBibx9JyQtY36EyQHmIm0soum7xLV-kkhhg3P4_HF1vqWlQVMTZjKloCDJn0EB7BBetnyVA6trwX2im9Pk6f8m9kFr9t-VglboU3ZZns2nNXXT97U-St8RBlLohMqkcCwM7gpOg; expires=Fri, 07-Apr-2023 23:02:10 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c34\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google={kEI:'cl4_Y-LkCpehptQP77q96AE',kEXPI:'0,18168,184366,9,1099993,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197728,380763,16114,28684,22431,1361,12317,17582,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2023,1733,43,521,14670,3227,2846,8,4772,825,28171,1851,15324,432,3,346,1244,1,3370,2074,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,924,1,12733,2980,1457,15351,1435,5815,2542,4094,4052,3,1166,2375,1,42154,2,14022,2373,342,3287,8114,11623,5679,1021,2378,28744,4567,6259,23419,1251,5835,14967,4333,2204,2812,2468,445,2,2,1,24626,2006,8155,6680,701,2,3,15965,873,6577,3048,5212,51,4745,8,1921,9779,12414,1466,17442,1733,3099,1520,10125,4319,1051,123,700,4,1,2,2,2,2,5952,7965,1221,2307,1606,1414,4177,4147,14,82,890,60,1903,1037,751,201,1867,125,819,1,3993,410,2260,2197,488,707,215,613,1323,346,109,363,465,2,119,403,161,332,175,392,181,2252,274,51,166,337,3,1,2,1,399,498,12,98,456,1037,3873,1101,926,37,1,866,84,4,815,5,461,46,857,248,13,1,1332,1,371,13,192,261,80,4,797,103,100,139,794,24,26,208,1062,134,1442,1113,401,106,645,390,26,827,155,132,212,1496,30,99,701,140,1,2,757,868,830,321,320,552,5326830,1872,3926,74,5994826,1007,16,22,2803379,3311,141,795,19735,1,1,346,1814,15,2,5,4,3,3,18,18,5,7451738,16496859,470,2861557,1180116,1964,1007,2087,13578,3406,5540,5779,711',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||\r\nc4\r\n!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kE\r\n742a\r\nXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"cl4_Y_6CDJeiptQPkvCg-A0\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"cl4_Y_6CDJeiptQPkvCg-A0\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"cl4_Y_6CDJeiptQPkvCg-A0\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sgnBaJW9GjRy9K19TgsTG7FyTNq3s\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwji5Yb32sz6AhWXkIkEHW9dDx0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwji5Yb32sz6AhWXkIkEHW9dDx0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22GgBkQwCernelCPT3M8OlOTfiYVI\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nt:example.com\r\n\r\n","UncensoredRequestStrategy":"t:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:00 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:00 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNTYfbca3by6Vzib8oGWxkjhAK3qxM3-IgcDDjCxNkHSQKoy7BPEJc; expires=Tue, 04-Apr-2023 23:02:00 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=p-aIeRPKPDe3AqzizVuPV39MlcacRPPXCAevKX5XgfsHkd6_J1xn03qtKr1VAgkckqAYApNQcSNshY4YV6qPSRAzM75JyOsC6CKQ16s5UKje4xcG6SGc0rK1-FmaIQW43mC_0sjqdv5bJVNgRlvPanStSBS6oB7Mm4CIJZnwa6Q; expires=Fri, 07-Apr-2023 23:02:00 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c32\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google={kEI:'aF4_Y7LKBf2aptQPm5WawAU',kEXPI:'0,18167,1284369,56873,6058,207,2415,2389,2316,383,246,5,5367,1123753,1197701,700,302561,77529,16114,28684,22430,1362,12314,2821,14764,4998,13228,3847,10622,14763,7978,2370,2711,1593,1279,2453,289,149,1103,840,1983,4314,108,4012,2023,2297,14670,3227,2845,7,5599,23475,4696,1851,15324,432,3,1590,1,5444,151,11321,2652,4,1528,2304,7039,22023,5708,7356,13659,2980,1457,15351,1435,5824,2533,4094,4052,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28742,4567,6259,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,17312,7314,2006,8155,6680,701,2,3,15964,873,9626,5211,4797,7,1922,9779,13880,6760,10682,1740,3092,1520,4244,10200,1051,123,700,4,1,2,2,2,2,8226,426,1071,699,2269,1225,1445,3689,5207,2510,2,2020,14,82,949,582,226,1095,80,958,751,202,1868,122,4814,409,2210,14,37,958,1239,488,922,103,490,1348,339,111,112,252,987,162,899,2431,276,51,165,338,3,1,2,1,390,508,13,93,459,43,2829,2038,2026,38,1,951,820,3,507,859,259,1,625,1,18,688,1,132,28,211,206,260,881,103,100,933,258,452,743,1443,1113,342,61,104,645,72,10,288,20,27,527,61,2,26,210,155,30,104,1200,2,82,422,31,98,235,20,210,521,194,421,1698,577,617,308,5332318,75,104,5995745,2803401,3311,141,795,19735,1,1,346,1815,13,3,4,4,2,17,7,17,5,7451738,16496860,469,2737995,1303678,1964,3094,2321,11257,3406,5540,5779,1374026',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!\r\nc9\r\na.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));\r\n7422\r\nc+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"aF4_Y9XVBr-CptQPycCRyAY\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"aF4_Y9XVBr-CptQPycCRyAY\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"aF4_Y9XVBr-CptQPycCRyAY\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9seJ_Nxu7tfyNPdSphnrZ4XALnURbx\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwiynp_y2sz6AhV9jYkEHZuKBlgQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwiynp_y2sz6AhV9jYkEHZuKBlgQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22shuGUKMxvoSow54Z74adWjQRO-k\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:00","EndTime":"2022-10-06T19:02:20"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Remove-false-368","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n:DOMAIN\r\n\r\n","RequestStrategy":":www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Length: 54\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Thu, 06 Oct 2022 23:02:30 GMT\r\n\r\n\u003chtml\u003e\u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\u003c/html\u003e","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\n:example.com\r\n\r\n","UncensoredRequestStrategy":":example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Length: 54\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Thu, 06 Oct 2022 23:02:20 GMT\r\n\r\n\u003chtml\u003e\u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\u003c/html\u003e","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:20","EndTime":"2022-10-06T19:02:40"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Alternate-false-603","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHostwww.DOMAIN\r\n\r\n","RequestStrategy":"Hostwww.www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:50 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:50 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNhGLdBxbt-J88v18tDmR1ATp6NI0y_wUjbtrAI1ypV4S1dasjfSWk; expires=Tue, 04-Apr-2023 23:02:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=mr-p6hIl8G3rG8YYKve-LCsVplEvLoAxw-oo8hkGCGgrolmjs_q-JzPvwSThMDU5OHrP7fRqkAkxm-9oekY7PkIiG498Lfs3fKF0aZoo1PZK02DjCCDrNcp-sO5KiWZ6gPFijK5R9Rv1OLhzkVkztgQmu9D-GWMBXVTXZtlN77Y; expires=Fri, 07-Apr-2023 23:02:50 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c16\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google={kEI:'ml4_Y6X7GMKiptQPy8GsiAE',kEXPI:'0,18168,1284368,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197783,618,380089,16115,28684,22430,1362,284,12033,4748,12834,4998,13228,3847,6884,3738,22741,2370,2711,1593,1279,2742,149,1103,840,1983,3,4311,4120,2023,1777,520,14670,3227,2845,7,4773,826,28171,1851,15324,432,3,346,1244,1,5445,148,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,13658,2980,1457,15351,1435,5824,2533,4094,4052,3,3541,1,11943,30211,2,14022,2373,342,11401,11623,5679,1021,2379,28742,4569,6255,23421,1252,5835,14968,4332,2204,2046,3234,445,2,2,1,1385,5574,3997,6350,9326,250,7905,7321,60,2,3,15964,874,9625,3837,12,1,1362,4796,7,1922,9779,12415,6715,3778,8414,4832,1520,4244,2169,3712,5371,122,700,4,1,2,2,2,2,423,13494,3528,1605,8454,1285,14,82,949,1760,144,1037,751,201,1867,4938,409,2210,51,2197,488,922,404,1532,455,363,465,2,522,161,899,506,1925,276,51,165,338,3,1,2,1,390,508,13,93,247,212,931,108,86,715,50,1868,1152,574,1490,1,950,819,4,508,634,223,248,639,1,12,694,1,132,238,206,261,881,103,110,923,48,210,559,637,980,461,1114,321,20,62,104,564,153,10,282,26,26,827,287,545,49,336,13,342,423,129,417,50,518,92,5,96,423,257,1441,22,40,259,257,525,5328792,3925,75,72,5995778,2803400,3311,141,795,19735,1,1,346,1815,14,1,5,3,3,3,22,18,3,7451738,16496860,469,17,2737977,1303679,1964,3094,13579,3405,5543,3175,2600,426,1373601',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\r\nb7\r\n\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204\r\n746a\r\n?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"ml4_Y7zZGfaFptQP5aWqaA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"ml4_Y7zZGfaFptQP5aWqaA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"ml4_Y7zZGfaFptQP5aWqaA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sqk6Bu14erKNtYRAsln37oHLRCg3a\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwilsJ6K28z6AhVCkYkEHcsgCxEQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwilsJ6K28z6AhVCkYkEHcsgCxEQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22GsHWVy-iihN-LJYmdGeVEgteuSs\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHostDOMAIN\r\n\r\n","UncensoredRequestStrategy":"Hostwww.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:40 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:40 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOlvnNuV1pBxhc-1DFDL2Ltv-PTGKKYaJ6bjsxXJ9OzDTvEAjAfz2A; expires=Tue, 04-Apr-2023 23:02:40 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=TFmoOGwMc7rjT-ALtb6Beq3ae1W-sLxoLMxuJAZ8GRNEeFRirZKWlr2GpTev2Kuo0h7qbRP1C__2DrxxqNQJNNtG_lgHa93eKxfpNk_LB6Oa5ijSOVPHysmaWCkLeTxDaj3lDCQmxiF_NmEKTGqFXszxzqbIQARq519JohDj1_c; expires=Fri, 07-Apr-2023 23:02:40 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c87\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google={kEI:'kF4_Y4yLE5ifptQPx_W4iAY',kEXPI:'0,202535,1100001,56873,6058,207,2415,2389,2316,383,246,5,5367,1123753,1197711,380779,16115,19397,9287,22430,1362,12319,17580,4998,13228,3847,6885,3737,22741,2370,2711,1593,1279,2742,149,1103,840,1983,4314,109,4011,2023,1777,520,14670,3227,2845,7,33217,555,1848,15325,432,3,1590,1,5445,148,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5821,2536,4094,17,4035,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28742,4567,6259,23418,1249,5838,14968,4332,2204,5280,445,2,2,1,26632,8155,7381,2,3,15964,874,6577,3048,5211,4797,7,1922,9779,19130,12192,1733,3099,5761,2173,9082,122,700,4,1,2,2,2,2,1439,4514,3627,143,699,2269,1226,5133,5826,3913,14,82,949,1903,1038,751,202,1868,123,4814,408,2210,46,5,959,1238,386,102,922,1936,455,108,255,586,403,161,249,89,172,389,2431,276,51,166,337,3,1,2,1,399,499,13,96,456,931,108,427,827,579,1253,15,770,332,1732,1,950,819,5,461,36,3,7,634,225,259,1,22,419,891,1,121,250,206,260,880,104,65,35,148,785,158,102,1193,1065,377,1114,78,8,317,104,1007,55,496,93,2,26,209,288,211,1074,422,129,463,523,194,417,1703,61,1131,5326830,5797,76,5995848,2803401,3311,141,795,19735,1,303,44,1815,13,3,4,4,2,5,20,16,3,7451740,16496859,487,4041656,1964,3094,13579,3405,5540,5778,619,93,1356140,17169',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/\r\nda\r\ngen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.index\r\n7398\r\nOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"kF4_Y8-pFKyoptQPpKOF4Ag\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"kF4_Y8-pFKyoptQPpKOF4Ag\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"kF4_Y8-pFKyoptQPpKOF4Ag\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9soIRqcIo_di6VkCSmIVIQLzR3pPJc\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwiMk7aF28z6AhWYj4kEHcc6DmEQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwiMk7aF28z6AhWYj4kEHcc6DmEQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x226BVIC_gQRP2ElcPYEagPM7DUI4Q\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:02:40","EndTime":"2022-10-06T19:03:00"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Alternate-false-667","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHost:\r\nDOMAIN\r\n\r\n","RequestStrategy":"Host:\r\nwww.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:10 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:10 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGPLJLx1JmZ6xtTmxyEfOcs4kGt9pea_3NGXvfIAls02P59eL5Sr8Ac; expires=Tue, 04-Apr-2023 23:03:10 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=GMyhDyzd5Pvgf81CVxUxvz6Eq4OC0WVauMqB4MRojjDkHOR5NhChymODA7bEBvfkpHLqLWANpGSPuYfxet1uP7fBuH2_ofqLUQR0GrM7rAwoOGSLwxAqQGA_uIlxO8PDvmvenjVrnzgUJa8z00yGOu-PyC7WnPn8lDUZfB_qj1s; expires=Fri, 07-Apr-2023 23:03:10 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c8a\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google={kEI:'rl4_Y-zmIo2YptQPyvy6kAU',kEXPI:'0,1302536,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197661,43,380787,16114,19397,9287,22431,1361,12315,4749,12835,4998,13228,3847,6884,3742,12720,10017,5081,889,704,1279,2742,149,1943,1983,4314,3514,606,2023,1777,520,14670,603,2624,2845,7,5599,23476,4695,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5815,2542,4094,4052,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,22668,6074,4567,6259,23418,1252,5835,14967,4333,2204,2812,2468,445,2,2,1,10957,6355,9320,8155,7381,2,3,15965,873,7828,1797,5212,4796,7,1922,9779,6542,1241,11347,1509,15515,1520,6414,3711,5370,123,700,4,1,2,2,2,2,1440,4513,2806,965,4192,5135,1461,3746,4531,14,82,2480,373,1037,751,201,1869,123,519,4294,410,2209,51,188,2009,488,922,861,1075,455,364,464,2,521,162,506,393,2433,274,50,167,337,3,1,2,1,399,498,12,98,243,213,1037,429,374,77,377,578,2038,2064,1,951,3,815,4,507,811,47,893,1,700,1,132,238,207,260,880,103,66,35,136,797,36,224,449,408,336,1066,377,1113,77,244,82,104,1015,20,27,226,363,2,26,197,167,132,1708,31,327,238,168,70,438,455,1518,4,180,68,554,2412,5325000,5785,76,53,50,5995745,2803401,3311,141,795,19735,1,1,346,1815,14,2,4,3,4,16,8,17,2,7451740,16496860,486,4041656,1964,3094,13578,3406,11319,925573',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIC\r\nd9\r\nomponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.file\r\n73ac\r\nName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"rl4_Y5X0I7KaptQPtuKEsA4\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"rl4_Y5X0I7KaptQPtuKEsA4\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"rl4_Y5X0I7KaptQPtuKEsA4\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9svu3ZerI9JHIQkw_HgzqNhdnPGfbM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjs9eyT28z6AhUNjIkEHUq-DlIQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjs9eyT28z6AhUNjIkEHUq-DlIQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22lUZnLWoATouec28cTlvCyJOsnrs\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\nexample.com\r\n\r\n","UncensoredRequestStrategy":"Host:\r\nexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:00 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:00 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGN2poGquTmntJG2IEOjlnodYpByr7cMAPagxVsL2icVNSmBfrab82I; expires=Tue, 04-Apr-2023 23:03:00 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=MpDaidFxV0Eb_ciLfidv7zieaNPOHdGCJ59bb_bauEJKCdWyq3ydakt_wEJJkl-DpID_ZrZCn5Au2a4wXfwvBdRp5zO2NSKiIZoh2PUHnXHuAdMe9UWLrt2utLW6SfUzeuutszWldNT7CUcWYL1Govdwsf18F6S7dN5cy-hiSQU; expires=Fri, 07-Apr-2023 23:03:00 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d4c\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google={kEI:'pF4_Y8CBHqilptQP6L6bGA',kEXPI:'0,1302536,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197764,630,380096,16115,28684,22430,1362,12312,2822,14765,4998,13228,3847,3600,7022,22741,5081,887,706,1279,2742,149,1103,840,1983,4314,108,3406,606,2023,1777,520,14670,3227,2847,5,5599,23475,4696,1851,15324,432,3,1590,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,11443,2215,2980,1457,15351,1435,5818,2539,4097,14,4035,3,3541,1,42157,2,14019,2373,342,3534,7867,11623,5679,1021,2380,28742,4567,6259,23418,1252,5835,14968,4332,2204,5280,445,2,2,1,10956,6356,9320,8155,6680,701,2,3,15964,873,9626,5211,4797,7,1922,9779,5864,15915,9543,1732,3100,7934,9075,6,123,700,4,1,2,2,2,2,424,5529,7964,5134,7390,2348,14,82,950,807,1096,1037,751,202,50,1816,125,3160,1654,2618,46,5,1961,236,488,922,1941,450,108,255,465,2,522,161,249,650,181,327,2199,51,166,337,3,1,2,1,399,498,12,98,242,214,164,767,968,972,518,1521,101,45,1918,1,951,818,4,507,635,1817,1,121,250,205,261,881,102,111,636,287,32,228,449,140,458,146,754,1,1,310,377,1113,401,106,939,68,2,52,152,378,297,287,214,1494,31,98,229,908,391,68,1346,357,22,1172,1388,5325453,5786,74,5995849,2803401,3311,141,795,19735,1,1,346,1813,14,4,5,3,3,2,22,17,3,7451739,16496859,4042143,1964,3094,11203,2375,3406,11318',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-exte\r\nd1\r\nnsion:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\"\r\n72be\r\n,c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"pF4_Y5H7Hp2DptQP29ejqAw\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"pF4_Y5H7Hp2DptQP29ejqAw\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"pF4_Y5H7Hp2DptQP29ejqAw\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9stFOtmxm6D5K6ty7FMD6WRzUwr65H\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjA44WP28z6AhWokokEHWjfBgMQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjA44WP28z6AhWokokEHWjfBgMQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22KPi-g_hzmo5g0Xk3ptL0ITDs4wA\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:03:00","EndTime":"2022-10-06T19:03:20"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Host Word | Alternate-false-7","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHostHeader:DOMAIN\r\n\r\n","RequestStrategy":"HostHeader:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:30 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:30 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGMirrrYZqp59OyT5Oe-kznLxtRfTgKxPeazAWogNw0Ma9i2nwmx0cY; expires=Tue, 04-Apr-2023 23:03:30 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=HyA-RwDDxIEpyh-pM43vmDK0qLSGIpRkxF5hLQt8A-AOMRWLC2WmYbjfBXeE-UC4PqTwAj3kfPXCmFnT1kdU0w4cbFd_rTGtcjio9d5rm6Rr_qilKOQIYFpSIEOdcOWRt3j4cG05XNgx4r9DjrheLFp7Qak85oNttxn6ZP3JAEk; expires=Fri, 07-Apr-2023 23:03:30 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c98\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google={kEI:'wl4_Y56ELpOGptQPs6qs8A8',kEXPI:'0,202535,1099997,56877,1710,4349,206,2415,2389,2316,383,246,5,5367,1123753,1197784,617,380089,16115,17444,11240,22430,1362,12317,2818,1930,12834,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2025,1775,520,14670,3227,2846,6,33770,1850,15325,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,924,1,12733,2980,1457,15351,1435,5812,2545,4094,4052,3,3541,1,11942,30212,2,14022,2373,342,3534,7867,11623,5679,1021,2380,28741,4568,6259,23418,1246,5841,14967,4333,2204,2813,2467,445,2,2,1,10956,6356,6513,801,10161,7381,2,3,15965,873,9625,5211,4797,7,1922,9781,19128,12192,4832,11645,4319,1044,8,122,700,4,1,2,2,2,2,8743,981,698,2269,3639,2720,5592,4147,14,82,949,1904,1037,751,201,1867,124,4814,410,2260,2133,64,488,922,403,1533,455,363,989,161,338,168,393,1548,885,274,216,338,3,1,2,1,390,507,12,98,456,28,872,31,108,860,394,2617,2064,1,951,818,4,428,79,778,80,617,977,1,370,14,193,260,881,103,66,34,136,797,36,224,449,744,882,560,1114,341,37,25,104,238,326,153,10,280,8,46,515,300,299,546,51,345,299,44,423,358,236,240,280,167,994,1154,67,253,257,385,230,1843,5330784,75,106,5995744,2803400,3311,141,795,19736,1,298,48,1815,13,2,7,1,5,3,18,18,5,7451738,16496860,469,4041673,1964,3094,13579,3405,5543,4742,1034,351,265,97,1421009',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURICo\r\n747f\r\nmponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"wl4_Y-yQL_Tpmgen0KSoBQ\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"wl4_Y-yQL_Tpmgen0KSoBQ\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"wl4_Y-yQL_Tpmgen0KSoBQ\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9s0uAElMbesYXxeYAdxWk1vPOJ88em\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwie7byd28z6AhUTg4kEHTMVC_4QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwie7byd28z6AhUTg4kEHTMVC_4Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22Wy1p9tQKpaW7Pp3-R8hSmxJ2-50\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHostHeader:example.com\r\n\r\n","UncensoredRequestStrategy":"HostHeader:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:20 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:20 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOZmn2r_D48QSEQsNwKH2vf5x5SOOAnM8P2oI3pMdJg3vR6xfBehhk; expires=Tue, 04-Apr-2023 23:03:20 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=vpTlXEmVD_28gyfJNNgg9wB5NRAhEmiA-sHntdeyxy3HzqAdnyxViSXH-7ls9icskwJs3E6WdRkrUfQ2O_bSksZ_kjP-MkeueVMFyQ6PqiI6BFsLKBFES_z2fBtBg29WFGBgQkAdeci_nLhtAeGzjOZq25fgo21hCQv3dc_Nb9s; expires=Fri, 07-Apr-2023 23:03:20 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5de4\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google={kEI:'uF4_Y8CjKKeiptQP8a-WaA',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197788,380702,16115,28684,22430,1362,283,12033,17583,4998,13228,3847,10622,22741,2372,2709,1594,1278,2742,149,1103,840,1983,4314,4120,2023,1777,520,14670,3227,2847,6,24989,8780,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7356,11444,2215,2980,1457,15351,1435,5809,2548,4094,4052,3,3541,1,42160,2,14016,2373,342,11401,11623,5679,1020,2381,28741,4569,6258,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,6959,10347,7320,2006,8155,7381,2,3,15965,872,9626,5211,4797,7,1922,9779,19130,12192,1741,3091,1520,6414,3708,4367,1006,123,700,4,1,2,2,2,2,5952,4470,2269,1226,1222,2306,1606,9738,14,82,950,807,1095,1038,751,201,1869,122,4814,2619,51,188,2009,488,922,862,1074,455,364,987,162,332,174,393,2707,51,165,338,3,1,2,1,390,508,13,93,247,212,28,2265,1464,370,21,762,2064,1,653,4,294,49,771,3,507,1127,1,1128,195,1,121,249,206,261,881,102,66,45,126,489,308,260,1194,979,463,1113,353,50,104,1015,20,26,226,188,83,307,23,155,132,223,549,936,129,758,2185,357,1501,5332318,46,30,103,5995746,2803400,3311,141,795,19735,1,1,346,1814,15,3,5,1,5,2,21,17,3,7451739,16496859,2773820,1268323,2972,2086,13578,3406,11319',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel\r\ncc\r\n=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.\r\n720e\r\nonerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"uF4_Y9LAKarfptQPjf-_iA4\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"uF4_Y9LAKarfptQPjf-_iA4\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"uF4_Y9LAKarfptQPjf-_iA4\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9syGxMdG7U-0PIVAbGrX2U220izRYK\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjA39SY28z6AhUnkYkEHfGXBQ0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjA39SY28z6AhUnkYkEHfGXBQ0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22KX7Ud53jyHiPccFSolwbCvYPA0E\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:03:20","EndTime":"2022-10-06T19:03:40"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Delimiter | Remove-false-116","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\nHost:DOMAIN\r\n\r\n","RequestStrategy":"\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:03:50 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:03:40 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:03:40","EndTime":"2022-10-06T19:04:00"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Delimiter | Remove-false-696","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:04:10 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:04:00 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:04:00","EndTime":"2022-10-06T19:04:20"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Http Delimiter | Remove-false-579","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\rHost:DOMAIN\r\n\r\n","RequestStrategy":"\r","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:30 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\rHost:example.com\r\n\r\n","UncensoredRequestStrategy":"\rHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:20 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:04:20","EndTime":"2022-10-06T19:04:40"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-279","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET/ HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GET/","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:50 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:40 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:04:40","EndTime":"2022-10-06T19:05:01"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-852","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET z HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"z","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:01","EndTime":"2022-10-06T19:05:21"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-980","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET ? HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"?","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET ? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:21","EndTime":"2022-10-06T19:05:41"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-678","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 23:05:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 23:05:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:05:41","EndTime":"2022-10-06T19:06:01"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-11","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET /HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"/HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1569\r\nDate: Thu, 06 Oct 2022 23:06:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/HTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET /HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"/HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1569\r\nDate: Thu, 06 Oct 2022 23:06:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/HTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:06:01","EndTime":"2022-10-06T19:06:21"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-292","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET**HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GET**HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:06:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:06:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:06:21","EndTime":"2022-10-06T19:06:41"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-107","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET /xHTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"/xHTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1570\r\nDate: Thu, 06 Oct 2022 23:06:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/xHTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET /xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"/xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1570\r\nDate: Thu, 06 Oct 2022 23:06:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/xHTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:06:41","EndTime":"2022-10-06T19:07:01"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Path | Alternate-false-788","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GETx/ HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"GETx/","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:07:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:07:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:07:01","EndTime":"2022-10-06T19:07:21"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Header | Alternate-false-23","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nUser-Agent: xxx\r\n\r\n","RequestStrategy":"User-Agent: xxx\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:07:21","EndTime":"2022-10-06T19:07:41"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Header | Alternate-false-282","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nCache-Control: no-cache\r\n\r\n","RequestStrategy":"Cache-Control: no-cache\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:07:41","EndTime":"2022-10-06T19:08:01"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Header | Alternate-false-804","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","RequestStrategy":"If-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:08:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:08:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:08:01","EndTime":"2022-10-06T19:08:21"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Alternate-false-268","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\n\r\n\r\n","RequestStrategy":"GET / HTTP/1.1\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:31 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:31 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNKhHt7FnSrtdGjyIOsD1T48C_AopcCsPJ6yLBerN4hlQzsBBQ7Ag; expires=Tue, 04-Apr-2023 23:08:31 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=OPxZqCAi8gjVMZgEY05ft1fFH1sqIdkSrgjCHlBEzCh_KoE8iMHxzo-QrWR-LWHWGxiYCqBH3sXRlqjCCXP_OoJtMVikphJ6W21fcq4xlXCn1d_Ye8ZgRu_06WTS5kty0Msv0PwQHLkLTgvvgiPo-j8e4U72-3MYwMFgelbOfss; expires=Fri, 07-Apr-2023 23:08:31 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d5d\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google={kEI:'718_Y7i6IZOHptQPnJiX4AM',kEXPI:'0,18168,1284368,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197707,380784,16114,17444,1954,9286,22430,1362,12311,2824,14764,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,841,1982,213,4101,3514,606,2023,1777,520,14670,3227,2846,6,4774,825,27619,553,1850,15324,432,3,346,1244,1,5444,151,11321,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,13628,1723,1435,5827,2530,4097,4049,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28741,4569,6252,23424,1252,5835,14968,4332,2204,5280,445,2,2,1,23526,3106,8155,7381,2,3,15965,873,6577,1252,1796,5211,4797,7,1922,5600,4179,12415,6715,12192,4832,7934,4891,3,4187,123,700,4,1,2,2,2,2,1438,7305,837,144,4192,5135,5206,689,3843,14,82,950,807,1096,1037,751,201,1869,122,4815,409,2209,46,5,2197,488,922,613,1323,346,109,104,259,989,161,248,87,564,508,1925,274,216,338,3,1,2,1,390,508,13,93,247,212,1983,311,2616,2064,1,61,890,49,771,3,424,37,46,857,1594,1,132,239,205,261,880,104,66,34,624,309,40,117,101,591,270,334,1443,1113,91,250,60,106,793,216,26,27,814,167,133,771,936,129,278,184,1,238,477,1097,1025,67,510,15,510,90,231,5332397,75,71,5995778,2803400,3311,141,801,19729,1,1,346,1815,15,9,2,4,3,4,14,16,4,7451739,16496860,487,2769680,1271975,5058,13579,3405,5540,5778,617',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.index\r\ncd\r\nOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var \r\n72cb\r\nu in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"718_Y--mIuWZptQPj-m_4AI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"718_Y--mIuWZptQPj-m_4AI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"718_Y--mIuWZptQPj-m_4AI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9t_xMaDRmhHsv4cEUdbF98Qr0B59VM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwj47fOs3Mz6AhWTg4kEHRzMBTwQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwj47fOs3Mz6AhWTg4kEHRzMBTwQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x228VQpD5qqies1DaAPB_G4bZLVers\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\n\r\n\r\n","UncensoredRequestStrategy":"GET / HTTP/1.1\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:21 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:21 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNZvo8xy8Q17AB4B2rqLiEehVqGTgl_JaOJilklGMi8eUn78f8jHSo; expires=Tue, 04-Apr-2023 23:08:21 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=N42swEUWfYgAl0kKikoyygGYScJVhGKW8O5ScXywp27ok6nWw_4f-xSRbRinHT5XlNMS_OSxkopbPWntFP9Ww-ZSxezqAw8d6kCQGEblc17mqNALpNCyXTl8FUr5SAjJZefqCQIrUALaNtGoXrQINjhigpeswztBNQoO0liyX1U; expires=Fri, 07-Apr-2023 23:08:21 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d88\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google={kEI:'5V8_Y-jLG52gptQP_JKi4A0',kEXPI:'0,1302534,56875,6059,206,2415,2389,2316,383,246,5,5367,1123753,1197784,617,380090,16114,28684,22431,1361,284,12036,2815,1929,12835,4998,13228,3847,10623,22740,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2023,1777,520,14670,3227,2846,6,5599,28172,1849,15325,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5812,2545,4094,4052,3,3541,1,42154,2,14022,2373,342,3534,4537,3330,11623,5679,1021,2377,14026,14719,4567,6253,23425,1251,5835,14967,4333,2204,2812,2468,445,2,2,1,1385,5575,10352,6515,10960,6680,701,2,3,15964,874,9625,5212,4796,7,1922,9781,21777,9543,4832,7934,9082,122,700,4,1,2,2,2,2,8652,1316,454,2269,6359,8746,993,14,82,2853,1037,751,201,1869,122,940,2221,1229,424,409,2210,14,37,188,2009,488,922,861,1080,450,364,988,161,248,651,2431,276,50,167,337,3,1,2,1,399,498,12,98,456,931,106,433,370,2287,21,762,963,138,963,1,950,819,4,507,858,299,1295,1,371,13,193,260,881,102,67,44,923,40,117,101,451,744,882,183,377,1114,86,265,50,106,1007,54,815,301,941,264,501,129,229,236,549,515,69,679,666,356,1103,321,79,5332317,76,5995832,17,2803400,3311,141,795,19735,1,1,346,1815,12,3,7,3,1,5,19,17,3,7451740,16496860,4042142,1964,3094,13579,3405,5543,52,11,5713',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\r\nc6\r\n\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \r\n728a\r\n\"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"5V8_Y9T2HK-FptQP99-RuAI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"5V8_Y9T2HK-FptQP99-RuAI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"5V8_Y9T2HK-FptQP99-RuAI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9t9SDClLRDVAHL30uC1gPmaq6TKFmw\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwio0ouo3Mz6AhUdkIkEHXyJCNwQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwio0ouo3Mz6AhUdkIkEHXyJCNwQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x227wuk1UXRdWLrbFL0aLI1vrkWmvk\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:08:21","EndTime":"2022-10-06T19:08:41"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Alternate-false-116","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHost:\r\n\r\n","RequestStrategy":"","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:51 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:51 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNSWYmcrGFPhH7xb2MfyffFOP740-WUELYPm_wY3-sGvEQdZqwOmQ; expires=Tue, 04-Apr-2023 23:08:51 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=T4XytcKseTe5rbTw4U0aDQFbGCyAp-ScavcFSvOYWpj_BElFOxMDB5WeOZjL9hapETeMGRAaUEg6wZsHmlPx2bTfE0PN0Jn3r7Bu2TlDTLYeIR0x6eRLFze5NXNHZlvpBJB7C0nf0f3wmqeTGGxL4nXKaiewQXweVXYcep5PKEU; expires=Fri, 07-Apr-2023 23:08:51 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n6041\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google={kEI:'A2A_Y4fLObCB0PEPlJyb6A0',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197759,642,380089,16115,28684,22430,1362,12313,17586,4998,13228,3847,10622,22741,6674,1279,2742,149,1103,840,1983,214,4100,109,3405,606,2023,1777,520,14670,3227,2845,7,33770,4465,12710,432,3,1590,1,5444,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,11442,2216,2980,16808,1435,5812,2545,4094,4052,3,3541,1,42157,2,14019,2373,342,11401,11623,5679,1021,2378,28743,4568,6253,23424,1252,5835,14967,4333,2204,5280,445,2,2,1,1385,5574,17667,2006,8155,7321,60,2,3,15965,873,7829,1796,5211,4797,7,1922,9779,19130,12192,1740,3092,5764,2170,3705,5376,123,700,4,1,2,2,2,2,424,4773,140,2892,2193,2269,2669,3691,1460,8278,14,82,950,1903,1037,756,196,1867,4938,2619,51,2133,64,488,922,101,512,1323,346,109,363,585,404,161,899,2698,60,166,337,3,1,2,1,399,498,12,98,242,214,931,108,3871,2027,37,1,950,819,4,463,45,857,270,1,1323,1,371,206,260,881,103,66,34,933,260,1194,1441,300,814,403,104,262,304,443,26,27,826,287,223,323,150,519,2,491,594,672,41,418,678,1025,21,1074,1940,5330555,231,74,72,5994104,1674,2803400,3311,141,795,19736,1,298,48,1815,12,4,6,1,5,2,19,19,4,7451738,11439943,5056916,2862027,1180116,1964,3094,13578,3406,5540,5778,1374027,47697',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Lib\r\nd1\r\nrary Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i\r\n6fba\r\n=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"A2A_Y9_MOoyH0PEP0buJoAI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"A2A_Y9_MOoyH0PEP0buJoAI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"A2A_Y9_MOoyH0PEP0buJoAI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9uE1A8VscM-YG1jIU8EjKBxTPa2pzM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjH2NC23Mz6AhWwADQIHRTOBt0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjH2NC23Mz6AhWwADQIHRTOBt0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22UIjok1NPre2H4PxpID8iUqZutwI\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\n\r\n","UncensoredRequestStrategy":"","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:41 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:41 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGONrTfE6uvADIdvmE438OayC7WUxqePiqIB_fgqrv_NuI4mpyDc_A; expires=Tue, 04-Apr-2023 23:08:41 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=oGdCBq3pf1eeLjujrk1y9suiNZb9ELCc2M0aJykp49eJePNKpqPHLEo1HFTTd2NzywL3i1gZcdKtNaOY5q983oYr6klGEWQLnpmZLX8zEfTJsQ9ER3l4DqhZ7-rhUIkMQ88B8Dv_GRkomMBxybJQp13rwLuDr3rk77MPDFjluwI; expires=Fri, 07-Apr-2023 23:08:41 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c5d\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google={kEI:'-V8_Y-iUJr-nptQPtZCwyAU',kEXPI:'0,1302536,56873,1709,4349,207,4804,2316,383,246,5,5367,1123753,1197739,662,380090,16114,17444,1953,9287,22430,1362,284,12030,17585,4998,13228,3847,10622,22741,5081,885,708,1279,2742,149,1103,840,1983,4314,109,3405,606,2023,1777,520,14670,3227,2845,7,4774,825,28171,1851,15324,432,3,1590,1,5444,150,11322,2652,4,1528,2304,7039,22023,5708,7182,174,11443,2216,2980,1457,15351,1435,5824,2533,4094,17,4035,3,3541,1,42154,2,14022,1648,725,342,11401,11623,5679,1020,2378,28745,4568,6258,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,10956,6350,9326,8155,6680,701,2,3,1475,14489,873,7830,1796,3838,21,1,1351,4797,7,1355,567,9779,19130,17024,7934,7824,1250,8,122,700,4,1,2,2,2,2,5337,3406,1225,9083,5207,4531,14,82,950,807,1095,1038,751,201,1867,643,4295,410,94,2115,14,32,5,2197,488,922,522,8,1,5,57,1348,339,111,108,256,464,2,118,403,162,899,2433,274,51,165,338,3,1,2,1,390,507,12,95,459,2748,2162,1100,964,1,860,88,2,819,4,507,858,906,688,1,370,14,193,260,881,102,67,34,644,289,50,210,1193,1066,376,1114,78,273,52,104,649,366,46,815,167,133,221,720,344,422,1115,542,1771,68,531,496,98,310,1533,5330784,47,29,5995848,2803401,3311,141,795,19735,1,1,346,1815,12,5,4,7,2,9,11,19,2,7451739,16496859,2738464,1303679,1964,3094,11204,2375,3405,5540,3897,1881,1356852,64872',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)\r\nd0\r\nreturn null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNum\r\n73d4\r\nber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"-V8_Y8-oJ6iFptQPt_mRaA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"-V8_Y8-oJ6iFptQPt_mRaA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"-V8_Y8-oJ6iFptQPt_mRaA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9uCSBHbtZuH1e7Qa5bn3EsrfGfv4iv\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwio9dqx3Mz6AhW_k4kEHTUIDFkQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwio9dqx3Mz6AhW_k4kEHTUIDFkQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising�Programs\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x223Rys1vyLct53wpKSI-G8d74hEPM\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:08:41","EndTime":"2022-10-06T19:09:02"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Alternate-false-379","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAINDOMAINDOMAIN\r\n\r\n","RequestStrategy":"www.censoredplanet.orgwww.censoredplanet.orgwww.censoredplanet.org","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.comexample.comexample.com\r\n\r\n","UncensoredRequestStrategy":"example.comexample.comexample.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:09:02","EndTime":"2022-10-06T19:09:22"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-776","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.com\r\n\r\n","RequestStrategy":"www.censoredplanet.com","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredRequestStrategy":"example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:09:22","EndTime":"2022-10-06T19:09:42"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-94","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.xyz\r\n\r\n","RequestStrategy":"www.censoredplanet.xyz","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.xyz\r\n\r\n","UncensoredRequestStrategy":"example.xyz","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:09:42","EndTime":"2022-10-06T19:10:02"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-147","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.net\r\n\r\n","RequestStrategy":"www.censoredplanet.net","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.net\r\n\r\n","UncensoredRequestStrategy":"example.net","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:10:02","EndTime":"2022-10-06T19:10:22"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-773","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.club\r\n\r\n","RequestStrategy":"www.censoredplanet.club","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.club\r\n\r\n","UncensoredRequestStrategy":"example.club","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:10:22","EndTime":"2022-10-06T19:10:42"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-734","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.me\r\n\r\n","RequestStrategy":"www.censoredplanet.me","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.me\r\n\r\n","UncensoredRequestStrategy":"example.me","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:10:42","EndTime":"2022-10-06T19:11:02"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-728","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:DOMAIN\r\n\r\n","RequestStrategy":"www.censoredplanet.org","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.org\r\n\r\n","UncensoredRequestStrategy":"example.org","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:11:02","EndTime":"2022-10-06T19:11:22"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-827","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.co\r\n\r\n","RequestStrategy":"www.censoredplanet.co","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.co\r\n\r\n","UncensoredRequestStrategy":"example.co","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:11:22","EndTime":"2022-10-06T19:11:42"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-72","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.shop\r\n\r\n","RequestStrategy":"www.censoredplanet.shop","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.shop\r\n\r\n","UncensoredRequestStrategy":"example.shop","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:11:42","EndTime":"2022-10-06T19:12:02"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-131","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.info\r\n\r\n","RequestStrategy":"www.censoredplanet.info","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.info\r\n\r\n","UncensoredRequestStrategy":"example.info","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:12:02","EndTime":"2022-10-06T19:12:22"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname TLD Alternate-false-766","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.live\r\n\r\n","RequestStrategy":"www.censoredplanet.live","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.live\r\n\r\n","UncensoredRequestStrategy":"example.live","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:12:22","EndTime":"2022-10-06T19:12:42"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Subdomain Alternate-false-536","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:forums.censoredplanet.org\r\n\r\n","RequestStrategy":"forums.censoredplanet.org","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:forums.example.com\r\n\r\n","UncensoredRequestStrategy":"forums.example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:12:42","EndTime":"2022-10-06T19:13:02"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Subdomain Alternate-false-3","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:mail.censoredplanet.org\r\n\r\n","RequestStrategy":"mail.censoredplanet.org","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:mail.example.com\r\n\r\n","UncensoredRequestStrategy":"mail.example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:13:02","EndTime":"2022-10-06T19:13:22"} +{"TestID":"www.censoredplanet.org-example-142.250.190.46-Hostname Subdomain Alternate-false-447","MeasurementType":"direct","Country":"example","Protocol":"http","DstIP":"142.250.190.46","DstASN":15169,"Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"NormalResponseType":"","NormalCensored":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:ww1.censoredplanet.org\r\n\r\n","RequestStrategy":"ww1.censoredplanet.org","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":"","CensoredResponseType":"content/http","UncensoredRequest":"GET / HTTP/1.1\r\nHost:ww1.example.com\r\n\r\n","UncensoredRequestStrategy":"ww1.example.com","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":"","UncensoredResponsetype":"content/http","StartTime":"2022-10-06T19:13:22","EndTime":"2022-10-06T19:13:42"} diff --git a/examples/example_direct_http_fuzz.json b/examples/example_direct_http_fuzz.json new file mode 100755 index 0000000..7422010 --- /dev/null +++ b/examples/example_direct_http_fuzz.json @@ -0,0 +1,122 @@ +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Normal","IsNormal":true,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:53:18.798265364-04:00","EndTime":"2022-10-06T18:53:38.826571971-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:***www.google.com*\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:49 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:***example.com*\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:38 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:53:38.826613388-04:00","EndTime":"2022-10-06T18:53:59.042624155-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:****www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:09 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:****example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:53:59 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:53:59.042639718-04:00","EndTime":"2022-10-06T18:54:19.258730549-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:*www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:29 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:*example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:19 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:19.258749397-04:00","EndTime":"2022-10-06T18:54:39.679180875-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"geT / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:49 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"geT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:39.679188744-04:00","EndTime":"2022-10-06T18:54:59.689097786-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"gET / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:09 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"gET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:54:59 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:59.689113714-04:00","EndTime":"2022-10-06T18:55:19.90439924-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"Get / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:29 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"Get / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:55:19 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:55:19.904410009-04:00","EndTime":"2022-10-06T18:55:39.914076056-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GE / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GE / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:55:39.914081691-04:00","EndTime":"2022-10-06T18:55:59.923810614-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"ET / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"ET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:55:59.923824798-04:00","EndTime":"2022-10-06T18:56:19.933732258-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"G / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"G / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:56:19.93374795-04:00","EndTime":"2022-10-06T18:56:39.944516628-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PUT / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"PUT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:56:39.944530374-04:00","EndTime":"2022-10-06T18:56:59.954760227-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PATCH / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"PATCH / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:56:59.954774926-04:00","EndTime":"2022-10-06T18:57:19.966615132-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"POST / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"POST / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:57:19.966629299-04:00","EndTime":"2022-10-06T18:57:39.977779045-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / hTtp/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:57:39.977792786-04:00","EndTime":"2022-10-06T18:57:59.99071567-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / hTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:57:59.990729302-04:00","EndTime":"2022-10-06T18:58:20.001269643-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / Http/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:58:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:58:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:58:20.001286361-04:00","EndTime":"2022-10-06T18:58:40.221127848-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / 11\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / 11\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:58:40.221141201-04:00","EndTime":"2022-10-06T18:59:00.231436898-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / T.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / T.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T18:59:00.231456803-04:00","EndTime":"2022-10-06T18:59:20.241559538-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HP1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HP1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:59:20.241575241-04:00","EndTime":"2022-10-06T18:59:40.460655395-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1x\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:50 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 22:59:40 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T18:59:40.460666921-04:00","EndTime":"2022-10-06T19:00:00.677674437-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP9\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:10 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP9\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:00 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:00:00.677690521-04:00","EndTime":"2022-10-06T19:00:20.689913253-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/3\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 505 HTTP Version Not Supported\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:30 GMT\r\nContent-Type: text/html\r\nContent-Length: 185\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e505 HTTP Version Not Supported\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e505 HTTP Version Not Supported\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 505 HTTP Version Not Supported\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:00:20 GMT\r\nContent-Type: text/html\r\nContent-Length: 185\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e505 HTTP Version Not Supported\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e505 HTTP Version Not Supported\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:00:20.689926949-04:00","EndTime":"2022-10-06T19:00:40.699600983-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nhOSt: www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nhOSt: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:00:40.699617525-04:00","EndTime":"2022-10-06T19:01:00.709787479-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOST: www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHOST: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:01:00.7097953-04:00","EndTime":"2022-10-06T19:01:20.72022267-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOSt: www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHOSt: example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:01:20.72023953-04:00","EndTime":"2022-10-06T19:01:40.731777708-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\noswww.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:01:50 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nosexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:01:40 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:01:40.731790985-04:00","EndTime":"2022-10-06T19:02:00.949071547-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nt:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:10 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nt:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:00 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:02:00.949085384-04:00","EndTime":"2022-10-06T19:02:21.166711053-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\n:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:02:21.166722742-04:00","EndTime":"2022-10-06T19:02:41.17838726-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHostwww.www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHostwww.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:02:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:02:41.178398458-04:00","EndTime":"2022-10-06T19:03:01.397792005-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:\r\nwww.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:11 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\nexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:01 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:03:01.397828142-04:00","EndTime":"2022-10-06T19:03:21.407847638-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHostHeader:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHostHeader:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:03:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:03:21.40785831-04:00","EndTime":"2022-10-06T19:03:41.631830159-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:03:41.631843702-04:00","EndTime":"2022-10-06T19:04:01.644346609-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:04:01.644360984-04:00","EndTime":"2022-10-06T19:04:21.655112545-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\rHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\rHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:04:21.655126124-04:00","EndTime":"2022-10-06T19:04:41.873023624-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET/ HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:04:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:04:41.873037713-04:00","EndTime":"2022-10-06T19:05:01.882990172-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET z HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:11 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:01 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:01.883003922-04:00","EndTime":"2022-10-06T19:05:21.891847875-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET ? HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:31 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET ? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:21 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:21.891861178-04:00","EndTime":"2022-10-06T19:05:41.901389727-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:51 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:05:41 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:41.901403239-04:00","EndTime":"2022-10-06T19:06:02.115894976-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET /HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET /HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:06:02.115905046-04:00","EndTime":"2022-10-06T19:06:22.127279193-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET**HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:06:32 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:06:22 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:06:22.127292267-04:00","EndTime":"2022-10-06T19:06:42.136833414-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET /xHTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET /xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:06:42.136839799-04:00","EndTime":"2022-10-06T19:07:02.146438508-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GETx/ HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:07:12 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:07:02 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:07:02.146456291-04:00","EndTime":"2022-10-06T19:07:22.157674718-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\nUser-Agent: xxx\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:07:22.157688974-04:00","EndTime":"2022-10-06T19:07:42.168771486-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\nCache-Control: no-cache\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:07:42.168785234-04:00","EndTime":"2022-10-06T19:08:02.179139638-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:08:02.179153145-04:00","EndTime":"2022-10-06T19:08:22.189614711-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:32 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\n\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:22 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:08:22.18962877-04:00","EndTime":"2022-10-06T19:08:42.198535654-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:52 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nServer: cloudflare\r\nDate: Thu, 06 Oct 2022 23:08:42 GMT\r\nContent-Type: text/html\r\nContent-Length: 155\r\nConnection: close\r\nCF-RAY: -\r\n\r\n\u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e400 Bad Request\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e400 Bad Request\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003ecloudflare\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:08:42.198549399-04:00","EndTime":"2022-10-06T19:09:02.208623744-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.comwww.google.comwww.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.comexample.comexample.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:09:02.208637462-04:00","EndTime":"2022-10-06T19:09:22.222673145-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:09:22.222690378-04:00","EndTime":"2022-10-06T19:09:42.233620173-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.xyz\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.xyz\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:09:42.23363477-04:00","EndTime":"2022-10-06T19:10:02.245210404-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.net\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.net\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:10:02.24521564-04:00","EndTime":"2022-10-06T19:10:22.256691411-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.club\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.club\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:10:22.256698305-04:00","EndTime":"2022-10-06T19:10:42.287039475-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.me\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.me\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:10:42.287047965-04:00","EndTime":"2022-10-06T19:11:02.316706598-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.org\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.org\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:11:02.316714719-04:00","EndTime":"2022-10-06T19:11:22.337651329-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.co\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.co\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:11:22.337665634-04:00","EndTime":"2022-10-06T19:11:42.368657652-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.shop\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.shop\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:11:42.36866928-04:00","EndTime":"2022-10-06T19:12:02.397911056-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.info\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.info\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:12:02.397922297-04:00","EndTime":"2022-10-06T19:12:22.426797662-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.google.live\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.live\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:12:22.42680893-04:00","EndTime":"2022-10-06T19:12:42.461637292-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:forums.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:forums.example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:12:42.461652647-04:00","EndTime":"2022-10-06T19:13:02.494176306-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:mail.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:mail.example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:13:02.494187233-04:00","EndTime":"2022-10-06T19:13:22.514539042-04:00"} +{"IP":"1.1.1.1","Domain":"www.google.com","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:ww1.google.com\r\n\r\n","Response":"","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:ww1.example.com\r\n\r\n","UncensoredResponse":"","UncensoredError":null,"StartTime":"2022-10-06T19:13:22.514553221-04:00","EndTime":"2022-10-06T19:13:42.546776896-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Normal","IsNormal":true,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:53:28 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:53:18 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:53:18.798522444-04:00","EndTime":"2022-10-06T18:53:38.827902949-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:***www.censoredplanet.org*\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:48 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:***example.com*\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:38 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:53:38.827918383-04:00","EndTime":"2022-10-06T18:53:58.866975511-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:****www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:08 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:****example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:53:58 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:53:58.86698819-04:00","EndTime":"2022-10-06T18:54:18.910075743-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Padding","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:*www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:28 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:*example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:54:18 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:18.910081085-04:00","EndTime":"2022-10-06T18:54:38.955815669-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"geT / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:48 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"geT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:38 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:38.955831157-04:00","EndTime":"2022-10-06T18:54:59.00220654-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"gET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"gET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:54:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:54:59.002260359-04:00","EndTime":"2022-10-06T18:55:19.052604478-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"Get / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"Get / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:55:19.052616093-04:00","EndTime":"2022-10-06T18:55:39.099102569-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GE / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GE / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:55:39.099114266-04:00","EndTime":"2022-10-06T18:55:59.147872926-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"ET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"ET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:55:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:55:59.147883952-04:00","EndTime":"2022-10-06T18:56:19.19589021-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"G / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"G / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:56:19.195902877-04:00","EndTime":"2022-10-06T18:56:39.248399873-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"PUT / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:56:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"PUT / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:56:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:56:39.24841409-04:00","EndTime":"2022-10-06T18:56:59.29412749-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"PATCH / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:57:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"PATCH / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 22:56:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:56:59.29414151-04:00","EndTime":"2022-10-06T18:57:19.333286347-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Get Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"POST / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:57:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"POST / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 411 Length Required\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 22:57:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 411 (Length Required)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e411.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003ePOST requests require a \u003ccode\u003eContent-length\u003c/code\u003e header. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:57:19.333300072-04:00","EndTime":"2022-10-06T18:57:39.379154133-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / hTtp/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / hTtp/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:57:39.379165408-04:00","EndTime":"2022-10-06T18:57:59.423879771-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / hTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / hTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:57:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:57:59.42389041-04:00","EndTime":"2022-10-06T18:58:19.469059712-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Capitalize","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / Http/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / Http/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:58:19.469074549-04:00","EndTime":"2022-10-06T18:58:39.512394518-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / 11\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / 11\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:58:39.512409204-04:00","EndTime":"2022-10-06T18:58:59.560509962-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / T.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / T.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:58:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:58:59.560526079-04:00","EndTime":"2022-10-06T18:59:19.598857314-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HP1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HP1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:59:19.598871449-04:00","EndTime":"2022-10-06T18:59:39.646603837-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1x\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1x\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:59:39.646616294-04:00","EndTime":"2022-10-06T18:59:59.69256718-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP9\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP9\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 22:59:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T18:59:59.692578926-04:00","EndTime":"2022-10-06T19:00:19.739232342-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/3\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/3\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:00:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:00:19.739244204-04:00","EndTime":"2022-10-06T19:00:39.784574617-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nhOSt: www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:49 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nhOSt: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:39 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:00:39.784586026-04:00","EndTime":"2022-10-06T19:00:59.82879809-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOST: www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:09 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHOST: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:00:59 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:00:59.82880977-04:00","EndTime":"2022-10-06T19:01:19.867336134-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Capitalize","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHOSt: www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:29 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHOSt: example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:01:19 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:01:19.867350227-04:00","EndTime":"2022-10-06T19:01:39.908401747-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\noswww.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:01:50 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:01:50 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOvOYpZ2H3t4h0FTtL2SpJ5M9JCZHWEW41gsHUyZuulZuylFrngf1Q; expires=Tue, 04-Apr-2023 23:01:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=XOdnTpCmIS9YCpfcWNsHgMvgFcUYW6L4tP0cfGMiAA1idwazr7-4ywxZjGb7UWS47JW7V-v4eAiykK8n-1YZ3JTyK3-lOxjgyEIRqAvCvWqHYdCvA2bT1clL6vKDeSw-GeqCed_9QjIxFUajdq1-_Gd0eg_GqrVLuHSnnjfTv34; expires=Fri, 07-Apr-2023 23:01:50 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c22\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google={kEI:'Xl4_Y5o196Gm1A-6q4u4Cw',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197759,642,380089,16115,19398,9286,22430,1362,284,12030,17585,4998,13228,3847,10622,22741,5081,1593,1279,2743,148,1103,840,1983,214,4100,3514,606,2023,1777,520,14670,3227,2845,7,5599,27618,553,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7355,13660,2980,1457,15351,1435,5767,2590,4094,4052,3,3541,1,42154,2,14022,2373,342,3534,7867,9865,1758,6699,953,1425,28744,4568,6259,23418,1252,5835,12200,2767,4333,2204,5280,445,2,2,1,17306,9326,8155,7381,2,3,15964,873,3088,6538,2306,2905,4797,7,1922,9779,7783,4632,9364,9543,4832,5763,2171,9075,6,123,700,4,1,2,2,2,2,8226,2196,2269,1225,5134,8455,6,1,284,993,14,82,2853,1037,751,202,1866,124,3128,1686,410,1025,1184,46,5,113,2084,488,922,507,8,1,5,72,1343,344,111,108,256,584,403,162,899,2433,274,50,167,337,3,1,2,1,399,499,13,96,456,900,137,1627,42,1053,1151,2026,38,1,866,84,821,3,507,634,142,83,702,547,343,1,164,207,13,192,261,881,103,65,45,923,89,171,449,410,334,1442,300,814,91,199,1,50,10,52,104,246,769,20,26,590,2,26,197,167,133,1707,129,229,529,379,41,350,939,832,21,1070,460,5326471,1873,3925,76,5994826,1022,2803401,3311,141,795,19736,299,4,44,1815,13,3,5,4,3,3,19,18,3,7451739,16496860,471,2737993,1303678,1964,3094,2321,11257,3406,5540,5778,1374025',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)t\r\nbf\r\nhrow a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\r\n7441\r\n\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"Xl4_Y7DFAbSYptQPps2maA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"Xl4_Y7DFAbSYptQPps2maA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"Xl4_Y7DFAbSYptQPps2maA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='NHqzvBTpVF78_OEQcYDe3w'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sbioOd4bib0VoZ0IC4qnImoTvS6xt\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwia3Lft2sz6AhX3kIkEHbrVArcQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwia3Lft2sz6AhX3kIkEHbrVArcQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"NHqzvBTpVF78_OEQcYDe3w\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22OJF80MluAL004LdUPi3_RhFlwEw\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nosexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:01:39 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:01:39 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOw0yFHG322lr95zHF2RJ1zW-WTEQbHc1Gf0TmkPxLQPynpIyV2mP0; expires=Tue, 04-Apr-2023 23:01:39 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=t6k3O8nI0JQ_6yF2fbFVCkdxAAZKb7qW8msv2He07LqCYlO6NFaylWAMrRk_ublI3EVSUKRK2z35vvTI8of0GIc018nv61J-O6MGOOZt-YCwKwBU9Y1qufHKaliGNtwPWSB4IJ-Sfugnuy4K6BvvGmXSc0V7JgURHOzFfg9ongg; expires=Fri, 07-Apr-2023 23:01:39 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5db1\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google={kEI:'U14_Y_qnOOSbptQPi66j2AE',kEXPI:'0,1302536,56873,1709,4350,206,2415,2389,896,1420,383,246,5,5367,1123753,1197723,380768,16114,28684,22430,1362,12316,17583,4998,13228,3847,10622,22741,2370,2711,1593,1279,2742,149,1103,840,1983,213,4101,3500,620,2023,1777,520,14670,3227,2847,5,5599,28171,1851,15324,432,3,346,1244,1,5444,149,11325,2650,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5818,2539,4094,17,4035,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2379,28743,4568,6256,23421,1249,5838,14968,4332,2204,5280,445,2,2,1,26632,8155,7381,2,3,15964,874,9625,5212,4796,7,1922,9779,21779,11275,3100,7934,9082,122,700,4,1,2,2,2,2,8652,91,5173,786,658,2085,88,1518,7390,2348,14,82,950,1902,1038,751,201,1869,122,520,2608,1686,410,2209,46,5,873,1324,488,922,613,1323,346,109,112,251,988,162,899,1548,885,274,51,165,338,3,1,2,1,390,507,12,98,242,214,931,959,773,1094,1153,2064,1,860,91,820,2,490,3,14,858,22,1377,195,1,371,13,193,260,881,103,65,45,923,258,1195,1066,377,1113,78,325,104,716,5,314,26,815,300,1707,129,256,882,39,352,40,1,27,677,191,835,20,47,510,615,5332628,75,71,37,5994066,1675,21,2803384,3306,141,795,19735,1,1,346,1813,16,1,5,3,5,3,19,18,3,7451739,16496860,471,4041671,1964,3094,11203,2376,3405,8717,2601,1421725',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\r\nc0\r\n\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\r\n7261\r\n\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"U14_Y4WbOYiYptQPyYSXqAg\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"U14_Y4WbOYiYptQPyYSXqAg\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"U14_Y4WbOYiYptQPyYSXqAg\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='_pc1-KdUDC8K5Rbz6oF8sw'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sY0QeYNURze4wg3a6xD87zGq8QxQj\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwi6ndDo2sz6AhXkjYkEHQvXCBsQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwi6ndDo2sz6AhXkjYkEHQvXCBsQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"_pc1-KdUDC8K5Rbz6oF8sw\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22zPNF4SkNYg7x7cevc6ZCN1L8pjE\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:01:39.908454381-04:00","EndTime":"2022-10-06T19:02:00.077078122-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nt:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:10 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:10 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNFKIAptCoy9Cj1ld3ThN13AnZZU9k5b0typ1gOMfMiNionVvEM7A; expires=Tue, 04-Apr-2023 23:02:10 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=o-1wm0IQzHpPr5dLmiO7kOL6MRRVo7BovsrytBibx9JyQtY36EyQHmIm0soum7xLV-kkhhg3P4_HF1vqWlQVMTZjKloCDJn0EB7BBetnyVA6trwX2im9Pk6f8m9kFr9t-VglboU3ZZns2nNXXT97U-St8RBlLohMqkcCwM7gpOg; expires=Fri, 07-Apr-2023 23:02:10 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c34\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google={kEI:'cl4_Y-LkCpehptQP77q96AE',kEXPI:'0,18168,184366,9,1099993,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197728,380763,16114,28684,22431,1361,12317,17582,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2023,1733,43,521,14670,3227,2846,8,4772,825,28171,1851,15324,432,3,346,1244,1,3370,2074,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,924,1,12733,2980,1457,15351,1435,5815,2542,4094,4052,3,1166,2375,1,42154,2,14022,2373,342,3287,8114,11623,5679,1021,2378,28744,4567,6259,23419,1251,5835,14967,4333,2204,2812,2468,445,2,2,1,24626,2006,8155,6680,701,2,3,15965,873,6577,3048,5212,51,4745,8,1921,9779,12414,1466,17442,1733,3099,1520,10125,4319,1051,123,700,4,1,2,2,2,2,5952,7965,1221,2307,1606,1414,4177,4147,14,82,890,60,1903,1037,751,201,1867,125,819,1,3993,410,2260,2197,488,707,215,613,1323,346,109,363,465,2,119,403,161,332,175,392,181,2252,274,51,166,337,3,1,2,1,399,498,12,98,456,1037,3873,1101,926,37,1,866,84,4,815,5,461,46,857,248,13,1,1332,1,371,13,192,261,80,4,797,103,100,139,794,24,26,208,1062,134,1442,1113,401,106,645,390,26,827,155,132,212,1496,30,99,701,140,1,2,757,868,830,321,320,552,5326830,1872,3926,74,5994826,1007,16,22,2803379,3311,141,795,19735,1,1,346,1814,15,2,5,4,3,3,18,18,5,7451738,16496859,470,2861557,1180116,1964,1007,2087,13578,3406,5540,5779,711',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||\r\nc4\r\n!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kE\r\n742a\r\nXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"cl4_Y_6CDJeiptQPkvCg-A0\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"cl4_Y_6CDJeiptQPkvCg-A0\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"cl4_Y_6CDJeiptQPkvCg-A0\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='oyuTUDxD7mst63nVEGtteQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sgnBaJW9GjRy9K19TgsTG7FyTNq3s\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwji5Yb32sz6AhWXkIkEHW9dDx0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwji5Yb32sz6AhWXkIkEHW9dDx0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"oyuTUDxD7mst63nVEGtteQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22GgBkQwCernelCPT3M8OlOTfiYVI\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nt:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:00 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:00 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNTYfbca3by6Vzib8oGWxkjhAK3qxM3-IgcDDjCxNkHSQKoy7BPEJc; expires=Tue, 04-Apr-2023 23:02:00 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=p-aIeRPKPDe3AqzizVuPV39MlcacRPPXCAevKX5XgfsHkd6_J1xn03qtKr1VAgkckqAYApNQcSNshY4YV6qPSRAzM75JyOsC6CKQ16s5UKje4xcG6SGc0rK1-FmaIQW43mC_0sjqdv5bJVNgRlvPanStSBS6oB7Mm4CIJZnwa6Q; expires=Fri, 07-Apr-2023 23:02:00 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c32\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google={kEI:'aF4_Y7LKBf2aptQPm5WawAU',kEXPI:'0,18167,1284369,56873,6058,207,2415,2389,2316,383,246,5,5367,1123753,1197701,700,302561,77529,16114,28684,22430,1362,12314,2821,14764,4998,13228,3847,10622,14763,7978,2370,2711,1593,1279,2453,289,149,1103,840,1983,4314,108,4012,2023,2297,14670,3227,2845,7,5599,23475,4696,1851,15324,432,3,1590,1,5444,151,11321,2652,4,1528,2304,7039,22023,5708,7356,13659,2980,1457,15351,1435,5824,2533,4094,4052,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28742,4567,6259,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,17312,7314,2006,8155,6680,701,2,3,15964,873,9626,5211,4797,7,1922,9779,13880,6760,10682,1740,3092,1520,4244,10200,1051,123,700,4,1,2,2,2,2,8226,426,1071,699,2269,1225,1445,3689,5207,2510,2,2020,14,82,949,582,226,1095,80,958,751,202,1868,122,4814,409,2210,14,37,958,1239,488,922,103,490,1348,339,111,112,252,987,162,899,2431,276,51,165,338,3,1,2,1,390,508,13,93,459,43,2829,2038,2026,38,1,951,820,3,507,859,259,1,625,1,18,688,1,132,28,211,206,260,881,103,100,933,258,452,743,1443,1113,342,61,104,645,72,10,288,20,27,527,61,2,26,210,155,30,104,1200,2,82,422,31,98,235,20,210,521,194,421,1698,577,617,308,5332318,75,104,5995745,2803401,3311,141,795,19735,1,1,346,1815,13,3,4,4,2,17,7,17,5,7451738,16496860,469,2737995,1303678,1964,3094,2321,11257,3406,5540,5779,1374026',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!\r\nc9\r\na.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));\r\n7422\r\nc+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"aF4_Y9XVBr-CptQPycCRyAY\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"aF4_Y9XVBr-CptQPycCRyAY\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"aF4_Y9XVBr-CptQPycCRyAY\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='xBSlWWg-U6EGvLr2lcNwpg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9seJ_Nxu7tfyNPdSphnrZ4XALnURbx\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwiynp_y2sz6AhV9jYkEHZuKBlgQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwiynp_y2sz6AhV9jYkEHZuKBlgQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"xBSlWWg-U6EGvLr2lcNwpg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22shuGUKMxvoSow54Z74adWjQRO-k\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:02:00.077089439-04:00","EndTime":"2022-10-06T19:02:20.254715426-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\n:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Length: 54\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Thu, 06 Oct 2022 23:02:30 GMT\r\n\r\n\u003chtml\u003e\u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\u003c/html\u003e","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\n:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Length: 54\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Thu, 06 Oct 2022 23:02:20 GMT\r\n\r\n\u003chtml\u003e\u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\u003c/html\u003e","UncensoredError":null,"StartTime":"2022-10-06T19:02:20.254726954-04:00","EndTime":"2022-10-06T19:02:40.297357955-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHostwww.www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:50 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:50 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNhGLdBxbt-J88v18tDmR1ATp6NI0y_wUjbtrAI1ypV4S1dasjfSWk; expires=Tue, 04-Apr-2023 23:02:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=mr-p6hIl8G3rG8YYKve-LCsVplEvLoAxw-oo8hkGCGgrolmjs_q-JzPvwSThMDU5OHrP7fRqkAkxm-9oekY7PkIiG498Lfs3fKF0aZoo1PZK02DjCCDrNcp-sO5KiWZ6gPFijK5R9Rv1OLhzkVkztgQmu9D-GWMBXVTXZtlN77Y; expires=Fri, 07-Apr-2023 23:02:50 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c16\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google={kEI:'ml4_Y6X7GMKiptQPy8GsiAE',kEXPI:'0,18168,1284368,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197783,618,380089,16115,28684,22430,1362,284,12033,4748,12834,4998,13228,3847,6884,3738,22741,2370,2711,1593,1279,2742,149,1103,840,1983,3,4311,4120,2023,1777,520,14670,3227,2845,7,4773,826,28171,1851,15324,432,3,346,1244,1,5445,148,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,13658,2980,1457,15351,1435,5824,2533,4094,4052,3,3541,1,11943,30211,2,14022,2373,342,11401,11623,5679,1021,2379,28742,4569,6255,23421,1252,5835,14968,4332,2204,2046,3234,445,2,2,1,1385,5574,3997,6350,9326,250,7905,7321,60,2,3,15964,874,9625,3837,12,1,1362,4796,7,1922,9779,12415,6715,3778,8414,4832,1520,4244,2169,3712,5371,122,700,4,1,2,2,2,2,423,13494,3528,1605,8454,1285,14,82,949,1760,144,1037,751,201,1867,4938,409,2210,51,2197,488,922,404,1532,455,363,465,2,522,161,899,506,1925,276,51,165,338,3,1,2,1,390,508,13,93,247,212,931,108,86,715,50,1868,1152,574,1490,1,950,819,4,508,634,223,248,639,1,12,694,1,132,238,206,261,881,103,110,923,48,210,559,637,980,461,1114,321,20,62,104,564,153,10,282,26,26,827,287,545,49,336,13,342,423,129,417,50,518,92,5,96,423,257,1441,22,40,259,257,525,5328792,3925,75,72,5995778,2803400,3311,141,795,19735,1,1,346,1815,14,1,5,3,3,3,22,18,3,7451738,16496860,469,17,2737977,1303679,1964,3094,13579,3405,5543,3175,2600,426,1373601',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\r\nb7\r\n\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204\r\n746a\r\n?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"ml4_Y7zZGfaFptQP5aWqaA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"ml4_Y7zZGfaFptQP5aWqaA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"ml4_Y7zZGfaFptQP5aWqaA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='WGDkfCS0O2Rm2U5oRyuvzQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9sqk6Bu14erKNtYRAsln37oHLRCg3a\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwilsJ6K28z6AhVCkYkEHcsgCxEQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwilsJ6K28z6AhVCkYkEHcsgCxEQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"WGDkfCS0O2Rm2U5oRyuvzQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22GsHWVy-iihN-LJYmdGeVEgteuSs\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHostwww.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:02:40 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:02:40 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOlvnNuV1pBxhc-1DFDL2Ltv-PTGKKYaJ6bjsxXJ9OzDTvEAjAfz2A; expires=Tue, 04-Apr-2023 23:02:40 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=TFmoOGwMc7rjT-ALtb6Beq3ae1W-sLxoLMxuJAZ8GRNEeFRirZKWlr2GpTev2Kuo0h7qbRP1C__2DrxxqNQJNNtG_lgHa93eKxfpNk_LB6Oa5ijSOVPHysmaWCkLeTxDaj3lDCQmxiF_NmEKTGqFXszxzqbIQARq519JohDj1_c; expires=Fri, 07-Apr-2023 23:02:40 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c87\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google={kEI:'kF4_Y4yLE5ifptQPx_W4iAY',kEXPI:'0,202535,1100001,56873,6058,207,2415,2389,2316,383,246,5,5367,1123753,1197711,380779,16115,19397,9287,22430,1362,12319,17580,4998,13228,3847,6885,3737,22741,2370,2711,1593,1279,2742,149,1103,840,1983,4314,109,4011,2023,1777,520,14670,3227,2845,7,33217,555,1848,15325,432,3,1590,1,5445,148,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5821,2536,4094,17,4035,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28742,4567,6259,23418,1249,5838,14968,4332,2204,5280,445,2,2,1,26632,8155,7381,2,3,15964,874,6577,3048,5211,4797,7,1922,9779,19130,12192,1733,3099,5761,2173,9082,122,700,4,1,2,2,2,2,1439,4514,3627,143,699,2269,1226,5133,5826,3913,14,82,949,1903,1038,751,202,1868,123,4814,408,2210,46,5,959,1238,386,102,922,1936,455,108,255,586,403,161,249,89,172,389,2431,276,51,166,337,3,1,2,1,399,499,13,96,456,931,108,427,827,579,1253,15,770,332,1732,1,950,819,5,461,36,3,7,634,225,259,1,22,419,891,1,121,250,206,260,880,104,65,35,148,785,158,102,1193,1065,377,1114,78,8,317,104,1007,55,496,93,2,26,209,288,211,1074,422,129,463,523,194,417,1703,61,1131,5326830,5797,76,5995848,2803401,3311,141,795,19735,1,303,44,1815,13,3,4,4,2,5,20,16,3,7451740,16496859,487,4041656,1964,3094,13579,3405,5540,5778,619,93,1356140,17169',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/\r\nda\r\ngen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.index\r\n7398\r\nOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"kF4_Y8-pFKyoptQPpKOF4Ag\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"kF4_Y8-pFKyoptQPpKOF4Ag\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"kF4_Y8-pFKyoptQPpKOF4Ag\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='PppDo6NzPznwrFHGw9VO_g'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9soIRqcIo_di6VkCSmIVIQLzR3pPJc\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwiMk7aF28z6AhWYj4kEHcc6DmEQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwiMk7aF28z6AhWYj4kEHcc6DmEQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"PppDo6NzPznwrFHGw9VO_g\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x226BVIC_gQRP2ElcPYEagPM7DUI4Q\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:02:40.297373432-04:00","EndTime":"2022-10-06T19:03:00.477301572-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHost:\r\nwww.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:10 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:10 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGPLJLx1JmZ6xtTmxyEfOcs4kGt9pea_3NGXvfIAls02P59eL5Sr8Ac; expires=Tue, 04-Apr-2023 23:03:10 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=GMyhDyzd5Pvgf81CVxUxvz6Eq4OC0WVauMqB4MRojjDkHOR5NhChymODA7bEBvfkpHLqLWANpGSPuYfxet1uP7fBuH2_ofqLUQR0GrM7rAwoOGSLwxAqQGA_uIlxO8PDvmvenjVrnzgUJa8z00yGOu-PyC7WnPn8lDUZfB_qj1s; expires=Fri, 07-Apr-2023 23:03:10 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c8a\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google={kEI:'rl4_Y-zmIo2YptQPyvy6kAU',kEXPI:'0,1302536,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197661,43,380787,16114,19397,9287,22431,1361,12315,4749,12835,4998,13228,3847,6884,3742,12720,10017,5081,889,704,1279,2742,149,1943,1983,4314,3514,606,2023,1777,520,14670,603,2624,2845,7,5599,23476,4695,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5815,2542,4094,4052,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,22668,6074,4567,6259,23418,1252,5835,14967,4333,2204,2812,2468,445,2,2,1,10957,6355,9320,8155,7381,2,3,15965,873,7828,1797,5212,4796,7,1922,9779,6542,1241,11347,1509,15515,1520,6414,3711,5370,123,700,4,1,2,2,2,2,1440,4513,2806,965,4192,5135,1461,3746,4531,14,82,2480,373,1037,751,201,1869,123,519,4294,410,2209,51,188,2009,488,922,861,1075,455,364,464,2,521,162,506,393,2433,274,50,167,337,3,1,2,1,399,498,12,98,243,213,1037,429,374,77,377,578,2038,2064,1,951,3,815,4,507,811,47,893,1,700,1,132,238,207,260,880,103,66,35,136,797,36,224,449,408,336,1066,377,1113,77,244,82,104,1015,20,27,226,363,2,26,197,167,132,1708,31,327,238,168,70,438,455,1518,4,180,68,554,2412,5325000,5785,76,53,50,5995745,2803401,3311,141,795,19735,1,1,346,1815,14,2,4,3,4,16,8,17,2,7451740,16496860,486,4041656,1964,3094,13578,3406,11319,925573',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIC\r\nd9\r\nomponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.file\r\n73ac\r\nName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"rl4_Y5X0I7KaptQPtuKEsA4\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"rl4_Y5X0I7KaptQPtuKEsA4\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"rl4_Y5X0I7KaptQPtuKEsA4\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='ekSlidWwURMDAUeLijQfmA'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9svu3ZerI9JHIQkw_HgzqNhdnPGfbM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjs9eyT28z6AhUNjIkEHUq-DlIQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjs9eyT28z6AhUNjIkEHUq-DlIQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"ekSlidWwURMDAUeLijQfmA\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22lUZnLWoATouec28cTlvCyJOsnrs\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\nexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:00 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:00 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGN2poGquTmntJG2IEOjlnodYpByr7cMAPagxVsL2icVNSmBfrab82I; expires=Tue, 04-Apr-2023 23:03:00 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=MpDaidFxV0Eb_ciLfidv7zieaNPOHdGCJ59bb_bauEJKCdWyq3ydakt_wEJJkl-DpID_ZrZCn5Au2a4wXfwvBdRp5zO2NSKiIZoh2PUHnXHuAdMe9UWLrt2utLW6SfUzeuutszWldNT7CUcWYL1Govdwsf18F6S7dN5cy-hiSQU; expires=Fri, 07-Apr-2023 23:03:00 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d4c\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google={kEI:'pF4_Y8CBHqilptQP6L6bGA',kEXPI:'0,1302536,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197764,630,380096,16115,28684,22430,1362,12312,2822,14765,4998,13228,3847,3600,7022,22741,5081,887,706,1279,2742,149,1103,840,1983,4314,108,3406,606,2023,1777,520,14670,3227,2847,5,5599,23475,4696,1851,15324,432,3,1590,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,11443,2215,2980,1457,15351,1435,5818,2539,4097,14,4035,3,3541,1,42157,2,14019,2373,342,3534,7867,11623,5679,1021,2380,28742,4567,6259,23418,1252,5835,14968,4332,2204,5280,445,2,2,1,10956,6356,9320,8155,6680,701,2,3,15964,873,9626,5211,4797,7,1922,9779,5864,15915,9543,1732,3100,7934,9075,6,123,700,4,1,2,2,2,2,424,5529,7964,5134,7390,2348,14,82,950,807,1096,1037,751,202,50,1816,125,3160,1654,2618,46,5,1961,236,488,922,1941,450,108,255,465,2,522,161,249,650,181,327,2199,51,166,337,3,1,2,1,399,498,12,98,242,214,164,767,968,972,518,1521,101,45,1918,1,951,818,4,507,635,1817,1,121,250,205,261,881,102,111,636,287,32,228,449,140,458,146,754,1,1,310,377,1113,401,106,939,68,2,52,152,378,297,287,214,1494,31,98,229,908,391,68,1346,357,22,1172,1388,5325453,5786,74,5995849,2803401,3311,141,795,19735,1,1,346,1813,14,4,5,3,3,2,22,17,3,7451739,16496859,4042143,1964,3094,11203,2375,3406,11318',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-exte\r\nd1\r\nnsion:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\"\r\n72be\r\n,c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"pF4_Y5H7Hp2DptQP29ejqAw\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"pF4_Y5H7Hp2DptQP29ejqAw\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"pF4_Y5H7Hp2DptQP29ejqAw\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='DIU-KwZoXa8eOChFLbpXyQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9stFOtmxm6D5K6ty7FMD6WRzUwr65H\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjA44WP28z6AhWokokEHWjfBgMQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjA44WP28z6AhWokokEHWjfBgMQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"DIU-KwZoXa8eOChFLbpXyQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22KPi-g_hzmo5g0Xk3ptL0ITDs4wA\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:03:00.477312924-04:00","EndTime":"2022-10-06T19:03:20.644871095-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Host Word | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHostHeader:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:30 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:30 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGMirrrYZqp59OyT5Oe-kznLxtRfTgKxPeazAWogNw0Ma9i2nwmx0cY; expires=Tue, 04-Apr-2023 23:03:30 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=HyA-RwDDxIEpyh-pM43vmDK0qLSGIpRkxF5hLQt8A-AOMRWLC2WmYbjfBXeE-UC4PqTwAj3kfPXCmFnT1kdU0w4cbFd_rTGtcjio9d5rm6Rr_qilKOQIYFpSIEOdcOWRt3j4cG05XNgx4r9DjrheLFp7Qak85oNttxn6ZP3JAEk; expires=Fri, 07-Apr-2023 23:03:30 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c98\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google={kEI:'wl4_Y56ELpOGptQPs6qs8A8',kEXPI:'0,202535,1099997,56877,1710,4349,206,2415,2389,2316,383,246,5,5367,1123753,1197784,617,380089,16115,17444,11240,22430,1362,12317,2818,1930,12834,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2025,1775,520,14670,3227,2846,6,33770,1850,15325,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,924,1,12733,2980,1457,15351,1435,5812,2545,4094,4052,3,3541,1,11942,30212,2,14022,2373,342,3534,7867,11623,5679,1021,2380,28741,4568,6259,23418,1246,5841,14967,4333,2204,2813,2467,445,2,2,1,10956,6356,6513,801,10161,7381,2,3,15965,873,9625,5211,4797,7,1922,9781,19128,12192,4832,11645,4319,1044,8,122,700,4,1,2,2,2,2,8743,981,698,2269,3639,2720,5592,4147,14,82,949,1904,1037,751,201,1867,124,4814,410,2260,2133,64,488,922,403,1533,455,363,989,161,338,168,393,1548,885,274,216,338,3,1,2,1,390,507,12,98,456,28,872,31,108,860,394,2617,2064,1,951,818,4,428,79,778,80,617,977,1,370,14,193,260,881,103,66,34,136,797,36,224,449,744,882,560,1114,341,37,25,104,238,326,153,10,280,8,46,515,300,299,546,51,345,299,44,423,358,236,240,280,167,994,1154,67,253,257,385,230,1843,5330784,75,106,5995744,2803400,3311,141,795,19736,1,298,48,1815,13,2,7,1,5,3,18,18,5,7451738,16496860,469,4041673,1964,3094,13579,3405,5543,4742,1034,351,265,97,1421009',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURICo\r\n747f\r\nmponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"wl4_Y-yQL_Tpmgen0KSoBQ\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"wl4_Y-yQL_Tpmgen0KSoBQ\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"wl4_Y-yQL_Tpmgen0KSoBQ\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='USWcoI_0ZlwDf1PJb8Q0sA'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9s0uAElMbesYXxeYAdxWk1vPOJ88em\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwie7byd28z6AhUTg4kEHTMVC_4QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwie7byd28z6AhUTg4kEHTMVC_4Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"USWcoI_0ZlwDf1PJb8Q0sA\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22Wy1p9tQKpaW7Pp3-R8hSmxJ2-50\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHostHeader:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:03:20 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:03:20 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGOZmn2r_D48QSEQsNwKH2vf5x5SOOAnM8P2oI3pMdJg3vR6xfBehhk; expires=Tue, 04-Apr-2023 23:03:20 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=vpTlXEmVD_28gyfJNNgg9wB5NRAhEmiA-sHntdeyxy3HzqAdnyxViSXH-7ls9icskwJs3E6WdRkrUfQ2O_bSksZ_kjP-MkeueVMFyQ6PqiI6BFsLKBFES_z2fBtBg29WFGBgQkAdeci_nLhtAeGzjOZq25fgo21hCQv3dc_Nb9s; expires=Fri, 07-Apr-2023 23:03:20 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5de4\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google={kEI:'uF4_Y8CjKKeiptQP8a-WaA',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197788,380702,16115,28684,22430,1362,283,12033,17583,4998,13228,3847,10622,22741,2372,2709,1594,1278,2742,149,1103,840,1983,4314,4120,2023,1777,520,14670,3227,2847,6,24989,8780,1851,15324,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7356,11444,2215,2980,1457,15351,1435,5809,2548,4094,4052,3,3541,1,42160,2,14016,2373,342,11401,11623,5679,1020,2381,28741,4569,6258,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,6959,10347,7320,2006,8155,7381,2,3,15965,872,9626,5211,4797,7,1922,9779,19130,12192,1741,3091,1520,6414,3708,4367,1006,123,700,4,1,2,2,2,2,5952,4470,2269,1226,1222,2306,1606,9738,14,82,950,807,1095,1038,751,201,1869,122,4814,2619,51,188,2009,488,922,862,1074,455,364,987,162,332,174,393,2707,51,165,338,3,1,2,1,390,508,13,93,247,212,28,2265,1464,370,21,762,2064,1,653,4,294,49,771,3,507,1127,1,1128,195,1,121,249,206,261,881,102,66,45,126,489,308,260,1194,979,463,1113,353,50,104,1015,20,26,226,188,83,307,23,155,132,223,549,936,129,758,2185,357,1501,5332318,46,30,103,5995746,2803400,3311,141,795,19735,1,1,346,1814,15,3,5,1,5,2,21,17,3,7451739,16496859,2773820,1268323,2972,2086,13578,3406,11319',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel\r\ncc\r\n=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.\r\n720e\r\nonerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"uF4_Y9LAKarfptQPjf-_iA4\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"uF4_Y9LAKarfptQPjf-_iA4\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"uF4_Y9LAKarfptQPjf-_iA4\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='7HWznCk9DTGPTXucVKtIbg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9syGxMdG7U-0PIVAbGrX2U220izRYK\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjA39SY28z6AhUnkYkEHfGXBQ0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjA39SY28z6AhUnkYkEHfGXBQ0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"7HWznCk9DTGPTXucVKtIbg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:false,\\x22cgen\\x22:false,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22KX7Ud53jyHiPccFSolwbCvYPA0E\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:03:20.644911927-04:00","EndTime":"2022-10-06T19:03:40.828598465-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:03:50 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:03:40 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:03:40.828610041-04:00","EndTime":"2022-10-06T19:04:00.874462828-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:04:10 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:04:00 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:04:00.874473783-04:00","EndTime":"2022-10-06T19:04:20.914080147-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Http Delimiter | Remove","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET / HTTP/1.1\rHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:30 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\rHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:20 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:04:20.914090255-04:00","EndTime":"2022-10-06T19:04:40.958899964-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET/ HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:50 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:04:40 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:04:40.958911265-04:00","EndTime":"2022-10-06T19:05:01.005354302-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET z HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET z HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:01.005373599-04:00","EndTime":"2022-10-06T19:05:21.036863902-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET ? HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET ? HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:05:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:21.03688316-04:00","EndTime":"2022-10-06T19:05:41.083700919-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 23:05:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1564\r\nDate: Thu, 06 Oct 2022 23:05:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:05:41.083712292-04:00","EndTime":"2022-10-06T19:06:01.130862866-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET /HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1569\r\nDate: Thu, 06 Oct 2022 23:06:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/HTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET /HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1569\r\nDate: Thu, 06 Oct 2022 23:06:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/HTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:06:01.130874068-04:00","EndTime":"2022-10-06T19:06:21.176960701-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET**HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:06:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET**HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:06:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:06:21.176972665-04:00","EndTime":"2022-10-06T19:06:41.222054753-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GET /xHTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1570\r\nDate: Thu, 06 Oct 2022 23:06:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/xHTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET /xHTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1570\r\nDate: Thu, 06 Oct 2022 23:06:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/xHTTP/1.1\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:06:41.22212371-04:00","EndTime":"2022-10-06T19:07:01.270048011-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Path | Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":true,"NormalDifferences":"Different response;","UncensoredDifferences":"","Request":"GETx/ HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:07:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GETx/ HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.0 400 Bad Request\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1555\r\nDate: Thu, 06 Oct 2022 23:07:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 400 (Bad Request)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e400.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eYour client has issued a malformed or illegal request. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:07:01.270087548-04:00","EndTime":"2022-10-06T19:07:21.305872119-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\nUser-Agent: xxx\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:31 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nUser-Agent: xxx\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:21 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:07:21.305887132-04:00","EndTime":"2022-10-06T19:07:41.347168278-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\nCache-Control: no-cache\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:51 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nCache-Control: no-cache\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:07:41 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:07:41.347184794-04:00","EndTime":"2022-10-06T19:08:01.39323692-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Header | Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:08:11 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\nIf-None-Match: \"737060cd8c284d8af7ad3082f209582d]\"\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:08:01 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:08:01.393248514-04:00","EndTime":"2022-10-06T19:08:21.436806098-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\n\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:31 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:31 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNKhHt7FnSrtdGjyIOsD1T48C_AopcCsPJ6yLBerN4hlQzsBBQ7Ag; expires=Tue, 04-Apr-2023 23:08:31 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=OPxZqCAi8gjVMZgEY05ft1fFH1sqIdkSrgjCHlBEzCh_KoE8iMHxzo-QrWR-LWHWGxiYCqBH3sXRlqjCCXP_OoJtMVikphJ6W21fcq4xlXCn1d_Ye8ZgRu_06WTS5kty0Msv0PwQHLkLTgvvgiPo-j8e4U72-3MYwMFgelbOfss; expires=Fri, 07-Apr-2023 23:08:31 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d5d\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google={kEI:'718_Y7i6IZOHptQPnJiX4AM',kEXPI:'0,18168,1284368,56873,6058,207,4804,2316,383,246,5,5367,1123753,1197707,380784,16114,17444,1954,9286,22430,1362,12311,2824,14764,4998,13228,3847,10622,22741,5081,1593,1279,2742,149,1103,841,1982,213,4101,3514,606,2023,1777,520,14670,3227,2846,6,4774,825,27619,553,1850,15324,432,3,346,1244,1,5444,151,11321,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,13628,1723,1435,5827,2530,4097,4049,3,3541,1,42154,2,14022,2373,342,11401,11623,5679,1020,2381,28741,4569,6252,23424,1252,5835,14968,4332,2204,5280,445,2,2,1,23526,3106,8155,7381,2,3,15965,873,6577,1252,1796,5211,4797,7,1922,5600,4179,12415,6715,12192,4832,7934,4891,3,4187,123,700,4,1,2,2,2,2,1438,7305,837,144,4192,5135,5206,689,3843,14,82,950,807,1096,1037,751,201,1869,122,4815,409,2209,46,5,2197,488,922,613,1323,346,109,104,259,989,161,248,87,564,508,1925,274,216,338,3,1,2,1,390,508,13,93,247,212,1983,311,2616,2064,1,61,890,49,771,3,424,37,46,857,1594,1,132,239,205,261,880,104,66,34,624,309,40,117,101,591,270,334,1443,1113,91,250,60,106,793,216,26,27,814,167,133,771,936,129,278,184,1,238,477,1097,1025,67,510,15,510,90,231,5332397,75,71,5995778,2803400,3311,141,801,19729,1,1,346,1815,15,9,2,4,3,4,14,16,4,7451739,16496860,487,2769680,1271975,5058,13579,3405,5540,5778,617',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.index\r\ncd\r\nOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var \r\n72cb\r\nu in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"718_Y--mIuWZptQPj-m_4AI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"718_Y--mIuWZptQPj-m_4AI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"718_Y--mIuWZptQPj-m_4AI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='M2JGJsiVCYxZC9nKkPWVkg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9t_xMaDRmhHsv4cEUdbF98Qr0B59VM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwj47fOs3Mz6AhWTg4kEHRzMBTwQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwj47fOs3Mz6AhWTg4kEHRzMBTwQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"M2JGJsiVCYxZC9nKkPWVkg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x228VQpD5qqies1DaAPB_G4bZLVers\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\n\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:21 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:21 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNZvo8xy8Q17AB4B2rqLiEehVqGTgl_JaOJilklGMi8eUn78f8jHSo; expires=Tue, 04-Apr-2023 23:08:21 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=N42swEUWfYgAl0kKikoyygGYScJVhGKW8O5ScXywp27ok6nWw_4f-xSRbRinHT5XlNMS_OSxkopbPWntFP9Ww-ZSxezqAw8d6kCQGEblc17mqNALpNCyXTl8FUr5SAjJZefqCQIrUALaNtGoXrQINjhigpeswztBNQoO0liyX1U; expires=Fri, 07-Apr-2023 23:08:21 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5d88\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google={kEI:'5V8_Y-jLG52gptQP_JKi4A0',kEXPI:'0,1302534,56875,6059,206,2415,2389,2316,383,246,5,5367,1123753,1197784,617,380090,16114,28684,22431,1361,284,12036,2815,1929,12835,4998,13228,3847,10623,22740,5081,1593,1279,2742,149,1103,840,1983,4314,3514,606,2023,1777,520,14670,3227,2846,6,5599,28172,1849,15325,432,3,346,1244,1,5444,149,11323,2652,4,1528,2304,7039,22023,5708,7357,13658,2980,1457,15351,1435,5812,2545,4094,4052,3,3541,1,42154,2,14022,2373,342,3534,4537,3330,11623,5679,1021,2377,14026,14719,4567,6253,23425,1251,5835,14967,4333,2204,2812,2468,445,2,2,1,1385,5575,10352,6515,10960,6680,701,2,3,15964,874,9625,5212,4796,7,1922,9781,21777,9543,4832,7934,9082,122,700,4,1,2,2,2,2,8652,1316,454,2269,6359,8746,993,14,82,2853,1037,751,201,1869,122,940,2221,1229,424,409,2210,14,37,188,2009,488,922,861,1080,450,364,988,161,248,651,2431,276,50,167,337,3,1,2,1,399,498,12,98,456,931,106,433,370,2287,21,762,963,138,963,1,950,819,4,507,858,299,1295,1,371,13,193,260,881,102,67,44,923,40,117,101,451,744,882,183,377,1114,86,265,50,106,1007,54,815,301,941,264,501,129,229,236,549,515,69,679,666,356,1103,321,79,5332317,76,5995832,17,2803400,3311,141,795,19735,1,1,346,1815,12,3,7,3,1,5,19,17,3,7451740,16496860,4042142,1964,3094,13579,3405,5543,52,11,5713',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\r\nc6\r\n\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \r\n728a\r\n\"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"5V8_Y9T2HK-FptQP99-RuAI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"5V8_Y9T2HK-FptQP99-RuAI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"5V8_Y9T2HK-FptQP99-RuAI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='QrJbci3r8juM6dZp09hr-g'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9t9SDClLRDVAHL30uC1gPmaq6TKFmw\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwio0ouo3Mz6AhUdkIkEHXyJCNwQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwio0ouo3Mz6AhUdkIkEHXyJCNwQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"QrJbci3r8juM6dZp09hr-g\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x227wuk1UXRdWLrbFL0aLI1vrkWmvk\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:08:21.436817625-04:00","EndTime":"2022-10-06T19:08:41.610350026-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":false,"MatchesUncensored":false,"NormalDifferences":"Different response;","UncensoredDifferences":"Different response;","Request":"GET / HTTP/1.1\r\nHost:\r\n\r\n","Response":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:51 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:51 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGNSWYmcrGFPhH7xb2MfyffFOP740-WUELYPm_wY3-sGvEQdZqwOmQ; expires=Tue, 04-Apr-2023 23:08:51 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=T4XytcKseTe5rbTw4U0aDQFbGCyAp-ScavcFSvOYWpj_BElFOxMDB5WeOZjL9hapETeMGRAaUEg6wZsHmlPx2bTfE0PN0Jn3r7Bu2TlDTLYeIR0x6eRLFze5NXNHZlvpBJB7C0nf0f3wmqeTGGxL4nXKaiewQXweVXYcep5PKEU; expires=Fri, 07-Apr-2023 23:08:51 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n6041\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google={kEI:'A2A_Y4fLObCB0PEPlJyb6A0',kEXPI:'0,1302536,56873,6059,206,4804,2316,383,246,5,5367,1123753,1197759,642,380089,16115,28684,22430,1362,12313,17586,4998,13228,3847,10622,22741,6674,1279,2742,149,1103,840,1983,214,4100,109,3405,606,2023,1777,520,14670,3227,2845,7,33770,4465,12710,432,3,1590,1,5444,149,11323,2652,4,1528,2304,7039,20309,1714,5708,7357,11442,2216,2980,16808,1435,5812,2545,4094,4052,3,3541,1,42157,2,14019,2373,342,11401,11623,5679,1021,2378,28743,4568,6253,23424,1252,5835,14967,4333,2204,5280,445,2,2,1,1385,5574,17667,2006,8155,7321,60,2,3,15965,873,7829,1796,5211,4797,7,1922,9779,19130,12192,1740,3092,5764,2170,3705,5376,123,700,4,1,2,2,2,2,424,4773,140,2892,2193,2269,2669,3691,1460,8278,14,82,950,1903,1037,756,196,1867,4938,2619,51,2133,64,488,922,101,512,1323,346,109,363,585,404,161,899,2698,60,166,337,3,1,2,1,399,498,12,98,242,214,931,108,3871,2027,37,1,950,819,4,463,45,857,270,1,1323,1,371,206,260,881,103,66,34,933,260,1194,1441,300,814,403,104,262,304,443,26,27,826,287,223,323,150,519,2,491,594,672,41,418,678,1025,21,1074,1940,5330555,231,74,72,5994104,1674,2803400,3311,141,795,19736,1,298,48,1815,12,4,6,1,5,2,19,19,4,7451738,11439943,5056916,2862027,1180116,1964,3094,13578,3406,5540,5778,1374027,47697',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNumber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Lib\r\nd1\r\nrary Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i\r\n6fba\r\n=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"A2A_Y9_MOoyH0PEP0buJoAI\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"A2A_Y9_MOoyH0PEP0buJoAI\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"A2A_Y9_MOoyH0PEP0buJoAI\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='k_L3hwQHHS95lLSmE12Amg'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9uE1A8VscM-YG1jIU8EjKBxTPa2pzM\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwjH2NC23Mz6AhWwADQIHRTOBt0QnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwjH2NC23Mz6AhWwADQIHRTOBt0Q8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"k_L3hwQHHS95lLSmE12Amg\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x22UIjok1NPre2H4PxpID8iUqZutwI\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:\r\n\r\n","UncensoredResponse":"HTTP/1.1 200 OK\r\nDate: Thu, 06 Oct 2022 23:08:41 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=ISO-8859-1\r\nP3P: CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"\r\nServer: gws\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\nSet-Cookie: 1P_JAR=2022-10-06-23; expires=Sat, 05-Nov-2022 23:08:41 GMT; path=/; domain=.google.com; Secure\r\nSet-Cookie: AEC=AakniGONrTfE6uvADIdvmE438OayC7WUxqePiqIB_fgqrv_NuI4mpyDc_A; expires=Tue, 04-Apr-2023 23:08:41 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax\r\nSet-Cookie: NID=511=oGdCBq3pf1eeLjujrk1y9suiNZb9ELCc2M0aJykp49eJePNKpqPHLEo1HFTTd2NzywL3i1gZcdKtNaOY5q983oYr6klGEWQLnpmZLX8zEfTJsQ9ER3l4DqhZ7-rhUIkMQ88B8Dv_GRkomMBxybJQp13rwLuDr3rk77MPDFjluwI; expires=Fri, 07-Apr-2023 23:08:41 GMT; path=/; domain=.google.com; HttpOnly\r\nAccept-Ranges: none\r\nVary: Accept-Encoding\r\nTransfer-Encoding: chunked\r\n\r\n5c5d\r\n\u003c!doctype html\u003e\u003chtml itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"\u003e\u003chead\u003e\u003cmeta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"\u003e\u003cmeta content=\"noodp\" name=\"robots\"\u003e\u003cmeta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cmeta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"\u003e\u003ctitle\u003eGoogle\u003c/title\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google={kEI:'-V8_Y-iUJr-nptQPtZCwyAU',kEXPI:'0,1302536,56873,1709,4349,207,4804,2316,383,246,5,5367,1123753,1197739,662,380090,16114,17444,1953,9287,22430,1362,284,12030,17585,4998,13228,3847,10622,22741,5081,885,708,1279,2742,149,1103,840,1983,4314,109,3405,606,2023,1777,520,14670,3227,2845,7,4774,825,28171,1851,15324,432,3,1590,1,5444,150,11322,2652,4,1528,2304,7039,22023,5708,7182,174,11443,2216,2980,1457,15351,1435,5824,2533,4094,17,4035,3,3541,1,42154,2,14022,1648,725,342,11401,11623,5679,1020,2378,28745,4568,6258,23418,1252,5835,14967,4333,2204,5280,445,2,2,1,10956,6350,9326,8155,6680,701,2,3,1475,14489,873,7830,1796,3838,21,1,1351,4797,7,1355,567,9779,19130,17024,7934,7824,1250,8,122,700,4,1,2,2,2,2,5337,3406,1225,9083,5207,4531,14,82,950,807,1095,1038,751,201,1867,643,4295,410,94,2115,14,32,5,2197,488,922,522,8,1,5,57,1348,339,111,108,256,464,2,118,403,162,899,2433,274,51,165,338,3,1,2,1,390,507,12,95,459,2748,2162,1100,964,1,860,88,2,819,4,507,858,906,688,1,370,14,193,260,881,102,67,34,644,289,50,210,1193,1066,376,1114,78,273,52,104,649,366,46,815,167,133,221,720,344,422,1115,542,1771,68,531,496,98,310,1533,5330784,47,29,5995848,2803401,3311,141,795,19735,1,1,346,1815,12,5,4,7,2,9,11,19,2,7451739,16496859,2738464,1303679,1964,3094,11204,2375,3405,5540,3897,1881,1356852,64872',kBL:'5-Va'};google.sn='webhp';google.kHL='en';})();(function(){\nvar f=this||self;var h,k=[];function l(a){for(var b;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||h}function m(a){for(var b=null;a\u0026\u0026(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b}\nfunction n(a,b,c,d,g){var e=\"\";c||-1!==b.search(\"\u0026ei=\")||(e=\"\u0026ei=\"+l(d),-1===b.search(\"\u0026lei=\")\u0026\u0026(d=m(d))\u0026\u0026(e+=\"\u0026lei=\"+d));d=\"\";!c\u0026\u0026f._cshid\u0026\u0026-1===b.search(\"\u0026cshid=\")\u0026\u0026\"slh\"!==a\u0026\u0026(d=\"\u0026cshid=\"+f._cshid);c=c||\"/\"+(g||\"gen_204\")+\"?atyp=i\u0026ct=\"+a+\"\u0026cad=\"+b+e+\"\u0026zx=\"+Date.now()+d;/^http:/i.test(c)\u0026\u0026\"https:\"===window.location.protocol\u0026\u0026(google.ml\u0026\u0026google.ml(Error(\"a\"),!1,{src:c,glmm:1}),c=\"\");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){return null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort=function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){\ngoogle.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){\ndocument.documentElement.addEventListener(\"submit\",function(b){var a;if(a=b.target){var c=a.getAttribute(\"data-submitfalse\");a=\"1\"===c||\"q\"===c\u0026\u0026!a.elements.q.value?!0:!1}else a=!1;a\u0026\u0026(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener(\"click\",function(b){var a;a:{for(a=b.target;a\u0026\u0026a!==document.documentElement;a=a.parentElement)if(\"A\"===a.tagName){a=\"1\"===a.getAttribute(\"data-nohref\");break a}a=!1}a\u0026\u0026b.preventDefault()},!0);}).call(this);\u003c/script\u003e\u003cstyle\u003e#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998;right:0}.gbto #gbs{background:#fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}#gbb{position:relative}#gbbw{left:0;position:absolute;top:30px;width:100%}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbxo{opacity:0 !important;filter:alpha(opacity=0) !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm{left:0}#gbg .gbm{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:\"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\";opacity:1\\0/;top:-4px\\0/;left:-6px\\0/;right:5px\\0/;bottom:4px\\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}span#gbg6,span#gbg4{cursor:default}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbzt .gbts{display:inline;zoom:1}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt:hover,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id{background-position:-44px -101px}#gbmpid{background-position:0 0}#gbmpi,#gbmpid{border:none;display:inline-block;height:48px;width:48px}#gbmpiw{display:inline-block;line-height:9px;padding-left:20px;margin-top:10px;position:relative}#gbmpi,#gbmpid,#gbmpiw{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(https://ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(https://ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmlb,.gbmt:visited,.gbml1:visited,.gbmlb:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{display:inline-block;margin:0 10px}.gbml1,.gbmlb,.gbml1:visited,.gbmlb:visited{*display:inline}.gbml1,.gbml1:visited{padding:0 10px}.gbml1-hvr,.gbml1:focus{outline:none;text-decoration:underline !important}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}.gbmlb,.gbmlb:visited{line-height:27px}.gbmlb-hvr,.gbmlb:focus{outline:none;text-decoration:underline !important}.gbmlbw{color:#ccc;margin:0 10px}.gbmt{padding:0 20px}.gbmt:hover,.gbmt:focus{background:#eee;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #bebebe;font-size:0;margin:10px 0}#gbd4 .gbmc{background:#f5f5f5;padding-top:0}#gbd4 .gbsbic::-webkit-scrollbar-track:vertical{background-color:#f5f5f5;margin-top:2px}#gbmpdv{background:#fff;border-bottom:1px solid #bebebe;-moz-box-shadow:0 2px 4px rgba(0,0,0,.12);-o-box-shadow:0 2px 4px rgba(0,0,0,.12);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.12);box-shadow:0 2px 4px rgba(0,0,0,.12);position:relative;z-index:1}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\\0A\\0A';white-space:pre;position:absolute}#gbmps{*zoom:1}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbd4 .gbmtc{border-bottom:1px solid #bebebe}#gbd4 .gbpc{display:inline-block;margin:16px 0 10px;padding-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbpd .gbps{color:#666 !important}.gbpd .gbmt{opacity:.4;filter:alpha(opacity=40)}.gbps2{color:#666;display:block}.gbp0{display:none}.gbp0 .gbps2{font-weight:bold}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#fef9db}.gbpmc .gbpmtc{padding:10px 20px}#gbpm{border:0;*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbpmtc{border-top:none;color:#000 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;border:0;margin:0;white-space:nowrap;width:100%}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}#gbmpasb .gbps{color:#000}#gbmpal .gbqfbb{margin:0 20px}.gbp0 .gbps{*display:inline}a.gbiba{margin:8px 20px 10px}.gbmpiaw{display:inline-block;padding-right:10px;margin-bottom:6px;margin-top:10px}.gbxv{visibility:hidden}.gbmpiaa{display:block;margin-top:10px}.gbmpia{border:none;display:block;height:48px;width:48px}.gbmpnw{display:inline-block;height:auto;margin:10px 0;vertical-align:top}\n.gbqfb,.gbqfba,.gbqfbb{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;cursor:default !important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;*min-width:70px;padding:0 8px;text-align:center;text-decoration:none !important;-moz-user-select:none;-webkit-user-select:none}.gbqfb:focus,.gbqfba:focus,.gbqfbb:focus{border:1px solid #4d90fe;-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);outline:none}.gbqfb-hvr:focus,.gbqfba-hvr:focus,.gbqfbb-hvr:focus{-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb-no-focus:focus{border:1px solid #3079ed;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.gbqfb-hvr,.gbqfba-hvr,.gbqfbb-hvr{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb::-moz-focus-inner,.gbqfba::-moz-focus-inner,.gbqfbb::-moz-focus-inner{border:0}.gbqfba,.gbqfbb{border:1px solid #dcdcdc;border-color:rgba(0,0,0,.1);color:#444 !important;font-size:11px}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;color:#fff!important;margin:0 0}.gbqfb-hvr{border-color:#2f5bb7}.gbqfb-hvr:focus{border-color:#2f5bb7}.gbqfb-hvr,.gbqfb-hvr:focus{background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8)}.gbqfb:active{background-color:inherit;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3)}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1')}.gbqfba-hvr,.gbqfba-hvr:active{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfbb{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));background-image:-webkit-linear-gradient(top,#fff,#fbfbfb);background-image:-moz-linear-gradient(top,#fff,#fbfbfb);background-image:-ms-linear-gradient(top,#fff,#fbfbfb);background-image:-o-linear-gradient(top,#fff,#fbfbfb);background-image:linear-gradient(top,#fff,#fbfbfb);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb')}.gbqfbb-hvr,.gbqfbb-hvr:active{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-moz-linear-gradient(top,#fff,#f8f8f8);background-image:-ms-linear-gradient(top,#fff,#f8f8f8);background-image:-o-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gbqfba-hvr,.gbqfba-hvr:active,.gbqfbb-hvr,.gbqfbb-hvr:active{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#222 !important}.gbqfba:active,.gbqfbb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}\n.gbprcd{padding:0;width:258px;white-space:normal}.gbprcb{display:inline-block;height:27px;padding:0 15px;text-decoration:none}#gbprc .gbprcbc{background-color:;background-image:none;border-color:;color:!important}#gbprc .gbprcbc:hover{color:!important}#gbprc .gbprcbc:active,#gbprc .gbprcbc:focus{color:!important}.gbprct{color:#666;line-height:17px;margin:0;margin-bottom:20px}.gbprci{color:#333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}#gbprc .gbmc{padding:26px;padding-bottom:22px;border:1px solid #bebebe}#gbprc .gbm{border:0}#gbprc .gbprcx,#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{right:12px;background:url(//ssl.gstatic.com/s2/oz/images/stars/x.png);display:block;height:9px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:12px;width:9px}#gbprc .gbprcx.gbgt-hvr,#gbprc .gbprcx:focus,#gbprc .gbprcx:active{opacity:1;filter:alpha(opacity=100)}.gbgs .gbmab,.gbgs .gbmab{left:10px;margin:40px 0 0}.gbgs .gbmac,.gbgs .gbmac{left:10px;margin:41px 0 0}.gbemi .gbgs .gbmab,.gbem .gbgs .gbmab{left:10px;margin:40px 0 0}.gbemi .gbgs .gbmac,.gbem .gbgs .gbmac{left:10px;margin:41px 0 0}.gbesi .gbgs .gbmab,.gbes .gbgs .gbmab{left:10px;margin:40px 0 0}.gbesi .gbgs .gbmac,.gbes .gbgs .gbmac{left:10px;margin:41px 0 0}#gbprca .gbmab{z-index:999}#gbprca .gbmac{border-bottom-color:#fff;z-index:999}#gbprcs{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}\n#gb #gbprc{right:-28px;top:15px;z-index:997}#gbprca{left:-63px;position:relative;top:-22px}.gbmab,.gbmac{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}#gbqfqw,#gbqfb{vertical-align:top}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}\n#gbmpas{max-height:220px}#gbmm{max-height:530px}.gbsb{-webkit-box-sizing:border-box;display:block;position:relative;*zoom:1}.gbsbic{overflow:auto}.gbsbis .gbsbt,.gbsbis .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));left:0;margin-right:0;opacity:0;position:absolute;width:100%}.gbsb .gbsbt:after,.gbsb .gbsbb:after{content:\"\";display:block;height:0;left:0;position:absolute;width:100%}.gbsbis .gbsbt{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(top,rgba(0,0,0,.2),rgba(0,0,0,0));height:6px;top:0}.gbsb .gbsbt:after{border-top:1px solid #ebebeb;border-color:rgba(0,0,0,.3);top:0}.gbsb .gbsbb{-webkit-mask-box-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(.5,rgba(0,0,0,.8)),color-stop(1,rgba(0,0,0,.1)));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));background-image:linear-gradient(bottom,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;height:4px}.gbsb .gbsbb:after{border-bottom:1px solid #ebebeb;border-color:rgba(0,0,0,.3);bottom:0}\n\u003c/style\u003e\u003cstyle\u003ebody,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}\u003c/style\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google.erd={jsr:1,bv:1666,de:true};\nvar h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b\u0026\u0026(r=a\u0026\u0026a.message);if(google.dl)return google.dl(a,e,d),null;if(0\u003ev){window.console\u0026\u0026console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||\"Error loading script\"===a.message||q\u003e=l\u0026\u0026!m?!1:!0;if(!b)\r\nd0\r\nreturn null;q++;d=d||{};b=encodeURIComponent;var c=\"/gen_204?atyp=i\u0026ei=\"+b(google.kEI);google.kEXPI\u0026\u0026(c+=\"\u0026jexpid=\"+b(google.kEXPI));c+=\"\u0026srcpg=\"+b(google.sn)+\"\u0026jsr=\"+b(t.jsr)+\"\u0026bver=\"+b(t.bv);var f=a.lineNum\r\n73d4\r\nber;void 0!==f\u0026\u0026(c+=\"\u0026line=\"+f);var g=\na.fileName;g\u0026\u0026(0\u003cg.indexOf(\"-extension:/\")\u0026\u0026(e=3),c+=\"\u0026script=\"+b(g),f\u0026\u0026g===window.location.href\u0026\u0026(f=document.documentElement.outerHTML.split(\"\\n\")[f],c+=\"\u0026cad=\"+b(f?f.substring(0,300):\"No script found.\")));c+=\"\u0026jsel=\"+e;for(var u in d)c+=\"\u0026\",c+=b(u),c+=\"=\",c+=b(d[u]);c=c+\"\u0026emsg=\"+b(a.name+\": \"+a.message);c=c+\"\u0026jsst=\"+b(a.stack||\"N/A\");12288\u003c=c.length\u0026\u0026(c=c.substr(0,12288));a=c;m||google.log(0,\"\",a);return a};window.onerror=function(a,b,d,m,e){r!==a\u0026\u0026(a=e instanceof Error?e:Error(a),void 0===d||\"lineNumber\"in a||(a.lineNumber=d),void 0===b||\"fileName\"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,\"SyntaxError\"===a.name||\"SyntaxError\"===a.message.substring(0,11)||-1!==a.message.indexOf(\"Script error\")?2:0));r=null;p\u0026\u0026q\u003e=l\u0026\u0026(window.onerror=null)};})();(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar e=this||self;var aa=function(a,b,c,d){d=d||{};d._sn=[\"cfg\",b,c].join(\".\");window.gbar.logger.ml(a,d)};var g=window.gbar=window.gbar||{},h=window.gbar.i=window.gbar.i||{},ba;function _tvn(a,b){a=parseInt(a,10);return isNaN(a)?b:a}function _tvf(a,b){a=parseFloat(a);return isNaN(a)?b:a}function _tvv(a){return!!a}function p(a,b,c){(c||g)[a]=b}g.bv={n:_tvn(\"2\",0),r:\"\",f:\".66.\",e:\"\",m:_tvn(\"1\",1)};\nfunction ca(a,b,c){var d=\"on\"+b;if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent(d,c);else{var f=a[d];a[d]=function(){var k=f.apply(this,arguments),l=c.apply(this,arguments);return void 0==k?l:void 0==l?k:l\u0026\u0026k}}}var da=function(a){return function(){return g.bv.m==a}},ea=da(1),fa=da(2);p(\"sb\",ea);p(\"kn\",fa);h.a=_tvv;h.b=_tvf;h.c=_tvn;h.i=aa;var r=window.gbar.i.i;var t=function(){},u=function(){},ja=function(a){var b=new Image,c=ha;b.onerror=b.onload=b.onabort=function(){try{delete ia[c]}catch(d){}};ia[c]=b;b.src=a;ha=c+1},ia=[],ha=0;p(\"logger\",{il:u,ml:t,log:ja});var v=window.gbar.logger;var w={},ka={},x=[],la=h.b(\"0.1\",.1),ma=h.a(\"1\",!0),na=function(a,b){x.push([a,b])},oa=function(a,b){w[a]=b},pa=function(a){return a in w},A={},B=function(a,b){A[a]||(A[a]=[]);A[a].push(b)},C=function(a){B(\"m\",a)},qa=function(a,b){var c=document.createElement(\"script\");c.src=a;c.async=ma;Math.random()\u003cla\u0026\u0026(c.onerror=function(){c.onerror=null;t(Error(\"Bundle load failed: name=\"+(b||\"UNK\")+\" url=\"+a))});(document.getElementById(\"xjsc\")||document.getElementsByTagName(\"body\")[0]||\ndocument.getElementsByTagName(\"head\")[0]).appendChild(c)},sa=function(a){for(var b,c=0;(b=x[c])\u0026\u0026b[0]!=a;++c);!b||b[1].l||b[1].s||(b[1].s=!0,ra(2,a),b[1].url\u0026\u0026qa(b[1].url,a),b[1].libs\u0026\u0026D\u0026\u0026D(b[1].libs))},ta=function(a){B(\"gc\",a)},ua=null,va=function(a){ua=a},ra=function(a,b,c){if(ua){a={t:a,b:b};if(c)for(var d in c)a[d]=c[d];try{ua(a)}catch(f){}}};p(\"mdc\",w);p(\"mdi\",ka);p(\"bnc\",x);p(\"qGC\",ta);p(\"qm\",C);p(\"qd\",A);p(\"lb\",sa);p(\"mcf\",oa);p(\"bcf\",na);p(\"aq\",B);p(\"mdd\",\"\");\np(\"has\",pa);p(\"trh\",va);p(\"tev\",ra);if(h.a(\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\")){var E=function(a,b){return wa?a||b:b},xa=h.a(\"1\"),ya=h.a(\"\"),za=h.a(\"\"),wa=h.a(\"\"),Aa=window.gapi=E(window.gapi,{}),Ba=function(a,b){var c=function(){g.dgl(a,b)};xa?C(c):(B(\"gl\",c),sa(\"gl\"))},Ca={},Da=function(a){a=a.split(\":\");for(var b;(b=a.pop())\u0026\u0026Ca[b];);return!b},D=function(a){function b(){for(var c=a.split(\":\"),d,f=0;d=c[f];++f)Ca[d]=1;for(c=0;d=x[c];++c)d=d[1],(f=d.libs)\u0026\u0026!d.l\u0026\u0026d.i\u0026\u0026\nDa(f)\u0026\u0026d.i()}g.dgl(a,b)},G=window.___jsl=E(window.___jsl,{});G.h=E(G.h,\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.IK5OmUURd2E.O/d=1/rs=AHpOoo932JinkSJHK92WgVjIV-Jwwyu3Rw/m=__features__\");G.ms=E(G.ms,\"https://apis.google.com\");G.m=E(G.m,\"\");G.l=E(G.l,[]);G.dpo=E(G.dpo,\"\");xa||x.push([\"gl\",{url:\"//ssl.gstatic.com/gb/js/abc/glm_e7bb39a7e1a24581ff4f8d199678b1b9.js\"}]);var Ea={pu:ya,sh:\"\",si:za,hl:\"en\"};w.gl=Ea;wa?Aa.load||p(\"load\",Ba,Aa):p(\"load\",Ba,Aa);p(\"dgl\",Ba);p(\"agl\",Da);h.o=xa};var Fa=h.b(\"0.1\",.001),Ga=0;\nfunction _mlToken(a,b){try{if(1\u003eGa){Ga++;var c=a;b=b||{};var d=encodeURIComponent,f=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",(new Date).getTime(),\"\u0026jexpid=\",d(\"28834\"),\"\u0026srcpg=\",d(\"prop=1\"),\"\u0026jsr=\",Math.round(1/Fa),\"\u0026ogev=\",d(\"-V8_Y8-oJ6iFptQPt_mRaA\"),\"\u0026ogf=\",g.bv.f,\"\u0026ogrp=\",d(\"\"),\"\u0026ogv=\",d(\"476054333.0\"),\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),\"\u0026ogd=\",d(\"com\"),\"\u0026ogc=\",d(\"USA\"),\"\u0026ogl=\",d(\"en\")];b._sn\u0026\u0026(b._sn=\n\"og.\"+b._sn);for(var k in b)f.push(\"\u0026\"),f.push(d(k)),f.push(\"=\"),f.push(d(b[k]));f.push(\"\u0026emsg=\");f.push(d(c.name+\":\"+c.message));var l=f.join(\"\");Ha(l)\u0026\u0026(l=l.substr(0,2E3));var n=l;var m=window.gbar.logger._aem(a,n);ja(m)}}catch(q){}}var Ha=function(a){return 2E3\u003c=a.length},Ia=function(a,b){return b};function Ja(a){t=a;p(\"_itl\",Ha,v);p(\"_aem\",Ia,v);p(\"ml\",t,v);a={};w.er=a}h.a(\"\")?Ja(function(a){throw a;}):h.a(\"1\")\u0026\u0026Math.random()\u003cFa\u0026\u0026Ja(_mlToken);var _E=\"left\",Ka=h.a(\"\"),La=h.a(\"\"),I=function(a,b){var c=a.className;H(a,b)||(a.className+=(\"\"!=c?\" \":\"\")+b)},J=function(a,b){var c=a.className;b=new RegExp(\"\\\\s?\\\\b\"+b+\"\\\\b\");c\u0026\u0026c.match(b)\u0026\u0026(a.className=c.replace(b,\"\"))},H=function(a,b){b=new RegExp(\"\\\\b\"+b+\"\\\\b\");a=a.className;return!(!a||!a.match(b))},Ma=function(a,b){H(a,b)?J(a,b):I(a,b)},Na=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}},Oa=function(a){a=\n[La?\"\":\"https://www.gstatic.com\",\"/og/_/js/d=1/k=\",\"og.og2.en_US.1YBDLLWhGI0.O\",\"/rt=j/m=\",a,\"/rs=\",\"AA2YrTt00vDB0VDXaxK5YBd_BZW7hVu1mw\"];Ka\u0026\u0026a.push(\"?host=www.gstatic.com\u0026bust=og.og2.en_US._h8KzvCy1cw.DU\");a=a.join(\"\");qa(a)};p(\"ca\",I);p(\"cr\",J);p(\"cc\",H);h.k=I;h.l=J;h.m=H;h.n=Ma;h.p=Oa;h.q=Na;var Pa=[\"gb_71\",\"gb_155\"],Qa;function Ra(a){Qa=a}function Sa(a){var b=Qa\u0026\u0026!a.href.match(/.*\\/accounts\\/ClearSID[?]/)\u0026\u0026encodeURIComponent(Qa());b\u0026\u0026(a.href=a.href.replace(/([?\u0026]continue=)[^\u0026]*/,\"$1\"+b))}function Ta(a){window.gApplication\u0026\u0026(a.href=window.gApplication.getTabUrl(a.href))}function Ua(a){try{var b=(document.forms[0].q||\"\").value;b\u0026\u0026(a.href=a.href.replace(/([?\u0026])q=[^\u0026]*|$/,function(c,d){return(d||\"\u0026\")+\"q=\"+encodeURIComponent(b)}))}catch(c){r(c,\"sb\",\"pq\")}}\nvar Va=function(){for(var a=[],b,c=0;b=Pa[c];++c)(b=document.getElementById(b))\u0026\u0026a.push(b);return a},Wa=function(){var a=Va();return 0\u003ca.length?a[0]:null},Xa=function(){return document.getElementById(\"gb_70\")},K={},L={},Ya={},M={},N=void 0,cb=function(a,b){try{var c=document.getElementById(\"gb\");I(c,\"gbpdjs\");O();Za(document.getElementById(\"gb\"))\u0026\u0026I(c,\"gbrtl\");if(b\u0026\u0026b.getAttribute){var d=b.getAttribute(\"aria-owns\");if(d.length){var f=document.getElementById(d);if(f){var k=b.parentNode;if(N==d)N=void 0,\nJ(k,\"gbto\");else{if(N){var l=document.getElementById(N);if(l\u0026\u0026l.getAttribute){var n=l.getAttribute(\"aria-owner\");if(n.length){var m=document.getElementById(n);m\u0026\u0026m.parentNode\u0026\u0026J(m.parentNode,\"gbto\")}}}$a(f)\u0026\u0026ab(f);N=d;I(k,\"gbto\")}}}}C(function(){g.tg(a,b,!0)});bb(a)}catch(q){r(q,\"sb\",\"tg\")}},db=function(a){C(function(){g.close(a)})},eb=function(a){C(function(){g.rdd(a)})},Za=function(a){var b,c=document.defaultView;c\u0026\u0026c.getComputedStyle?(a=c.getComputedStyle(a,\"\"))\u0026\u0026(b=a.direction):b=a.currentStyle?\na.currentStyle.direction:a.style.direction;return\"rtl\"==b},gb=function(a,b,c){if(a)try{var d=document.getElementById(\"gbd5\");if(d){var f=d.firstChild,k=f.firstChild,l=document.createElement(\"li\");l.className=b+\" gbmtc\";l.id=c;a.className=\"gbmt\";l.appendChild(a);if(k.hasChildNodes()){c=[[\"gbkc\"],[\"gbf\",\"gbe\",\"gbn\"],[\"gbkp\"],[\"gbnd\"]];d=0;var n=k.childNodes.length;f=!1;for(var m=-1,q,S=0;q=c[S];S++){for(var F=void 0,T=0;F=q[T];T++){for(;d\u003cn\u0026\u0026H(k.childNodes[d],F);)d++;if(F==b){k.insertBefore(l,k.childNodes[d]||\nnull);f=!0;break}}if(f){if(d+1\u003ck.childNodes.length){var U=k.childNodes[d+1];H(U.firstChild,\"gbmh\")||fb(U,q)||(m=d+1)}else if(0\u003c=d-1){var V=k.childNodes[d-1];H(V.firstChild,\"gbmh\")||fb(V,q)||(m=d)}break}0\u003cd\u0026\u0026d+1\u003cn\u0026\u0026d++}if(0\u003c=m){var y=document.createElement(\"li\"),z=document.createElement(\"div\");y.className=\"gbmtc\";z.className=\"gbmt gbmh\";y.appendChild(z);k.insertBefore(y,k.childNodes[m])}g.addHover\u0026\u0026g.addHover(a)}else k.appendChild(l)}}catch(Bb){r(Bb,\"sb\",\"al\")}},fb=function(a,b){for(var c=b.length,\nd=0;d\u003cc;d++)if(H(a,b[d]))return!0;return!1},hb=function(a,b,c){gb(a,b,c)},ib=function(a,b){gb(a,\"gbe\",b)},jb=function(){C(function(){g.pcm\u0026\u0026g.pcm()})},kb=function(){C(function(){g.pca\u0026\u0026g.pca()})},lb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa\u0026\u0026g.paa(a,b,c,d,f,k,l,n,m,q)})},mb=function(a,b){K[a]||(K[a]=[]);K[a].push(b)},nb=function(a,b){L[a]||(L[a]=[]);L[a].push(b)},ob=function(a,b){Ya[a]=b},pb=function(a,b){M[a]||(M[a]=[]);M[a].push(b)},bb=function(a){a.preventDefault\u0026\u0026a.preventDefault();a.returnValue=\n!1;a.cancelBubble=!0},qb=null,ab=function(a,b){O();if(a){rb(a,\"Opening\u0026hellip;\");P(a,!0);b=\"undefined\"!=typeof b?b:1E4;var c=function(){sb(a)};qb=window.setTimeout(c,b)}},tb=function(a){O();a\u0026\u0026(P(a,!1),rb(a,\"\"))},sb=function(a){try{O();var b=a||document.getElementById(N);b\u0026\u0026(rb(b,\"This service is currently unavailable.%1$sPlease try again later.\",\"%1$s\"),P(b,!0))}catch(c){r(c,\"sb\",\"sdhe\")}},rb=function(a,b,c){if(a\u0026\u0026b){var d=$a(a);if(d){if(c){d.textContent=\"\";b=b.split(c);for(var f=0;c=b[f];f++){var k=document.createElement(\"div\");\nk.innerHTML=c;d.appendChild(k)}}else d.innerHTML=b;P(a,!0)}}},P=function(a,b){(b=void 0!==b?b:!0)?I(a,\"gbmsgo\"):J(a,\"gbmsgo\")},$a=function(a){for(var b,c=0;b=a.childNodes[c];c++)if(H(b,\"gbmsg\"))return b},O=function(){qb\u0026\u0026window.clearTimeout(qb)},ub=function(a){var b=\"inner\"+a;a=\"offset\"+a;return window[b]?window[b]:document.documentElement\u0026\u0026document.documentElement[a]?document.documentElement[a]:0},vb=function(){return!1},wb=function(){return!!N};p(\"so\",Wa);p(\"sos\",Va);p(\"si\",Xa);p(\"tg\",cb);\np(\"close\",db);p(\"rdd\",eb);p(\"addLink\",hb);p(\"addExtraLink\",ib);p(\"pcm\",jb);p(\"pca\",kb);p(\"paa\",lb);p(\"ddld\",ab);p(\"ddrd\",tb);p(\"dderr\",sb);p(\"rtl\",Za);p(\"op\",wb);p(\"bh\",K);p(\"abh\",mb);p(\"dh\",L);p(\"adh\",nb);p(\"ch\",M);p(\"ach\",pb);p(\"eh\",Ya);p(\"aeh\",ob);ba=h.a(\"\")?Ta:Ua;p(\"qs\",ba);p(\"setContinueCb\",Ra);p(\"pc\",Sa);p(\"bsy\",vb);h.d=bb;h.j=ub;var xb={};w.base=xb;x.push([\"m\",{url:\"//ssl.gstatic.com/gb/js/sem_8d287684c8791465cb4beab96ecc36d6.js\"}]);g.sg={c:\"1\"};p(\"wg\",{rg:{}});var yb={tiw:h.c(\"15000\",0),tie:h.c(\"30000\",0)};w.wg=yb;var zb={thi:h.c(\"10000\",0),thp:h.c(\"180000\",0),tho:h.c(\"5000\",0),tet:h.b(\"0.5\",0)};w.wm=zb;if(h.a(\"1\")){var Ab=h.a(\"\");x.push([\"gc\",{auto:Ab,url:\"//ssl.gstatic.com/gb/js/abc/gci_91f30755d6a6b787dcc2a4062e6e9824.js\",libs:\"googleapis.client:gapi.iframes\"}]);var Cb={version:\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",index:\"\",lang:\"en\"};w.gc=Cb;var Db=function(a){window.googleapis\u0026\u0026window.iframes?a\u0026\u0026a():(a\u0026\u0026ta(a),sa(\"gc\"))};p(\"lGC\",Db);h.a(\"1\")\u0026\u0026p(\"lPWF\",Db)};window.__PVT=\"\";var Eb=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,500];var Fb=h.b(\"0.001\",1E-4),Gb=h.b(\"1\",1),Hb=!1,Ib=!1;if(h.a(\"1\")){var Jb=Math.random();Jb\u003cFb\u0026\u0026(Hb=!0);Jb\u003cGb\u0026\u0026(Ib=!0)}var Q=null;\nfunction Kb(a,b){var c=Fb,d=Hb;var f=a;if(!Q){Q={};for(var k=0;k\u003cEb.length;k++){var l=Eb[k];Q[l]=!0}}if(f=!!Q[f])c=Gb,d=Ib;if(d){d=encodeURIComponent;if(g.rp){var n=g.rp();n=\"-1\"!=n?n:\"\"}else n=\"\";f=(new Date).getTime();k=d(\"28834\");l=d(\"-V8_Y8-oJ6iFptQPt_mRaA\");var m=g.bv.f,q=d(\"1\");n=d(n);c=Math.round(1/c);var S=d(\"476054333.0\"),F=\"\u0026oggv=\"+d(\"es_plusone_gc_20220801.0_p0\"),T=d(\"com\"),U=d(\"en\"),V=\nd(\"USA\");var y=0;h.a(\"\")\u0026\u0026(y|=1);h.a(\"\")\u0026\u0026(y|=2);h.a(\"\")\u0026\u0026(y|=4);a=[\"//www.google.com/gen_204?atyp=i\u0026zx=\",f,\"\u0026oge=\",a,\"\u0026ogex=\",k,\"\u0026ogev=\",l,\"\u0026ogf=\",m,\"\u0026ogp=\",q,\"\u0026ogrp=\",n,\"\u0026ogsr=\",c,\"\u0026ogv=\",S,F,\"\u0026ogd=\",T,\"\u0026ogl=\",U,\"\u0026ogc=\",V,\"\u0026ogus=\",y];if(b){\"ogw\"in b\u0026\u0026(a.push(\"\u0026ogw=\"+b.ogw),delete b.ogw);f=[];for(z in b)0!=f.length\u0026\u0026f.push(\",\"),f.push(Lb(z)),f.push(\".\"),f.push(Lb(b[z]));var z=f.join(\"\");\"\"!=z\u0026\u0026(a.push(\"\u0026ogad=\"),a.push(d(z)))}ja(a.join(\"\"))}}\nfunction Lb(a){\"number\"==typeof a\u0026\u0026(a+=\"\");return\"string\"==typeof a?a.replace(\".\",\"%2E\").replace(\",\",\"%2C\"):a}u=Kb;p(\"il\",u,v);var Mb={};w.il=Mb;var Nb=function(a,b,c,d,f,k,l,n,m,q){C(function(){g.paa(a,b,c,d,f,k,l,n,m,q)})},Ob=function(){C(function(){g.prm()})},Pb=function(a){C(function(){g.spn(a)})},Qb=function(a){C(function(){g.sps(a)})},Rb=function(a){C(function(){g.spp(a)})},Sb={\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\",\"27\":\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},Tb=function(a){return(a=Sb[a])||\"https://lh3.googleusercontent.com/ogw/default-user=s24\"},\nUb=function(){C(function(){g.spd()})};p(\"spn\",Pb);p(\"spp\",Rb);p(\"sps\",Qb);p(\"spd\",Ub);p(\"paa\",Nb);p(\"prm\",Ob);mb(\"gbd4\",Ob);\nif(h.a(\"\")){var Vb={d:h.a(\"\"),e:\"\",sanw:h.a(\"\"),p:\"https://lh3.googleusercontent.com/ogw/default-user=s96\",cp:\"1\",xp:h.a(\"1\"),mg:\"%1$s (delegated)\",md:\"%1$s (default)\",mh:\"220\",s:\"1\",pp:Tb,ppl:h.a(\"\"),ppa:h.a(\"\"),\nppm:\"Google+ page\"};w.prf=Vb};var R,Wb,W,Xb,X=0,Yb=function(a,b,c){if(a.indexOf)return a.indexOf(b,c);if(Array.indexOf)return Array.indexOf(a,b,c);for(c=null==c?0:0\u003ec?Math.max(0,a.length+c):c;c\u003ca.length;c++)if(c in a\u0026\u0026a[c]===b)return c;return-1},Y=function(a,b){return-1==Yb(a,X)?(r(Error(X+\"_\"+b),\"up\",\"caa\"),!1):!0},$b=function(a,b){Y([1,2],\"r\")\u0026\u0026(R[a]=R[a]||[],R[a].push(b),2==X\u0026\u0026window.setTimeout(function(){b(Zb(a))},0))},ac=function(a,b,c){if(Y([1],\"nap\")\u0026\u0026c){for(var d=0;d\u003cc.length;d++)Wb[c[d]]=!0;g.up.spl(a,b,\"nap\",c)}},bc=\nfunction(a,b,c){if(Y([1],\"aop\")\u0026\u0026c){if(W)for(var d in W)W[d]=W[d]\u0026\u0026-1!=Yb(c,d);else for(W={},d=0;d\u003cc.length;d++)W[c[d]]=!0;g.up.spl(a,b,\"aop\",c)}},cc=function(){try{if(X=2,!Xb){Xb=!0;for(var a in R)for(var b=R[a],c=0;c\u003cb.length;c++)try{b[c](Zb(a))}catch(d){r(d,\"up\",\"tp\")}}}catch(d){r(d,\"up\",\"mtp\")}},Zb=function(a){if(Y([2],\"ssp\")){var b=!Wb[a];W\u0026\u0026(b=b\u0026\u0026!!W[a]);return b}};Xb=!1;R={};Wb={};W=null;X=1;\nvar dc=function(a){var b=!1;try{b=a.cookie\u0026\u0026a.cookie.match(\"PREF\")}catch(c){}return!b},ec=function(){try{return!!e.localStorage\u0026\u0026\"object\"==typeof e.localStorage}catch(a){return!1}},fc=function(a){return a\u0026\u0026a.style\u0026\u0026a.style.behavior\u0026\u0026\"undefined\"!=typeof a.load},gc=function(a,b,c,d){try{dc(document)||(d||(b=\"og-up-\"+b),ec()?e.localStorage.setItem(b,c):fc(a)\u0026\u0026(a.setAttribute(b,c),a.save(a.id)))}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"spd\")}},hc=function(a,b,c){try{if(dc(document))return\"\";\nc||(b=\"og-up-\"+b);if(ec())return e.localStorage.getItem(b);if(fc(a))return a.load(a.id),a.getAttribute(b)}catch(d){d.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(d,\"up\",\"gpd\")}return\"\"},ic=function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent\u0026\u0026a.attachEvent(\"on\"+b,c)},jc=function(a){for(var b,c=0;b=a[c];c++){var d=g.up;b=b in d\u0026\u0026d[b];if(!b)return!1}return!0},kc=function(a,b){try{if(dc(a))return-1;var c=a.cookie.match(/OGPC=([^;]*)/);if(c\u0026\u0026c[1]){var d=c[1].match(new RegExp(\"\\\\b\"+\nb+\"-([0-9]+):\"));if(d\u0026\u0026d[1])return parseInt(d[1],10)}}catch(f){f.code!=DOMException.QUOTA_EXCEEDED_ERR\u0026\u0026r(f,\"up\",\"gcc\")}return-1};p(\"up\",{r:$b,nap:ac,aop:bc,tp:cc,ssp:Zb,spd:gc,gpd:hc,aeh:ic,aal:jc,gcc:kc});var Z=function(a,b){a[b]=function(c){var d=arguments;g.qm(function(){a[b].apply(this,d)})}};Z(g.up,\"sl\");Z(g.up,\"si\");Z(g.up,\"spl\");Z(g.up,\"dpc\");Z(g.up,\"iic\");g.mcf(\"up\",{sp:h.b(\"0.01\",1),tld:\"com\",prid:\"1\"});function lc(){function a(){for(var m;(m=k[l++])\u0026\u0026\"m\"!=m[0]\u0026\u0026!m[1].auto;);m\u0026\u0026(ra(2,m[0]),m[1].url\u0026\u0026qa(m[1].url,m[0]),m[1].libs\u0026\u0026D\u0026\u0026D(m[1].libs));l\u003ck.length\u0026\u0026setTimeout(a,0)}function b(){0\u003cf--?setTimeout(b,0):a()}var c=h.a(\"1\"),d=h.a(\"\"),f=3,k=x,l=0,n=window.gbarOnReady;if(n)try{n()}catch(m){r(m,\"ml\",\"or\")}d?p(\"ldb\",a):c?ca(window,\"load\",b):b()}p(\"rdl\",lc);}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar b=window.gbar.i.i;var c=window.gbar;var f=function(d){try{var a=document.getElementById(\"gbom\");a\u0026\u0026d.appendChild(a.cloneNode(!0))}catch(e){b(e,\"omas\",\"aomc\")}};c.aomc=f;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"pm\",{p:\"19027682,efF,7,,\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=window.gbar;a.mcf(\"mm\",{s:\"1\"});}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c(\"1\",0),h=/\\bgbmt\\b/,k=function(a){try{var b=document.getElementById(\"gb_\"+g),c=document.getElementById(\"gb_\"+a);b\u0026\u0026f.l(b,h.test(b.className)?\"gbm0l\":\"gbz0l\");c\u0026\u0026f.k(c,h.test(c.className)?\"gbm0l\":\"gbz0l\")}catch(l){d(l,\"sj\",\"ssp\")}g=a},m=e.qs,n=function(a){var b=a.href;var c=window.location.href.match(/.*?:\\/\\/[^\\/]*/)[0];c=new RegExp(\"^\"+c+\"/search\\\\?\");(b=c.test(b))\u0026\u0026!/(^|\\\\?|\u0026)ei=/.test(a.href)\u0026\u0026(b=window.google)\u0026\u0026b.kEXPI\u0026\u0026(a.href+=\"\u0026ei=\"+b.kEI)},p=function(a){m(a);\nn(a)},q=function(){if(window.google\u0026\u0026window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?\"\":\"1\"}return\"-1\"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar a=this||self;var b=window.gbar;var c=b.i;var d=c.a,e=c.c,f={cty:\"USA\",cv:\"476054333\",dbg:d(\"\"),ecv:\"0\",ei:e(\"-V8_Y8-oJ6iFptQPt_mRaA\"),ele:d(\"1\"),esr:e(\"0.1\"),evts:[\"mousedown\",\"touchstart\",\"touchmove\",\"wheel\",\"keydown\"],gbl:\"es_plusone_gc_20220801.0_p0\",hd:\"com\",hl:\"en\",irp:d(\"\"),pid:e(\"1\"),\nsnid:e(\"28834\"),to:e(\"300000\"),u:e(\"\"),vf:\".66.\"},g=f,h=[\"bndcfg\"],k=a;h[0]in k||\"undefined\"==typeof k.execScript||k.execScript(\"var \"+h[0]);for(var l;h.length\u0026\u0026(l=h.shift());)h.length||void 0===g?k=k[l]\u0026\u0026k[l]!==Object.prototype[l]?k[l]:k[l]={}:k[l]=g;}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n(function(){try{/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nwindow.gbar.rdl();}catch(e){window.gbar\u0026\u0026gbar.logger\u0026\u0026gbar.logger.ml(e,{\"_sn\":\"cfg.init\"});}})();\n\u003c/script\u003e\u003c/head\u003e\u003cbody bgcolor=\"#fff\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n \u0026\u0026 window.n();if (document.images){new Image().src=src;}\nif (!iesg){document.f\u0026\u0026document.f.q.focus();document.gbqf\u0026\u0026document.gbqf.q.focus();}\n}\n})();\u003c/script\u003e\u003cdiv id=\"mngb\"\u003e\u003cdiv id=gb\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003ewindow.gbar\u0026\u0026gbar.eli\u0026\u0026gbar.eli()\u003c/script\u003e\u003cdiv id=gbw\u003e\u003cdiv id=gbz\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col id=gbzc class=gbtc\u003e\u003cli class=gbt\u003e\u003ca class=\"gbzt gbz0l gbp1\" id=gb_1 href=\"https://www.google.com/webhp?tab=ww\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eSearch\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_2 href=\"http://www.google.com/imghp?hl=en\u0026tab=wi\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eImages\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_8 href=\"http://maps.google.com/maps?hl=en\u0026tab=wl\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eMaps\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_78 href=\"https://play.google.com/?hl=en\u0026tab=w8\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003ePlay\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_36 href=\"https://www.youtube.com/?tab=w1\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eYouTube\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_426 href=\"https://news.google.com/?tab=wn\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eNews\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_23 href=\"https://mail.google.com/mail/?tab=wm\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eGmail\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbzt id=gb_49 href=\"https://drive.google.com/?tab=wo\"\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan class=gbts\u003eDrive\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbztm href=\"https://www.google.com/intl/en/about/products?tab=wh\" aria-haspopup=true aria-owns=gbd\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbztms class=\"gbts gbtsa\"\u003e\u003cspan id=gbztms1\u003eMore\u003c/span\u003e\u003cspan class=gbma\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.getElementById('gbztm').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd aria-owner=gbztm\u003e\u003cdiv id=gbmmb class=\"gbmc gbsb gbsbis\"\u003e\u003col id=gbmm class=\"gbmcc gbsbic\"\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_24 href=\"https://calendar.google.com/calendar?tab=wc\"\u003eCalendar\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_51 href=\"https://translate.google.com/?hl=en\u0026tab=wT\"\u003eTranslate\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_17 href=\"http://www.google.com/mobile/?hl=en\u0026tab=wD\"\u003eMobile\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_10 href=\"https://books.google.com/?hl=en\u0026tab=wp\"\u003eBooks\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_6 href=\"https://www.google.com/shopping?hl=en\u0026source=og\u0026tab=wf\"\u003eShopping\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_30 href=\"http://www.blogger.com/?tab=wj\"\u003eBlogger\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_27 href=\"https://www.google.com/finance?tab=we\"\u003eFinance\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_31 href=\"https://photos.google.com/?tab=wq\u0026pageId=none\"\u003ePhotos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_12 href=\"http://video.google.com/?hl=en\u0026tab=wv\"\u003eVideos\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca class=gbmt id=gb_25 href=\"https://docs.google.com/document/?usp=docs_alc\"\u003eDocs\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003ca href=\"https://www.google.com/intl/en/about/products?tab=wh\" class=gbmt\u003eEven more \u0026raquo;\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.querySelector('li \u003e a.gbmt').addEventListener('click', function clickHandler() { gbar.logger.il(1,{t:66});; });\u003c/script\u003e\u003c/li\u003e\u003c/ol\u003e\u003cdiv class=gbsbt\u003e\u003c/div\u003e\u003cdiv class=gbsbb\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003cdiv id=gbg\u003e\u003ch2 class=gbxx\u003eAccount Options\u003c/h2\u003e\u003cspan class=gbtcb\u003e\u003c/span\u003e\u003col class=gbtc\u003e\u003cli class=gbt\u003e\u003ca target=_top href=\"https://accounts.google.com/ServiceLogin?hl=en\u0026passive=true\u0026continue=http://www.google.com/\u0026ec=GAZAAQ\" onclick=\"gbar.logger.il(9,{l:'i'})\" id=gb_70 class=gbgt\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs4 class=gbts\u003e\u003cspan id=gbi4s1\u003eSign in\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003c/li\u003e\u003cli class=\"gbt gbtb\"\u003e\u003cspan class=gbts\u003e\u003c/span\u003e\u003c/li\u003e\u003cli class=gbt\u003e\u003ca class=gbgt id=gbg5 href=\"http://www.google.com/preferences?hl=en\" title=\"Options\" aria-haspopup=true aria-owns=gbd5\u003e\u003cspan class=gbtb2\u003e\u003c/span\u003e\u003cspan id=gbgs5 class=gbts\u003e\u003cspan id=gbi5\u003e\u003c/span\u003e\u003c/span\u003e\u003c/a\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003edocument.getElementById('gbg5').addEventListener('click', function clickHandler() { gbar.tg(event,this); });\u003c/script\u003e\u003cdiv class=gbm id=gbd5 aria-owner=gbg5\u003e\u003cdiv class=gbmc\u003e\u003col id=gbom class=gbmcc\u003e\u003cli class=\"gbkc gbmtc\"\u003e\u003ca class=gbmt href=\"/preferences?hl=en\"\u003eSearch settings\u003c/a\u003e\u003c/li\u003e\u003cli class=gbmtc\u003e\u003cdiv class=\"gbmt gbmh\"\u003e\u003c/div\u003e\u003c/li\u003e\u003cli class=\"gbkp gbmtc\"\u003e\u003ca class=gbmt href=\"http://www.google.com/history/optout?hl=en\"\u003eWeb History\u003c/a\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003c/li\u003e\u003c/ol\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=gbx3\u003e\u003c/div\u003e\u003cdiv id=gbx4\u003e\u003c/div\u003e\u003cscript nonce='m0oPeiPqRKs-8r7yu2XnTQ'\u003ewindow.gbar\u0026\u0026gbar.elp\u0026\u0026gbar.elp()\u003c/script\u003e\u003c/div\u003e\u003c/div\u003e\u003ccenter\u003e\u003cbr clear=\"all\" id=\"lgpd\"\u003e\u003cdiv id=\"lga\"\u003e\u003cimg alt=\"Google\" height=\"92\" src=\"/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png\" style=\"padding:28px 0 14px\" width=\"272\" id=\"hplogo\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e\u003cform action=\"/search\" name=\"f\"\u003e\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\u003ctr valign=\"top\"\u003e\u003ctd width=\"25%\"\u003e\u0026nbsp;\u003c/td\u003e\u003ctd align=\"center\" nowrap=\"\"\u003e\u003cinput name=\"ie\" value=\"ISO-8859-1\" type=\"hidden\"\u003e\u003cinput value=\"en\" name=\"hl\" type=\"hidden\"\u003e\u003cinput name=\"source\" type=\"hidden\" value=\"hp\"\u003e\u003cinput name=\"biw\" type=\"hidden\"\u003e\u003cinput name=\"bih\" type=\"hidden\"\u003e\u003cdiv class=\"ds\" style=\"height:32px;margin:4px 0\"\u003e\u003cinput class=\"lst\" style=\"margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000\" autocomplete=\"off\" value=\"\" title=\"Google Search\" maxlength=\"2048\" name=\"q\" size=\"57\"\u003e\u003c/div\u003e\u003cbr style=\"line-height:0\"\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" value=\"Google Search\" name=\"btnG\" type=\"submit\"\u003e\u003c/span\u003e\u003c/span\u003e\u003cspan class=\"ds\"\u003e\u003cspan class=\"lsbb\"\u003e\u003cinput class=\"lsb\" id=\"tsuid_1\" value=\"I'm Feeling Lucky\" name=\"btnI\" type=\"submit\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}\nelse top.location='/doodles/';};})();\u003c/script\u003e\u003cinput value=\"AJiK0e8AAAAAYz9uCSBHbtZuH1e7Qa5bn3EsrfGfv4iv\" name=\"iflsig\" type=\"hidden\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"fl sblc\" align=\"left\" nowrap=\"\" width=\"25%\"\u003e\u003ca href=\"/advanced_search?hl=en\u0026amp;authuser=0\"\u003eAdvanced search\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cinput id=\"gbv\" name=\"gbv\" type=\"hidden\" value=\"1\"\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){\nvar a,b=\"1\";if(document\u0026\u0026document.getElementById)if(\"undefined\"!=typeof XMLHttpRequest)b=\"2\";else if(\"undefined\"!=typeof ActiveXObject){var c,d,e=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b=\"2\"}catch(h){}}a=b;if(\"2\"==a\u0026\u0026-1==location.search.indexOf(\"\u0026gbv=2\")){var f=google.gbvu,g=document.getElementById(\"gbv\");g\u0026\u0026(g.value=a);f\u0026\u0026window.setTimeout(function(){location.href=f},0)};}).call(this);\u003c/script\u003e\u003c/form\u003e\u003cdiv id=\"gac_scont\"\u003e\u003c/div\u003e\u003cdiv style=\"font-size:83%;min-height:3.5em\"\u003e\u003cbr\u003e\u003cdiv id=\"prm\"\u003e\u003cstyle\u003e.szppmdbYutt__middle-slot-promo{font-size:small;margin-bottom:32px}.szppmdbYutt__middle-slot-promo a.ZIeIlb{display:inline-block;text-decoration:none}.szppmdbYutt__middle-slot-promo img{border:none;margin-right:5px;vertical-align:middle}\u003c/style\u003e\u003cdiv class=\"szppmdbYutt__middle-slot-promo\" data-ved=\"0ahUKEwio9dqx3Mz6AhW_k4kEHTUIDFkQnIcBCAQ\"\u003e\u003cimg height=\"42\" src=\"https://www.google.com/images/hpp/gsa_super_g-64.gif\" width=\"42\"\u003e\u003ca class=\"NKcBbd\" href=\"https://www.google.com/url?q=https://store.google.com/magazine/events%3Futm_source%3Dhpp%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS107444\u0026amp;source=hpp\u0026amp;id=19031454\u0026amp;ct=3\u0026amp;usg=AOvVaw3wi52HNMAGPbW4LB9Q-QWn\u0026amp;sa=X\u0026amp;ved=0ahUKEwio9dqx3Mz6AhW_k4kEHTUIDFkQ8IcBCAU\" rel=\"nofollow\"\u003eWatch Now\u003c/a\u003e\u003cspan\u003e! Google unveils its newest Pixel phones\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cspan id=\"footer\"\u003e\u003cdiv style=\"font-size:10pt\"\u003e\u003cdiv style=\"margin:19px auto;text-align:center\" id=\"WqQANb\"\u003e\u003ca href=\"/intl/en/ads/\"\u003eAdvertising\ufffdPrograms\u003c/a\u003e\u003ca href=\"/services/\"\u003eBusiness Solutions\u003c/a\u003e\u003ca href=\"/intl/en/about.html\"\u003eAbout Google\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cp style=\"font-size:8pt;color:#70757a\"\u003e\u0026copy; 2022 - \u003ca href=\"/intl/en/policies/privacy/\"\u003ePrivacy\u003c/a\u003e - \u003ca href=\"/intl/en/policies/terms/\"\u003eTerms\u003c/a\u003e\u003c/p\u003e\u003c/span\u003e\u003c/center\u003e\u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){window.google.cdo={height:757,width:1440};(function(){\nvar a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d=\"CSS1Compat\"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a\u0026\u0026b\u0026\u0026(a!=google.cdo.width||b!=google.cdo.height)\u0026\u0026google.log(\"\",\"\",\"/client_204?\u0026atyp=i\u0026biw=\"+a+\"\u0026bih=\"+b+\"\u0026ei=\"+google.kEI);}).call(this);})();\u003c/script\u003e \u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){google.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oF3nll0XWZf435r-LUgOzqpnC72Hg',excm:[]};})();\u003c/script\u003e \u003cscript nonce=\"m0oPeiPqRKs-8r7yu2XnTQ\"\u003e(function(){var u='/xjs/_/js/k\\x3dxjs.hp.en_US.afnwz8scFFk.O/am\\x3dAACeAAAUAKg/d\\x3d1/ed\\x3d1/rs\\x3dACT90oF6YhzcRSE7FdMlZk9SdEEkYiHLTQ/m\\x3dsb_he,d';\nvar d=this||self,e=function(a){return a};\nvar g;var l=function(a,b){this.g=b===h?a:\"\"};l.prototype.toString=function(){return this.g+\"\"};var h={};function n(){var a=u;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}\nfunction p(a){google.timers\u0026\u0026google.timers.load\u0026\u0026google.tick\u0026\u0026google.tick(\"load\",\"xjsls\");var b=document;var c=\"SCRIPT\";\"application/xhtml+xml\"===b.contentType\u0026\u0026(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedTypes;if(k\u0026\u0026k.createPolicy){try{b=k.createPolicy(\"goog#html\",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console\u0026\u0026d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l\u0026\u0026a.constructor===l?a.g:\"type_error:TrustedResourceUrl\";var f,m;(f=(a=null==(m=(f=(c.ownerDocument\u0026\u0026c.ownerDocument.defaultView||window).document).querySelector)?void 0:m.call(f,\"script[nonce]\"))?a.nonce||a.getAttribute(\"nonce\")||\"\":\"\")\u0026\u0026c.setAttribute(\"nonce\",f);document.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw e;}\nfunction _F_installCss(c){}\n(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\\x22d\\x22:{},\\x22sb_he\\x22:{\\x22agen\\x22:true,\\x22cgen\\x22:true,\\x22client\\x22:\\x22heirloom-hp\\x22,\\x22dh\\x22:true,\\x22dhqt\\x22:true,\\x22ds\\x22:\\x22\\x22,\\x22ffql\\x22:\\x22en\\x22,\\x22fl\\x22:true,\\x22host\\x22:\\x22google.com\\x22,\\x22isbh\\x22:28,\\x22jsonp\\x22:true,\\x22msgs\\x22:{\\x22cibl\\x22:\\x22Clear Search\\x22,\\x22dym\\x22:\\x22Did you mean:\\x22,\\x22lcky\\x22:\\x22I\\\\u0026#39;m Feeling Lucky\\x22,\\x22lml\\x22:\\x22Learn more\\x22,\\x22oskt\\x22:\\x22Input tools\\x22,\\x22psrc\\x22:\\x22This search was removed from your \\\\u003Ca href\\x3d\\\\\\x22/history\\\\\\x22\\\\u003EWeb History\\\\u003C/a\\\\u003E\\x22,\\x22psrl\\x22:\\x22Remove\\x22,\\x22sbit\\x22:\\x22Search by image\\x22,\\x22srch\\x22:\\x22Google Search\\x22},\\x22ovr\\x22:{},\\x22pq\\x22:\\x22\\x22,\\x22refpd\\x22:true,\\x22rfs\\x22:[],\\x22sbas\\x22:\\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\\x22,\\x22sbpl\\x22:16,\\x22sbpr\\x22:16,\\x22scd\\x22:10,\\x22stok\\x22:\\x223Rys1vyLct53wpKSI-G8d74hEPM\\x22,\\x22uhde\\x22:false}}';google.pmc=JSON.parse(pmc);})();\u003c/script\u003e \u003c/body\u003e\u003c/html\u003e\r\n0\r\n\r\n","UncensoredError":null,"StartTime":"2022-10-06T19:08:41.61036447-04:00","EndTime":"2022-10-06T19:09:02.072391542-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.orgwww.censoredplanet.orgwww.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.comexample.comexample.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:09:02.072402672-04:00","EndTime":"2022-10-06T19:09:22.111689339-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.com\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:09:22.111704098-04:00","EndTime":"2022-10-06T19:09:42.159208354-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.xyz\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.xyz\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:09:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:09:42.159219674-04:00","EndTime":"2022-10-06T19:10:02.216202154-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.net\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.net\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:10:02.216207042-04:00","EndTime":"2022-10-06T19:10:22.25673311-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.club\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.club\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:10:22.256741169-04:00","EndTime":"2022-10-06T19:10:42.286960051-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.me\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.me\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:10:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:10:42.286971878-04:00","EndTime":"2022-10-06T19:11:02.316631136-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.org\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:11:02.316663269-04:00","EndTime":"2022-10-06T19:11:22.348317343-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.co\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.co\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:11:22.348329945-04:00","EndTime":"2022-10-06T19:11:42.378930659-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.shop\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.shop\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:11:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:11:42.378943979-04:00","EndTime":"2022-10-06T19:12:02.408948977-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.info\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.info\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:12:02.40896229-04:00","EndTime":"2022-10-06T19:12:22.437141255-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname TLD Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:www.censoredplanet.live\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:example.live\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:12:22.437152689-04:00","EndTime":"2022-10-06T19:12:42.467276668-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:forums.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:52 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:forums.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:12:42 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:12:42.467290673-04:00","EndTime":"2022-10-06T19:13:02.495346963-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:mail.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:12 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:mail.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:02 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:13:02.495355055-04:00","EndTime":"2022-10-06T19:13:22.524324245-04:00"} +{"IP":"142.250.190.46","Domain":"www.censoredplanet.org","TestName":"Hostname Subdomain Alternate","IsNormal":false,"MatchesNormal":true,"MatchesUncensored":true,"NormalDifferences":"","UncensoredDifferences":"","Request":"GET / HTTP/1.1\r\nHost:ww1.censoredplanet.org\r\n\r\n","Response":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:32 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","Error":null,"UncensoredRequest":"GET / HTTP/1.1\r\nHost:ww1.example.com\r\n\r\n","UncensoredResponse":"HTTP/1.1 404 Not Found\r\nContent-Type: text/html; charset=UTF-8\r\nReferrer-Policy: no-referrer\r\nContent-Length: 1561\r\nDate: Thu, 06 Oct 2022 23:13:22 GMT\r\n\r\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=en\u003e\n \u003cmeta charset=utf-8\u003e\n \u003cmeta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\"\u003e\n \u003ctitle\u003eError 404 (Not Found)!!1\u003c/title\u003e\n \u003cstyle\u003e\n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* \u003e body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n \u003c/style\u003e\n \u003ca href=//www.google.com/\u003e\u003cspan id=logo aria-label=Google\u003e\u003c/span\u003e\u003c/a\u003e\n \u003cp\u003e\u003cb\u003e404.\u003c/b\u003e \u003cins\u003eThat’s an error.\u003c/ins\u003e\n \u003cp\u003eThe requested URL \u003ccode\u003e/\u003c/code\u003e was not found on this server. \u003cins\u003eThat’s all we know.\u003c/ins\u003e\n","UncensoredError":null,"StartTime":"2022-10-06T19:13:22.524336064-04:00","EndTime":"2022-10-06T19:13:42.553022289-04:00"} diff --git a/examples/http-fuzz-input.csv b/examples/http-fuzz-input.csv new file mode 100644 index 0000000..e746a07 --- /dev/null +++ b/examples/http-fuzz-input.csv @@ -0,0 +1,16 @@ +1,false +2,false +3,false +4,false +5,false +6,false +7,false +8,false +9,false +10,false +11,false +12,true +13,false +14,false +15,true +16,false diff --git a/examples/https-fuzz-input.csv b/examples/https-fuzz-input.csv new file mode 100644 index 0000000..6a5331e --- /dev/null +++ b/examples/https-fuzz-input.csv @@ -0,0 +1,8 @@ +1,false +2,true +3,true +4,false +5,false +6,false +7,true +8,false diff --git a/examples/input.csv b/examples/input.csv new file mode 100644 index 0000000..7155ee2 --- /dev/null +++ b/examples/input.csv @@ -0,0 +1,2 @@ +1.1.1.1,www.google.com +142.250.190.46,www.censoredplanet.org diff --git a/go.mod b/go.mod index 6aaa764..9da1e58 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,14 @@ -module CenFuzz +module github.com/censoredplanet/CenFuzz go 1.16 + +require ( + cloud.google.com/go/bigquery v1.42.0 + github.com/banviktor/asnlookup v0.1.0 + github.com/google/go-cmp v0.5.9 + github.com/jpillora/go-tld v1.2.1 + github.com/libp2p/go-reuseport v0.2.0 + github.com/mxschmitt/golang-combinations v1.1.0 + github.com/oschwald/geoip2-golang v1.8.0 + github.com/refraction-networking/utls v1.1.2 +) diff --git a/go.sum b/go.sum index 7499bea..c968d93 100644 --- a/go.sum +++ b/go.sum @@ -26,21 +26,27 @@ cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+Y cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= -cloud.google.com/go v0.100.2 h1:t9Iw5QH5v4XtlEQaCtUY7x6sCABps8sW0acw7e2WQ6Y= cloud.google.com/go v0.100.2/go.mod h1:4Xra9TjzAeYHrl5+oeLlzbM2k3mjVhZh4UqTZ//w99A= -cloud.google.com/go v0.102.0 h1:DAq3r8y4mDgyB/ZPJ9v/5VJNqjgJAxTn6ZYLlUywOu8= +cloud.google.com/go v0.102.0/go.mod h1:oWcCzKlqJ5zgHQt9YsaeTY9KzIvjyy0ArmiBUgpQ+nc= +cloud.google.com/go v0.102.1 h1:vpK6iQWv/2uUeFJth4/cBHsQAGjn1iIE6AAlxipRaA0= +cloud.google.com/go v0.102.1/go.mod h1:XZ77E9qnTEnrgEOvr4xzfdX5TRo7fB4T2F4O6+34hIU= +cloud.google.com/go/asset v1.5.0/go.mod h1:5mfs8UvcM5wHhqtSv8J1CtxxaQq3AdBxxQi2jGW/K4o= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/bigquery v1.32.0 h1:0OMQYCp03Ff9B5OeVY8GGUlOC99s93bjM+c5xS0H5gs= -cloud.google.com/go/bigquery v1.32.0/go.mod h1:hAfV1647X+/fGUqeVVdKW+HfYtT5UCjOZsuOydOSH4M= +cloud.google.com/go/bigquery v1.42.0 h1:JuTk8po4bCKRwObdT0zLb1K0BGkGHJdtgs2GK3j2Gws= +cloud.google.com/go/bigquery v1.42.0/go.mod h1:8dRTJxhtG+vwBKzE5OseQn/hiydoQN3EedCaOdYmxRA= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= -cloud.google.com/go/compute v1.5.0 h1:b1zWmYuuHz7gO9kDcM/EpHGr06UgsYNRpNJzI2kFiLM= cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= +cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz/FMzPu0s= +cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= +cloud.google.com/go/compute v1.7.0 h1:v/k9Eueb8aAJ0vZuxKMrgm6kPhCLZU9HxFU+AFDs9Uk= +cloud.google.com/go/compute v1.7.0/go.mod h1:435lt8av5oL9P3fv1OEzSbSUe+ybHXGMPQHHZWZxy9U= +cloud.google.com/go/datacatalog v1.3.0 h1:3llKXv7cC1acsWjvWmG0NQQkYVSVgunMSfVk7h6zz8Q= cloud.google.com/go/datacatalog v1.3.0/go.mod h1:g9svFY6tuR+j+hrTw3J2dNcmI0dzmSiyOzm8kpLq0a0= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= @@ -50,16 +56,21 @@ cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2k cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/security v1.5.0/go.mod h1:lgxGdyOKKjHL4YG3/YwIL2zLqMFCKs0UbQwgyZmfJl4= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -cloud.google.com/go/storage v1.22.0/go.mod h1:GbaLEoMqbVm6sx3Z0R++gSiBlgMv6yUi2q1DeGFKQgE= +cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y= +cloud.google.com/go/storage v1.23.0 h1:wWRIaDURQA8xxHguFCshYepGlrWIrbBnAmc7wfg07qY= +cloud.google.com/go/storage v1.23.0/go.mod h1:vOEEDNFnciUMhBeT6hsJIn3ieU5cFRmzeLgDvXzfIXc= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY= +github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/banviktor/asnlookup v0.1.0 h1:rErAtlKFoqkkYxySad3BNBmdOksfbMFTdQCp7WaY1Ok= github.com/banviktor/asnlookup v0.1.0/go.mod h1:BtQkoiOTh7jgtnk4QpjEpowoVY9O4I4qGw5NKCcDpZE= @@ -77,11 +88,12 @@ github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XP github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/deckarep/golang-set v1.8.0 h1:sk9/l/KqpunDwP7pSjUg0keiOOLEnOBHzykLrsPppp4= -github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo= +github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= +github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= @@ -90,6 +102,7 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= +github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= @@ -142,13 +155,15 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= -github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= +github.com/google/martian/v3 v3.2.1 h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ= github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= @@ -166,54 +181,67 @@ github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= +github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= +github.com/googleapis/enterprise-certificate-proxy v0.1.0 h1:zO8WHNx/MYiAKJ3d5spxZXZE6KHmIQGQcAzwUzV7qQw= +github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM= github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/OthfcblKl4IGNaM= -github.com/googleapis/gax-go/v2 v2.3.0 h1:nRJtk3y8Fm770D42QV6T90ZnvFZyk7agSo3Q+Z9p3WI= github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM= +github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= +github.com/googleapis/gax-go/v2 v2.5.1 h1:kBRZU0PSuI7PspsSb/ChWoVResUcwNVIdpB049pKTiw= +github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= +github.com/googleapis/go-type-adapters v1.0.0 h1:9XdMn+d/G57qq1s8dNc5IesGCXHf6V2HZ2JwRxfA2tA= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/jpillora/go-tld v1.1.1 h1:P1ZwtKDHBYYUl235R/D64cdBARfGYzEy1Hg2Ikir3FQ= -github.com/jpillora/go-tld v1.1.1/go.mod h1:kitBxOF//DR5FxYeIGw+etdiiTIq5S7bx0dwy1GUNAk= +github.com/jpillora/go-tld v1.2.1 h1:kDKOkmXLlskqjcvNs7w5XHLep7c8WM7Xd4HQjxllVMk= +github.com/jpillora/go-tld v1.2.1/go.mod h1:plzIl7xr5UWKGy7R+giuv+L/nOjrPjsoWxy/ST9OBUk= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/kaorimatz/go-mrt v0.0.0-20210326003454-aa11f3646f93 h1:w3cdcsXZUIL9cAD3jlAPtsjIAOyGbgMRGfNcXTTgH5Q= github.com/kaorimatz/go-mrt v0.0.0-20210326003454-aa11f3646f93/go.mod h1:KUXNgiu1+bxftJBB5MHhuDqBiL0gi6G4lTALnxp3qwE= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc= +github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/libp2p/go-reuseport v0.1.0 h1:0ooKOx2iwyIkf339WCZ2HN3ujTDbkK0PjC7JVoP1AiM= -github.com/libp2p/go-reuseport v0.1.0/go.mod h1:bQVn9hmfcTaoo0c9v5pBhOarsU1eNOBZdaAd2hzXRKU= github.com/libp2p/go-reuseport v0.2.0 h1:18PRvIMlpY6ZK85nIAicSBuXXvrYoSw3dsBAR7zc560= github.com/libp2p/go-reuseport v0.2.0/go.mod h1:bvVho6eLMm6Bz5hmU0LYN3ixd3nPPvtIlaURZZgOY4k= github.com/mxschmitt/golang-combinations v1.1.0 h1:WlIZCnDm+Xlb2pRPf+R/qPKlGOU1w8lpN69/uy5z+Zg= github.com/mxschmitt/golang-combinations v1.1.0/go.mod h1:RbMhWvfCelHR6WROvT2bVfxJvZHoEvBj71SKe+H0MYU= -github.com/oschwald/geoip2-golang v1.7.0 h1:JW1r5AKi+vv2ujSxjKthySK3jo8w8oKWPyXsw+Qs/S8= -github.com/oschwald/geoip2-golang v1.7.0/go.mod h1:mdI/C7iK7NVMcIDDtf4bCKMJ7r0o7UwGeCo9eiitCMQ= -github.com/oschwald/maxminddb-golang v1.9.0 h1:tIk4nv6VT9OiPyrnDAfJS1s1xKDQMZOsGojab6EjC1Y= -github.com/oschwald/maxminddb-golang v1.9.0/go.mod h1:TK+s/Z2oZq0rSl4PSeAEoP0bgm82Cp5HyvYbt8K3zLY= +github.com/oschwald/geoip2-golang v1.8.0 h1:KfjYB8ojCEn/QLqsDU0AzrJ3R5Qa9vFlx3z6SLNcKTs= +github.com/oschwald/geoip2-golang v1.8.0/go.mod h1:R7bRvYjOeaoenAp9sKRS8GX5bJWcZ0laWO5+DauEktw= +github.com/oschwald/maxminddb-golang v1.10.0 h1:Xp1u0ZhqkSuopaKmk1WwHtjF0H9Hd9181uj2MQ5Vndg= +github.com/oschwald/maxminddb-golang v1.10.0/go.mod h1:Y2ELenReaLAZ0b400URyGwvYxHV1dLIxBuyOsyYjHK0= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/refraction-networking/utls v1.0.0 h1:6XQHSjDmeBCF9sPq8p2zMVGq7Ud3rTD2q88Fw8Tz1tA= -github.com/refraction-networking/utls v1.0.0/go.mod h1:tz9gX959MEFfFN5whTIocCLUG57WiILqtdVxI8c6Wj0= +github.com/refraction-networking/utls v1.1.2 h1:a7GQauRt72VG+wtNm0lnrAaCGlyX47gEi1++dSsDBpw= +github.com/refraction-networking/utls v1.1.2/go.mod h1:+D89TUtA8+NKVFj1IXWr0p3tSdX1+SqUB7rL0QnGqyg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.3/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -234,8 +262,8 @@ golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f h1:OeJjE6G4dgCY4PIXvIRQbE8+RX+uXZyGhUy/ksMGJoc= -golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa h1:idItI2DDfCokpg0N51B2VtiLdJ4vAuXC9fnCb2gACo4= +golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -306,13 +334,16 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd h1:O7DYs+zxREGLKzKoMQrtrEacpb0ZVXA5rIwylE2Xchk= +golang.org/x/net v0.0.0-20211111160137-58aab5ef257a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 h1:HVyaeDAYux4pnY+D/SiwmLOR36ewZ4iGQIIrtnuCjFA= +golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220617184016-355a448f1bc9/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e h1:TsQ7F31D3bUCLeqPT0u+yjp1guoArKaNKmCr22PYgTQ= +golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -330,8 +361,13 @@ golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= -golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a h1:qfl7ob3DIEs3Ml9oLuPwY2N04gymzAW04WsUQHIClgM= golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= +golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= +golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= +golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2/go.mod h1:jaDAt6Dkxork7LmZnYtzbRWj0W47D86a3TGe0YHBvmE= +golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= +golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 h1:lxqLZaMad/dJHMFZH0NiNpiEZI/nhgWhe4wgzpE+MuA= +golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -343,9 +379,9 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -392,16 +428,21 @@ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 h1:XDXtA5hveEEV8JB2l7nhMTp3t3cHp9ZpwcdjqyEWLlo= golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220325203850-36772127a21f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 h1:xHms4gcpe1YE7A3yIllJXP16CMAGuqwO2lX1mTyyRRc= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 h1:9vYwv7OjYaky/tlAeD7C4oC9EsPTlaFl1H2jS++V+ME= +golang.org/x/sys v0.0.0-20220804214406-8e32c043e418/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -472,8 +513,10 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f h1:GGU+dLjvlC3qDwqYgL6UgRmHXhOOgns0bZu2Ty5mm6U= golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0= +golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= @@ -508,8 +551,16 @@ google.golang.org/api v0.63.0/go.mod h1:gs4ij2ffTRXwuzzgJl/56BdwJaA194ijkfn++9tD google.golang.org/api v0.67.0/go.mod h1:ShHKP8E60yPsKNw/w8w+VYaj9H6buA5UqDp8dhbQZ6g= google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/SkfA= google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= -google.golang.org/api v0.74.0 h1:ExR2D+5TYIrMphWgs5JCgwRhEDlPDXXrLwHHMgPHTXE= google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= +google.golang.org/api v0.75.0/go.mod h1:pU9QmyHLnzlpar1Mjt4IbapUCy8J+6HD6GeELN69ljA= +google.golang.org/api v0.78.0/go.mod h1:1Sg78yoMLOhlQTeF+ARBoytAcH1NNyyl390YMy6rKmw= +google.golang.org/api v0.80.0/go.mod h1:xY3nI94gbvBrE0J6NHXhxOmW97HG7Khjkku6AFB3Hyg= +google.golang.org/api v0.84.0/go.mod h1:NTsGnUFJMYROtiquksZHBWtHfeMC7iYthki7Eq3pa8o= +google.golang.org/api v0.85.0/go.mod h1:AqZf8Ep9uZ2pyTvgL+x0D3Zt0eoT9b5E8fmzfu6FO2g= +google.golang.org/api v0.90.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.93.0/go.mod h1:+Sem1dnrKlrXMR/X0bPnMWyluQe4RsNoYfmNLhOIkzw= +google.golang.org/api v0.95.0 h1:d1c24AAS01DYqXreBeuVV7ewY/U8Mnhh47pwtsgVtYg= +google.golang.org/api v0.95.0/go.mod h1:eADj+UBuxkh5zlrSntJghuNeg8HwQ1w5lTKkuqaETEI= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -586,10 +637,22 @@ google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf/go.mod h1:kGP+zUP2 google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb/go.mod h1:hAL49I2IFola2sVEjAn7MEwsja0xp51I0tlGAf9hz4E= -google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= -google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9 h1:XGQ6tc+EnM35IAazg4y6AHmUg4oK8NXsXaILte1vRlk= google.golang.org/genproto v0.0.0-20220413183235-5e96e2839df9/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= +google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= +google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= +google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4= +google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA= +google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE= +google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk= +google.golang.org/genproto v0.0.0-20220914142337-ca0e39ece12f h1:wwbo0UziciPT4Dsca+bmplW53QNAl7tiUOw7FfAcsf8= +google.golang.org/genproto v0.0.0-20220914142337-ca0e39ece12f/go.mod h1:0Nb8Qy+Sk5eDzHnzlStwW3itdNaWoZA5XeSG+R3JHSo= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= @@ -617,8 +680,12 @@ google.golang.org/grpc v1.39.1/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnD google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= google.golang.org/grpc v1.40.1/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= google.golang.org/grpc v1.44.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ590SU= -google.golang.org/grpc v1.45.0 h1:NEpgUqV3Z+ZjkqMsxMg11IaDrXY4RY6CQukSGK0uI1M= google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ= +google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.46.2/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.47.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.48.0 h1:rQOsyJ/8+ufEDJd/Gdsz7HG220Mh9HAhFHRGnIjda0w= +google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= @@ -633,14 +700,17 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= +google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=