( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Arvo|Nunito|Oxygen|Exo+2|Source+Code+Pro" rel="stylesheet"/>
<link href="bootstrap.min.css" rel="stylesheet"/>
<style>/* these are overridden inline in the mustache compilation */
:root {
--background-color: #ffffff;
--poweredbybg-color: #f0f0f0;
--text-color: #000000;
--link-color: #008DD5;
--linkhover-color: #005A88;
--main-font: 'Arvo'; }
.editing-active {
transition: all 0.2s ease-in-out;
border: 3px dotted rgba(0, 0, 0, 0.2); }
.editing-active:hover {
border-color: rgba(31, 175, 132, 0.8);
background-color: rgba(31, 175, 132, 0.3);
cursor: pointer; }
.placeholder-text {
font-style: italic;
opacity: 0.6; }
* {
font-family: var(--main-font);
font-weight: 400;
color: var(--text-color); }
body {
padding: 0;
margin: 0;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "pnum";
font-feature-settings: "pnum";
font-variant-numeric: proportional-nums;
position: relative;
background: #fff; }
a {
color: var(--link-color);
transition: all 0.2s linear; }
a:focus, a:hover {
color: var(--linkhover-color); }
a.nohover:hover {
text-decoration: none; }
.claim-bar {
padding: 12px 0;
background: #fff;
color: #555;
font-family: 'Oxygen', Helvetica, sans-serif;
transition: all 0.3s ease-in-out; }
.claim-bar * {
font-family: 'Oxygen', Helvetica, sans-serif; }
.claim-bar div {
text-decoration: none;
transition: all 0.3s ease-in-out;
font-size: 0.9em;
cursor: pointer;
color: #555; }
.claim-bar div span {
transition: all 0.3s ease-in-out;
color: #008DD5; }
.claim-bar:hover {
text-decoration: none;
text-decoration: none;
background: #008DD5;
color: white; }
.claim-bar:hover div {
color: white; }
.claim-bar:hover div span {
color: white; }
.whitelabel-badge-mobile {
background: white;
padding-left: 0.75em;
padding-right: 0.75em;
padding-top: 0.25em;
padding-bottom: 0.25em;
border-radius: 4px;
text-align: center;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: 0.2s all ease-in-out; }
.whitelabel-badge-mobile .wl-label {
font-size: 0.8em;
color: #777; }
.whitelabel-badge-mobile * {
transition: 0.2s all ease-in-out; }
.whitelabel-badge-mobile .st0 {
fill: #1FAF84; }
.whitelabel-badge-mobile:hover {
background: #1FAF84; }
.whitelabel-badge-mobile:hover * {
color: white; }
.whitelabel-badge-mobile:hover .st0 {
fill: #ffffff; }
@media (min-width: 491px) {
.whitelabel-badge-mobile {
display: none; } }
.promo-badge {
display: block;
position: relative;
background: white;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: left;
transition: 0.2s all ease-in-out;
cursor: pointer; }
.promo-badge * {
font-family: 'Oxygen', Helvetica, sans-serif;
transition: 0.2s all ease-in-out;
line-height: normal;
text-align: left; }
.promo-badge .pb-loading-container {
padding: 0.5em; }
.promo-badge .pb-loading-container .lds-ring {
display: inline-block;
position: relative;
width: 40px;
height: 40px; }
.promo-badge .pb-loading-container .lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 32px;
height: 32px;
margin: 4px;
border: 4px solid #ddd;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #ddd transparent transparent transparent; }
.promo-badge .pb-loading-container .lds-ring div:nth-child(1) {
animation-delay: -0.45s; }
.promo-badge .pb-loading-container .lds-ring div:nth-child(2) {
animation-delay: -0.3s; }
.promo-badge .pb-loading-container .lds-ring div:nth-child(3) {
animation-delay: -0.15s; }
@keyframes lds-ring {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.promo-badge .pb-main-container {
display: none;
flex-direction: row; }
.promo-badge .pb-main-container .pb-text-container {
flex: 1;
padding-right: 0.5em;
align-self: center; }
.promo-badge .pb-main-container .pb-text-container .pb-h1 span {
color: #555;
font-size: 1.2em;
margin-right: 0.2em; }
.promo-badge .pb-main-container .pb-text-container .pb-h1 .pb-ios {
width: 16px;
height: 16px;
fill: #ccc;
margin-bottom: -1px;
display: none; }
.promo-badge .pb-main-container .pb-text-container .pb-h1 .pb-android {
width: 15px;
height: 15px;
fill: #ccc;
stroke: #ccc;
margin-bottom: -1px;
display: none; }
.promo-badge .pb-main-container .pb-text-container .pb-h2 {
color: #888;
font-size: 0.9em;
margin-top: -2px; }
.promo-badge .pb-main-container .pb-text-container .pb-by {
font-size: 0.7em;
text-transform: uppercase;
text-align: left;
margin-top: 4px; }
.promo-badge .pb-main-container .pb-text-container .pb-by a {
color: #aaa; }
.promo-badge .pb-main-container .pb-text-container .pb-by a:hover {
color: #25d5a1;
text-decoration: none; }
.promo-badge .pb-main-container img {
width: 58px;
height: 58px;
border-radius: 8px;
margin-right: 0.75em;
align-self: center;
border: none;
display: none; }
@media (min-width: 600px) {
.promo-badge {
position: fixed;
z-index: 999999999;
top: 10px;
right: 10px;
border-radius: 8px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } }
footer {
background: #222; }
footer .editing-active {
border-color: rgba(255, 255, 255, 0.8); }
footer p {
color: #777 !important; }
footer .social-icons {
background: #222;
width: auto;
display: inline-block; }
footer .social-icons .social-icon {
transition: opacity 0.2s ease-in-out;
display: inline-block;
width: 32px;
margin-right: 12px;
opacity: 0.5;
padding-top: 30px; }
footer .social-icons .social-icon path, footer .social-icons .social-icon polygon {
transition: all 0.2s linear;
fill: white; }
footer .social-icons .social-icon:hover {
opacity: 1; }
footer .social-icons .social-icon.si-muted {
border: 2px dashed rgba(255, 255, 255, 0.3);
border-radius: 50%; }
footer .social-icons .social-icon.si-muted path, footer .social-icons .social-icon.si-muted polygon {
transition: all 0.2s linear;
fill: rgba(255, 255, 255, 0.3); }
footer .social-icons.editing-active {
margin-top: 30px;
padding: 10px;
margin-left: -10px; }
footer .social-icons.editing-active .social-icon {
padding-top: 0; }
footer .footer-store-button-container {
text-align: right;
margin: auto;
vertical-align: middle; }
@media (max-width: 767px) {
footer .footer-store-button-container {
text-align: center; } }
footer .footer-store-button-container .footer-store-button {
padding-top: 2em;
padding-bottom: 2em;
display: inline-block; }
footer .footer-store-button-container .footer-store-button .store-button {
height: auto !important;
margin: 0 6px; }
footer .footer-store-button-container .footer-store-button .store-button img {
height: 50px !important; }
#header .store-button img {
height: 60px !important; }
#attribution {
transition: all 0.2s ease-in-out;
padding: 2em 0;
font-size: 0.8em;
color: #888 !important; }
#attribution p {
margin-bottom: 0.45em;
font-size: 1.1em; }
#attribution a {
color: #aaa !important;
text-decoration: none; }
#attribution a:hover {
color: #007bff !important; }
h1 {
font-size: 3.2em;
margin-bottom: 0;
font-weight: bold;
letter-spacing: 0.05em; }
h2 {
margin-top: 0.2em;
margin-bottom: 0.3em;
font-size: 1.8em; }
h3 {
font-weight: normal;
font-size: 16px; }
html {
height: 100%; }
body {
height: 100%;
color: var(--text-color);
text-align: center; }
.cover-container {
margin-right: auto;
margin-left: auto; }
.cover {
padding: 0 1.5rem; }
.cover .btn-lg {
padding: .75rem 1.25rem;
font-weight: 700; }
p[id='text.line2'] {
margin-bottom: 0 !important; }
.site-wrapper {
position: relative;
background-size: cover;
min-height: 100vh; }
.site-wrapper .editing-active {
border-color: var(--text-color); }
.site-wrapper .site-wrapper-background {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.9;
background-color: var(--background-color); }
.site-wrapper .site-wrapper-inner {
padding-top: 30px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 100vh; }
@media (min-width: 767px) {
.site-wrapper .site-wrapper-inner {
padding-top: 0; } }
.site-wrapper .site-wrapper-inner .arrows {
width: 60px;
height: 32px;
position: absolute;
left: 50%;
margin-left: -30px;
bottom: 15px;
opacity: 0.5; }
@media (max-width: 786px) {
.site-wrapper .site-wrapper-inner .arrows {
display: none; } }
.site-wrapper .site-wrapper-inner .arrows path {
stroke: var(--text-color);
fill: transparent;
stroke-width: 2px; }
@media (min-width: 40em) {
.cover-container {
width: 100%; } }
@media (max-width: 786px) {
* {
text-align: center; } }
#header {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: auto;
align-items: center;
justify-content: center; }
#header .text-container {
text-align: left;
position: relative;
display: block;
padding-left: 2em;
padding-right: 2em;
flex: 1;
max-width: 800px; }
#header .text-container .tc-table {
width: 100%;
display: table;
height: auto;
padding-bottom: 5em;
padding-top: 2em; }
@media (min-width: 787px) {
#header .text-container .tc-table {
height: 100%;
padding-bottom: 0; } }
#header .text-container .tc-table .editing-ttp {
padding: 1em;
font-size: 1.2em; }
#header .text-container .tc-table .editing-app-button {
font-style: italic;
padding: 0.25em;
font-size: 1.2em;
display: inline-block;
border-radius: 1em; }
#header .text-container .tc-table .editing-app-button:first-of-type {
margin-right: 0.5em; }
#header .text-container h1 {
font-size: 2em;
margin-bottom: 0.25em;
font-weight: bold;
letter-spacing: 0.05em;
line-height: 1.1em; }
@media (min-width: 787px) {
#header .text-container h1 {
font-size: 3.2em; } }
#header .text-container h2 {
margin-top: 0.2em;
margin-bottom: 0.3em;
font-size: 1.3em; }
@media (min-width: 787px) {
#header .text-container h2 {
font-size: 1.8em; } }
#header .device-container {
padding-bottom: 2em;
width: 100%; }
#header .device-container img {
max-height: 70vh;
max-width: 90%;
position: relative;
margin-top: 5em; }
@media (min-width: 787px) {
#header .device-container {
width: auto;
max-width: 40vw;
padding-bottom: 0; }
#header .device-container img {
margin-top: 0; } }
.store-button {
width: auto;
display: inline-block; }
.store-button:first-of-type {
margin-right: 12px; }
@media (max-width: 491px) {
.store-button:first-of-type {
margin-right: 0;
margin-bottom: 12px; } }
.store-button:hover {
transition: all 0.2s ease-in-out;
transform: scale(1.05); }
.store-button svg {
width: auto;
height: 100%;
display: block;
position: relative; }
@media (max-width: 768px) {
.store-button {
margin: auto; } }
@media (max-width: 491px) {
.text-to-phone:not(.email-subscribe) {
display: none !important; } }
.text-to-phone input[type='tel'], .text-to-phone input[type='email'] {
transition: all 0.2s linear;
padding-top: 4px;
padding-bottom: 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
outline: none;
color: #333 !important;
text-align: left; }
.text-to-phone input[type='tel']:focus, .text-to-phone input[type='email']:focus {
border-color: var(--link-color); }
.text-to-phone input[type='email'] {
padding-left: 12px;
width: 230px; }
.text-to-phone button, .text-to-phone input[type='submit'] {
border-radius: 4px;
background: var(--link-color);
color: white;
font-size: 14px;
border: 0;
padding: 6px 8px;
padding-top: 7px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
outline: none;
cursor: pointer; }
section {
padding: 5em 0;
background: white; }
section:not(.text-section) * {
color: #333; }
section h2 {
font-size: 2.5em;
color: #333;
padding-bottom: 0.25em;
margin-bottom: 0; }
#screenshots .owl-nav {
padding-top: 3em; }
#screenshots .owl-nav button {
outline: none; }
#screenshots .owl-nav .owl-next, #screenshots .owl-nav .owl-prev {
font-size: 2em; }
#screenshots .owl-nav .owl-next *, #screenshots .owl-nav .owl-prev * {
color: rgba(0, 0, 0, 0.25); }
#screenshots .owl-nav .owl-prev {
margin-right: 1em; }
#screenshots img {
border-radius: 0.5em;
-webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.49);
-moz-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.49);
box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.49); }
#screenshots h2 {
padding-bottom: 0.5em;
margin-bottom: 2em;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
padding-left: 2em;
padding-right: 2em; }
@media (max-width: 767px) {
#screenshots h2 {
padding-left: 0;
padding-right: 0;
display: block; } }
#features p {
font-size: 1.4em; }
#features ul {
padding-left: 1em;
padding-top: 0.75em; }
#features ul li {
list-style-type: circle;
font-size: 1.2em;
padding-bottom: 0.5em; }
#features button {
transition: transform 0.2s ease-in-out;
padding: 0.75em 1.5em;
border: 0;
border-radius: 4px;
margin-top: 1em;
background-color: var(--background-color);
color: white;
cursor: pointer; }
#features button:hover {
transform: scale(1.1); }
#features .feature-right {
text-align: left;
padding-top: 2em; }
#features .feature-left {
text-align: center;
padding-right: 0; }
#features .feature-left img {
max-width: 100%;
max-height: 575px; }
@media (min-width: 767px) {
#features .feature-left {
margin: auto;
padding-right: 40px; } }
@media (max-width: 767px) {
#features .feature-right {
padding-top: 4em; }
#features ul {
padding-left: 0; }
#features ul li {
list-style: none; } }
#reviews .stars {
width: 100%;
padding-bottom: 1.5em; }
#reviews .stars svg {
color: #eec643;
height: 34px;
width: 34px; }
#reviews .stars svg path {
fill: #eec643; }
#reviews #quote-carousel {
padding: 0 80px; }
#reviews #quote-carousel .carousel-control svg {
width: 14px; }
#reviews #quote-carousel .carousel-control path {
fill: #999; }
#reviews #quote-carousel .carousel-indicators {
margin-bottom: -1em; }
#reviews #quote-carousel .carousel-indicators li {
background: #c0c0c0; }
#reviews #quote-carousel .carousel-indicators .active {
background: #666; }
#reviews blockquote {
position: relative;
font-size: 1em;
font-style: italic;
color: #666;
padding: 0 5%;
margin-bottom: 0; }
@media (min-width: 768px) {
#reviews blockquote {
font-size: 1.6em;
line-height: 1.5em;
padding: 0 10%; } }
#reviews blockquote footer {
background: none !important;
font-size: 0.6em;
font-weight: 700;
color: #c7c6c1; }
#reviews blockquote footer:before {
content: '\2015'; }
a.contact {
color: #999; }
a.contact:hover {
color: #fff;
text-decoration: none; }
@media (max-width: 767px) {
* {
text-align: center; }
section.text-section .col-xs-12 {
padding: 0 15px; } }
#dl-loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: white;
padding-top: 5em;
display: none; }
#dl-loader .coffee_cup {
width: 20px;
height: 24px;
border: 1px #999 solid;
border-radius: 0px 0px 5px 5px;
position: relative;
margin: 12px auto; }
#dl-loader .coffee_cup:after, #dl-loader .coffee_cup:before {
position: absolute;
content: ""; }
#dl-loader .coffee_cup:after {
width: 5px;
height: 12px;
border: 1px #999 solid;
border-left: none;
border-radius: 0px 20px 20px 0px;
left: 20px; }
#dl-loader .coffee_cup:before {
width: 1px;
height: 6px;
background-color: #999;
top: -10px;
left: 4px;
box-shadow: 5px 0px 0px 0px #999, 5px -5px 0px 0px #999, 10px 0px 0px 0px #999;
-webkit-animation: steam 1s linear infinite alternate;
-moz-animation: steam 1s linear infinite alternate;
animation: steam 1s linear infinite alternate; }
@-webkit-keyframes steam {
0% {
height: 0px; }
100% {
height: 6px; } }
@-moz-keyframes steam {
0% {
height: 0px; }
100% {
height: 6px; } }
@keyframes steam {
0% {
height: 0px; }
100% {
height: 6px; } }
#dl-loader div {
color: #666;
font-size: 0.9em; }
</style>
<script src="https://cdn.flycricket.com/templates/main-ltr/js/jquery.min.js" type="text/javascript"></script>
<script src="https://cdn.flycricket.com/templates/main-ltr/js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://cdn.flycricket.com/templates/main-ltr/js/bowser.min.js" type="text/javascript"></script>
<script type="text/javascript">
var _fc_stage = window.location.href.startsWith('file://') || window.location.href.startsWith('http://') ? "local" : "prod";
</script>
<style id="global_style">:root {
--background-color: #004AC5;
--text-color: #ffffff;
--link-color: #EEC643;
--linkhover-color: #005A88;
--main-font: 'Oxygen';
--backgroundgradient: True;
--backgroundopacity: 0.9;
}
</style>
<style>
.grecaptcha-badge {
visibility: hidden;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main-container {
color: #222;
padding: 2em 0;
padding-bottom: 4em;
text-align: left !important;
padding: 2em;
background: white;
min-height: 400px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.main-container * {
text-align: left !important;
}
.main-container *:not(a) {
color: #222;
}
.main-container ins.adsbygoogle {
background: #ccc;
}
.main-container #content p {
margin-top: 1rem;
margin-bottom: 1rem;
}
a {
color: #009c9c;
}
a:hover {
color: #007bff;
}
h2 {
font-size: 1.5em;
}
@media only screen and (max-width: 600px) {
h2 {
font-size: 1.2em;
}
}
a.nohover {
color: white;
text-decoration: none;
}
#preloader {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background: white;
text-align: center;
align-items: center;
justify-content: center;
align-content: center;
z-index: 99999;
}
.loader {
border: 8px solid #f3f3f3;
/* Light grey */
border-top: 8px solid #009c9c;
/* Blue */
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1.5s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
<style>
#fc123-promo {
padding-bottom: 20px;
background: #eee;
}
.fc123-promoclass {
padding: 10px 20px;
display: none;
flex-wrap: wrap;
cursor: pointer;
}
.fc123-promoclass * {
font-family: 'Exo 2', sans-serif;
}
.fc123-promoclass img {
display: inline-block;
margin-right: 20px;
border-radius: 8px;
max-height: 50px;
}
.fc123-promoclass .fc123-button {
padding: 10px 30px;
border-radius: 8px;
font-weight: bold;
transition: all 0.2s ease-in-out;
cursor: pointer;
margin-top: 10px;
}
.fc123-promoclass .fc123-button:hover {
background: #357DED;
}
.fc123-promoclass .fc123-pc-text {
padding-right: 1em;
}
.fc123-promoclass h1 {
text-align: left;
font-size: 1.8em;
margin: 0;
}
.fc123-promoclass h2 {
text-align: left;
font-size: 1.1em;
margin: 0;
}
.fc123-pr {
font-size: 0.7em;
text-align: right;
margin-top: 5px;
opacity: 0.8;
margin-right: 4px;
transition: all 0.2s ease-in-out;
}
.fc123-pr:hover {
opacity: 1;
}
.fc123-button svg {
width: 18px;
height: 18px;
position: relative;
top: 3px;
margin-right: 4px;
display: none;
}
.fc123-button svg.fc123-b-ios {
top: 2px;
}
@media only screen and (max-width: 768px) {
.fc123-promoclass h1 {
font-size: 1.5em;
}
.fc123-promoclass h2 {
font-size: 1em;
}
}
@media only screen and (max-width: 600px) {
.fc123-promoclass h1 {
font-size: 1.25em;
text-align: center;
}
.fc123-promoclass h2 {
font-size: 0.9em;
text-align: center;
}
.fc123-promoclass .fc123-button {
padding: 10px 24px;
border-radius: 4px;
font-size: 1em;
}
.fc123-pr {
text-align: center;
margin-right: 0;
}
.fc123-button svg {
width: 16px;
height: 16px;
position: relative;
top: 3px;
margin-right: 4px;
}
.fc123-promoclass {
text-align: center !important;
}
.fc123-promoclass img {
display: none;
}
.fc123-promoclass .fc123-pc-action {
text-align: center;
width: 100%;
}
.fc123-break {
flex-basis: 100%;
height: 0;
}
}
</style>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta content="https://the-brand-design-e.flycricket.io/terms.html" property="og:url">
<meta content="website" property="og:type">
<meta content="The Brand: Design, Experience, Poster, Flier, Logo - Terms & Conditions" property="og:title"/>
<!-- <meta property="og:image" content="" /> -->
<meta content="" property="og:description"/>
<meta content="" name="description"/>
<title>The Brand: Design, Experience, Poster, Flier, Logo - Terms & Conditions</title></meta></meta></head>
<body style="background:#222;">
<div id="fc123-promo" pro-remove="" whitelist-remove=""> </div>
<div style="background:#eee;">
<div class="container">
<div class=" main-container">
<h2><strong>Brand AI: Design Like A Pro> Privacy Policy</strong></h2>
<hr>
<div id="content2">
<p>Updated: 30/04/2023</p>
<p>This Privacy Policy governs the use of Brand AI ("the App") created by My Brand Technologies ("we", "us", or "our"). We are committed to protecting the privacy of our users, and this policy outlines the types of information we collect, how we use it, and the measures we take to safeguard it. By using our App, you consent to the terms outlined in this Privacy Policy.</p>
<p>The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible on the app unless otherwise defined in this Privacy Policy.</p>
<h2><strong>Information We Collect</strong></h2>
<p>For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to email and name. We may collect the following types of information from users of our App:</p>
<p><strong>a. Personal Information: </strong>This may include your name, email address, phone number, and other information you provide when registering or using our App.</p>
<p><strong>b. Non-Personal Information: </strong>We may collect non-personal information, such as device type, operating system, IP address, and app usage data to help us understand and improve the performance of our App.</p>
<p><strong>c. Location Data: </strong>With your consent, we may collect your location data to provide location-based services or features within the App. </p>
<h2><strong>How We Use Your Information</strong></h2>
<p>We use the information we collect for the following purposes:</p>
<p>a. To provide and improve the App's features and functionality.</p>
<p>b. To respond to your inquiries and provide customer support.</p>
<p>c. To monitor and analyze usage and trends to improve the overall user experience.</p>
<p>d. To send you notifications, updates, or promotional materials related to our App or services, if you have opted in to receive such communications.</p>
<h2><strong>Sharing Your Information </strong></h2>
<p>We will not sell, rent, or share your personal information with third parties without your explicit consent, except when required by law, regulation, or a valid legal process. We may share non-personal information with third-party service providers for analytics, advertising, or other purposes.</p>
<h2><strong>Data Security</strong></h2>
<p>We take the security of your personal information seriously and have implemented reasonable measures to protect it from unauthorized access, disclosure, or destruction. However, no method of data transmission or storage is 100% secure, and we cannot guarantee absolute security.</p>
<h2><strong>Children's Privacy</strong></h2>
<p>Our App is not intended for children under the age of 13, and we do not knowingly collect personal information from children under 13. If we become aware that we have collected personal information from a child under 13, we will take steps to remove that information and terminate the child's account.</p>
<h2><strong>Changes to This Privacy Policy</strong></h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy within the App or on our website. It is your responsibility to review this Privacy Policy periodically to stay informed about any changes.</p>
<h2><strong>Contact Us</strong></h2>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at privacy@thebrand.ai.Last Updated: 30/4/2023</p>
<h2><strong>Third-Party Services</strong></h2>
<p>Our App may contain links to third-party websites or services that are not owned or controlled by us. We are not responsible for the privacy practices or content of these third-party services. We encourage you to review the privacy policies of any third-party services you access through our App.</p>
<p> Link to privacy policy of third party service providers used by the app</p>
<ul>
<li><a href="https://www.google.com/policies/privacy/" rel="noopener noreferrer" target="_blank">Google Play Services</a></li>
<li><a href="https://firebase.google.com/policies/analytics" rel="noopener noreferrer" target="_blank">Google Analytics for Firebase</a></li>
</ul>
<h2><strong>User Rights</strong></h2>
<p>As a user of our App, you have certain rights regarding your personal information, including:</p>
<blockquote>
<ul>
<li><strong>Access: </strong>You have the right to access and obtain a copy of the personal information we hold about you.</li>
<li><strong> Rectification:</strong> You have the right to request that we correct any inaccuracies or incomplete information in your personal information.</li>
<li><strong>Erasure:</strong> You have the right to request that we delete your personal information, subject to certain legal limitations.</li>
<li><strong> Restriction: </strong>You have the right to request that we restrict the processing of your personal information under certain circumstances.</li>
<li><strong> Portability: </strong>You have the right to request that we transfer your personal information to another organization, where technically feasible.</li>
<li><strong>Objection:</strong> You have the right to object to our processing of your personal information for direct marketing purposes or when our processing is based on legitimate interests.<br>
<br>
To exercise any of these rights, please contact us at privacy@thebrand.ai.</li></ul></blockquote>
<h2><strong>International Data Transfers</strong></h2>
<p>If you are located outside the country where we are based, please note that your personal information may be transferred, stored, and processed in that country. By using our App, you consent to this transfer, storage, and processing.</p>
<h2><strong>Data Retention</strong></h2>
<p>We will retain your personal information for as long as necessary to provide our services or as required by law. When we no longer need your personal information, we will securely delete or anonymize it.</p>
<h2><strong>Governing Law</strong></h2>
<p>This Privacy Policy shall be governed by and construed in accordance with the laws of Kenya, without regard to its conflict of law provisions. </p>
<div>
<h2>Consent Withdrawal</h2>
<p>You may withdraw your consent to our collection, use, and disclosure of your personal information at any time by contacting us at privacy@thebrand.ai. Please note that withdrawing your consent may affect your ability to use certain features of our App.</p>
<h2><strong>Acceptance of This Privacy Policy</strong></h2>
<p>By using our App, you signify your acceptance of this Privacy Policy. If you do not agree to this Privacy Policy, please do not use our App. Your continued use of the App following the posting of changes to this Privacy Policy will be deemed your acceptance of those changes.</p>
<h2><strong>Questions and Feedback</strong></h2>
<p>We welcome your questions, comments, and concerns about privacy. Please send us any and all feedback pertaining to privacy, or any other issue, at privacy@thebrand.ai </p>
<h2><strong>Data Protection Officer</strong></h2>
<p>To ensure that your personal information is handled in accordance with applicable data protection laws, we have designated a Data Protection Officer (DPO) responsible for overseeing our privacy practices. If you have any questions or concerns about our handling of your personal information, please contact our DPO at dpo@thebrand.ai.</p>
<h2><strong>Notification of Data Breaches</strong></h2>
<p>In the unlikely event of a data breach involving your personal information, we will promptly notify you and the appropriate authorities, in accordance with applicable data protection laws. We will also take all necessary steps to mitigate the potential impact of the breach and prevent any further unauthorized access, disclosure, or destruction of your personal information.</p>
<h2><strong>Cookie Policy</strong></h2>
<p>Our App may use cookies and similar technologies to enhance your user experience, collect usage data, and deliver personalized content and advertisements. By using our App, you consent to our use of cookies and similar technologies in accordance with this Privacy Policy and our Cookie Policy. To learn more about cookies and how to manage your preferences, please refer to our Cookie Policy.</p>
<h2><strong>Third-Party Advertising</strong></h2>
<p>We may display third-party advertisements within our App. These ads may use cookies, web beacons, or other tracking technologies to collect information about your device and browsing behavior for the purpose of delivering targeted ads. We are not responsible for the privacy practices of third-party advertisers, and we encourage you to review their privacy policies before interacting with their ads.</p>
<h2><strong>Cross-Device Tracking</strong></h2>
<p>We may use cross-device tracking technologies to link your usage data across multiple devices, such as smartphones, tablets, and computers. This allows us to provide a seamless user experience, regardless of the device you are using to access our App. If you would like to opt-out of cross-device tracking, please contact us at privacy@thebrand.ai. </p>
<h2><strong>Changes to Your Personal Information</strong></h2>
<p>It is important that the personal information we hold about you is accurate and current. Please keep us informed if your personal information changes during your relationship with us. You can update your personal information by contacting us at privacy@thebrand.ai.</p>
<h2><strong>Dispute Resolution</strong></h2>
<p>If you have any complaints about our privacy practices, you may contact us at privacy@thebrand.ai. We will do our best to resolve any disputes in a fair and timely manner. If you are not satisfied with our resolution, you may have the right to lodge a complaint with a supervisory authority in your country of residence.</p>
<h2><strong>Privacy Policy Updates</strong></h2>
<p>We reserve the right to update or modify this Privacy Policy at any time and from time to time without prior notice. When we post changes to this Privacy Policy, we will revise the "Last Updated" date at the top of this Privacy Policy. Your continued use of our App after any changes or revisions to this Privacy Policy shall indicate your agreement with the terms of such revised Privacy Policy. We encourage you to periodically review this Privacy Policy to stay informed about how we are protecting the personal information we collect. </p>
<h2><strong>Social Media Features</strong></h2>
<p>Our App may include social media features, such as the Facebook Like button, Twitter Tweet button, and other sharing functions. These features may collect your IP address, which page you are visiting within our App, and may set a cookie to enable the feature to function properly. Social media features and widgets are either hosted by a third party or hosted directly on our App. Your interactions with these features are governed by the privacy policy of the company providing it.</p>
<h2><strong>California Privacy Rights</strong></h2>
<p>If you are a California resident, you have the right to request information regarding the disclosure of your personal information by us to third parties for the third parties' direct marketing purposes. To make such a request, please contact us at privacy@thebrand.ai. Please note that we are only required to respond to one request per customer each year.</p>
<h2><strong>GDPR Compliance</strong></h2>
<p>If you are a resident of the European Union (EU), the European Economic Area (EEA), or the United Kingdom (UK), our App complies with the General Data Protection Regulation (GDPR). We process your personal information in accordance with the GDPR requirements, including providing you with the rights in this Privacy Policy.</p>
<h2><strong>CCPA Compliance</strong></h2>
<p>If you are a resident of California, our App complies with the California Consumer Privacy Act (CCPA). We process your personal information in accordance with the CCPA requirements, including providing you with the rights in this Privacy Policy. </p>
<h2><strong>Consent to Receive Electronic Communications</strong></h2>
<p>By using our App or providing us with your email address, you consent to receive electronic communications from us, including notices, updates, and promotional materials related to our App or services. You may opt-out of receiving these communications at any time by following the unsubscribe instructions provided in each communication or by contacting us at privacy@thebrand.ai. </p>
<h2><strong>Contact Information</strong></h2>
<p>If you have any questions or comments about this Privacy Policy or our privacy practices, please do not hesitate to contact us at privacy@thebrand.ai </p></div>
<p> </p>
<p><a href="terms.html">Link to our Terms</a></p>
</div>
<div id="content">
</div>
</div></div>
</div>
<footer><footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6" style="text-align:left;margin:auto;vertical-align:middle;">
<div class="social-icons">
</div>
<div id="attribution">
<!-- <p><a href="/">Homepage</a></p> -->
<p> </p>
</div>
</div>
<div class="col-xs-12 col-md-6 footer-store-button-container">
</div>
</div>
</div>
</footer></footer>
<script async="" src="https://www.googletagmanager.com/gtag/js"></script>
<script id="script_analytics">// $(function () {
// $.ajax({
// type: "POST",
// url: "https://app.flycricket.com/api/website_view/a83a20eec6474f9d90757bc706b787ce",
// dataType: 'json',
// contentType: 'application/json',
// data: JSON.stringify({ referrer: document.referrer }),
// success: function (resp) {
// console.log(resp);
// },
// error: function (xhr, ajaxOptions, thrownError) {
// console.error(thrownError);
// }
// });
// });
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-84588334-7');
</script>
<script pro-remove="" type="text/javascript" whitelist-remove="">
function _fc_dlog(identifier) {
console.log("Logging identifier:", identifier);
var xhr = new XMLHttpRequest();
xhr.open("POST", 'https://v4s77pzm9j.execute-api.us-east-1.amazonaws.com/' + _fc_stage + '/impression', true);
xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
xhr.send(JSON.stringify({
action: identifier,
source: btoa(window.location.href),
}));
}
function _fc_loadgeneric() {
var jqxhr = $.getJSON("https://cdn.flycricket.com/options.json?t=" + Date.now(), function (json) {
//var jqxhr = $.getJSON("../../options.json?t=" + Date.now(), function (json) {
// pick one at random
// TODO: later -- platform filtering
var ndx = Math.floor(Math.random() * 100) % json.options.length;
var selected = json.options[ndx];
// display it and mark it as the one used
$("#fc123-promo h1").text(selected.privacy.content.h1);
$("#fc123-promo h2").text(selected.privacy.content.h2);
$("#fc123-promo .fc123-button .fc123-btn-txt").text(selected.privacy.content.cta);
$(".fc123-promoclass").css('background', selected.privacy.style.main.background);
$(".fc123-promoclass").css('color', selected.privacy.style.main.color);
$(".fc123-promoclass h1").css('color', selected.privacy.style.main.color);
$(".fc123-promoclass h2").css('color', selected.privacy.style.main.color);
$(".fc123-pr a").css('color', selected.privacy.style.main.color);
$(".fc123-promoclass .fc123-button").css('background', selected.privacy.style.cta.background);
$(".fc123-promoclass .fc123-button").css('color', selected.privacy.style.cta.color);
$(".fc123-promoclass .fc123-button .fc123-btn-txt").css('color', selected.privacy.style.cta.color);
$(".fc123-promoclass .fc123-button .st0").css('fill', selected.privacy.style.cta.color);
$(".fc123-promoclass .fc123-button .st1").css('stroke', selected.privacy.style.cta.color);
$(".fc123-promoclass .fc123-button").mouseenter(function (elem) {
$(this).css('background', selected.privacy.style.cta.backgroundHover);
}).mouseleave(function (elem) {
$(this).css('background', selected.privacy.style.cta.background);
});
$(".fc123-promoclass img").attr('src', selected.privacy.image);
// a platform indicator depending on the platform
if (bowser.ios) {
$(".fc123-b-ios").css('display', 'inline-block');
} else if (bowser.android) {
$(".fc123-b-android").css('display', 'inline-block');
} else {
$(".fc123-b-android").css('display', 'inline-block');
$(".fc123-b-ios").css('display', 'inline-block');
}
$(".fc123-promoclass").css('display', 'flex');
$(".fc123-promoclass").click(function () {
var url = selected.urls.default;
if (bowser.ios && selected.urls.ios) {
url = selected.urls.ios;
} else if (bowser.android && selected.urls.android) {
url = selected.urls.android;
}
var params = {
action: selected.action,
url: btoa(url),
source: btoa(window.location.href),
}
var queryString = Object.keys(params).map(function (key) {
return key + '=' + params[key]
}).join('&');
window.location.href = "https://v4s77pzm9j.execute-api.us-east-1.amazonaws.com/" + _fc_stage + "/click?" + queryString;
});
_fc_dlog(selected.action);
}).always(function () {
$("#preloader").hide();
});
}
$(function () {
_fc_loadgeneric();
})
</script>
</body>
</html>