<!--docxjs library predefined styles-->
<style>
    .docx-wrapper {
        background: gray;
        padding: 30px;
        padding-bottom: 0px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .docx-wrapper>section.docx {
        background: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        margin-bottom: 30px;
    }

    .docx {
        color: black;
    }

    section.docx {
        box-sizing: border-box;
        display: flex;
        flex-flow: column nowrap;
        position: relative;
        overflow: hidden;
    }

    section.docx>article {
        margin-bottom: auto;
    }

    .docx table {
        border-collapse: collapse;
    }

    .docx table td,
    .docx table th {
        vertical-align: top;
    }

    .docx p {
        margin: 0pt;
        min-height: 1em;
    }

    .docx span {
        white-space: pre-wrap;
        overflow-wrap: break-word;
    }

    .docx a {
        color: inherit;
        text-decoration: inherit;
    }
</style>
<!--docxjs document styles-->
<style>
    .docx span {
        font-family: var(--docx-minorHAnsi-font);
        min-height: 11.00pt;
        font-size: 11.00pt;
    }

    .docx p {
        margin-bottom: 10.00pt;
        line-height: 1.15;
    }

    p.docx_heading1 {
        margin-top: 24.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    p.docx_heading1 span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        font-size: 11pt;
        text-transform: none;
        color: #000000;
        min-height: 22.50pt;
        font-size: 22.50pt;
        text-decoration: none;
    }

    p.docx_heading1 span {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #365F91;
        min-height: 14.00pt;
        font-size: 14.00pt;
    }

    p.docx_heading2 {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    p.docx_heading2 span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 18.00pt;
        font-size: 18.00pt;
        text-decoration: none;
    }

    p.docx_heading2 span {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #4F81BD;
        min-height: 13.00pt;
        font-size: 13.00pt;
    }

    p.docx_heading3 {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    p.docx_heading3 span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 15.00pt;
        font-size: 15.00pt;
        text-decoration: none;
    }

    p.docx_heading3 span {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #4F81BD;
    }

    p.docx_heading4 {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    p.docx_heading4 span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #666666;
        min-height: 13.50pt;
        font-size: 13.50pt;
        text-decoration: none;
    }

    p.docx_heading4 span {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        font-style: italic;
        color: #4F81BD;
    }

    p.docx_header {}

    span.docx_headerchar p {}

    span.docx_heading1char {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #365F91;
        min-height: 14.00pt;
        font-size: 14.00pt;
    }

    span.docx_heading1char p {
        margin-top: 24.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading1char {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 22.50pt;
        font-size: 22.50pt;
        text-decoration: none;
    }

    span.docx_heading2char {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #4F81BD;
        min-height: 13.00pt;
        font-size: 13.00pt;
    }

    span.docx_heading2char p {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading2char {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 18.00pt;
        font-size: 18.00pt;
        text-decoration: none;
    }

    span.docx_heading3char {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        color: #4F81BD;
    }

    span.docx_heading3char p {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading3char {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 15.00pt;
        font-size: 15.00pt;
        text-decoration: none;
    }

    span.docx_heading4char {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        font-style: italic;
        color: #4F81BD;
    }

    span.docx_heading4char p {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading4char {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #666666;
        min-height: 13.50pt;
        font-size: 13.50pt;
        text-decoration: none;
    }

    p.docx_normalindent {
        margin-left: 36.00pt;
    }

    p.docx_subtitle {
        margin-left: 4.30pt;
    }

    p.docx_subtitle span {
        font-family: var(--docx-majorHAnsi-font);
        font-style: italic;
        color: #4F81BD;
        min-height: 12.00pt;
        font-size: 12.00pt;
    }

    p.docx_subtitle span {
        font-family: var(--docx-majorHAnsi-font);
        font-style: italic;
        color: #4F81BD;
        min-height: 12.00pt;
        font-size: 12.00pt;
    }

    span.docx_subtitlechar {
        font-family: var(--docx-majorHAnsi-font);
        font-style: italic;
        color: #4F81BD;
        min-height: 12.00pt;
        font-size: 12.00pt;
    }

    span.docx_subtitlechar p {
        margin-left: 4.30pt;
    }

    span.docx_subtitlechar {
        font-family: var(--docx-majorHAnsi-font);
        font-style: italic;
        color: #4F81BD;
        min-height: 12.00pt;
        font-size: 12.00pt;
    }

    p.docx_title {
        border-bottom: 1.00pt solid #4F81BD;
        margin-bottom: 15.00pt;
    }

    p.docx_title span {
        font-family: var(--docx-majorHAnsi-font);
        color: #17365D;
        min-height: 26.00pt;
        font-size: 26.00pt;
    }

    p.docx_title span {
        font-family: var(--docx-majorHAnsi-font);
        color: #17365D;
        min-height: 26.00pt;
        font-size: 26.00pt;
    }

    span.docx_titlechar {
        font-family: var(--docx-majorHAnsi-font);
        color: #17365D;
        min-height: 26.00pt;
        font-size: 26.00pt;
    }

    span.docx_titlechar p {
        border-bottom: 1.00pt solid #4F81BD;
        margin-bottom: 15.00pt;
    }

    span.docx_titlechar {
        font-family: var(--docx-majorHAnsi-font);
        color: #17365D;
        min-height: 26.00pt;
        font-size: 26.00pt;
    }

    span.docx_emphasis {
        font-style: italic;
    }

    .docx table,
    table.docx_tablenormal td {
        padding-top: 0.00pt;
        padding-left: 5.40pt;
        padding-bottom: 0.00pt;
        padding-right: 5.40pt;
    }

    p.docx_caption {
        line-height: 1.00;
    }

    p.docx_caption span {
        font-weight: bold;
        color: #4F81BD;
        min-height: 9.00pt;
        font-size: 9.00pt;
    }

    .docx_basepdheaderfooter p {
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    .docx_basepdheaderfooter span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 8.00pt;
        font-size: 8.00pt;
        text-decoration: none;
    }

    .docx_pdheader p {
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    .docx_pdheader span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 8.00pt;
        font-size: 8.00pt;
        text-decoration: none;
    }

    .docx_pdfooter p {
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    .docx_pdfooter span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 8.00pt;
        font-size: 8.00pt;
        text-decoration: none;
    }

    .docx_pdheadingdefault p {
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    .docx_pdheadingdefault span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
    }

    p.docx_heading5 {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    p.docx_heading5 span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #666666;
        min-height: 12.00pt;
        font-size: 12.00pt;
        text-decoration: none;
    }

    p.docx_heading5 span {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        font-style: italic;
        color: #4F81BD;
        text-transform: none;
        text-decoration: none;
    }

    p.docx_heading5 {
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading5char {
        font-family: var(--docx-majorHAnsi-font);
        font-weight: bold;
        font-style: italic;
        color: #4F81BD;
        text-transform: none;
        text-decoration: none;
    }

    span.docx_heading5char p {
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading5char p {
        margin-top: 10.00pt;
        line-height: 1.25;
        text-indent: 0.00pt;
        margin-left: 0.00pt;
        text-align: left;
    }

    span.docx_heading5char {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #666666;
        min-height: 12.00pt;
        font-size: 12.00pt;
        text-decoration: none;
    }

    span.docx_hyperlink {
        font-weight: normal;
        font-style: normal;
        color: #1b58c5;
        text-decoration: underline;
    }

    table.docx_pdpricingtablemain p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        margin-left: 5.25pt;
        margin-right: 5.25pt;
        text-align: left;
    }

    table.docx_pdpricingtablemain span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_pdpricingtablemain td {
        border-top: 0.75pt solid #666666;
        border-left: 0.75pt solid #666666;
        border-bottom: 0.75pt solid #666666;
        border-right: 0.75pt solid #666666;
    }

    table.docx_pdpricingtablemain td {
        padding-top: 5.25pt;
        padding-bottom: 5.25pt;
    }

    table.docx_pdpricingtablemain tr.even-row p {}

    table.docx_pdpricingtablemain tr.even-row span {}

    table.docx_pdpricingtablemain tr.even-row {}

    table.docx_pdpricingtablemain tr.even-row {}

    table.docx_pdpricingtablemainwithheader p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        margin-left: 5.25pt;
        margin-right: 5.25pt;
        text-align: left;
    }

    table.docx_pdpricingtablemainwithheader span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_pdpricingtablemainwithheader td {
        border-top: 0.75pt solid #666666;
        border-left: 0.75pt solid #666666;
        border-bottom: 0.75pt solid #666666;
        border-right: 0.75pt solid #666666;
    }

    table.docx_pdpricingtablemainwithheader td {
        padding-top: 5.25pt;
        padding-bottom: 5.25pt;
    }

    table.docx_pdpricingtablemainwithheader tr.even-row p {}

    table.docx_pdpricingtablemainwithheader tr.even-row span {}

    table.docx_pdpricingtablemainwithheader tr.even-row {}

    table.docx_pdpricingtablemainwithheader tr.even-row {}

    table.docx_pdpricingtablemainwithheader tr.first-row td p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    table.docx_pdpricingtablemainwithheader tr.first-row td span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_pdpricingtablemainwithheader tr.first-row td {}

    table.docx_pdpricingtablemainwithheader tr.first-row td {
        background-color: #efefef;
    }

    table.docx_pdpricingtabletotal p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    table.docx_pdpricingtabletotal span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_tablegrid p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        margin-left: 5.25pt;
        margin-right: 5.25pt;
        text-align: left;
    }

    table.docx_tablegrid span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_tablegrid td {
        border-top: 0.75pt solid #666666;
        border-left: 0.75pt solid #666666;
        border-bottom: 0.75pt solid #666666;
        border-right: 0.75pt solid #666666;
        padding-top: 0.00pt;
        padding-left: 5.40pt;
        padding-bottom: 0.00pt;
        padding-right: 5.40pt;
    }

    table.docx_tablegrid td {
        padding-top: 5.25pt;
        padding-bottom: 5.25pt;
    }

    table.docx_tablegrid tr.odd-row p {}

    table.docx_tablegrid tr.odd-row span {}

    table.docx_tablegrid tr.odd-row {}

    table.docx_tablegrid tr.odd-row {}

    table.docx_tablegridwithheader p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        margin-left: 5.25pt;
        margin-right: 5.25pt;
        text-align: left;
    }

    table.docx_tablegridwithheader span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_tablegridwithheader td {
        border-top: 0.75pt solid #666666;
        border-left: 0.75pt solid #666666;
        border-bottom: 0.75pt solid #666666;
        border-right: 0.75pt solid #666666;
        padding-top: 0.00pt;
        padding-left: 5.40pt;
        padding-bottom: 0.00pt;
        padding-right: 5.40pt;
    }

    table.docx_tablegridwithheader td {
        padding-top: 5.25pt;
        padding-bottom: 5.25pt;
    }

    table.docx_tablegridwithheader tr.odd-row p {}

    table.docx_tablegridwithheader tr.odd-row span {}

    table.docx_tablegridwithheader tr.odd-row {}

    table.docx_tablegridwithheader tr.odd-row {}

    table.docx_tablegridwithheader tr.first-row td p {
        margin-top: 0.00pt;
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    table.docx_tablegridwithheader tr.first-row td span {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }

    table.docx_tablegridwithheader tr.first-row td {}

    table.docx_tablegridwithheader tr.first-row td {
        background-color: #efefef;
    }

    table.docx_pdrowitem td {
        padding-bottom: 17.50pt;
        padding-right: 9.00pt;
    }

    .docx_pdparagraphdefault p {
        margin-bottom: 0.00pt;
        line-height: 1.50;
        text-align: left;
    }

    .docx_pdparagraphdefault span {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #000000;
        min-height: 11.00pt;
        font-size: 11.00pt;
        text-decoration: none;
    }
</style>
<!--docxjs document numbering styles-->
<style>
    p.docx-num-2-0:before {
        content: "\9";
        counter-increment: docx-num-2-0;
        font-family: Symbol;
    }

    p.docx-num-2-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-2-0 {
        counter-reset: docx-num-2-1;
    }

    p.docx-num-2-1:before {
        content: "o\9";
        counter-increment: docx-num-2-1;
        font-family: Courier New;
    }

    p.docx-num-2-1 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 72.00pt;
    }

    p.docx-num-2-1 {
        counter-reset: docx-num-2-2;
    }

    p.docx-num-2-2:before {
        content: "\9";
        counter-increment: docx-num-2-2;
        font-family: Wingdings;
    }

    p.docx-num-2-2 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 108.00pt;
    }

    p.docx-num-2-2 {
        counter-reset: docx-num-2-3;
    }

    p.docx-num-2-3:before {
        content: "\9";
        counter-increment: docx-num-2-3;
        font-family: Symbol;
    }

    p.docx-num-2-3 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 144.00pt;
    }

    p.docx-num-2-3 {
        counter-reset: docx-num-2-4;
    }

    p.docx-num-2-4:before {
        content: "o\9";
        counter-increment: docx-num-2-4;
        font-family: Courier New;
    }

    p.docx-num-2-4 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 180.00pt;
    }

    p.docx-num-2-4 {
        counter-reset: docx-num-2-5;
    }

    p.docx-num-2-5:before {
        content: "\9";
        counter-increment: docx-num-2-5;
        font-family: Wingdings;
    }

    p.docx-num-2-5 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 216.00pt;
    }

    p.docx-num-2-5 {
        counter-reset: docx-num-2-6;
    }

    p.docx-num-2-6:before {
        content: "\9";
        counter-increment: docx-num-2-6;
        font-family: Symbol;
    }

    p.docx-num-2-6 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 252.00pt;
    }

    p.docx-num-2-6 {
        counter-reset: docx-num-2-7;
    }

    p.docx-num-2-7:before {
        content: "o\9";
        counter-increment: docx-num-2-7;
        font-family: Courier New;
    }

    p.docx-num-2-7 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 288.00pt;
    }

    p.docx-num-2-7 {
        counter-reset: docx-num-2-8;
    }

    p.docx-num-2-8:before {
        content: "\9";
        counter-increment: docx-num-2-8;
        font-family: Wingdings;
    }

    p.docx-num-2-8 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 324.00pt;
    }

    p.docx-num-1-0:before {
        content: ""counter(docx-num-1-0, decimal)".\9";
        counter-increment: docx-num-1-0;
    }

    p.docx-num-1-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-1-0 {
        counter-reset: docx-num-1-1;
    }

    p.docx-num-1-1:before {
        content: ""counter(docx-num-1-1, lower-alpha)".\9";
        counter-increment: docx-num-1-1;
    }

    p.docx-num-1-1 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 72.00pt;
    }

    p.docx-num-1-1 {
        counter-reset: docx-num-1-2;
    }

    p.docx-num-1-2:before {
        content: ""counter(docx-num-1-2, lower-roman)".\9";
        counter-increment: docx-num-1-2;
    }

    p.docx-num-1-2 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -9.00pt;
        margin-left: 108.00pt;
    }

    p.docx-num-1-2 {
        counter-reset: docx-num-1-3;
    }

    p.docx-num-1-3:before {
        content: ""counter(docx-num-1-3, decimal)".\9";
        counter-increment: docx-num-1-3;
    }

    p.docx-num-1-3 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 144.00pt;
    }

    p.docx-num-1-3 {
        counter-reset: docx-num-1-4;
    }

    p.docx-num-1-4:before {
        content: ""counter(docx-num-1-4, lower-alpha)".\9";
        counter-increment: docx-num-1-4;
    }

    p.docx-num-1-4 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 180.00pt;
    }

    p.docx-num-1-4 {
        counter-reset: docx-num-1-5;
    }

    p.docx-num-1-5:before {
        content: ""counter(docx-num-1-5, lower-roman)".\9";
        counter-increment: docx-num-1-5;
    }

    p.docx-num-1-5 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -9.00pt;
        margin-left: 216.00pt;
    }

    p.docx-num-1-5 {
        counter-reset: docx-num-1-6;
    }

    p.docx-num-1-6:before {
        content: ""counter(docx-num-1-6, decimal)".\9";
        counter-increment: docx-num-1-6;
    }

    p.docx-num-1-6 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 252.00pt;
    }

    p.docx-num-1-6 {
        counter-reset: docx-num-1-7;
    }

    p.docx-num-1-7:before {
        content: ""counter(docx-num-1-7, lower-alpha)".\9";
        counter-increment: docx-num-1-7;
    }

    p.docx-num-1-7 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 288.00pt;
    }

    p.docx-num-1-7 {
        counter-reset: docx-num-1-8;
    }

    p.docx-num-1-8:before {
        content: ""counter(docx-num-1-8, lower-roman)".\9";
        counter-increment: docx-num-1-8;
    }

    p.docx-num-1-8 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -9.00pt;
        margin-left: 324.00pt;
    }

    p.docx-num-3-0:before {
        content: &#x2022;
        counter-increment: docx-num-3-0;
        font-family: ARIAL;
    }

    p.docx-num-3-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-4-0:before {
        content: &#x2022;
        counter-increment: docx-num-4-0;
        font-family: ARIAL;
    }

    p.docx-num-4-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-5-0:before {
        content: &#x2022;
        counter-increment: docx-num-5-0;
        font-family: ARIAL;
    }

    p.docx-num-5-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-6-0:before {
        content: &#x2022;
        counter-increment: docx-num-6-0;
        font-family: ARIAL;
    }

    p.docx-num-6-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-7-0:before {
        content: &#x2022;
        counter-increment: docx-num-7-0;
        font-family: ARIAL;
    }

    p.docx-num-7-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-8-0:before {
        content: &#x2022;
        counter-increment: docx-num-8-0;
        font-family: ARIAL;
    }

    p.docx-num-8-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-9-0:before {
        content: &#x2022;
        counter-increment: docx-num-9-0;
        font-family: ARIAL;
    }

    p.docx-num-9-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 72.00pt;
    }

    p.docx-num-10-0:before {
        content: &#x2022;
        counter-increment: docx-num-10-0;
        font-family: ARIAL;
    }

    p.docx-num-10-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-11-0:before {
        content: &#x2022;
        counter-increment: docx-num-11-0;
        font-family: ARIAL;
    }

    p.docx-num-11-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-12-0:before {
        content: &#x2022;
        counter-increment: docx-num-12-0;
        font-family: ARIAL;
    }

    p.docx-num-12-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-13-0:before {
        content: &#x2022;
        counter-increment: docx-num-13-0;
        font-family: ARIAL;
    }

    p.docx-num-13-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-14-0:before {
        content: &#x2022;
        counter-increment: docx-num-14-0;
        font-family: ARIAL;
    }

    p.docx-num-14-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-15-0:before {
        content: &#x2022;
        counter-increment: docx-num-15-0;
        font-family: ARIAL;
    }

    p.docx-num-15-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-16-0:before {
        content: &#x2022;
        counter-increment: docx-num-16-0;
        font-family: ARIAL;
    }

    p.docx-num-16-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-17-0:before {
        content: &#x2022;
        counter-increment: docx-num-17-0;
        font-family: ARIAL;
    }

    p.docx-num-17-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-18-0:before {
        content: &#x2022;
        counter-increment: docx-num-18-0;
        font-family: ARIAL;
    }

    p.docx-num-18-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-19-0:before {
        content: &#x2022;
        counter-increment: docx-num-19-0;
        font-family: ARIAL;
    }

    p.docx-num-19-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-20-0:before {
        content: &#x2022;
        counter-increment: docx-num-20-0;
        font-family: ARIAL;
    }

    p.docx-num-20-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-21-0:before {
        content: &#x2022;
        counter-increment: docx-num-21-0;
        font-family: ARIAL;
    }

    p.docx-num-21-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-22-0:before {
        content: &#x2022;
        counter-increment: docx-num-22-0;
        font-family: ARIAL;
    }

    p.docx-num-22-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    p.docx-num-23-0:before {
        content: &#x2022;
        counter-increment: docx-num-23-0;
        font-family: ARIAL;
    }

    p.docx-num-23-0 {
        display: list-item;
        list-style-position: inside;
        list-style-type: none;
        text-indent: -18.00pt;
        margin-left: 36.00pt;
    }

    .docx-wrapper {
        counter-reset: docx-num-2-0 docx-num-1-0 docx-num-3-0 docx-num-4-0 docx-num-5-0 docx-num-6-0 docx-num-7-0 docx-num-8-0 docx-num-9-0 docx-num-10-0 docx-num-11-0 docx-num-12-0 docx-num-13-0 docx-num-14-0 docx-num-15-0 docx-num-16-0 docx-num-17-0 docx-num-18-0 docx-num-19-0 docx-num-20-0 docx-num-21-0 docx-num-22-0 docx-num-23-0;
    }
