Miruro/docs/pages/ToS.html

1546 lines
45 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Terms Of Service</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Terms of service of Miruro LLC" />
<meta property="og:site_name" content="Terms Of Service" />
<meta property="og:title" content="Terms Of Service" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Terms of service of Miruro LLC"
/>
<link
href="https://fonts.googleapis.com/css?display=swap&family=Montserrat:800,800italic,600,600italic,200,200italic,700,700italic,900,900italic,400,400italic"
rel="stylesheet"
type="text/css"
/>
<style>
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
line-height: 1;
min-height: var(--viewport-height);
min-width: 320px;
overflow-x: hidden;
word-wrap: break-word;
background-color: #23272a;
}
:root {
--background-height: 100vh;
--site-language-alignment: left;
--site-language-direction: ltr;
--site-language-flex-alignment: flex-start;
--viewport-height: 100vh;
}
html {
font-size: 24pt;
}
u {
text-decoration: underline;
}
strong {
color: inherit;
font-weight: bolder;
}
em {
font-style: italic;
}
code {
background-color: rgba(144, 144, 144, 0.25);
border-radius: 0.25em;
font-family: "Lucida Console", "Courier New", monospace;
font-size: 0.9em;
font-weight: normal;
letter-spacing: 0;
margin: 0 0.25em;
padding: 0.25em 0.5em;
text-indent: 0;
}
mark {
background-color: rgba(144, 144, 144, 0.25);
}
s {
text-decoration: line-through;
}
sub {
font-size: smaller;
vertical-align: sub;
}
sup {
font-size: smaller;
vertical-align: super;
}
a {
color: inherit;
text-decoration: underline;
transition: color 0.25s ease;
}
#wrapper {
-webkit-overflow-scrolling: touch;
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: var(--viewport-height);
overflow: hidden;
position: relative;
z-index: 2;
}
#main {
--alignment: center;
--flex-alignment: center;
--border-radius-tl: 0;
--border-radius-tr: 0;
--border-radius-br: 0;
--border-radius-bl: 0;
align-items: center;
display: flex;
flex-grow: 0;
flex-shrink: 0;
justify-content: center;
max-width: 100%;
position: relative;
text-align: var(--alignment);
z-index: 1;
}
#main > .inner {
--padding-horizontal: 7.625rem;
--padding-vertical: 4.375rem;
--spacing: 0.75rem;
--width: 100vw;
border-radius: var(--border-radius-tl) var(--border-radius-tr)
var(--border-radius-br) var(--border-radius-bl);
max-width: 100%;
position: relative;
width: var(--width);
z-index: 1;
padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > * {
margin-top: var(--spacing);
margin-bottom: var(--spacing);
}
#main > .inner > :first-child {
margin-top: 0 !important;
}
#main > .inner > :last-child {
margin-bottom: 0 !important;
}
#main > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
#main > .inner > .full:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
margin-top: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full.screen {
border-radius: 0 !important;
max-width: 100vw;
position: relative;
width: 100vw;
left: 0;
margin-left: calc(var(--padding-horizontal) * -1);
right: auto;
}
body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
transition: none !important;
}
body.is-instant:after {
display: none !important;
transition: none !important;
}
h1,
h2,
h3,
p {
direction: var(--site-language-direction);
position: relative;
}
h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
display: block;
position: relative;
}
h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark {
-webkit-text-fill-color: currentcolor;
}
#text02 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 2em;
line-height: 1;
font-weight: 800;
}
#text02 a {
text-decoration: underline;
}
#text02 a:hover {
text-decoration: none;
}
#text02 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text01 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.75;
font-weight: 600;
}
#text01 a {
text-decoration: underline;
}
#text01 a:hover {
text-decoration: none;
}
#text01 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text05 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text05 a {
text-decoration: underline;
}
#text05 a:hover {
text-decoration: none;
}
#text05 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text04 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text04 a {
text-decoration: underline;
}
#text04 a:hover {
text-decoration: none;
}
#text04 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text07 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text07 a {
text-decoration: underline;
}
#text07 a:hover {
text-decoration: none;
}
#text07 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text08 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text08 a {
text-decoration: underline;
}
#text08 a:hover {
text-decoration: none;
}
#text08 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text09 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text09 a {
text-decoration: underline;
}
#text09 a:hover {
text-decoration: none;
}
#text09 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text10 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text10 a {
text-decoration: underline;
}
#text10 a:hover {
text-decoration: none;
}
#text10 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text11 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text11 a {
text-decoration: underline;
}
#text11 a:hover {
text-decoration: none;
}
#text11 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text06 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text06 a {
text-decoration: underline;
}
#text06 a:hover {
text-decoration: none;
}
#text06 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text03 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text03 a {
text-decoration: underline;
}
#text03 a:hover {
text-decoration: none;
}
#text03 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text14 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text14 a {
text-decoration: underline;
}
#text14 a:hover {
text-decoration: none;
}
#text14 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text15 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text15 a {
text-decoration: underline;
}
#text15 a:hover {
text-decoration: none;
}
#text15 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text16 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text16 a {
text-decoration: underline;
}
#text16 a:hover {
text-decoration: none;
}
#text16 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text17 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text17 a {
text-decoration: underline;
}
#text17 a:hover {
text-decoration: none;
}
#text17 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text18 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text18 a {
text-decoration: underline;
}
#text18 a:hover {
text-decoration: none;
}
#text18 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text19 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text19 a {
text-decoration: underline;
}
#text19 a:hover {
text-decoration: none;
}
#text19 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text20 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text20 a {
text-decoration: underline;
}
#text20 a:hover {
text-decoration: none;
}
#text20 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text21 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text21 a {
text-decoration: underline;
}
#text21 a:hover {
text-decoration: none;
}
#text21 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text12 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text12 a {
text-decoration: underline;
}
#text12 a:hover {
text-decoration: none;
}
#text12 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text13 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text13 a {
text-decoration: underline;
}
#text13 a:hover {
text-decoration: none;
}
#text13 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.icc-credits {
display: block;
opacity: 1 !important;
position: relative;
transition-delay: 0s !important;
}
.icc-credits span {
border-radius: 24px;
cursor: pointer;
display: inline-block;
font-family: Arial, sans-serif;
font-size: 12px;
letter-spacing: 0;
line-height: 1;
position: relative;
text-decoration: none;
width: auto;
}
.icc-credits span a {
display: inline-block;
padding: 0.5em 0.375em;
position: relative;
text-decoration: none;
transition: color 0.25s ease, transform 0.25s ease;
z-index: 1;
}
body {
user-select: none;
}
.icc-credits span a:before {
content: "( ";
opacity: 1;
transition: opacity 0.25s ease;
}
.icc-credits span a:after {
content: " )";
opacity: 1;
transition: opacity 0.25s ease;
}
.icc-credits span::after {
background-image: linear-gradient(30deg, #a464a1 15%, #3b5dad 85%);
border-radius: inherit;
box-shadow: 0 0.25em 1.25em 0 rgba(0, 0, 0, 0.25);
content: "";
display: block;
height: calc(100% + 2px);
left: -1px;
opacity: 0;
pointer-events: none;
position: absolute;
top: -1px;
transition: opacity 0.25s ease, box-shadow 0.25s ease,
transform 0.25s ease;
width: calc(100% + 2px);
}
.icc-credits span:hover {
text-transform: none !important;
}
.icc-credits span:hover a {
color: #ffffff !important;
transform: scale(1.1) translateY(-0.05rem);
}
.icc-credits span:hover a:before {
opacity: 0;
}
.icc-credits span:hover a:after {
opacity: 0;
}
.icc-credits span:hover::after {
opacity: 1;
transform: scale(1.1) translateY(-0.05rem);
}
#credits span {
color: rgba(255, 255, 255, 0.498);
margin-top: 0.75rem !important;
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
html {
font-size: 18pt;
}
}
@media (max-width: 1280px) {
html {
font-size: 18pt;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
html {
font-size: 15pt;
}
}
@media (max-width: 736px) {
html {
font-size: 15pt;
}
#main > .inner {
--padding-horizontal: 2rem;
--padding-vertical: 3.5rem;
--spacing: 0.75rem;
}
#text02 {
letter-spacing: 0rem;
width: 100%;
font-size: 2em;
line-height: 1;
}
#text01 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.75;
}
#text05 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text04 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text07 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text08 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text09 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text10 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text11 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text06 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text03 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text14 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text15 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text16 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text17 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text18 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text19 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text20 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text21 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text12 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text13 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
}
@media (max-width: 480px) {
#main > .inner {
--spacing: 0.65625rem;
}
}
@media (max-width: 360px) {
#main > .inner {
--padding-horizontal: 1.5rem;
--padding-vertical: 2.625rem;
--spacing: 0.5625rem;
}
#text02 {
font-size: 1.5em;
}
#text01 {
font-size: 0.5em;
}
#text05 {
font-size: 0.5em;
}
#text04 {
font-size: 0.875em;
}
#text07 {
font-size: 0.5em;
}
#text08 {
font-size: 0.875em;
}
#text09 {
font-size: 0.5em;
}
#text10 {
font-size: 0.875em;
}
#text11 {
font-size: 0.5em;
}
#text06 {
font-size: 0.875em;
}
#text03 {
font-size: 0.5em;
}
#text14 {
font-size: 0.875em;
}
#text15 {
font-size: 0.5em;
}
#text16 {
font-size: 0.875em;
}
#text17 {
font-size: 0.5em;
}
#text18 {
font-size: 0.875em;
}
#text19 {
font-size: 0.5em;
}
#text20 {
font-size: 0.875em;
}
#text21 {
font-size: 0.5em;
}
#text12 {
font-size: 0.875em;
}
#text13 {
font-size: 0.5em;
}
}
</style>
</head>
<body>
<div id="wrapper">
<div id="main">
<div class="inner">
<h1 id="text02">TERMS OF SERVICE</h1>
<p id="text01">September 12th, 2022</p>
<p id="text05">
<span class="p"
>Please read these Terms of Service (&quot;Terms&quot;,
&quot;Terms of Service&quot;) carefully before using the
https://www.miruro.live website (the &quot;Service&quot;)
operated by Miruro LLC (&quot;us&quot;, &quot;we&quot;, or
&quot;our&quot;).<br />
Your access to and use of the Service is conditioned upon your
acceptance of and compliance with these Terms. These Terms apply
to all visitors, users and others who wish to access or use the
Service.<br />
By accessing or using the Service you agree to be bound by these
Terms. If you disagree with any part of the terms then you do not
have permission to access the Service.</span
>
</p>
<h2 id="text04">Purchases</h2>
<p id="text07">
<span class="p"
>If you wish to purchase any product or service made available
through the Service (&quot;Purchase&quot;), you may be asked to
supply certain information relevant to your Purchase including,
without limitation, your credit card number, the expiration date
of your credit card, your billing address, and your shipping
information.<br />
You represent and warrant that: (i) you have the legal right to
use any credit card(s)or other payment method(s) in connection
with any Purchase; and that (ii) the information you supply to us
is true, correct and complete.<br />
The service may employ the use of third party services for the
purpose of facilitating payment and the completion of Purchases.
By submitting your information, you grant us the right to provide
the information to these third parties subject to our Privacy
Policy.<br />
We reserve the right to refuse or cancel your order at any time
for reasons including but not limited to: product or service
availability, errors in the description or price of the product or
service, error in your order or other reasons.<br />
We reserve the right to refuse or cancel your order if fraud or an
unauthorized or illegal transaction is suspected.</span
>
</p>
<h2 id="text08">Availability, Errors and Inaccuracies</h2>
<p id="text09">
<span class="p"
>We are constantly updating product and service offerings on the
Service. We may experience delays in updating information on the
Service and in our advertising on other web sites. The information
found on the Service may contain errors or inaccuracies and may
not be complete or current. Products or services may be mispriced,
described inaccurately, or unavailable on the Service and we
cannot guarantee the accuracy or completeness of any information
found on the Service.<br />
We therefore reserve the right to change or update information and
to correct errors, inaccuracies, or omissions at any time without
prior notice.</span
>
</p>
<h2 id="text10">Links To Other Web Sites</h2>
<p id="text11">
<span class="p"
>Our Service may contain links to third party web sites or
services that are not owned or controlled by Miruro LLC<br />
Miruro LLC has no control over, and assumes no responsibility
for the content, privacy policies, or practices of any third party
web sites or services. We do not warrant the offerings of any of
these entities/individuals or their websites.<br />
You acknowledge and agree that Miruro LLC shall not be
responsible or liable, directly or indirectly, for any damage or
loss caused or alleged to be caused by or in connection with use
of or reliance on any such content, goods or services available on
or through any such third party web sites or services.<br />
We strongly advise you to read the terms and conditions and
privacy policies of any third party web sites or services that you
visit.<br />
We therefore reserve the right to change or update information and
to correct errors, inaccuracies, or omissions at any time without
prior notice.</span
>
</p>
<h2 id="text06">Termination</h2>
<p id="text03">
<span class="p"
>We may terminate or suspend your access to the Service
immediately, without prior notice or liability, under our sole
discretion, for any reason whatsoever and without limitation,
including but not limited to a breach of the Terms.<br />
All provisions of the Terms which by their nature should survive
termination shall survive termination, including, without
limitation, ownership provisions, warranty disclaimers, indemnity
and limitations of liability.</span
>
</p>
<h2 id="text14">Indemnification</h2>
<p id="text15">
You agree to defend, indemnify and hold harmless Miruro LLC and
its licensee and licensors, and their employees, contractors,
agents, officers and directors, from and against any and all claims,
damages, obligations, losses, liabilities, costs or debt, and
expenses (including but not limited to attorney&#039;s fees),
resulting from or arising out of a) your use and access of the
Service, or b) a breach of these Terms.
</p>
<h2 id="text16">Disclaimer</h2>
<p id="text17">
<span class="p"
>Your use of the Service is at your sole risk. The Service is
provided on an &quot;AS IS&quot; and &quot;AS AVAILABLE&quot;
basis. The Service is provided without warranties of any kind,
whether express or implied, including, but not limited to, implied
warranties of merchantability, fitness for a particular purpose,
non-infringement or course of performance.<br />
Miruro LLC its subsidiaries, affiliates, and its licensors do
not warrant that a) the Service will function uninterrupted,
secure or available at any particular time or location; b) any
errors or defects will be corrected; c) the Service is free of
viruses or other harmful components; or d) the results of using
the Service will meet your requirements.</span
>
</p>
<h2 id="text18">Exclusions</h2>
<p id="text19">
Some jurisdictions do not allow the exclusion of certain warranties
or the exclusion or limitation of liability for consequential or
incidental damages, so the limitations above may not apply to you.
</p>
<h2 id="text20">Changes</h2>
<p id="text21">
<span class="p"
>We reserve the right, at our sole discretion, to modify or
replace these Terms at any time. If a revision is material we will
provide at least 30 days notice prior to any new terms taking
effect. What constitutes a material change will be determined at
our sole discretion.<br />
By continuing to access or use our Service after any revisions
become effective, you agree to be bound by the revised terms. If
you do not agree to the new terms, you are no longer authorized to
use the Service.</span
>
</p>
<h2 id="text12">Contact us</h2>
<p id="text13">
If you have any questions about our Terms, please contact us by
email:
<strong
><a
href="mailto:akionii@hotmail.com"
><span
class="__cf_email__"
data-cfemail="2f5c4746594e42445a416f47405b424e4643014c4042"
>akionii@hotmail.com</span
></a
></strong
>
</p>
</div>
</div>
</div>
<script
data-cfasync="false"
src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"
></script>
<script>
(function () {
var on = addEventListener,
$ = function (q) {
return document.querySelector(q);
},
$$ = function (q) {
return document.querySelectorAll(q);
},
$body = document.body,
$inner = $(".inner"),
client = (function () {
var o = {
browser: "other",
browserVersion: 0,
os: "other",
osVersion: 0,
mobile: false,
canUse: null,
flags: { lsdUnits: false },
},
ua = navigator.userAgent,
a,
i;
a = [
["firefox", /Firefox\/([0-9\.]+)/],
["edge", /Edge\/([0-9\.]+)/],
["safari", /Version\/([0-9\.]+).+Safari/],
["chrome", /Chrome\/([0-9\.]+)/],
["chrome", /CriOS\/([0-9\.]+)/],
["ie", /Trident\/.+rv:([0-9]+)/],
];
for (i = 0; i < a.length; i++) {
if (ua.match(a[i][1])) {
o.browser = a[i][0];
o.browserVersion = parseFloat(RegExp.$1);
break;
}
}
a = [
[
"ios",
/([0-9_]+) like Mac OS X/,
function (v) {
return v.replace("_", ".").replace("_", "");
},
],
[
"ios",
/CPU like Mac OS X/,
function (v) {
return 0;
},
],
[
"ios",
/iPad; CPU/,
function (v) {
return 0;
},
],
["android", /Android ([0-9\.]+)/, null],
[
"mac",
/Macintosh.+Mac OS X ([0-9_]+)/,
function (v) {
return v.replace("_", ".").replace("_", "");
},
],
["windows", /Windows NT ([0-9\.]+)/, null],
["undefined", /Undefined/, null],
];
for (i = 0; i < a.length; i++) {
if (ua.match(a[i][1])) {
o.os = a[i][0];
o.osVersion = parseFloat(
a[i][2] ? a[i][2](RegExp.$1) : RegExp.$1
);
break;
}
}
if (
o.os == "mac" &&
"ontouchstart" in window &&
((screen.width == 1024 && screen.height == 1366) ||
(screen.width == 834 && screen.height == 1112) ||
(screen.width == 810 && screen.height == 1080) ||
(screen.width == 768 && screen.height == 1024))
)
o.os = "ios";
o.mobile = o.os == "android" || o.os == "ios";
var _canUse = document.createElement("div");
o.canUse = function (property, value) {
var style;
style = _canUse.style;
if (!(property in style)) return false;
if (typeof value !== "undefined") {
style[property] = value;
if (style[property] == "") return false;
}
return true;
};
o.flags.lsdUnits = o.canUse("width", "100dvw");
return o;
})(),
trigger = function (t) {
dispatchEvent(new Event(t));
},
cssRules = function (selectorText) {
var ss = document.styleSheets,
a = [],
f = function (s) {
var r = s.cssRules,
i;
for (i = 0; i < r.length; i++) {
if (
r[i] instanceof CSSMediaRule &&
matchMedia(r[i].conditionText).matches
)
f(r[i]);
else if (
r[i] instanceof CSSStyleRule &&
r[i].selectorText == selectorText
)
a.push(r[i]);
}
},
x,
i;
for (i = 0; i < ss.length; i++) f(ss[i]);
return a;
},
thisHash = function () {
var h = location.hash ? location.hash.substring(1) : null,
a;
if (!h) return null;
if (h.match(/\?/)) {
a = h.split("?");
h = a[0];
history.replaceState(undefined, undefined, "#" + h);
window.location.search = a[1];
}
if (h.length > 0 && !h.match(/^[a-zA-Z]/)) h = "x" + h;
if (typeof h == "string") h = h.toLowerCase();
return h;
},
scrollToElement = function (e, style, duration) {
var y, cy, dy, start, easing, offset, f;
if (!e) y = 0;
else {
offset =
(e.dataset.scrollOffset
? parseInt(e.dataset.scrollOffset)
: 0) *
parseFloat(getComputedStyle(document.documentElement).fontSize);
switch (
e.dataset.scrollBehavior ? e.dataset.scrollBehavior : "default"
) {
case "default":
default:
y = e.offsetTop + offset;
break;
case "center":
if (e.offsetHeight < window.innerHeight)
y =
e.offsetTop -
(window.innerHeight - e.offsetHeight) / 2 +
offset;
else y = e.offsetTop - offset;
break;
case "previous":
if (e.previousElementSibling)
y =
e.previousElementSibling.offsetTop +
e.previousElementSibling.offsetHeight +
offset;
else y = e.offsetTop + offset;
break;
}
}
if (!style) style = "smooth";
if (!duration) duration = 750;
if (style == "instant") {
window.scrollTo(0, y);
return;
}
start = Date.now();
cy = window.scrollY;
dy = y - cy;
switch (style) {
case "linear":
easing = function (t) {
return t;
};
break;
case "smooth":
easing = function (t) {
return t < 0.5
? 4 * t * t * t
: (t - 1) * (2 * t - 2) * (2 * t - 2) + 1;
};
break;
}
f = function () {
var t = Date.now() - start;
if (t >= duration) window.scroll(0, y);
else {
window.scroll(0, cy + dy * easing(t / duration));
requestAnimationFrame(f);
}
};
f();
},
scrollToTop = function () {
scrollToElement(null);
},
loadElements = function (parent) {
var a, e, x, i;
a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');
for (i = 0; i < a.length; i++) {
a[i].src = a[i].dataset.src;
a[i].dataset.src = "";
}
a = parent.querySelectorAll("video[autoplay]");
for (i = 0; i < a.length; i++) {
if (a[i].paused) a[i].play();
}
e = parent.querySelector('[data-autofocus="1"]');
x = e ? e.tagName : null;
switch (x) {
case "FORM":
e = e.querySelector(
".field input, .field select, .field textarea"
);
if (e) e.focus();
break;
default:
break;
}
},
unloadElements = function (parent) {
var a, e, x, i;
a = parent.querySelectorAll('iframe[data-src=""]');
for (i = 0; i < a.length; i++) {
if (a[i].dataset.srcUnload === "0") continue;
a[i].dataset.src = a[i].src;
a[i].src = "";
}
a = parent.querySelectorAll("video");
for (i = 0; i < a.length; i++) {
if (!a[i].paused) a[i].pause();
}
e = $(":focus");
if (e) e.blur();
};
window._scrollToTop = scrollToTop;
var thisURL = function () {
return window.location.href
.replace(window.location.search, "")
.replace(/#$/, "");
};
var getVar = function (name) {
var a = window.location.search.substring(1).split("&"),
b,
k;
for (k in a) {
b = a[k].split("=");
if (b[0] == name) return b[1];
}
return null;
};
var errors = {
handle: function (handler) {
window.onerror = function (message, url, line, column, error) {
handler(error.message);
return true;
};
},
unhandle: function () {
window.onerror = null;
},
};
loadElements(document.body);
var style, sheet, rule;
style = document.createElement("style");
style.appendChild(document.createTextNode(""));
document.head.appendChild(style);
sheet = style.sheet;
if (client.mobile) {
(function () {
if (client.flags.lsdUnits) {
document.documentElement.style.setProperty(
"--viewport-height",
"100dvh"
);
document.documentElement.style.setProperty(
"--background-height",
"100lvh"
);
} else {
var f = function () {
document.documentElement.style.setProperty(
"--viewport-height",
window.innerHeight + "px"
);
document.documentElement.style.setProperty(
"--background-height",
window.innerHeight + 250 + "px"
);
};
on("load", f);
on("resize", f);
on("orientationchange", function () {
setTimeout(function () {
f();
}, 100);
});
}
})();
}
if (client.os == "android") {
(function () {
sheet.insertRule("body::after { }", 0);
rule = sheet.cssRules[0];
var f = function () {
rule.style.cssText =
"height: " + Math.max(screen.width, screen.height) + "px";
};
on("load", f);
on("orientationchange", f);
on("touchmove", f);
})();
$body.classList.add("is-touch");
} else if (client.os == "ios") {
if (client.osVersion <= 11)
(function () {
sheet.insertRule("body::after { }", 0);
rule = sheet.cssRules[0];
rule.style.cssText = "-webkit-transform: scale(1.0)";
})();
if (client.osVersion <= 11)
(function () {
sheet.insertRule("body.ios-focus-fix::before { }", 0);
rule = sheet.cssRules[0];
rule.style.cssText = "height: calc(100% + 60px)";
on(
"focus",
function (event) {
$body.classList.add("ios-focus-fix");
},
true
);
on(
"blur",
function (event) {
$body.classList.remove("ios-focus-fix");
},
true
);
})();
$body.classList.add("is-touch");
}
})();
</script>
</body>
</html>