</style>
<div class="docx-wrapper">
    <section class="docx"
        style="padding: 48.95pt 38.15pt; width: 612pt; min-height: 792pt; background-color: rgb(255, 255, 255);">
        <header>
            <p class="docx_pdheader" style="margin-bottom: 4.5pt; line-height: 1.5; text-align: right;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; color: rgb(0, 0, 0); min-height: 11pt; font-size: 11pt;">PRIVILEGED AND CONFIDENTIAL</span>
            </p>
        </header>
        <article>
            <p class="docx_pdparagraphdefault" style="line-height: 1.4;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 14pt; font-size: 14pt;">CONTENTS</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.4; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 14pt; font-size: 14pt;">___________________________________________________________</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.4; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 14pt; font-size: 14pt;">SCHEDULE</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.4; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 14pt; font-size: 14pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">1. Interpretation</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">2. Ellipse Automation's Responsibilities</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">3. Customer's Obligations</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">4. Non-Solicitation</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">5. Change Request</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">6. Contract Price And Payment</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">7. Intellectual Property Rights</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">8. Compliance With Laws And Policies</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">9. Confidentiality</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">10. Limitation Of Liability</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">11. Termination</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">12. Consequences Of Termination And Survival</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">13. Force Majeure</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">14. Assignment And Other Dealings</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">15. Variation</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">16. Waiver</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">17. Rights And Remedies</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">18. Severance</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">19. Entire Agreement</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">20. Conflict</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">21. No Partnership Or Agency</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">22. Third Party Rights</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">23. Notices</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">24. Counterparts</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">25. Dispute Resolution</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">26. Governing Law</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">27. Jurisdiction</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">28. Publicity</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-3-0" style="margin-bottom: 37.5pt; line-height: 1.2;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 13pt;">29. Independent Contractor Status Of The Parties</span>
            </p>
            
        </article>
    </section>
    <section class="docx"
        style="padding: 48.95pt 38.15pt; width: 612pt; min-height: 792pt; background-color: rgb(255, 255, 255);">
        <header>
            <p class="docx_pdheader" style="margin-bottom: 4.5pt; line-height: 1.5; text-align: right;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; color: rgb(0, 0, 0); min-height: 11pt; font-size: 11pt;">PRIVILEGED AND CONFIDENTIAL</span>
            </p>
        </header>
        <article>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: center;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 15pt; font-size: 15pt;">Terms and Conditions</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: center;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 15pt; font-size: 15pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">1. Interpretation</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">The following definitions and rules of interpretation apply in this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.1 Definitions</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Applicable Laws" means all applicable laws, statutes, regulations and codes from time to time in force in the Country.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Business Day" means a day, other than a Saturday, Sunday or public holiday in the Country, when banks in the Country are open for business.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Change Request" has the meaning given in Clause 5.1.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Contract" means, collectively, this Agreement, Terms and Conditions, and Schedules attached hereto.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Contract Price" means the sums payable for the Services as agreed in Schedule 2.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Country" means France.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Customer Materials" means all documents, information, items and materials in any form, whether owned by the Customer or a third party, which are provided by the Customer to Ellipse Automation in connection with the Services, including the items provided pursuant to Clause 7.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Deliverables" means any output of the Services to be provided by Ellipse Automation to the Customer as specified in Schedule 1 and any other documents, products and materials provided by Ellipse Automation to the Customer in relation to the Services.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Intellectual Property Rights" means patents, rights to inventions, copyright and&nbsp; related rights, moral rights, trademark and service marks, business names and domain names, rights in get-up, goodwill and the right to sue for passing off, rights in designs, rights in computer software, database rights, rights to use, and protect the confidentiality of, confidential information (including know-how and trade secrets) and all other intellectual property rights, in each case whether registered or unregistered and including all applications and rights to apply for and be granted, renewals or extensions of, and rights to claim priority from, such rights and all similar or equivalent rights or forms of protection which subsist or will subsist now or in the future in any part of the world.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"Services" means the services as set out in Schedule 1, including services that are incidental or ancillary to such services.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">"VAT" means value added tax or any equivalent tax chargeable in the Country.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.2 Clause, Schedule and paragraph headings shall not affect the interpretation of this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.3 A person includes a natural person, corporate or unincorporated body (whether or not having separate legal personality).</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.4 The Schedules form part of this Contract and shall have effect as if set out in full in the body of this Contract. Any reference to this Contract includes the Schedules.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.5 Unless the context otherwise requires, words in the singular shall include the plural and in the plural shall include the singular.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.6 Unless the context otherwise requires, a reference to one gender shall include a reference to the other genders.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.7 This Contract shall be binding on, and ensure to the benefit of, the parties to this Contract and their respective personal representatives, successors and permitted assigns, and references to any party shall include that party's personal representatives, successors and permitted assigns.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.8 Unless expressly provided otherwise in this Contract, a reference to legislation or a legislative provision is a reference to it as amended, extended or re-enacted from time to time.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.9 A reference to writing or written includes email.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.10 Any obligation on a Party not to do something includes an obligation not to allow that thing to be done.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.11 A reference to this Contract or to any other agreement or document referred to in this Contract is a reference of this Contract or such other agreement or document, in each case as varied from time to time.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.12 References to clauses and Schedules are to the clauses and Schedules of this Contract and references to paragraphs are to paragraphs of the relevant Schedule.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">1.13 Any words following the terms including, include, in particular, for example or any similar expression shall be construed as illustrative and shall not limit the sense of the words, description, definition, phrase or term preceding those terms.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">2. Ellipse Automation' responsibilities</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">2.1 Ellipse Automation shall use commercially reasonable efforts to supply the Services, and deliver the Deliverables to the Customer in a professional and workmanlike manner and in accordance with this Contract in all material respects.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">2.2 Ellipse Automation shall use commercially reasonable efforts to meet all performance dates specified in Schedule 1, and in case of none completion Ellipse Automation will continue to work at no additional cost until all the performance metrics are obtained.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">3. Customer's obligations</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">3.1 The Customer shall:</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 30pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(a) co-operate with Ellipse Automation in all matters relating to the Services;</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 30pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 30pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(b) provide to Ellipse Automation in a timely manner all documents, information, items and materials in any form (whether owned by the Customer or third party) required under Schedule 1 or otherwise reasonably required by Ellipse Automation in connection with the Services and ensure that they are accurate and complete in all material respects.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 30pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">3.2 If Ellipse Automation' performance of its obligations under this Contract is prevented or delayed by any act or omission of the Customer, its agents, subcontractors, consultants or employees, then, without prejudice to any other right or remedy it may have, Ellipse Automation, upon notice to Customer, shall be allowed an extension of time to perform its obligations equal to the delay caused by the Customer.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt; ">4. Non-solicitation</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">4.1 The Customer shall not, without the prior written consent of Ellipse Automation, at any time from the date of this Contract to the expiry of six (6) months after the termination or expiry of this Contract, solicit or entice away from Ellipse Automation or employ or attempt to employ any person who is, or has been, engaged as an employee, consultant or subcontractor of Ellipse Automation in the provision of the Services.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">4.2&nbsp; Any consent given by Ellipse Automation in accordance with Clause 4.1 shall be subject to the Customer paying to Ellipse Automation a sum equivalent to 20% of the then current annual remuneration of Ellipse Automation' employee, consultant or subcontractor.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">5. Change Request</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">5.1 Either Party may propose changes to the scope or execution of the Services but no proposed changes shall come into effect until a Change Request has been signed by both Parties. A Change Request shall be a document setting out the proposed changes and the effect that those changes will have on:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-4-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the Services;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-4-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Ellipse Automation' existing charges;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-4-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the timetable of the Services; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-4-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">any of the terms of this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">5.2 If Ellipse Automation wishes to make a change to the Services it shall provide a draft Change Request to the Customer.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">5.3 If the Customer wishes to make a change to the Services:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-5-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">it shall notify Ellipse Automation and provide as much detail as Ellipse Automation reasonably requires of the proposed changes, including the timing of the proposed changes; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-5-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Ellipse Automation shall, as soon as reasonably practicable after receiving the information at Clause 5.3(a), provide a draft Change Request to the Customer.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">5.4 If the Parties:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-6-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">agree to a Change Request, they shall sign it and that Change Request shall amend this Contract; or </span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">are unable to agree a Change Request, either Party may require the disagreement to be dealt with in accordance with the dispute resolution procedure in Clause 25.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">6. Contract Price and payment</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.1 In consideration of Ellipse Automation' performance of the Services, the Customer will pay Ellipse Automation the Contract Price in accordance with Schedule 2 attached hereto and this Clause 6.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.2 The Contract Price excludes all pre-approved expenses for travel and materials which shall be payable by the Customer monthly in arrears, following submission of an appropriate invoice with documentation of the pre-approved expenses Ellipse Automation is seeking reimbursement for.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.3 Except as otherwise stated under this Contract, Ellipse Automation shall invoice the Customer for the Contract Price at the intervals specified in Schedule 2. If no intervals are so specified, Ellipse Automation shall invoice the Customer at the start of the Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.4 The Customer shall pay each undisputed invoice submitted to it by Ellipse Automation in accordance with the terms set in schedule 2.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.5 Without prejudice to any other right or remedy that it may have, if the Customer fails to pay Ellipse Automation any undisputed sum due under this Contract on the due date:</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span><span><span class="docx-tab-stop"></span></span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(a) the Customer shall pay interest on the overdue sum from the due date until payment of the overdue sum, whether before or after judgment. Interest under this Clause (a) will accrue each day at 4% a year above the Bank of England's base rate from time to time, but at 4% a year for any period when that base rate is below 0%;</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span><span><span class="docx-tab-stop"></span></span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(a) Ellipse Automation, upon prior written notice to Customer, may suspend all or part of the Services until payment has been made in full by or on behalf of the Customer.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">6.6 All undisputed sums payable to Ellipse Automation under this Contract:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-7-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">are exclusive of VAT, and the Customer shall in addition pay an amount equal to any VAT chargeable on those sums on delivery of a VAT invoice; and </span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">shall be paid in full without any set-off, counterclaim, deduction or withholding (other than any deduction or withholding of tax as required by law).</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">7. Intellectual property rights</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">7.1 In relation to the Deliverables:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-8-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">All Deliverables shall be considered works made for hire and Ellipse Automation and its licensors shall give ownership of all Intellectual Property Rights in the Deliverables to Customer. Customer shall own all right, title, and interest in and to all intellectual property and work product created, proposed, prepared, developed, produced, published, or broadcast by or for Customer by Ellipse Automation under this Agreement, including without limitation the deliverables, reports, work, media plans, research, photographs, promotions, campaigns which are made, conceived, reduced to practice, created, written, designed, or developed by or at the request of Customer as a result of, or in connection with, the Services (collectively, the "Work Product"). All Work Product will be deemed to be works made for hire for Customer. To the extent that title to any sych Work Product may not otherwise vest in Customer, or such Work Product may not be considered works made for hire, all right, title, and interest therein are hereby irrevocably assigned to Customer. Unless otherwise directed by Customer, upon completion of the Services or upon the earlier termination of this Agreement, Ellipse Automation will immediately turn over to Customer all Work Product (including all copies thereof);</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-8-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Ellipse Automation grants the Customer a fully paid-up, worldwide, non-exclusive, royalty-free irrevocable license to copy and modify the Deliverables (excluding the Customer Materials) for the purpose of receiving and using the Services and the Deliverables in its business only; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-8-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the Customer shall not sub-license, assign or otherwise transfer the rights granted in Clause 7.1(b):</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-9-0"
                style="line-height: 1.5; margin-left: 87pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">to its customers; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-9-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 87pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">subject to their entering into appropriate confidentiality undertakings, and with Ellipse Automation' prior written consent, to third parties for the purpose of the Customer's receipt of services similar to the Services.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">7.2 In relation to the Customer Materials, the Customer:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-10-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">and its licensors shall retain ownership of all Intellectual Property Rights in the Customer Materials; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-10-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">grants Ellipse Automation a limited, revocable, non-exclusive, royalty-free, non-transferable license to copy and modify the Customer Materials for the Term for the purpose of providing the Services to the Customer. Customer shall have the right to revoke the rights granted to Ellipse Automation under this Agreement to use such Customer materials, and Ellipse Automation will immediately cease using the applicable Customer Materials. Any modification to the Customer Materials shall require the prior approval of Customer.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">7.3 The Customer:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-11-0"
                style="line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">warrants that the receipt and use of the Customer Materials in the performance of this Contract by Ellipse Automation, its agents, subcontractors or consultants shall not infringe the rights, including any Intellectual Property Rights, of any third party; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-11-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">shall indemnify Ellipse Automation in full against all liabilities, costs, expenses, damages and losses (including any direct, indirect or consequential losses, loss of profit, loss of reputation and all interest, penalties and legal costs (calculated on a full indemnity basis) and all other professional costs and expenses) suffered or incurred by Ellipse Automation arising out of or in connection with any claim brought against Ellipse Automation, its agents, subcontractors or consultants for actual or alleged infringement of a third party's Intellectual Property Rights arising out of, or in connection with, the receipt or use in the performance of this Contract of the Customer Materials.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">7.4 Ellipse Automation:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-12-0"
                style="margin-bottom: 18pt; line-height: 1.5; margin-left: 51pt;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">represents and warrants that, to the best of its abilities, </span>
            </p>
            <p class="docx_pdparagraphdefault" style="margin-bottom: 18pt; line-height: 1.5; margin-left: 30pt;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span><span><span class="docx-tab-stop"></span></span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(a) the Services will be performed in a professional and workmanlike manner in accordance with applicable professional standards; </span>
            </p>
            <p class="docx_pdparagraphdefault" style="margin-bottom: 18pt; line-height: 1.5; margin-left: 30pt;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span><span><span class="docx-tab-stop"></span></span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">(b) it will complete any work not in compliance with this warranty that is brought to the attention of Ellipse Automation, by providing written notice to Ellipse Automation within thirty (30) days of the initial delivery to Customer, except as otherwise set forth in a Schedule; and (c) to the best of its knowledge, any Work Product or Deliverables (excluding Customer Materials) will not infringe on any intellectual property rights or other proprietary rights of any third party.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; margin-left: 15pt;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">will defend, indemnify, and hold harmless Customer, its subsidiaries and affiliates and their directors, officers, volunteers, shareholders, employees, and agents (each a "Customer Indemnitee") from and against any claim, demand, loss, cost, damage, expense, or liability (including reasonable attorneys' fees and costs) assessed against or incurred by a Customer Indemnitee which arises out of or is related to a third party claim arising out of or relating to any claim that the Work Product or Deliverables or other materials delivered by or on behalf of Ellipse Automation iiunder this agreement, infringe or misappropriate any copyright, patent, trade secret, or other intellectual proprietary right of any third-party, except to the extent such third-party claim arises out of any Customer Materials contained therein.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt; ">8. Compliance with laws and policies</span>
            </p>
            <p class="docx_pdparagraphdefault">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">8.1 In performing their obligations under this Contract, the Parties shall comply with the Applicable Laws.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">8.2 Changes to the Services required as a result of changes to the Applicable Laws shall be agreed via the change request procedure set out in Clause 5.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">9. Confidentiality</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">9.1 Each Party undertakes that it shall not at any time, and for a period of five (5) years after termination or expiry of this Contract, disclose to any person any confidential information concerning the business, affairs, customers, clients or suppliers of the other party or of any member of the group of companies to which the other party belongs, except as permitted by Clause 9.2.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">9.2 Each Party may disclose the other Party's confidential information:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-13-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">to its employees, officers, representatives, contractors, subcontractors or advisers who need to know such information for the purposes of exercising the Party's rights or carrying out its obligations under or in connection with this Contract. Each Party shall ensure that its employees, officers, representatives, contractors, subcontractors or advisers to whom it discloses the other Party's confidential information comply with this Clause 9; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-13-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">as may be required by law, a court of competent jurisdiction or any governmental or regulatory authority.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">9.3 No Party shall use any other Party's confidential information for any purpose other than to exercise its rights and perform its obligations under or in connection with this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">10. Limitation of liability</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">10.1 Subject to Clause 10.2 and to the maximum extent permitted by law, neither Party will be liable for any indirect, exemplary, punitive or consequential loss or damage including damages or claims in the nature of lost revenue, income, profits, or anticipated profits (if any), or loss of bargain, contract, expectation or investment opportunities or losses associated with business interruption, including the cost of overheads incurred during business interruption, whether arising under claims in contract or at law, unless expressly provided for under this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">10.2 Notwithstanding any other provision of this Contract, neither party's liability to the other party will be limited with respect to:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-14-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">any personal injury or damage to property to the extent that it is caused directly or indirectly by an act or omission by or on behalf a Party;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-14-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">any claim with respect to any misrepresentation, gross negligence, fraud or wilful misconduct; or</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-14-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">any indemnity obligations as set forth in this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">10.3 Subject to Clause 10.2 and except to the extent determined to have resulted from each Party's gross negligence, misrepresentation, fraudulent behaviour or wilful misconduct, each Party's liability in connection with this Contract will not exceed 100% of the Contract Price.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">11. Termination</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">11.1 Without affecting any other right or remedy available to it, either Party may terminate this Contract with immediate effect by giving written notice to the other Party if:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party commits a material breach of any term of this Contract and (if such breach is remediable) fails to remedy that breach within a period of twenty (20) days after being notified in writing to do so;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party repeatedly breaches any of the terms of this Contract in such a manner as to reasonably justify the opinion that its conduct is inconsistent with it having the intention or ability to give effect to the terms of this Contract;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party suspends, or threatens to suspend, payment of its debts or is unable to pay its debts as they fall due or admits inability to pay its debts or is deemed unable to pay its debts due to insolvency or otherwise;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party commences negotiations with all or any class of its creditors with a view to rescheduling any of its debts, or makes a proposal for or enters into any compromise or arrangement with any of its creditors;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">a petition is filed, a notice is given, a resolution is passed, or an order is made, for or in connection with the winding up of that other Party (being a company);</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">an application is made to court, or an order is made, for the appointment of an administrator, or a notice of intention to appoint an administrator is given or if an administrator is appointed, over the other Party (being a company, partnership or limited liability partnership);</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party suspends or ceases, or threatens to suspend or cease, carrying on all or a substantial part of its business; or</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-15-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the other Party's financial position deteriorates so far as to reasonably justify the opinion that its ability to give effect to the terms of this Contract is in jeopardy.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">11.2 For the purposes of Clause 11.1(a) "material breach" means a breach (including an anticipatory breach) that is serious in the widest sense of having a serious effect on the benefit which the terminating party would otherwise derive from a substantial portion of this Contract over the Term. In deciding whether any breach is material no regard shall be had to whether it occurs by some accident, mishap, mistake or misunderstanding.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">11.3 Without affecting any other right or remedy available to it, Ellipse Automation may terminate this Contract with immediate effect by giving written notice to the Customer if the Customer fails to pay any amount due under this Contract on the due date for payment and remains in default not less than thirty (30) days after being notified in writing to make such payment.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">11.4 Within the first 30 days after the client project initiation date either party may terminate this Agreement, without cause or penalty, by giving the other party three (3) days advance written notice of its intent to terminate this Agreement. After this initial period either party may terminate this Agreement, without cause or penalty, by giving the other party thirty (30) days advance written notice of its intent to terminate this Agreement.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; color: rgb(32, 33, 36); min-height: 9.5pt; font-size: 9.5pt;">11.5 </span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Without affecting any other right or remedy available to it, Customer may terminate this Contract with as per clause 11.4 and shall apply for a refund in accordance to none deliverables in the Schedule 1.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 11pt; font-size: 11pt;"></span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt; ">12. Consequences of termination and survival</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">12.1 Consequences on termination or expiry</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">On termination or expiry of this Contract:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-16-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">the Customer shall immediately pay to Ellipse Automation all of Ellipse Automation' outstanding unpaid and undisputed invoices and interest and, in respect of the Services supplied but for which no invoice has been submitted, Ellipse Automation may submit an invoice, which shall be payable immediately on receipt; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-16-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Ellipse Automation shall return any of the Customer Materials not used up in the provision of the Services.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">12.2 Dispute resolution and costs</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">In the event of any dispute or disagreement arising between the Customer and Ellipse Automation relating to or arising out of this Agreement, including without limitation disputes concerning any payments, refunds, or the enforcement of legal rights ("Dispute"), the Parties agree to first attempt in good faith to resolve the Dispute through negotiation.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault docx-num-17-0" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault docx-num-17-0" style="margin-bottom: 18pt; line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">If the Client disputes the payment, requests a refund, or pursues legal action against Ellipse Automation in relation to this Agreement, the Client agrees to be solely responsible for all costs and expenses incurred by Ellipse Automation as a result of or in connection with the proceeding.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">12.3 Survival</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-18-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">On termination or expiry of this Contract, the following clauses shall continue in force: Clause 1 (Interpretation), Clause 4 (Non-solicitation), Clause 7 (Intellectual property rights), Clause 9 (Confidentiality), Clause 10 (Limitation of liability), Clause 12 (Consequences of termination and survival), Clause 16 (Waiver), Clause 18 (Severance), Clause 20 (Conflict), Clause Error: Reference source not found (Dispute Resolution), Clause 26 (Governing law) and Clause 27 (Jurisdiction).</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Termination or expiry of this Contract shall not affect any rights, remedies, obligations or liabilities of the Parties that have accrued up to the date of termination or expiry, including the right to claim damages in respect of any breach of the Contract which existed at or before the date of termination or expiry.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault docx-num-19-0" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">13. Force majeure</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">13.1 Force Majeure Event means any circumstance not within a Party's reasonable control including, without limitation:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">acts of God, flood, drought, earthquake or other natural disaster;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">epidemic or pandemic;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">terrorist attack, civil war, civil commotion or riots, war, threat of or preparation for war, armed conflict, imposition of sanctions, embargo, or breaking off of diplomatic relations;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">nuclear, chemical or biological contamination or sonic boom;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">any law or any action taken by a government or public authority, including imposing an export or import restriction, quota or prohibition, or failing to grant a necessary licence or consent;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">collapse of buildings, fire, explosion or accident;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">non-performance by suppliers or subcontractors (other than by companies in the same group as the party seeking to rely on this clause); and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-20-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">interruption or failure of utility service.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">13.2 Provided it has complied with Clause 13.4, if a Party is prevented, hindered or delayed in or from performing any of its obligations under this Contract by a Force Majeure Event ("Affected Party"), the Affected Party shall not be in breach of this Contract or otherwise liable for any such failure or delay in the performance of such obligations. The time for performance of such obligations shall be extended accordingly.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">13.3 The corresponding obligations of the other Party will be suspended, and its time for performance of such obligations extended, to the same extent as those of the Affected Party.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">13.4 The Affected Party shall:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-21-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">as soon as reasonably practicable after the start of the Force Majeure Event, notify the other Party in writing of the Force Majeure Event, the date on which it started, its likely or potential duration, and the effect of the Force Majeure Event on its ability to perform any of its obligations under the Contract; and</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-21-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">use all reasonable endeavours to mitigate the effect of the Force Majeure Event on the performance of its obligations.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">13.5 If the Force Majeure Event prevents, hinders or delays the Affected Party's performance of its obligations for a continuous period of more than one (1) month, the Party not affected by the Force Majeure Event may terminate this Contract by giving a one (1) week's written notice to the Affected Party.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5;">
                <span style="font-weight: normal; font-style: normal; text-decoration: none;"></span></p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">14. Assignment and other dealings</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">14.1 This Contract is personal to the Customer and Ellipse Automation shall not assign, transfer, mortgage, charge, subcontract, delegate, declare a trust over or deal in any other manner with any of its rights and obligations under this Contract.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">15. Variation</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Subject to Clause 5, no variation of this Contract shall be effective unless it is in writing and signed by the Parties (or their authorised representatives).</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">16. Waiver</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">16.1 A waiver of any right or remedy under this Contract or by law is only effective if given in writing and shall not be deemed a waiver of any subsequent right or remedy.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">16.2 A failure or delay by a Party to exercise any right or remedy provided under this Contract or by law shall not constitute a waiver of that or any other right or remedy, nor shall it prevent or restrict any further exercise of that or any other right or remedy. No single or partial exercise of any right or remedy provided under this Contract or by law shall prevent or restrict the further exercise of that or any other right or remedy.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">17. Rights and remedies</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">The rights and remedies provided under this Contract are in addition to, and not exclusive of, any rights or remedies provided by law.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">18. Severance</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">18.1 If any provision or part-provision of this Contract is or becomes invalid, illegal or unenforceable, it shall be deemed deleted, but that shall not affect the validity and enforceability of the rest of this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">18.2 If any provision or part-provision of this Contract is deemed deleted under Clause 18.1 the Parties shall negotiate in good faith to agree a replacement provision that, to the greatest extent possible, achieves the intended commercial result of the original provision.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">19. Entire agreement</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">19.1 This Contract constitutes the entire agreement between the Parties and supersedes and extinguishes all previous agreements, promises, assurances, warranties, representations and understandings between them, whether written or oral, relating to its subject matter.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">19.2 Each Party agrees that it shall have no remedies in respect of any statement, representation, assurance or warranty (whether made innocently or negligently) that is not set out in this Contract. Each Party agrees that it shall have no claim for innocent or negligent misrepresentation based on any statement in this Contract.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">20. Conflict</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">If there is an inconsistency between any of the provisions of this Contract and the provisions of the Schedules, the provisions of this Contract shall prevail.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt; ">21. No partnership or agency</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">21.1 Nothing in this Contract is intended to, or shall be deemed to, establish any partnership or joint venture between any of the Parties, constitute any party the agent of another party, or authorise any Party to make or enter into any commitments for or on behalf of any other Party.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">21.2 Each Party confirms it is acting on its own behalf and not for the benefit of any other person.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">22. Third party rights</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">22.1 Unless it expressly states otherwise, this Contract does not give rise to any rights under the Contracts (Rights of Third Parties) Act 1999 to enforce any term of this Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">22.2 The rights of the Parties to rescind or vary this agreement are not subject to the consent of any other person.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">23. Notices</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">23.1 Any notice or other communication given to a party under or in connection with this Contract shall be in writing and shall be:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-22-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">delivered by hand or by pre-paid first-class post or other next working day delivery service at its registered office (if a company) or its principal place of business (in any other case); or</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-22-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">sent by email to the address notified by one Party to the other from time to time.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">23.2 Any notice or communication shall be deemed to have been received:</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-23-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">if delivered by hand, at the time the notice is left at the proper address;</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-23-0" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">if sent by pre-paid first-class post or other next working day delivery service, at 9.00 am on the second Business Day after posting; or</span>
            </p>
            <p class="docx_pdparagraphdefault docx-num-23-0"
                style="margin-bottom: 18pt; line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">if sent by email, at the time of transmission, or, if this time falls outside business hours in the place of receipt, when business hours resume.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">23.3 This clause does not apply to the service of any proceedings or any documents in any legal action or, where applicable, any arbitration or other method of dispute resolution.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">24. Counterparts</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">24.1 This Contract may be executed in any number of counterparts, each of which shall constitute a duplicate original, but all the counterparts shall together constitute the one Contract.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">24.2 No counterpart shall be effective until each Party has executed and delivered at least one counterpart.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">25. Dispute Resolution</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">25.1 Any dispute arising out of or in connection with this contract, including any question regarding its existence, validity or termination, shall be referred to and finally resolved by arbitration under the American Arbitration Assocation rules, which rules are deemed to be incorporated by reference into this clause.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">25.2 The number of arbitrators shall be one.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">25.3 The seat, or legal place, of arbitration shall be New York, New York.</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">25.4 The language to be used in the arbitral proceedings shall be English.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">26. Governing law</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">This Contract and any dispute or claim (including non-contractual disputes or claims) arising out of or in connection with it or its subject matter or formation shall be governed by, interpreted under, and construed and enforceable in accordance with the law of State of New York, U.S.A., without giving effect to conflict of law principles.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">27. Jurisdiction</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Each party irrevocably agrees that the state or federal courts of New York, New York shall have exclusive jurisdiction to settle any dispute or claim (including non-contractual disputes or claims) arising out of or in connection with this Contract or its subject matter or formation.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">28. Publicity</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">Ellipse Automation may not publicly identify Customer in any public announcement, press release, promotional, or other material and may not use any names, URLs, domain names, trademarks, service marks, logos, slogans, or other words or phrases identifying Customer on its website and in any promotional or other similar materials without the prior express written permission of Customers.</span>
            </p>
            <p class="docx_heading1" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: bold; font-style: normal; text-decoration: none; min-height: 9.5pt;">29. Independent Contractor Status of the Parties</span>
            </p>
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: justify;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">The Parties and their respective personnel are and shall continue to be independent contractors with respect to each other. By virtue of this Agreement, neither Party or its personnel, agents, and/or contractors shall become, and under no circumstances shall be construed as being, an employee, agent, joint venture, partner, or affiliate of the other Party or as standing in any relationship with respect to the other Party that would impose liability on the other Party for the actions or omissions of such Party, its personnel, or its contractors.</span>
            </p>
            
            <p class="docx_pdparagraphdefault" style="line-height: 1.5; text-align: center;">
                <span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;"></span><span style="font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; min-height: 9.5pt; font-size: 9.5pt;">[The remainder of this page is left intentionally blank.]</span>
            </p>
        </article>
    </section>
</div>

© Framer Inc. 2023

Instagram

Email