krl-alfred 1.66.0 → 1.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Agreement/Agreement.styled.js +1 -1
- package/dist/components/Carousel/Carousel.styled.js +1 -1
- package/dist/components/ContentBox/ContentBox.js +20 -0
- package/dist/components/ContentBox/ContentBox.styled.js +22 -0
- package/dist/components/ContentBox/index.js +8 -0
- package/dist/components/ContentBox/props.js +4 -0
- package/dist/components/ContentBox/stories/ContentBox.stories.js +22 -0
- package/dist/components/Icon/PoweredByQnbLogo.js +5 -5
- package/dist/components/ListGroup/ListGroup.js +12 -0
- package/dist/components/ListGroup/ListGroup.styled.js +15 -0
- package/dist/components/ListGroup/index.js +8 -0
- package/dist/components/ListGroup/props.js +2 -0
- package/dist/components/ListGroup/stories/ListGroup.stories.js +31 -0
- package/dist/components/ProductCard/ProductCard.styled.js +1 -1
- package/dist/components/ProductCard/layouts/Standart.js +1 -1
- package/dist/components/SearchBox/SearchBox.styled.js +1 -1
- package/dist/components/ValueProposition/layouts/horizontal/Horizontal.styled.js +2 -2
- package/dist/components/ValueProposition/layouts/horizontal/index.js +1 -1
- package/dist/index.js +5 -1
- package/dist/jsons/ListGroup.json +26 -0
- package/package.json +1 -1
|
@@ -9,5 +9,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.AgreementStyled = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.AgreementStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n margin-bottom: 24px;\n\n .agreement {\n padding: ", ";\n border-radius: 8px;\n border: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n\n .top {\n align-items: center;\n gap: 8px;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n\n .icon {\n cursor: pointer;\n }\n\n .title {\n width: 100%;\n color: ", ";\n }\n }\n\n .content {\n margin-top: 16px;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-5);\n padding: 8px 16px;\n max-height: 88px;\n box-sizing: border-box;\n overflow-y: auto;\n -ms-overflow-style: none;\n scrollbar-width: none;\n color: var(--dark);\n\n div:not(.text) {\n margin: 0 auto;\n }\n\n &::-webkit-scrollbar {\n display: none;\n }\n }\n }\n\n .error {\n margin-top: 8px;\n display: flex;\n align-items: center;\n\n p {\n margin: 0;\n color: var(--red);\n }\n\n svg {\n margin-right: 8px;\n }\n }\n
|
|
12
|
+
exports.AgreementStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n margin-bottom: 24px;\n\n .agreement {\n padding: ", ";\n border-radius: 8px;\n border: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n\n .top {\n align-items: center;\n gap: 8px;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n\n .icon {\n cursor: pointer;\n }\n\n .title {\n width: 100%;\n color: ", ";\n }\n }\n\n .content {\n margin-top: 16px;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-5);\n padding: 8px 16px;\n max-height: 88px;\n box-sizing: border-box;\n overflow-y: auto;\n -ms-overflow-style: none;\n scrollbar-width: none;\n color: var(--dark);\n\n div:not(.text) {\n margin: 0 auto;\n }\n\n &::-webkit-scrollbar {\n display: none;\n }\n }\n }\n\n .error {\n margin-top: 8px;\n display: flex;\n align-items: center;\n\n p {\n margin: 0 !important;\n color: var(--red);\n }\n\n svg {\n margin-right: 8px;\n }\n }\n"], ["\n display: flex;\n flex-direction: column;\n margin-bottom: 24px;\n\n .agreement {\n padding: ", ";\n border-radius: 8px;\n border: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n\n .top {\n align-items: center;\n gap: 8px;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n\n .icon {\n cursor: pointer;\n }\n\n .title {\n width: 100%;\n color: ", ";\n }\n }\n\n .content {\n margin-top: 16px;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-5);\n padding: 8px 16px;\n max-height: 88px;\n box-sizing: border-box;\n overflow-y: auto;\n -ms-overflow-style: none;\n scrollbar-width: none;\n color: var(--dark);\n\n div:not(.text) {\n margin: 0 auto;\n }\n\n &::-webkit-scrollbar {\n display: none;\n }\n }\n }\n\n .error {\n margin-top: 8px;\n display: flex;\n align-items: center;\n\n p {\n margin: 0 !important;\n color: var(--red);\n }\n\n svg {\n margin-right: 8px;\n }\n }\n"])), function (props) { return props.hasError ? "15px" : "16px"; }, function (props) { return props.hasError ? "2px solid var(--red)" : "1px solid var(--dark-opacity-5)"; }, function (props) { return props.hasError ? ' var(--red)' : ' var(--dark)'; });
|
|
13
13
|
var templateObject_1;
|
|
@@ -10,5 +10,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.CarouselStyled = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var devices_1 = require("../../constants/devices");
|
|
13
|
-
exports.CarouselStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n max-width: 100%;\n margin: 0 auto;\n box-sizing: border-box;\n position: relative;\n\n .inner {\n border-radius: 0.5rem;\n position: relative;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n box-sizing: border-box;\n }\n\n .item {\n padding: 0 0;\n display: grid;\n grid-template-columns: 1fr auto;\n align-items: center;\n aspect-ratio: 1/1;\n box-sizing: border-box;\n @media only screen and ", " {\n padding: 0;\n display: block;\n height: auto;\n }\n .img {\n text-align: end;\n padding: 1rem;\n img {\n max-height: 100%;\n max-width: 100%;\n margin: 0 auto;\n @media only screen and ", " {\n height: auto;\n }\n }\n\n @media only screen and ", " {\n padding: 2.5rem 2.5rem 1rem;\n text-align: center;\n }\n }\n }\n\n .thumbnailSlider {\n margin-top: 1.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n \n .thumbnailInner {\n justify-content: center;\n display: flex;\n align-items: center;\n margin: 0 0;\n gap: 0 1.5rem;\n @media only screen and ", " {\n gap: 0 1rem;\n }\n .thumbnailItem {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 0.5rem;\n position: relative;\n overflow: hidden;\n margin: 0 0;\n max-width: 96px;\n aspect-ratio: 1/1;\n padding: 8px;\n box-sizing: border-box;\n cursor: pointer;\n transition: all .1s ease;\n\n &:is(.active) {\n border-color: var(--primary);\n }\n\n > * {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n }\n }\n }\n }\n\n .navigation {\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n cursor: pointer;\n transition: all .2s;\n width: 32px;\n height: 32px;\n border: 1px solid var(--dark-opacity-10);\n background-color: #fff;\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%) translateX(-50%);\n z-index: 5;\n &:before{\n display: none;\n }\n &:is(.next){\n right: 0;\n left: auto;\n transform: translateY(-50%) translateX(50%);\n }\n &:is(.prev){\n \n }\n svg {\n path {\n stroke: var(--grey-40);\n }\n }\n @media only screen and ", " {\n display: none;\n }\n }\n .slick-prev, .slick-next{\n display: none !important;\n }\n"], ["\n max-width: 100%;\n margin: 0 auto;\n box-sizing: border-box;\n position: relative;\n\n .inner {\n border-radius: 0.5rem;\n position: relative;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n box-sizing: border-box;\n }\n\n .item {\n padding: 0 0;\n display: grid;\n grid-template-columns: 1fr auto;\n align-items: center;\n aspect-ratio: 1/1;\n box-sizing: border-box;\n @media only screen and ", " {\n padding: 0;\n display: block;\n height: auto;\n }\n .img {\n text-align: end;\n padding: 1rem;\n img {\n max-height: 100%;\n max-width: 100%;\n margin: 0 auto;\n @media only screen and ", " {\n height: auto;\n }\n }\n\n @media only screen and ", " {\n padding: 2.5rem 2.5rem 1rem;\n text-align: center;\n }\n }\n }\n\n .thumbnailSlider {\n margin-top: 1.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n \n .thumbnailInner {\n justify-content: center;\n display: flex;\n align-items: center;\n margin: 0 0;\n gap: 0 1.5rem;\n @media only screen and ", " {\n gap: 0 1rem;\n }\n .thumbnailItem {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 0.5rem;\n position: relative;\n overflow: hidden;\n margin: 0 0;\n max-width: 96px;\n aspect-ratio: 1/1;\n padding: 8px;\n box-sizing: border-box;\n cursor: pointer;\n transition: all .1s ease;\n\n &:is(.active) {\n border-color: var(--primary);\n }\n\n > * {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n }\n }\n }\n }\n\n .navigation {\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n cursor: pointer;\n transition: all .2s;\n width: 32px;\n height: 32px;\n border: 1px solid var(--dark-opacity-10);\n background-color: #fff;\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%) translateX(-50%);\n z-index: 5;\n &:before{\n display: none;\n }\n &:is(.next){\n right: 0;\n left: auto;\n transform: translateY(-50%) translateX(50%);\n }\n &:is(.prev){\n \n }\n svg {\n path {\n stroke: var(--grey-40);\n }\n }\n @media only screen and ", " {\n display: none;\n }\n }\n .slick-prev, .slick-next{\n display: none !important;\n }\n"])), devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg);
|
|
13
|
+
exports.CarouselStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n max-width: 100%;\n margin: 0 auto;\n box-sizing: border-box;\n position: relative;\n\n .inner {\n border-radius: 0.5rem;\n position: relative;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n box-sizing: border-box;\n }\n\n .item {\n padding: 0 0;\n display: grid;\n grid-template-columns: 1fr auto;\n align-items: center;\n aspect-ratio: 1/1;\n box-sizing: border-box;\n @media only screen and ", " {\n padding: 0;\n display: block;\n height: auto;\n }\n .img {\n text-align: end;\n padding: 1rem;\n > * {\n display: block !important;\n }\n img {\n max-height: 100%;\n max-width: 100%;\n margin: 0 auto;\n @media only screen and ", " {\n height: auto;\n }\n }\n\n @media only screen and ", " {\n padding: 2.5rem 2.5rem 1rem;\n text-align: center;\n }\n }\n }\n\n .thumbnailSlider {\n margin-top: 1.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n \n .thumbnailInner {\n justify-content: center;\n display: flex;\n align-items: center;\n margin: 0 0;\n gap: 0 1.5rem;\n @media only screen and ", " {\n gap: 0 1rem;\n }\n .thumbnailItem {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 0.5rem;\n position: relative;\n overflow: hidden;\n margin: 0 0;\n max-width: 96px;\n aspect-ratio: 1/1;\n padding: 8px;\n box-sizing: border-box;\n cursor: pointer;\n transition: all .1s ease;\n\n &:is(.active) {\n border-color: var(--primary);\n }\n\n > * {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n }\n }\n }\n }\n\n .navigation {\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n cursor: pointer;\n transition: all .2s;\n width: 32px;\n height: 32px;\n border: 1px solid var(--dark-opacity-10);\n background-color: #fff;\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%) translateX(-50%);\n z-index: 5;\n &:before{\n display: none;\n }\n &:is(.next){\n right: 0;\n left: auto;\n transform: translateY(-50%) translateX(50%);\n }\n &:is(.prev){\n \n }\n svg {\n path {\n stroke: var(--grey-40);\n }\n }\n @media only screen and ", " {\n display: none;\n }\n }\n .slick-prev, .slick-next{\n display: none !important;\n }\n"], ["\n max-width: 100%;\n margin: 0 auto;\n box-sizing: border-box;\n position: relative;\n\n .inner {\n border-radius: 0.5rem;\n position: relative;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n box-sizing: border-box;\n }\n\n .item {\n padding: 0 0;\n display: grid;\n grid-template-columns: 1fr auto;\n align-items: center;\n aspect-ratio: 1/1;\n box-sizing: border-box;\n @media only screen and ", " {\n padding: 0;\n display: block;\n height: auto;\n }\n .img {\n text-align: end;\n padding: 1rem;\n > * {\n display: block !important;\n }\n img {\n max-height: 100%;\n max-width: 100%;\n margin: 0 auto;\n @media only screen and ", " {\n height: auto;\n }\n }\n\n @media only screen and ", " {\n padding: 2.5rem 2.5rem 1rem;\n text-align: center;\n }\n }\n }\n\n .thumbnailSlider {\n margin-top: 1.5rem;\n display: flex;\n align-items: center;\n justify-content: center;\n \n .thumbnailInner {\n justify-content: center;\n display: flex;\n align-items: center;\n margin: 0 0;\n gap: 0 1.5rem;\n @media only screen and ", " {\n gap: 0 1rem;\n }\n .thumbnailItem {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 0.5rem;\n position: relative;\n overflow: hidden;\n margin: 0 0;\n max-width: 96px;\n aspect-ratio: 1/1;\n padding: 8px;\n box-sizing: border-box;\n cursor: pointer;\n transition: all .1s ease;\n\n &:is(.active) {\n border-color: var(--primary);\n }\n\n > * {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n }\n }\n }\n }\n\n .navigation {\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n cursor: pointer;\n transition: all .2s;\n width: 32px;\n height: 32px;\n border: 1px solid var(--dark-opacity-10);\n background-color: #fff;\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%) translateX(-50%);\n z-index: 5;\n &:before{\n display: none;\n }\n &:is(.next){\n right: 0;\n left: auto;\n transform: translateY(-50%) translateX(50%);\n }\n &:is(.prev){\n \n }\n svg {\n path {\n stroke: var(--grey-40);\n }\n }\n @media only screen and ", " {\n display: none;\n }\n }\n .slick-prev, .slick-next{\n display: none !important;\n }\n"])), devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg, devices_1.devices.lg);
|
|
14
14
|
var templateObject_1;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
15
|
+
var ContentBox_styled_1 = require("./ContentBox.styled");
|
|
16
|
+
var ContentBox = function (props) {
|
|
17
|
+
return ((0, jsx_runtime_1.jsx)(ContentBox_styled_1.ContentBoxStyled, __assign({}, props, { children: props.children })));
|
|
18
|
+
};
|
|
19
|
+
ContentBox.defaultProps = {};
|
|
20
|
+
exports.default = ContentBox;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.ContentBoxStyled = void 0;
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
exports.ContentBoxStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: ", ";\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n"], ["\n padding: ", ";\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-10);\n background: #fff;\n"])), function (props) {
|
|
13
|
+
switch (props.size) {
|
|
14
|
+
case 'small':
|
|
15
|
+
return "1.5rem";
|
|
16
|
+
case 'medium':
|
|
17
|
+
return "2rem";
|
|
18
|
+
default:
|
|
19
|
+
return "1.5rem";
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
var templateObject_1;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var ContentBox_1 = require("./ContentBox");
|
|
8
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(ContentBox_1).default; } });
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Default = void 0;
|
|
7
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
+
var ContentBox_1 = __importDefault(require("../ContentBox"));
|
|
9
|
+
var props_1 = require("../props");
|
|
10
|
+
exports.default = {
|
|
11
|
+
title: 'Components/ContentBox',
|
|
12
|
+
component: ContentBox_1.default,
|
|
13
|
+
tags: ['autodocs'],
|
|
14
|
+
argTypes: {
|
|
15
|
+
size: { control: 'select', options: props_1.sizes },
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
exports.Default = {
|
|
19
|
+
args: {
|
|
20
|
+
children: (0, jsx_runtime_1.jsx)("div", { children: "Content Box Children" })
|
|
21
|
+
},
|
|
22
|
+
};
|
|
@@ -36,13 +36,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
38
|
var React = __importStar(require("react"));
|
|
39
|
-
var SvgPoweredByQnbLogo = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 203, height: 70, viewBox: "0 0 203 70", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M2 31.1333C2 31.5619 2.3626 31.9094 2.80989 31.9094H5.71511C6.16239 31.9094 6.52499 31.5619 6.52499 31.1333V27.6149C6.52499 27.3736 6.8608 27.2916 6.98129 27.5034L9.25706 31.5047C9.39894 31.7542 9.67171 31.9094 9.96817 31.9094H13.3271C13.9668 31.9094 14.354 31.2322 14.0097 30.7155L10.6471 25.6693C10.5944 25.5902 10.5964 25.4886 10.652 25.4115L13.6004 21.3246C13.9718 20.8098 13.5873 20.1071 12.9342 20.1071H9.87389C9.59044 20.1071 9.32762 20.2491 9.18092 20.4815L6.97585 23.9751C6.84855 24.1768 6.52499 24.0903 6.52499 23.8546V16.7833C6.52499 16.3546 6.16239 16.0071 5.71511 16.0071H2.80989C2.3626 16.0071 2 16.3546 2 16.7833V31.1333Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.7807 31.1333C15.7807 31.5619 16.1433 31.9094 16.5906 31.9094H19.4958C19.9431 31.9094 20.3057 31.5619 20.3057 31.1333V21.7832C20.3057 21.3546 19.9431 21.0071 19.4958 21.0071H16.5906C16.1433 21.0071 15.7807 21.3546 15.7807 21.7832V31.1333ZM15.6408 18.1682C15.6408 19.3976 16.7137 20.3141 18.0432 20.3141C19.3727 20.3141 20.469 19.3976 20.469 18.1682C20.469 16.9165 19.3727 16 18.0432 16C16.7137 16 15.6408 16.9165 15.6408 18.1682Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.9674 20.5926C29.9674 20.164 29.6007 19.8081 29.1636 19.8991C28.3659 20.0651 27.6422 20.4751 27.1349 21.0747C27.0281 21.2009 26.7719 21.1322 26.7719 20.9697V20.8832C26.7719 20.4546 26.4093 20.1071 25.962 20.1071H23.1734C22.7262 20.1071 22.3636 20.4546 22.3636 20.8832V31.1333C22.3636 31.5619 22.7262 31.9094 23.1734 31.9094H26.0787C26.526 31.9094 26.
|
|
39
|
+
var SvgPoweredByQnbLogo = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 203, height: 70, viewBox: "0 0 203 70", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M2 31.1333C2 31.5619 2.3626 31.9094 2.80989 31.9094H5.71511C6.16239 31.9094 6.52499 31.5619 6.52499 31.1333V27.6149C6.52499 27.3736 6.8608 27.2916 6.98129 27.5034L9.25706 31.5047C9.39894 31.7542 9.67171 31.9094 9.96817 31.9094H13.3271C13.9668 31.9094 14.354 31.2322 14.0097 30.7155L10.6471 25.6693C10.5944 25.5902 10.5964 25.4886 10.652 25.4115L13.6004 21.3246C13.9718 20.8098 13.5873 20.1071 12.9342 20.1071H9.87389C9.59044 20.1071 9.32762 20.2491 9.18092 20.4815L6.97585 23.9751C6.84855 24.1768 6.52499 24.0903 6.52499 23.8546V16.7833C6.52499 16.3546 6.16239 16.0071 5.71511 16.0071H2.80989C2.3626 16.0071 2 16.3546 2 16.7833V31.1333Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.7807 31.1333C15.7807 31.5619 16.1433 31.9094 16.5906 31.9094H19.4958C19.9431 31.9094 20.3057 31.5619 20.3057 31.1333V21.7832C20.3057 21.3546 19.9431 21.0071 19.4958 21.0071H16.5906C16.1433 21.0071 15.7807 21.3546 15.7807 21.7832V31.1333ZM15.6408 18.1682C15.6408 19.3976 16.7137 20.3141 18.0432 20.3141C19.3727 20.3141 20.469 19.3976 20.469 18.1682C20.469 16.9165 19.3727 16 18.0432 16C16.7137 16 15.6408 16.9165 15.6408 18.1682Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.9674 20.5926C29.9674 20.164 29.6007 19.8081 29.1636 19.8991C28.3659 20.0651 27.6422 20.4751 27.1349 21.0747C27.0281 21.2009 26.7719 21.1322 26.7719 20.9697V20.8832C26.7719 20.4546 26.4093 20.1071 25.962 20.1071H23.1734C22.7262 20.1071 22.3636 20.4546 22.3636 20.8832V31.1333C22.3636 31.5619 22.7262 31.9094 23.1734 31.9094H26.0787C26.526 31.9094 26.8886 31.5619 26.8886 31.1333V26.4106C26.8886 24.8682 27.7282 23.9518 29.2443 23.9518C29.6108 23.9518 29.9674 23.6916 29.9674 23.3404V20.5926Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.0579 21.0648C39.1628 21.1671 39.3797 21.1128 39.4336 20.979C39.6616 20.4126 40.2432 20.1294 41.1784 20.1294C41.7848 20.1294 42.2358 20.1741 42.5312 20.2635C42.8267 20.3529 43.0288 20.5094 43.1377 20.7329C43.2621 20.9565 43.332 21.1576 43.3476 21.3365C43.3787 21.5004 43.3942 21.7537 43.3942 22.0965V29.92C43.3942 30.2627 43.3787 30.5235 43.3476 30.7024C43.332 30.8663 43.2698 31.06 43.161 31.2835C42.9433 31.671 42.4068 31.8647 41.5516 31.8647C40.7119 31.8647 40.1443 31.7678 39.8489 31.5741C39.6736 31.4434 39.544 31.2777 39.4602 31.0769C39.4048 30.9442 39.1913 30.8933 39.0873 30.9957C38.4989 31.575 37.6254 31.8647 36.4668 31.8647C35.1295 31.8647 33.6426 31.5089 32.4919 30.3317C31.3412 29.1544 31.0088 27.558 31.0088 26.0082C31.0088 24.4435 31.4222 22.9248 32.5729 21.7624C33.7391 20.5852 35.0142 20.1518 36.3981 20.1518C36.9268 20.1518 37.5708 20.2412 38.0062 20.42C38.4416 20.5988 38.7448 20.7702 38.9159 20.9341C38.9659 20.9777 39.0132 21.0212 39.0579 21.0648ZM34.9287 26.0306C34.9287 26.5223 35.1308 26.9694 35.5351 27.3718C35.9394 27.7592 36.4292 27.9529 37.0046 27.9529C37.5799 27.9529 38.0542 27.7518 38.4274 27.3494C38.8161 26.9471 39.0105 26.5074 39.0105 26.0306C39.0105 25.5388 38.8239 25.0843 38.4507 24.6671C38.0931 24.2498 37.6032 24.0412 36.9812 24.0412C36.3748 24.0412 35.8772 24.2498 35.4885 24.6671C35.1153 25.0843 34.9287 25.5388 34.9287 26.0306Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M45.3466 31.1333C45.3466 31.5619 45.7092 31.9094 46.1565 31.9094H49.0617C49.509 31.9094 49.8716 31.5619 49.8716 31.1333V16.7871C49.8716 16.3584 49.509 16.0109 49.0617 16.0109H46.1565C45.7092 16.0109 45.3466 16.3584 45.3466 16.7871V31.1333Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M59.5354 21.0648C59.6403 21.1671 59.8571 21.1128 59.911 20.979C60.1391 20.4126 60.7207 20.1294 61.6558 20.1294C62.2623 20.1294 62.7132 20.1741 63.0087 20.2635C63.3041 20.3529 63.5063 20.5094 63.6151 20.7329C63.7395 20.9565 63.8095 21.1576 63.825 21.3365C63.8561 21.5004 63.8717 21.7537 63.8717 22.0965V29.92C63.8717 30.2627 63.8561 30.5235 63.825 30.7024C63.8095 30.8663 63.7473 31.06 63.6384 31.2835C63.4207 31.671 62.8843 31.8647 62.029 31.8647C61.1893 31.8647 60.6218 31.7678 60.3263 31.5741C60.151 31.4434 60.0215 31.2777 59.9376 31.0769C59.8823 30.9442 59.6687 30.8933 59.5647 30.9957C58.9764 31.575 58.1029 31.8647 56.9442 31.8647C55.607 31.8647 54.12 31.5089 52.9693 30.3317C51.8186 29.1544 51.4863 27.558 51.4863 26.0082C51.4863 24.4435 51.8996 22.9248 53.0503 21.7624C54.2166 20.5852 55.4916 20.1518 56.8756 20.1518C57.4043 20.1518 58.0483 20.2412 58.4837 20.42C58.9191 20.5988 59.2223 20.7702 59.3933 20.9341C59.4433 20.9777 59.4907 21.0212 59.5354 21.0648ZM55.4061 26.0306C55.4061 26.5223 55.6083 26.9694 56.0126 27.3718C56.4168 27.7592 56.9067 27.9529 57.482 27.9529C58.0574 27.9529 58.5316 27.7518 58.9048 27.3494C59.2936 26.9471 59.4879 26.5074 59.4879 26.0306C59.4879 25.5388 59.3013 25.0843 58.9281 24.6671C58.5705 24.2498 58.0807 24.0412 57.4587 24.0412C56.8522 24.0412 56.3547 24.2498 55.9659 24.6671C55.5927 25.0843 55.4061 25.5388 55.4061 26.0306Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M74.7614 29.8162C74.4631 30.1021 74.4441 30.5627 74.7784 30.8093C75.7686 31.5397 77.4727 32.2 79.3648 32.2C82.3736 32.2 84.4962 30.8365 84.4962 28.2212C84.4962 24.3094 78.8749 24.7788 78.8749 23.6165C78.8749 23.4153 79.0849 23.2141 79.5747 23.2141C80.0797 23.2141 80.4996 23.3682 80.8524 23.5783C81.1872 23.7776 81.6197 23.8028 81.9286 23.5683L83.6483 22.2631C84.0091 21.9893 84.0626 21.4781 83.7146 21.1895C82.8174 20.4458 81.4964 19.8165 79.668 19.8165C76.8224 19.8165 74.6298 21.3141 74.6298 23.6388C74.6298 27.7965 80.1811 27.3718 80.1811 28.3553C80.1811 28.5788 79.9479 28.78 79.3414 28.78C78.5889 28.78 77.8888 28.5786 77.2808 28.2798C76.9352 28.11 76.5073 28.1431 76.2327 28.4063L74.7614 29.8162Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M85.7548 31.1333C85.7548 31.5619 86.1174 31.9094 86.5647 31.9094H89.4699C89.9172 31.9094 90.2798 31.5619 90.2798 31.1333V20.8832C90.2798 20.4546 89.9172 20.1071 89.4699 20.1071H86.5647C86.1174 20.1071 85.7548 20.4546 85.7548 20.8832V31.1333Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M99.8249 19.8165C98.7904 19.8165 97.9404 20.1912 97.3641 20.6209C97.148 20.7821 96.746 20.6382 96.746 20.3758C96.746 20.2274 96.6205 20.1071 96.4656 20.1071H93.1475C92.7002 20.1071 92.3377 20.4546 92.3377 20.8832V31.1333C92.3377 31.5619 92.7002 31.9094 93.1475 31.9094H96.0528C96.5 31.9094 96.8627 31.5619 96.8627 31.1333V24.8906C96.8627 24.22 97.2825 23.6388 98.1688 23.6388C98.9152 23.6388 99.475 24.0635 99.475 24.9576V31.1333C99.475 31.5619 99.8376 31.9094 100.285 31.9094H103.19C103.637 31.9094 104 31.5619 104 31.1333V24.3094C104 21.5824 102.74 19.8165 99.8249 19.8165Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M73.5129 20.5926C73.5129 20.164 73.1462 19.8081 72.7091 19.8991C71.9114 20.0651 71.1877 20.4751 70.6804 21.0747C70.5736 21.2009 70.3175 21.1322 70.3175 20.9697V20.8832C70.3175 20.4546 69.9549 20.1071 69.5076 20.1071H66.719C66.2717 20.1071 65.9091 20.4546 65.9091 20.8832V31.1333C65.9091 31.5619 66.2717 31.9094 66.719 31.9094H69.6242C70.0715 31.9094 70.4341 31.5619 70.4341 31.1333V26.4106C70.4341 24.8682 71.2738 23.9518 72.7899 23.9518C73.1563 23.9518 73.5129 23.6916 73.5129 23.3404V20.5926Z", fill: "#9763F6" }), (0, jsx_runtime_1.jsx)("path", { d: "M117 0L117 48", stroke: "#B4B7B9", strokeWidth: 0.4 }), (0, jsx_runtime_1.jsxs)("mask", { id: "mask0_10030_38996", style: {
|
|
40
40
|
maskType: "alpha",
|
|
41
|
-
}, maskUnits: "userSpaceOnUse", x: 129, y: 16, width: 10, height: 16, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-3-inside-
|
|
41
|
+
}, maskUnits: "userSpaceOnUse", x: 129, y: 16, width: 10, height: 16, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-3-inside-1_10030_38996", fill: "white", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M133.479 25.3475L130.154 28.7477L130.283 29.0202C130.63 29.7506 131.101 30.4299 131.605 31.0551L131.896 31.4165L138.03 25.1433C138.37 24.7955 138.559 24.3263 138.559 23.8353C138.559 23.3441 138.37 22.8749 138.03 22.5272L131.896 16.2539L131.605 16.6153C131.101 17.2405 130.63 17.9198 130.283 18.6502L130.154 18.9228L133.479 22.3229L129.153 22.3229L129.095 22.677C129.031 23.0598 129 23.4469 129 23.8353C129 24.2236 129.031 24.6106 129.095 24.9934L129.153 25.3475L133.479 25.3475Z" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M133.479 25.3475L130.154 28.7477L130.283 29.0202C130.63 29.7506 131.101 30.4299 131.605 31.0551L131.896 31.4165L138.03 25.1433C138.37 24.7955 138.559 24.3263 138.559 23.8353C138.559 23.3441 138.37 22.8749 138.03 22.5272L131.896 16.2539L131.605 16.6153C131.101 17.2405 130.63 17.9198 130.283 18.6502L130.154 18.9228L133.479 22.3229L129.153 22.3229L129.095 22.677C129.031 23.0598 129 23.4469 129 23.8353C129 24.2236 129.031 24.6106 129.095 24.9934L129.153 25.3475L133.479 25.3475Z", fill: "#878786" }), (0, jsx_runtime_1.jsx)("path", { d: "M133.479 25.3475L133.479 21.3475L142.984 21.3475L136.339 28.144L133.479 25.3475ZM130.154 28.7477L126.54 30.4623L125.345 27.9441L127.294 25.9511L130.154 28.7477ZM130.283 29.0202L126.67 30.7365L126.669 30.7349L130.283 29.0202ZM131.605 31.0551L128.491 33.5656L128.491 33.5654L131.605 31.0551ZM131.896 31.4165L134.756 34.213L131.608 37.4325L128.782 33.927L131.896 31.4165ZM131.896 16.2539L128.782 13.7435L131.608 10.2379L134.756 13.4574L131.896 16.2539ZM131.605 16.6153L128.491 14.105L128.491 14.1049L131.605 16.6153ZM130.283 18.6502L126.669 16.9355L126.67 16.9339L130.283 18.6502ZM130.154 18.9228L127.294 21.7193L125.345 19.7264L126.54 17.2081L130.154 18.9228ZM133.479 22.3229L136.339 19.5264L142.984 26.3229L133.479 26.3229L133.479 22.3229ZM129.153 22.3229L125.208 21.6661L125.764 18.3229L129.153 18.3229L129.153 22.3229ZM129.095 22.677L125.149 22.0204L125.149 22.0202L129.095 22.677ZM129.095 24.9934L125.149 25.6502L125.149 25.65L129.095 24.9934ZM129.153 25.3475L129.153 29.3475L125.764 29.3475L125.208 26.0043L129.153 25.3475ZM136.339 28.144L133.014 31.5442L127.294 25.9511L130.619 22.551L136.339 28.144ZM133.768 27.033L133.897 27.3056L126.669 30.7349L126.54 30.4623L133.768 27.033ZM133.896 27.3039C134.061 27.6515 134.328 28.0599 134.719 28.5448L128.491 33.5654C127.874 32.8 127.199 31.8497 126.67 30.7365L133.896 27.3039ZM134.719 28.5447L135.01 28.9061L128.782 33.927L128.491 33.5656L134.719 28.5447ZM129.036 28.62L135.17 22.3467L140.89 27.9398L134.756 34.213L129.036 28.62ZM135.17 22.3467C134.764 22.7622 134.559 23.3032 134.559 23.8353L142.559 23.8353C142.559 25.3494 141.977 26.8289 140.89 27.9398L135.17 22.3467ZM134.559 23.8353C134.559 24.3669 134.764 24.9081 135.17 25.3237L140.89 19.7306C141.977 20.8417 142.559 22.3213 142.559 23.8353L134.559 23.8353ZM135.17 25.3237L129.036 19.0504L134.756 13.4574L140.89 19.7306L135.17 25.3237ZM135.01 18.7644L134.719 19.1258L128.491 14.1049L128.782 13.7435L135.01 18.7644ZM134.719 19.1256C134.328 19.6105 134.061 20.0189 133.896 20.3665L126.67 16.9339C127.199 15.8208 127.874 14.8704 128.491 14.105L134.719 19.1256ZM133.897 20.3648L133.768 20.6374L126.54 17.2081L126.669 16.9355L133.897 20.3648ZM133.014 16.1262L136.339 19.5264L130.619 25.1194L127.294 21.7193L133.014 16.1262ZM133.479 26.3229L129.153 26.3229L129.153 18.3229L133.479 18.3229L133.479 26.3229ZM133.099 22.9797L133.04 23.3337L125.149 22.0202L125.208 21.6661L133.099 22.9797ZM133.04 23.3335C133.014 23.4944 133 23.6617 133 23.8353L125 23.8353C125 23.232 125.048 22.6252 125.149 22.0204L133.04 23.3335ZM133 23.8353C133 24.0086 133.014 24.1759 133.04 24.3369L125.149 25.65C125.048 25.0453 125 24.4385 125 23.8353L133 23.8353ZM133.04 24.3367L133.099 24.6907L125.208 26.0043L125.149 25.6502L133.04 24.3367ZM129.153 21.3475L133.479 21.3475L133.479 29.3475L129.153 29.3475L129.153 21.3475Z", fill: "black", mask: "url(#path-3-inside-1_10030_38996)" })] }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#mask0_10030_38996)", children: (0, jsx_runtime_1.jsx)("path", { d: "M128.176 31.5254V16.1445H138.559V31.5254H128.176Z", fill: "url(#paint0_linear_10030_38996)" }) }), (0, jsx_runtime_1.jsxs)("mask", { id: "mask1_10030_38996", style: {
|
|
42
42
|
maskType: "alpha",
|
|
43
|
-
}, maskUnits: "userSpaceOnUse", x: 132, y: 12, width: 16, height: 11, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-6-inside-
|
|
43
|
+
}, maskUnits: "userSpaceOnUse", x: 132, y: 12, width: 16, height: 11, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-6-inside-2_10030_38996", fill: "white", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 17.4367L135.13 14.112L134.857 14.2413C134.127 14.5882 133.448 15.059 132.822 15.5629L132.461 15.8543L138.734 21.9883C139.082 22.3283 139.551 22.5166 140.042 22.5166C140.533 22.5166 141.003 22.3283 141.35 21.9883L147.624 15.8543L147.262 15.5629C146.637 15.059 145.958 14.5882 145.227 14.2413L144.955 14.112L141.555 17.4367V13.1115L141.2 13.0525C140.818 12.9888 140.431 12.9576 140.042 12.9576C139.654 12.9576 139.267 12.9888 138.884 13.0525L138.53 13.1115V17.4367Z" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 17.4367L135.13 14.112L134.857 14.2413C134.127 14.5882 133.448 15.059 132.822 15.5629L132.461 15.8543L138.734 21.9883C139.082 22.3283 139.551 22.5166 140.042 22.5166C140.533 22.5166 141.003 22.3283 141.35 21.9883L147.624 15.8543L147.262 15.5629C146.637 15.059 145.958 14.5882 145.227 14.2413L144.955 14.112L141.555 17.4367V13.1115L141.2 13.0525C140.818 12.9888 140.431 12.9576 140.042 12.9576C139.654 12.9576 139.267 12.9888 138.884 13.0525L138.53 13.1115V17.4367Z", fill: "#878786" }), (0, jsx_runtime_1.jsx)("path", { d: "M138.53 17.4367H143.53V29.3189L135.034 21.0116L138.53 17.4367ZM135.13 14.112L132.986 9.59463L136.134 8.1011L138.625 10.537L135.13 14.112ZM134.857 14.2413L132.712 9.72493L132.714 9.72396L134.857 14.2413ZM132.822 15.5629L129.684 11.6703L129.684 11.6701L132.822 15.5629ZM132.461 15.8543L128.965 19.4292L124.941 15.4941L129.323 11.9616L132.461 15.8543ZM147.624 15.8543L150.762 11.9616L155.144 15.4941L151.119 19.4292L147.624 15.8543ZM147.262 15.5629L150.4 11.6701L150.4 11.6703L147.262 15.5629ZM145.227 14.2413L147.371 9.72395L147.373 9.72493L145.227 14.2413ZM144.955 14.112L141.459 10.537L143.95 8.1011L147.098 9.59463L144.955 14.112ZM141.555 17.4367L145.05 21.0116L136.555 29.3189V17.4367H141.555ZM141.555 13.1115L142.375 8.17934L146.555 8.87495V13.1115H141.555ZM141.2 13.0525L142.021 8.12036L142.021 8.1204L141.2 13.0525ZM138.884 13.0525L138.063 8.1204L138.063 8.12036L138.884 13.0525ZM138.53 13.1115H133.53V8.87495L137.709 8.17934L138.53 13.1115ZM135.034 21.0116L131.634 17.6869L138.625 10.537L142.026 13.8617L135.034 21.0116ZM137.273 18.6293L137.001 18.7586L132.714 9.72396L132.986 9.59463L137.273 18.6293ZM137.003 18.7576C136.751 18.8773 136.41 19.0931 135.96 19.4557L129.684 11.6701C130.485 11.0249 131.503 10.2991 132.712 9.72493L137.003 18.7576ZM135.96 19.4555L135.599 19.7469L129.323 11.9616L129.684 11.6703L135.96 19.4555ZM135.957 12.2793L142.23 18.4134L135.239 25.5633L128.965 19.4292L135.957 12.2793ZM142.23 18.4134C141.624 17.8206 140.83 17.5166 140.042 17.5166V27.5166C138.272 27.5166 136.54 26.8361 135.239 25.5633L142.23 18.4134ZM140.042 17.5166C139.255 17.5166 138.461 17.8204 137.855 18.4134L144.846 25.5633C143.544 26.8363 141.812 27.5166 140.042 27.5166V17.5166ZM137.855 18.4134L144.128 12.2793L151.119 19.4292L144.846 25.5633L137.855 18.4134ZM144.485 19.7469L144.124 19.4555L150.4 11.6703L150.762 11.9616L144.485 19.7469ZM144.124 19.4557C143.674 19.0931 143.334 18.8773 143.082 18.7576L147.373 9.72493C148.581 10.2991 149.6 11.0249 150.4 11.6701L144.124 19.4557ZM143.084 18.7586L142.811 18.6293L147.098 9.59463L147.371 9.72396L143.084 18.7586ZM148.45 17.6869L145.05 21.0116L138.059 13.8617L141.459 10.537L148.45 17.6869ZM136.555 17.4367V13.1115H146.555V17.4367H136.555ZM140.734 18.0436L140.38 17.9847L142.021 8.1204L142.375 8.17934L140.734 18.0436ZM140.38 17.9847C140.274 17.9672 140.162 17.9576 140.042 17.9576V7.95758C140.699 7.95758 141.361 8.01049 142.021 8.12036L140.38 17.9847ZM140.042 17.9576C139.923 17.9576 139.81 17.9672 139.705 17.9847L138.063 8.12036C138.724 8.0105 139.385 7.95758 140.042 7.95758V17.9576ZM139.705 17.9847L139.351 18.0436L137.709 8.17934L138.063 8.1204L139.705 17.9847ZM143.53 13.1115V17.4367H133.53V13.1115H143.53Z", fill: "black", mask: "url(#path-6-inside-2_10030_38996)" })] }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#mask1_10030_38996)", children: (0, jsx_runtime_1.jsx)("path", { d: "M132.352 22.681V11.9683H147.732V22.681H132.352Z", fill: "url(#paint1_linear_10030_38996)" }) }), (0, jsx_runtime_1.jsxs)("mask", { id: "mask2_10030_38996", style: {
|
|
44
44
|
maskType: "alpha",
|
|
45
|
-
}, maskUnits: "userSpaceOnUse", x: 141, y: 16, width: 11, height: 16, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-9-inside-
|
|
45
|
+
}, maskUnits: "userSpaceOnUse", x: 141, y: 16, width: 11, height: 16, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-9-inside-3_10030_38996", fill: "white", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M146.605 25.3475L149.93 28.7477L149.801 29.0202C149.454 29.7506 148.983 30.4299 148.479 31.0551L148.188 31.4165L142.054 25.1433C141.714 24.7955 141.525 24.3263 141.525 23.8353C141.525 23.3441 141.714 22.8749 142.054 22.5272L148.188 16.2539L148.479 16.6153C148.983 17.2405 149.454 17.9198 149.801 18.6502L149.93 18.9228L146.605 22.3229L150.931 22.3229L150.989 22.677C151.053 23.0598 151.084 23.4469 151.084 23.8353C151.084 24.2236 151.053 24.6106 150.989 24.9934L150.931 25.3475L146.605 25.3475Z" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M146.605 25.3475L149.93 28.7477L149.801 29.0202C149.454 29.7506 148.983 30.4299 148.479 31.0551L148.188 31.4165L142.054 25.1433C141.714 24.7955 141.525 24.3263 141.525 23.8353C141.525 23.3441 141.714 22.8749 142.054 22.5272L148.188 16.2539L148.479 16.6153C148.983 17.2405 149.454 17.9198 149.801 18.6502L149.93 18.9228L146.605 22.3229L150.931 22.3229L150.989 22.677C151.053 23.0598 151.084 23.4469 151.084 23.8353C151.084 24.2236 151.053 24.6106 150.989 24.9934L150.931 25.3475L146.605 25.3475Z", fill: "#878786" }), (0, jsx_runtime_1.jsx)("path", { d: "M146.605 25.3475L146.605 21.3475L137.1 21.3475L143.745 28.144L146.605 25.3475ZM149.93 28.7477L153.544 30.4623L154.739 27.9441L152.79 25.9511L149.93 28.7477ZM149.801 29.0202L153.414 30.7365L153.415 30.7349L149.801 29.0202ZM148.479 31.0551L151.593 33.5656L151.593 33.5654L148.479 31.0551ZM148.188 31.4165L145.328 34.213L148.476 37.4325L151.302 33.927L148.188 31.4165ZM148.188 16.2539L151.302 13.7435L148.476 10.2379L145.328 13.4574L148.188 16.2539ZM148.479 16.6153L151.593 14.105L151.593 14.1049L148.479 16.6153ZM149.801 18.6502L153.415 16.9355L153.414 16.9339L149.801 18.6502ZM149.93 18.9228L152.79 21.7193L154.739 19.7264L153.544 17.2081L149.93 18.9228ZM146.605 22.3229L143.745 19.5264L137.1 26.3229L146.605 26.3229L146.605 22.3229ZM150.931 22.3229L154.876 21.6661L154.32 18.3229L150.931 18.3229L150.931 22.3229ZM150.989 22.677L154.935 22.0204L154.935 22.0202L150.989 22.677ZM150.989 24.9934L154.935 25.6502L154.935 25.65L150.989 24.9934ZM150.931 25.3475L150.931 29.3475L154.32 29.3475L154.876 26.0043L150.931 25.3475ZM143.745 28.144L147.07 31.5442L152.79 25.9511L149.465 22.551L143.745 28.144ZM146.316 27.033L146.187 27.3056L153.415 30.7349L153.544 30.4623L146.316 27.033ZM146.188 27.3039C146.023 27.6515 145.756 28.0599 145.365 28.5448L151.593 33.5654C152.21 32.8 152.885 31.8497 153.414 30.7365L146.188 27.3039ZM145.365 28.5447L145.074 28.9061L151.302 33.927L151.593 33.5656L145.365 28.5447ZM151.048 28.62L144.914 22.3467L139.194 27.9398L145.328 34.213L151.048 28.62ZM144.914 22.3467C145.32 22.7622 145.525 23.3032 145.525 23.8353L137.525 23.8353C137.525 25.3494 138.107 26.8289 139.194 27.9398L144.914 22.3467ZM145.525 23.8353C145.525 24.3669 145.32 24.9081 144.914 25.3237L139.194 19.7306C138.107 20.8417 137.525 22.3213 137.525 23.8353L145.525 23.8353ZM144.914 25.3237L151.048 19.0504L145.328 13.4574L139.194 19.7306L144.914 25.3237ZM145.074 18.7644L145.365 19.1258L151.593 14.1049L151.302 13.7435L145.074 18.7644ZM145.365 19.1256C145.756 19.6105 146.023 20.0189 146.188 20.3665L153.414 16.9339C152.885 15.8208 152.21 14.8704 151.593 14.105L145.365 19.1256ZM146.187 20.3648L146.316 20.6374L153.544 17.2081L153.415 16.9355L146.187 20.3648ZM147.07 16.1262L143.745 19.5264L149.465 25.1194L152.79 21.7193L147.07 16.1262ZM146.605 26.3229L150.931 26.3229L150.931 18.3229L146.605 18.3229L146.605 26.3229ZM146.985 22.9797L147.044 23.3337L154.935 22.0202L154.876 21.6661L146.985 22.9797ZM147.044 23.3335C147.07 23.4944 147.084 23.6617 147.084 23.8353L155.084 23.8353C155.084 23.232 155.036 22.6252 154.935 22.0204L147.044 23.3335ZM147.084 23.8353C147.084 24.0086 147.07 24.1759 147.044 24.3369L154.935 25.65C155.036 25.0453 155.084 24.4385 155.084 23.8353L147.084 23.8353ZM147.044 24.3367L146.985 24.6907L154.876 26.0043L154.935 25.6502L147.044 24.3367ZM150.931 21.3475L146.605 21.3475L146.605 29.3475L150.931 29.3475L150.931 21.3475Z", fill: "black", mask: "url(#path-9-inside-3_10030_38996)" })] }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#mask2_10030_38996)", children: (0, jsx_runtime_1.jsx)("path", { d: "M141.525 31.5254V16.1445H151.908V31.5254H141.525Z", fill: "url(#paint2_linear_10030_38996)" }) }), (0, jsx_runtime_1.jsxs)("mask", { id: "mask3_10030_38996", style: {
|
|
46
46
|
maskType: "alpha",
|
|
47
|
-
}, maskUnits: "userSpaceOnUse", x: 132, y: 25, width: 16, height: 10, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-12-inside-4_18062_21930", fill: "white", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 30.2323L135.13 33.557L134.857 33.4277C134.127 33.0807 133.448 32.61 132.822 32.106L132.461 31.8147L138.734 25.6806C139.082 25.3406 139.551 25.1523 140.042 25.1523C140.533 25.1523 141.003 25.3406 141.35 25.6806L147.624 31.8147L147.262 32.106C146.637 32.61 145.958 33.0807 145.227 33.4277L144.955 33.557L141.555 30.2323V34.5575L141.2 34.6164C140.818 34.6801 140.431 34.7114 140.042 34.7114C139.654 34.7114 139.267 34.6801 138.884 34.6164L138.53 34.5575V30.2323Z" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 30.2323L135.13 33.557L134.857 33.4277C134.127 33.0807 133.448 32.61 132.822 32.106L132.461 31.8147L138.734 25.6806C139.082 25.3406 139.551 25.1523 140.042 25.1523C140.533 25.1523 141.003 25.3406 141.35 25.6806L147.624 31.8147L147.262 32.106C146.637 32.61 145.958 33.0807 145.227 33.4277L144.955 33.557L141.555 30.2323V34.5575L141.2 34.6164C140.818 34.6801 140.431 34.7114 140.042 34.7114C139.654 34.7114 139.267 34.6801 138.884 34.6164L138.53 34.5575V30.2323Z", fill: "#878786" }), (0, jsx_runtime_1.jsx)("path", { d: "M138.53 30.2323H142.53V20.7265L135.733 27.3723L138.53 30.2323ZM135.13 33.557L133.415 37.1708L135.933 38.3657L137.926 36.417L135.13 33.557ZM134.857 33.4277L133.141 37.0407L133.143 37.0415L134.857 33.4277ZM132.822 32.106L130.312 35.2201L130.312 35.2203L132.822 32.106ZM132.461 31.8147L129.664 28.9547L126.445 32.1028L129.95 34.9288L132.461 31.8147ZM147.624 31.8147L150.134 34.9288L153.64 32.1028L150.42 28.9547L147.624 31.8147ZM147.262 32.106L149.772 35.2203L149.773 35.2201L147.262 32.106ZM145.227 33.4277L146.942 37.0415L146.944 37.0407L145.227 33.4277ZM144.955 33.557L142.158 36.417L144.151 38.3657L146.669 37.1708L144.955 33.557ZM141.555 30.2323L144.351 27.3723L137.555 20.7265V30.2323H141.555ZM141.555 34.5575L142.211 38.5032L145.555 37.9467V34.5575H141.555ZM141.2 34.6164L141.857 38.5621L141.857 38.5621L141.2 34.6164ZM138.884 34.6164L138.227 38.5621L138.227 38.5621L138.884 34.6164ZM138.53 34.5575H134.53V37.9467L137.873 38.5032L138.53 34.5575ZM135.733 27.3723L132.333 30.697L137.926 36.417L141.326 33.0922L135.733 27.3723ZM136.844 29.9431L136.572 29.8138L133.143 37.0415L133.415 37.1708L136.844 29.9431ZM136.573 29.8146C136.226 29.6495 135.818 29.3827 135.333 28.9918L130.312 35.2203C131.077 35.8372 132.028 36.512 133.141 37.0407L136.573 29.8146ZM135.333 28.9919L134.971 28.7006L129.95 34.9288L130.312 35.2201L135.333 28.9919ZM135.257 34.6747L141.531 28.5406L135.938 22.8206L129.664 28.9547L135.257 34.6747ZM141.531 28.5406C141.115 28.9468 140.574 29.1523 140.042 29.1523V21.1523C138.528 21.1523 137.049 21.7344 135.938 22.8206L141.531 28.5406ZM140.042 29.1523C139.511 29.1523 138.969 28.947 138.554 28.5406L144.147 22.8206C143.036 21.7342 141.556 21.1523 140.042 21.1523V29.1523ZM138.554 28.5406L144.827 34.6747L150.42 28.9547L144.147 22.8206L138.554 28.5406ZM145.113 28.7006L144.752 28.9919L149.773 35.2201L150.134 34.9288L145.113 28.7006ZM144.752 28.9918C144.267 29.3827 143.859 29.6495 143.511 29.8146L146.944 37.0407C148.057 36.512 149.007 35.8372 149.772 35.2203L144.752 28.9918ZM143.513 29.8138L143.24 29.9431L146.669 37.1708L146.942 37.0415L143.513 29.8138ZM147.751 30.697L144.351 27.3723L138.758 33.0922L142.158 36.417L147.751 30.697ZM137.555 30.2323V34.5575H145.555V30.2323H137.555ZM140.898 30.6118L140.544 30.6707L141.857 38.5621L142.211 38.5032L140.898 30.6118ZM140.544 30.6707C140.383 30.6974 140.216 30.7114 140.042 30.7114V38.7114C140.645 38.7114 141.252 38.6628 141.857 38.5621L140.544 30.6707ZM140.042 30.7114C139.869 30.7114 139.702 30.6974 139.541 30.6707L138.227 38.5621C138.832 38.6628 139.439 38.7114 140.042 38.7114V30.7114ZM139.541 30.6707L139.187 30.6118L137.873 38.5032L138.227 38.5621L139.541 30.6707ZM142.53 34.5575V30.2323H134.53V34.5575H142.53Z", fill: "black", mask: "url(#path-12-inside-4_18062_21930)" })] }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#mask3_18062_21930)", children: (0, jsx_runtime_1.jsx)("path", { d: "M132.352 35.701V24.9883H147.732V35.701H132.352Z", fill: "url(#paint3_linear_18062_21930)" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M141.062 18.6107L141.062 13.5297C140.725 13.477 140.385 13.451 140.044 13.451C139.702 13.451 139.362 13.477 139.026 13.5297L139.026 18.6107L135.032 14.7055C134.39 15.0153 133.781 15.4312 133.206 15.8891L139.081 21.6338C139.335 21.8816 139.679 22.0212 140.044 22.0212C140.408 22.0212 140.753 21.8816 141.006 21.6338L146.881 15.8891C146.306 15.4312 145.697 15.0153 145.055 14.7055L141.062 18.6107ZM145.229 14.2403C145.949 14.5824 146.619 15.0449 147.237 15.5408C147.246 15.5478 147.255 15.5549 147.264 15.5619L147.625 15.8533L141.352 21.9874C141.004 22.3274 140.535 22.5156 140.044 22.5156C139.553 22.5156 139.083 22.3274 138.736 21.9874L132.462 15.8533L132.824 15.5619C132.833 15.5549 132.841 15.5479 132.85 15.5408C133.468 15.0449 134.139 14.5824 134.859 14.2403L135.131 14.111L138.531 17.4357L138.531 13.1105L138.885 13.0516C139.268 12.9879 139.655 12.9566 140.044 12.9566C140.432 12.9566 140.819 12.9879 141.202 13.0516L141.556 13.1105L141.556 17.4357L144.956 14.111L145.229 14.2403Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.024 29.0573L139.024 34.1382C139.361 34.191 139.701 34.2169 140.042 34.2169C140.384 34.2169 140.724 34.191 141.06 34.1382L141.06 29.0573L145.054 32.9625C145.696 32.6527 146.305 32.2368 146.88 31.7789L141.005 26.0341C140.751 25.7864 140.407 25.6468 140.042 25.6468C139.678 25.6468 139.333 25.7864 139.08 26.0341L133.205 31.7789C133.78 32.2368 134.389 32.6527 135.031 32.9625L139.024 29.0573ZM134.857 33.4277C134.137 33.0856 133.467 32.6231 132.849 32.1272C132.84 32.1201 132.831 32.1131 132.822 32.106L132.461 31.8147L138.734 25.6806C139.082 25.3406 139.551 25.1523 140.042 25.1523C140.533 25.1523 141.003 25.3406 141.35 25.6806L147.624 31.8147L147.262 32.106C147.253 32.1131 147.245 32.1201 147.236 32.1272C146.618 32.6231 145.947 33.0856 145.227 33.4277L144.955 33.557L141.555 30.2323L141.555 34.5575L141.2 34.6164C140.818 34.6801 140.431 34.7114 140.042 34.7114C139.654 34.7114 139.267 34.6801 138.884 34.6164L138.53 34.5575L138.53 30.2323L135.13 33.557L134.857 33.4277Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M134.654 22.8173L129.573 22.8173C129.52 23.1535 129.494 23.4935 129.494 23.8351C129.494 24.1769 129.52 24.5169 129.573 24.8531L134.654 24.8531L130.748 28.8469C131.058 29.4887 131.474 30.0975 131.932 30.6727L137.677 24.7976C137.925 24.5442 138.064 24.1999 138.064 23.8351C138.064 23.4706 137.925 23.1262 137.677 22.8728L131.932 16.9977C131.474 17.5729 131.058 18.1817 130.748 18.8235L134.654 22.8173ZM130.283 18.6502C130.625 17.93 131.088 17.2595 131.584 16.6416C131.591 16.6328 131.598 16.624 131.605 16.6153L131.896 16.2539L138.03 22.5271C138.37 22.8749 138.559 23.3441 138.559 23.8351C138.559 24.3263 138.37 24.7955 138.03 25.1433L131.896 31.4165L131.605 31.0551C131.598 31.0464 131.591 31.0376 131.584 31.0288C131.088 30.4109 130.625 29.7404 130.283 29.0202L130.154 28.7477L133.479 25.3475L129.153 25.3475L129.095 24.9934C129.031 24.6106 129 24.2236 129 23.8351C129 23.4468 129.031 23.0598 129.095 22.677L129.153 22.3229L133.479 22.3229L130.154 18.9227L130.283 18.6502Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M145.43 22.8173L150.511 22.8173C150.564 23.1535 150.59 23.4935 150.59 23.8351C150.59 24.1769 150.564 24.5169 150.511 24.8531L145.43 24.8531L149.336 28.8469C149.026 29.4887 148.61 30.0975 148.152 30.6727L142.407 24.7976C142.159 24.5442 142.02 24.1999 142.02 23.8351C142.02 23.4706 142.159 23.1262 142.407 22.8728L148.152 16.9977C148.61 17.5729 149.026 18.1817 149.336 18.8235L145.43 22.8173ZM149.801 18.6502C149.459 17.93 148.996 17.2595 148.5 16.6416C148.493 16.6328 148.486 16.624 148.479 16.6153L148.188 16.2539L142.054 22.5271C141.714 22.8749 141.525 23.3441 141.525 23.8351C141.525 24.3263 141.714 24.7955 142.054 25.1433L148.188 31.4165L148.479 31.0551C148.486 31.0464 148.493 31.0376 148.5 31.0288C148.996 30.4109 149.459 29.7404 149.801 29.0202L149.93 28.7477L146.605 25.3475L150.931 25.3475L150.989 24.9934C151.053 24.6106 151.084 24.2236 151.084 23.8351C151.084 23.4468 151.053 23.0598 150.989 22.677L150.931 22.3229L146.605 22.3229L149.93 18.9227L149.801 18.6502Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M186.688 13.8916H180.408V25.2389H187.048C190.893 25.2389 191.965 20.5576 188.876 19.5543C188.628 19.4735 188.323 19.4682 188.714 19.3078C189.018 19.1836 189.245 18.9676 189.484 18.6852C191.151 16.7218 189.433 13.8916 186.688 13.8916ZM183.425 30.2044H185.292C185.674 30.2044 185.986 30.5171 185.986 30.8996V30.9635C185.986 31.3811 185.645 31.7228 185.229 31.7228H183.745C183.745 32.2099 183.981 32.5318 184.354 32.5318H185.305C185.711 32.5318 186.247 32.8234 186.247 33.227V33.2909C186.247 33.7086 185.906 34.0503 185.489 34.0503H183.425V30.2044ZM198.186 29.4291H199.215V31.9242L201.512 29.4291H202.78L200.915 31.4537L203 34.8576C202.647 35.085 201.869 34.949 201.762 34.7723L200.201 32.2295L199.215 33.3008V34.8576H198.186V29.4291ZM178.419 33.5297L177.811 34.2454C177.811 34.2454 178.512 35.0426 179.899 35.0426C181.287 35.0426 182.08 34.2343 182.077 33.3517C182.071 31.3134 179.125 32.0209 179.139 30.8227C179.147 30.0809 180.134 30.1328 180.134 30.1328C180.134 30.1328 180.869 30.0291 181.656 30.7262C182.468 29.5714 180.588 29.2502 180.086 29.2799C178.699 29.2799 178.035 29.9401 178.035 30.8227C178.035 31.7052 178.524 32.175 179.795 32.5135C179.795 32.5135 180.988 32.7064 180.988 33.4482C180.988 34.1897 179.892 34.1525 179.892 34.1525C179.892 34.1525 179.206 34.2268 178.419 33.5297ZM189.783 30.6862L189.063 32.5359H190.474L189.783 30.6862ZM190.347 29.4291L191.138 31.4142L192.459 34.8779H191.762C191.512 34.8779 191.291 34.6681 191.251 34.5521L190.809 33.3944H188.736L188.17 34.8779H187.175L188.496 31.4142L189.287 29.4291H190.347ZM169.751 30.6862L169.031 32.5359H170.442L169.751 30.6862ZM170.316 29.4291L171.106 31.4142L172.427 34.8779H171.73C171.48 34.8779 171.259 34.6681 171.218 34.5521L170.777 33.3944H168.704L168.138 34.8779H167.143L168.464 31.4142L169.255 29.4291H170.316ZM161.324 29.4286V34.8576H161.169C160.705 34.8576 160.339 34.4581 160.339 34.1935V29.4286H161.324ZM155.327 27.7838H161.324V28.0657C161.324 28.4935 161.053 28.8371 160.503 28.8371H156.565V30.7942H159.515V31.8473H156.565V34.8576H155.327V27.7838ZM192.816 29.4291H193.352C193.618 29.4291 194.081 29.4945 194.277 29.7655L196.53 33.2299V29.4291H197.461V34.8576H196.88C196.614 34.8576 196.492 34.7151 196.378 34.5962L193.821 30.82V34.8576H192.816V29.4291ZM172.738 29.4291H173.274C173.54 29.4291 174.003 29.4945 174.199 29.7655L176.452 33.2299V29.4291H177.384V34.8576H176.802C176.537 34.8576 176.414 34.7151 176.3 34.5962L173.743 30.82V34.8576H172.738V29.4291ZM162.087 29.4291H162.624C162.889 29.4291 163.353 29.4945 163.549 29.7655L165.801 33.2299V29.4291H166.733V34.8576H166.151C165.886 34.8576 165.764 34.7151 165.65 34.5962L163.093 30.82V34.8576H162.087V29.4291ZM185.307 29.4291H182.504V34.8576H185.477C187.303 34.8576 187.812 32.6182 186.345 32.1383C186.227 32.0995 186.082 32.0971 186.268 32.0204C186.413 31.9608 186.52 31.8576 186.634 31.7226C187.425 30.7831 186.609 29.4291 185.307 29.4291ZM160.782 13.6172C164.358 13.6172 166.689 16.2902 166.689 19.5875C166.689 21.1993 166.121 22.6616 165.128 23.7358L166.629 25.2458C166.629 25.2458 166.077 25.7503 165.361 25.7503C164.645 25.7503 164.175 25.268 164.175 25.268L163.738 24.8251C162.893 25.2921 161.895 25.5579 160.782 25.5579C157.251 25.5579 154.875 22.8849 154.875 19.5875C154.875 16.2902 157.206 13.6172 160.782 13.6172ZM160.364 21.404L162.493 23.5622C161.989 23.8188 161.413 23.9601 160.782 23.9601C158.486 23.9601 156.919 22.0932 156.919 19.5875C156.919 17.0602 158.465 15.215 160.782 15.215C163.099 15.215 164.645 17.0602 164.645 19.5875C164.645 20.6862 164.344 21.6618 163.812 22.4113L162.885 21.4783C162.885 21.4783 161.811 20.3138 160.364 21.404ZM168.278 13.8916H169.456C170.039 13.8916 170.556 14.2449 170.806 14.4937L176.639 22.0573V13.8916H178.481V25.2389H177.326C176.742 25.2389 176.565 24.941 176.315 24.6922L170.142 16.7988V25.2389H168.278V13.8916ZM182.347 15.5116H186.659C187.462 15.5116 188.12 16.1658 188.12 16.9652V17.0987C188.12 17.9717 187.402 18.6859 186.524 18.6859H183.023C183.023 19.7042 183.519 20.377 184.305 20.377H186.685C187.541 20.377 188.668 20.9866 188.668 21.8304V21.9642C188.668 22.8371 187.95 23.5514 187.073 23.5514H182.347V15.5116Z", fill: "#00193E" }), (0, jsx_runtime_1.jsx)("path", { d: "M47.3886 66.1818H48.1613L48.809 67.0341L48.9795 67.2614L49.9454 68.5455H49.1727L48.5363 67.6932L48.3772 67.4773L47.3886 66.1818ZM50.184 65.0909C50.184 65.7045 50.0732 66.2348 49.8516 66.6818C49.63 67.1288 49.3261 67.4735 48.9397 67.7159C48.5533 67.9583 48.1121 68.0795 47.6158 68.0795C47.1196 68.0795 46.6783 67.9583 46.292 67.7159C45.9056 67.4735 45.6016 67.1288 45.38 66.6818C45.1585 66.2348 45.0477 65.7045 45.0477 65.0909C45.0477 64.4773 45.1585 63.947 45.38 63.5C45.6016 63.053 45.9056 62.7083 46.292 62.4659C46.6783 62.2235 47.1196 62.1023 47.6158 62.1023C48.1121 62.1023 48.5533 62.2235 48.9397 62.4659C49.3261 62.7083 49.63 63.053 49.8516 63.5C50.0732 63.947 50.184 64.4773 50.184 65.0909ZM49.5022 65.0909C49.5022 64.5871 49.4179 64.1619 49.2494 63.8153C49.0827 63.4688 48.8564 63.2064 48.5704 63.0284C48.2863 62.8504 47.9681 62.7614 47.6158 62.7614C47.2636 62.7614 46.9444 62.8504 46.6585 63.0284C46.3744 63.2064 46.148 63.4688 45.9795 63.8153C45.8128 64.1619 45.7295 64.5871 45.7295 65.0909C45.7295 65.5947 45.8128 66.0199 45.9795 66.3665C46.148 66.7131 46.3744 66.9754 46.6585 67.1534C46.9444 67.3314 47.2636 67.4205 47.6158 67.4205C47.9681 67.4205 48.2863 67.3314 48.5704 67.1534C48.8564 66.9754 49.0827 66.7131 49.2494 66.3665C49.4179 66.0199 49.5022 65.5947 49.5022 65.0909ZM55.9823 62.1818V68H55.3005L52.13 63.4318H52.0732V68H51.3687V62.1818H52.0505L55.2323 66.7614H55.2891V62.1818H55.9823ZM57.3921 68V62.1818H59.4262C59.8315 62.1818 60.1658 62.2519 60.4291 62.392C60.6923 62.5303 60.8883 62.7169 61.0171 62.9517C61.1459 63.1847 61.2103 63.4432 61.2103 63.7273C61.2103 63.9773 61.1658 64.1837 61.0768 64.3466C60.9897 64.5095 60.8741 64.6383 60.7302 64.733C60.5881 64.8277 60.4338 64.8977 60.2671 64.9432V65C60.4452 65.0114 60.6241 65.0739 60.8041 65.1875C60.984 65.3011 61.1345 65.464 61.2558 65.6761C61.377 65.8883 61.4376 66.1477 61.4376 66.4545C61.4376 66.7462 61.3713 67.0085 61.2387 67.2415C61.1061 67.4744 60.8969 67.6591 60.6109 67.7955C60.3249 67.9318 59.9527 68 59.4944 68H57.3921ZM58.0967 67.375H59.4944C59.9546 67.375 60.2813 67.286 60.4745 67.108C60.6696 66.928 60.7671 66.7102 60.7671 66.4545C60.7671 66.2576 60.7169 66.0758 60.6166 65.9091C60.5162 65.7405 60.3732 65.6061 60.1876 65.5057C60.002 65.4034 59.7823 65.3523 59.5285 65.3523H58.0967V67.375ZM58.0967 64.7386H59.4035C59.6156 64.7386 59.8069 64.697 59.9773 64.6136C60.1497 64.5303 60.2861 64.4129 60.3864 64.2614C60.4887 64.1098 60.5398 63.9318 60.5398 63.7273C60.5398 63.4716 60.4508 63.2547 60.2728 63.0767C60.0948 62.8968 59.8126 62.8068 59.4262 62.8068H58.0967V64.7386ZM64.8452 68V62.1818H68.3339V62.8068H65.5498V64.7727H68.0725V65.3977H65.5498V68H64.8452ZM69.4497 68V63.6364H70.1201V68H69.4497ZM69.7906 62.9091C69.6599 62.9091 69.5472 62.8646 69.4525 62.7756C69.3597 62.6866 69.3133 62.5795 69.3133 62.4545C69.3133 62.3295 69.3597 62.2225 69.4525 62.1335C69.5472 62.0445 69.6599 62 69.7906 62C69.9212 62 70.033 62.0445 70.1258 62.1335C70.2205 62.2225 70.2678 62.3295 70.2678 62.4545C70.2678 62.5795 70.2205 62.6866 70.1258 62.7756C70.033 62.8646 69.9212 62.9091 69.7906 62.9091ZM72.0185 65.375V68H71.3481V63.6364H71.9958V64.3182H72.0526C72.1549 64.0966 72.3102 63.9186 72.5185 63.7841C72.7269 63.6477 72.9958 63.5795 73.3254 63.5795C73.6208 63.5795 73.8793 63.6402 74.1009 63.7614C74.3225 63.8807 74.4949 64.0625 74.618 64.3068C74.7411 64.5492 74.8026 64.8561 74.8026 65.2273V68H74.1322V65.2727C74.1322 64.9299 74.0432 64.6629 73.8651 64.4716C73.6871 64.2784 73.4428 64.1818 73.1322 64.1818C72.9182 64.1818 72.7269 64.2282 72.5583 64.321C72.3916 64.4138 72.26 64.5492 72.1634 64.7273C72.0668 64.9053 72.0185 65.1212 72.0185 65.375ZM77.3119 68.1023C77.0354 68.1023 76.7844 68.0502 76.559 67.946C76.3336 67.84 76.1547 67.6875 76.0221 67.4886C75.8895 67.2879 75.8232 67.0455 75.8232 66.7614C75.8232 66.5114 75.8725 66.3087 75.971 66.1534C76.0694 65.9962 76.2011 65.8731 76.3658 65.7841C76.5306 65.6951 76.7124 65.6288 76.9113 65.5852C77.1121 65.5398 77.3138 65.5038 77.5164 65.4773C77.7816 65.4432 77.9965 65.4176 78.1613 65.4006C78.328 65.3816 78.4492 65.3504 78.5249 65.3068C78.6026 65.2633 78.6414 65.1875 78.6414 65.0795V65.0568C78.6414 64.7765 78.5647 64.5587 78.4113 64.4034C78.2598 64.2481 78.0297 64.1705 77.721 64.1705C77.4009 64.1705 77.1499 64.2405 76.9681 64.3807C76.7863 64.5208 76.6585 64.6705 76.5846 64.8295L75.9482 64.6023C76.0619 64.3371 76.2134 64.1307 76.4028 63.983C76.5941 63.8333 76.8024 63.7292 77.0278 63.6705C77.255 63.6098 77.4785 63.5795 77.6982 63.5795C77.8384 63.5795 77.9994 63.5966 78.1812 63.6307C78.3649 63.6629 78.542 63.7301 78.7124 63.8324C78.8848 63.9347 79.0278 64.089 79.1414 64.2955C79.255 64.5019 79.3119 64.7784 79.3119 65.125V68H78.6414V67.4091H78.6073C78.5619 67.5038 78.4861 67.6051 78.38 67.7131C78.274 67.821 78.1329 67.9129 77.9568 67.9886C77.7806 68.0644 77.5657 68.1023 77.3119 68.1023ZM77.4141 67.5C77.6793 67.5 77.9028 67.4479 78.0846 67.3438C78.2683 67.2396 78.4066 67.1051 78.4994 66.9403C78.5941 66.7756 78.6414 66.6023 78.6414 66.4205V65.8068C78.613 65.8409 78.5505 65.8722 78.4539 65.9006C78.3592 65.9271 78.2494 65.9508 78.1244 65.9716C78.0013 65.9905 77.881 66.0076 77.7636 66.0227C77.648 66.036 77.5543 66.0473 77.4823 66.0568C77.3081 66.0795 77.1452 66.1165 76.9937 66.1676C76.8441 66.2169 76.7229 66.2917 76.63 66.392C76.5391 66.4905 76.4937 66.625 76.4937 66.7955C76.4937 67.0284 76.5799 67.2045 76.7522 67.3239C76.9264 67.4413 77.1471 67.5 77.4141 67.5ZM81.206 65.375V68H80.5356V63.6364H81.1833V64.3182H81.2401C81.3424 64.0966 81.4977 63.9186 81.706 63.7841C81.9144 63.6477 82.1833 63.5795 82.5129 63.5795C82.8083 63.5795 83.0668 63.6402 83.2884 63.7614C83.51 63.8807 83.6824 64.0625 83.8055 64.3068C83.9286 64.5492 83.9901 64.8561 83.9901 65.2273V68H83.3197V65.2727C83.3197 64.9299 83.2307 64.6629 83.0526 64.4716C82.8746 64.2784 82.6303 64.1818 82.3197 64.1818C82.1057 64.1818 81.9144 64.2282 81.7458 64.321C81.5791 64.4138 81.4475 64.5492 81.3509 64.7273C81.2543 64.9053 81.206 65.1212 81.206 65.375ZM88.3062 64.6136L87.7039 64.7841C87.666 64.6837 87.6102 64.5862 87.5363 64.4915C87.4643 64.3949 87.3658 64.3153 87.2408 64.2528C87.1158 64.1903 86.9558 64.1591 86.7607 64.1591C86.4937 64.1591 86.2711 64.2206 86.0931 64.3438C85.917 64.465 85.8289 64.6193 85.8289 64.8068C85.8289 64.9735 85.8895 65.1051 86.0107 65.2017C86.1319 65.2983 86.3213 65.3788 86.5789 65.4432L87.2266 65.6023C87.6168 65.697 87.9075 65.8419 88.0988 66.0369C88.2901 66.2301 88.3857 66.4792 88.3857 66.7841C88.3857 67.0341 88.3138 67.2576 88.1698 67.4545C88.0278 67.6515 87.8289 67.8068 87.5732 67.9205C87.3175 68.0341 87.0202 68.0909 86.6812 68.0909C86.2361 68.0909 85.8677 67.9943 85.5761 67.8011C85.2844 67.608 85.0997 67.3258 85.0221 66.9545L85.6585 66.7955C85.7191 67.0303 85.8336 67.2064 86.0022 67.3239C86.1727 67.4413 86.3952 67.5 86.6698 67.5C86.9823 67.5 87.2304 67.4337 87.4141 67.3011C87.5997 67.1667 87.6925 67.0057 87.6925 66.8182C87.6925 66.6667 87.6395 66.5398 87.5335 66.4375C87.4274 66.3333 87.2645 66.2557 87.0448 66.2045L86.3175 66.0341C85.9179 65.9394 85.6244 65.7926 85.4369 65.5938C85.2513 65.393 85.1585 65.142 85.1585 64.8409C85.1585 64.5947 85.2276 64.3769 85.3658 64.1875C85.506 63.9981 85.6963 63.8494 85.9369 63.7415C86.1793 63.6335 86.4539 63.5795 86.7607 63.5795C87.1925 63.5795 87.5316 63.6742 87.7778 63.8636C88.0259 64.053 88.202 64.303 88.3062 64.6136ZM89.4859 68V62.1818H90.1563V64.3295H90.2131C90.2624 64.2538 90.3306 64.1572 90.4177 64.0398C90.5067 63.9205 90.6336 63.8144 90.7984 63.7216C90.965 63.6269 91.1904 63.5795 91.4745 63.5795C91.8419 63.5795 92.1658 63.6714 92.4461 63.8551C92.7264 64.0388 92.9452 64.2992 93.1023 64.6364C93.2595 64.9735 93.3381 65.3712 93.3381 65.8295C93.3381 66.2917 93.2595 66.6922 93.1023 67.0312C92.9452 67.3684 92.7273 67.6297 92.4489 67.8153C92.1705 67.9991 91.8495 68.0909 91.4859 68.0909C91.2056 68.0909 90.9811 68.0445 90.8126 67.9517C90.644 67.857 90.5143 67.75 90.4234 67.6307C90.3325 67.5095 90.2624 67.4091 90.2131 67.3295H90.1336V68H89.4859ZM90.145 65.8182C90.145 66.1477 90.1933 66.4384 90.2898 66.6903C90.3864 66.9403 90.5275 67.1364 90.7131 67.2784C90.8988 67.4186 91.126 67.4886 91.395 67.4886C91.6753 67.4886 91.9092 67.4148 92.0967 67.267C92.2861 67.1174 92.4281 66.9167 92.5228 66.6648C92.6194 66.411 92.6677 66.1288 92.6677 65.8182C92.6677 65.5114 92.6203 65.2348 92.5256 64.9886C92.4328 64.7405 92.2917 64.5445 92.1023 64.4006C91.9148 64.2547 91.6791 64.1818 91.395 64.1818C91.1222 64.1818 90.8931 64.2509 90.7075 64.3892C90.5219 64.5256 90.3817 64.7169 90.287 64.9631C90.1923 65.2074 90.145 65.4924 90.145 65.8182ZM95.6478 68.1023C95.3713 68.1023 95.1203 68.0502 94.895 67.946C94.6696 67.84 94.4906 67.6875 94.358 67.4886C94.2255 67.2879 94.1592 67.0455 94.1592 66.7614C94.1592 66.5114 94.2084 66.3087 94.3069 66.1534C94.4054 65.9962 94.537 65.8731 94.7018 65.7841C94.8666 65.6951 95.0484 65.6288 95.2472 65.5852C95.448 65.5398 95.6497 65.5038 95.8523 65.4773C96.1175 65.4432 96.3325 65.4176 96.4972 65.4006C96.6639 65.3816 96.7851 65.3504 96.8609 65.3068C96.9385 65.2633 96.9773 65.1875 96.9773 65.0795V65.0568C96.9773 64.7765 96.9006 64.5587 96.7472 64.4034C96.5957 64.2481 96.3656 64.1705 96.0569 64.1705C95.7368 64.1705 95.4859 64.2405 95.3041 64.3807C95.1222 64.5208 94.9944 64.6705 94.9205 64.8295L94.2842 64.6023C94.3978 64.3371 94.5493 64.1307 94.7387 63.983C94.93 63.8333 95.1383 63.7292 95.3637 63.6705C95.591 63.6098 95.8145 63.5795 96.0342 63.5795C96.1743 63.5795 96.3353 63.5966 96.5171 63.6307C96.7008 63.6629 96.8779 63.7301 97.0484 63.8324C97.2207 63.9347 97.3637 64.089 97.4773 64.2955C97.591 64.5019 97.6478 64.7784 97.6478 65.125V68H96.9773V67.4091H96.9433C96.8978 67.5038 96.822 67.6051 96.716 67.7131C96.6099 67.821 96.4688 67.9129 96.2927 67.9886C96.1166 68.0644 95.9016 68.1023 95.6478 68.1023ZM95.7501 67.5C96.0152 67.5 96.2387 67.4479 96.4205 67.3438C96.6042 67.2396 96.7425 67.1051 96.8353 66.9403C96.93 66.7756 96.9773 66.6023 96.9773 66.4205V65.8068C96.9489 65.8409 96.8864 65.8722 96.7898 65.9006C96.6952 65.9271 96.5853 65.9508 96.4603 65.9716C96.3372 65.9905 96.2169 66.0076 96.0995 66.0227C95.984 66.036 95.8902 66.0473 95.8183 66.0568C95.644 66.0795 95.4811 66.1165 95.3296 66.1676C95.18 66.2169 95.0588 66.2917 94.966 66.392C94.8751 66.4905 94.8296 66.625 94.8296 66.7955C94.8296 67.0284 94.9158 67.2045 95.0881 67.3239C95.2624 67.4413 95.483 67.5 95.7501 67.5ZM99.542 65.375V68H98.8715V63.6364H99.5193V64.3182H99.5761C99.6783 64.0966 99.8336 63.9186 100.042 63.7841C100.25 63.6477 100.519 63.5795 100.849 63.5795C101.144 63.5795 101.403 63.6402 101.624 63.7614C101.846 63.8807 102.018 64.0625 102.141 64.3068C102.265 64.5492 102.326 64.8561 102.326 65.2273V68H101.656V65.2727C101.656 64.9299 101.567 64.6629 101.389 64.4716C101.211 64.2784 100.966 64.1818 100.656 64.1818C100.442 64.1818 100.25 64.2282 100.082 64.321C99.9151 64.4138 99.7835 64.5492 99.6869 64.7273C99.5903 64.9053 99.542 65.1212 99.542 65.375ZM104.176 66.4091L104.165 65.5795H104.301L106.21 63.6364H107.04L105.006 65.6932H104.949L104.176 66.4091ZM103.551 68V62.1818H104.222V68H103.551ZM106.324 68L104.619 65.8409L105.097 65.375L107.176 68H106.324ZM112.039 68H110.244V62.1818H112.119C112.683 62.1818 113.166 62.2983 113.568 62.5312C113.969 62.7623 114.277 63.0947 114.491 63.5284C114.705 63.9602 114.812 64.4773 114.812 65.0795C114.812 65.6856 114.704 66.2074 114.488 66.6449C114.272 67.0805 113.958 67.4157 113.545 67.6506C113.132 67.8835 112.63 68 112.039 68ZM110.948 67.375H111.994C112.475 67.375 112.873 67.2822 113.19 67.0966C113.506 66.911 113.742 66.6468 113.897 66.304C114.052 65.9612 114.13 65.553 114.13 65.0795C114.13 64.6098 114.053 64.2055 113.9 63.8665C113.747 63.5256 113.517 63.2642 113.212 63.0824C112.908 62.8987 112.528 62.8068 112.073 62.8068H110.948V67.375ZM117.732 68.0909C117.312 68.0909 116.949 67.9981 116.644 67.8125C116.341 67.625 116.107 67.3636 115.943 67.0284C115.78 66.6913 115.698 66.2992 115.698 65.8523C115.698 65.4053 115.78 65.0114 115.943 64.6705C116.107 64.3277 116.336 64.0606 116.63 63.8693C116.926 63.6761 117.27 63.5795 117.664 63.5795C117.891 63.5795 118.116 63.6174 118.337 63.6932C118.559 63.7689 118.761 63.892 118.943 64.0625C119.124 64.2311 119.269 64.4545 119.377 64.733C119.485 65.0114 119.539 65.3542 119.539 65.7614V66.0455H116.176V65.4659H118.857C118.857 65.2197 118.808 65 118.71 64.8068C118.613 64.6136 118.475 64.4612 118.295 64.3494C118.117 64.2377 117.907 64.1818 117.664 64.1818C117.397 64.1818 117.166 64.2481 116.971 64.3807C116.778 64.5114 116.629 64.6818 116.525 64.892C116.421 65.1023 116.369 65.3277 116.369 65.5682V65.9545C116.369 66.2841 116.426 66.5634 116.539 66.7926C116.655 67.0199 116.815 67.1932 117.019 67.3125C117.224 67.4299 117.461 67.4886 117.732 67.4886C117.908 67.4886 118.068 67.464 118.21 67.4148C118.354 67.3636 118.478 67.2879 118.582 67.1875C118.686 67.0852 118.766 66.9583 118.823 66.8068L119.471 66.9886C119.403 67.2083 119.288 67.4015 119.127 67.5682C118.966 67.733 118.767 67.8617 118.531 67.9545C118.294 68.0455 118.028 68.0909 117.732 68.0909ZM123.65 64.6136L123.048 64.7841C123.01 64.6837 122.954 64.5862 122.88 64.4915C122.808 64.3949 122.71 64.3153 122.585 64.2528C122.46 64.1903 122.3 64.1591 122.104 64.1591C121.837 64.1591 121.615 64.2206 121.437 64.3438C121.261 64.465 121.173 64.6193 121.173 64.8068C121.173 64.9735 121.233 65.1051 121.354 65.2017C121.476 65.2983 121.665 65.3788 121.923 65.4432L122.57 65.6023C122.961 65.697 123.251 65.8419 123.443 66.0369C123.634 66.2301 123.729 66.4792 123.729 66.7841C123.729 67.0341 123.658 67.2576 123.514 67.4545C123.372 67.6515 123.173 67.8068 122.917 67.9205C122.661 68.0341 122.364 68.0909 122.025 68.0909C121.58 68.0909 121.211 67.9943 120.92 67.8011C120.628 67.608 120.443 67.3258 120.366 66.9545L121.002 66.7955C121.063 67.0303 121.177 67.2064 121.346 67.3239C121.516 67.4413 121.739 67.5 122.014 67.5C122.326 67.5 122.574 67.4337 122.758 67.3011C122.943 67.1667 123.036 67.0057 123.036 66.8182C123.036 66.6667 122.983 66.5398 122.877 66.4375C122.771 66.3333 122.608 66.2557 122.389 66.2045L121.661 66.0341C121.262 65.9394 120.968 65.7926 120.781 65.5938C120.595 65.393 120.502 65.142 120.502 64.8409C120.502 64.5947 120.571 64.3769 120.71 64.1875C120.85 63.9981 121.04 63.8494 121.281 63.7415C121.523 63.6335 121.798 63.5795 122.104 63.5795C122.536 63.5795 122.875 63.6742 123.122 63.8636C123.37 64.053 123.546 64.303 123.65 64.6136ZM126.636 63.6364V64.2045H124.375V63.6364H126.636ZM125.034 62.5909H125.705V66.75C125.705 66.9394 125.732 67.0814 125.787 67.1761C125.844 67.2689 125.916 67.3314 126.003 67.3636C126.092 67.3939 126.186 67.4091 126.284 67.4091C126.358 67.4091 126.419 67.4053 126.466 67.3977C126.513 67.3883 126.551 67.3807 126.58 67.375L126.716 67.9773C126.671 67.9943 126.607 68.0114 126.526 68.0284C126.444 68.0473 126.341 68.0568 126.216 68.0568C126.027 68.0568 125.841 68.0161 125.659 67.9347C125.479 67.8532 125.33 67.7292 125.21 67.5625C125.093 67.3958 125.034 67.1856 125.034 66.9318V62.5909ZM129.428 68.0909C129.007 68.0909 128.644 67.9981 128.34 67.8125C128.037 67.625 127.803 67.3636 127.638 67.0284C127.475 66.6913 127.394 66.2992 127.394 65.8523C127.394 65.4053 127.475 65.0114 127.638 64.6705C127.803 64.3277 128.032 64.0606 128.325 63.8693C128.621 63.6761 128.966 63.5795 129.359 63.5795C129.587 63.5795 129.811 63.6174 130.033 63.6932C130.254 63.7689 130.456 63.892 130.638 64.0625C130.82 64.2311 130.965 64.4545 131.073 64.733C131.18 65.0114 131.234 65.3542 131.234 65.7614V66.0455H127.871V65.4659H130.553C130.553 65.2197 130.503 65 130.405 64.8068C130.308 64.6136 130.17 64.4612 129.99 64.3494C129.812 64.2377 129.602 64.1818 129.359 64.1818C129.092 64.1818 128.861 64.2481 128.666 64.3807C128.473 64.5114 128.324 64.6818 128.22 64.892C128.116 65.1023 128.064 65.3277 128.064 65.5682V65.9545C128.064 66.2841 128.121 66.5634 128.234 66.7926C128.35 67.0199 128.51 67.1932 128.715 67.3125C128.919 67.4299 129.157 67.4886 129.428 67.4886C129.604 67.4886 129.763 67.464 129.905 67.4148C130.049 67.3636 130.173 67.2879 130.277 67.1875C130.381 67.0852 130.462 66.9583 130.519 66.8068L131.166 66.9886C131.098 67.2083 130.984 67.4015 130.823 67.5682C130.662 67.733 130.463 67.8617 130.226 67.9545C129.989 68.0455 129.723 68.0909 129.428 68.0909ZM132.879 66.4091L132.868 65.5795H133.004L134.913 63.6364H135.743L133.709 65.6932H133.652L132.879 66.4091ZM132.254 68V62.1818H132.925V68H132.254ZM135.027 68L133.323 65.8409L133.8 65.375L135.879 68H135.027ZM137.276 62.1818V68H136.606V62.1818H137.276ZM140.334 68.0909C139.913 68.0909 139.551 67.9981 139.246 67.8125C138.943 67.625 138.709 67.3636 138.544 67.0284C138.381 66.6913 138.3 66.2992 138.3 65.8523C138.3 65.4053 138.381 65.0114 138.544 64.6705C138.709 64.3277 138.938 64.0606 139.232 63.8693C139.527 63.6761 139.872 63.5795 140.266 63.5795C140.493 63.5795 140.717 63.6174 140.939 63.6932C141.161 63.7689 141.362 63.892 141.544 64.0625C141.726 64.2311 141.871 64.4545 141.979 64.733C142.087 65.0114 142.141 65.3542 142.141 65.7614V66.0455H138.777V65.4659H141.459C141.459 65.2197 141.41 65 141.311 64.8068C141.215 64.6136 141.076 64.4612 140.896 64.3494C140.718 64.2377 140.508 64.1818 140.266 64.1818C139.999 64.1818 139.768 64.2481 139.573 64.3807C139.379 64.5114 139.231 64.6818 139.126 64.892C139.022 65.1023 138.97 65.3277 138.97 65.5682V65.9545C138.97 66.2841 139.027 66.5634 139.141 66.7926C139.256 67.0199 139.416 67.1932 139.621 67.3125C139.825 67.4299 140.063 67.4886 140.334 67.4886C140.51 67.4886 140.669 67.464 140.811 67.4148C140.955 67.3636 141.079 67.2879 141.183 67.1875C141.287 67.0852 141.368 66.9583 141.425 66.8068L142.073 66.9886C142.004 67.2083 141.89 67.4015 141.729 67.5682C141.568 67.733 141.369 67.8617 141.132 67.9545C140.895 68.0455 140.629 68.0909 140.334 68.0909ZM143.161 68V63.6364H143.808V64.2955H143.854C143.933 64.0795 144.077 63.9044 144.286 63.7699C144.494 63.6354 144.729 63.5682 144.99 63.5682C145.039 63.5682 145.101 63.5691 145.175 63.571C145.249 63.5729 145.305 63.5758 145.342 63.5795V64.2614C145.32 64.2557 145.268 64.2472 145.186 64.2358C145.107 64.2225 145.022 64.2159 144.933 64.2159C144.721 64.2159 144.532 64.2604 144.365 64.3494C144.2 64.4366 144.07 64.5578 143.973 64.7131C143.878 64.8665 143.831 65.0417 143.831 65.2386V68H143.161ZM146.137 68V63.6364H146.808V68H146.137ZM146.478 62.9091C146.347 62.9091 146.235 62.8646 146.14 62.7756C146.047 62.6866 146.001 62.5795 146.001 62.4545C146.001 62.3295 146.047 62.2225 146.14 62.1335C146.235 62.0445 146.347 62 146.478 62C146.609 62 146.72 62.0445 146.813 62.1335C146.908 62.2225 146.955 62.3295 146.955 62.4545C146.955 62.5795 146.908 62.6866 146.813 62.7756C146.72 62.8646 146.609 62.9091 146.478 62.9091ZM148.467 69.6364C148.354 69.6364 148.252 69.6269 148.163 69.608C148.074 69.5909 148.013 69.5739 147.979 69.5568L148.149 68.9659C148.312 69.0076 148.456 69.0227 148.581 69.0114C148.706 69 148.817 68.9441 148.913 68.8438C149.012 68.7453 149.102 68.5852 149.183 68.3636L149.308 68.0227L147.695 63.6364H148.422L149.626 67.1136H149.672L150.876 63.6364H151.604L149.751 68.6364C149.668 68.8617 149.565 69.0483 149.442 69.196C149.319 69.3456 149.176 69.4564 149.013 69.5284C148.852 69.6004 148.67 69.6364 148.467 69.6364ZM153.159 62.1818V68H152.489V62.1818H153.159ZM156.217 68.0909C155.796 68.0909 155.434 67.9981 155.129 67.8125C154.826 67.625 154.592 67.3636 154.427 67.0284C154.264 66.6913 154.183 66.2992 154.183 65.8523C154.183 65.4053 154.264 65.0114 154.427 64.6705C154.592 64.3277 154.821 64.0606 155.114 63.8693C155.41 63.6761 155.755 63.5795 156.149 63.5795C156.376 63.5795 156.6 63.6174 156.822 63.6932C157.043 63.7689 157.245 63.892 157.427 64.0625C157.609 64.2311 157.754 64.4545 157.862 64.733C157.97 65.0114 158.024 65.3542 158.024 65.7614V66.0455H154.66V65.4659H157.342C157.342 65.2197 157.292 65 157.194 64.8068C157.097 64.6136 156.959 64.4612 156.779 64.3494C156.601 64.2377 156.391 64.1818 156.149 64.1818C155.881 64.1818 155.65 64.2481 155.455 64.3807C155.262 64.5114 155.113 64.6818 155.009 64.892C154.905 65.1023 154.853 65.3277 154.853 65.5682V65.9545C154.853 66.2841 154.91 66.5634 155.024 66.7926C155.139 67.0199 155.299 67.1932 155.504 67.3125C155.708 67.4299 155.946 67.4886 156.217 67.4886C156.393 67.4886 156.552 67.464 156.694 67.4148C156.838 67.3636 156.962 67.2879 157.066 67.1875C157.17 67.0852 157.251 66.9583 157.308 66.8068L157.955 66.9886C157.887 67.2083 157.773 67.4015 157.612 67.5682C157.451 67.733 157.252 67.8617 157.015 67.9545C156.778 68.0455 156.512 68.0909 156.217 68.0909Z", fill: "#00193E" }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint0_linear_18062_21930", x1: 128.176, y1: 23.8351, x2: 138.559, y2: 23.8351, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351563, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367187, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382812, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429687, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445312, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460937, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476562, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492187, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523437, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570313, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585938, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664063, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695313, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710938, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726563, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#0062AF" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint1_linear_18062_21930", x1: 132.352, y1: 17.3253, x2: 147.732, y2: 17.3253, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351562, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#AA004B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#A9004B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#A9004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367188, stopColor: "#A8004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#A7004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#A70049" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#A50049" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382813, stopColor: "#A50048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#A40048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#A30048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#A30047" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398438, stopColor: "#A10047" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#A10046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#A00046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#9F0046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#9F0045" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#9E0045" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#9D0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#9C0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429688, stopColor: "#9B0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#9B0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#9A0043" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#990043" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445313, stopColor: "#980042" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#970042" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#970041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#960041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#950041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#940040" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#930040" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#92003F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476562, stopColor: "#92013F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#91013F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#90013E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#90013E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#8E013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#8D013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#8D013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#8C013C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#8B013C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#8A013B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#89003B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#89013A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#88003A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#87003A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#860039" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#850039" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#840038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#840038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#830038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#820037" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#820037" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#800036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#7F0036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#7F0035" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#7E0035" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#7D0034" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#7D0034" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#7B0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585937, stopColor: "#7A0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#7A0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#790032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#780032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#780031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#760031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#760030" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#750131" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#740531" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#740831" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#730B32" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#730D32" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#721033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#711133" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#711433" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#701634" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#6F1734" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#6F1934" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#6E1A34" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#6D1B35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664063, stopColor: "#6D1C35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#6C1E35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#6B1F36" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#6B2036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#6A2236" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#6A2237" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#692437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#682437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695312, stopColor: "#682638" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#672638" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#662838" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#662838" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710937, stopColor: "#652939" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#642A39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#642B39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#632C39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726563, stopColor: "#622C3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.730469, stopColor: "#612C39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#602D39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.738281, stopColor: "#5F2D39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.742188, stopColor: "#5E2E39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.746094, stopColor: "#5E2E3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#5D2F3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.753906, stopColor: "#5C2F3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.757813, stopColor: "#5C303A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.761719, stopColor: "#5B303A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.765625, stopColor: "#5A313A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.769531, stopColor: "#59313A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.773438, stopColor: "#58323A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.777344, stopColor: "#58323A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.78125, stopColor: "#57333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.785156, stopColor: "#56333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.789063, stopColor: "#55333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.792969, stopColor: "#54333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.796875, stopColor: "#54333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.800781, stopColor: "#53343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.804688, stopColor: "#52343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.808594, stopColor: "#51343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.8125, stopColor: "#50343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.816406, stopColor: "#4F343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.820312, stopColor: "#4F3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.824219, stopColor: "#4E3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.828125, stopColor: "#4D3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.832031, stopColor: "#4C3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.835937, stopColor: "#4B3438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.839844, stopColor: "#4A3438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.84375, stopColor: "#493438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.847656, stopColor: "#483438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.851563, stopColor: "#473437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.855469, stopColor: "#463437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.859375, stopColor: "#463437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.863281, stopColor: "#453336" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.867188, stopColor: "#443336" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.871094, stopColor: "#433335" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.875, stopColor: "#423335" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.878906, stopColor: "#413234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.882813, stopColor: "#403234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.886719, stopColor: "#3F3234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.890625, stopColor: "#3E3133" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.894531, stopColor: "#3D3132" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.898438, stopColor: "#3C3032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.902344, stopColor: "#3B3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.90625, stopColor: "#3A3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.910156, stopColor: "#382E2F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.914063, stopColor: "#362D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.917969, stopColor: "#352D2D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.921875, stopColor: "#342C2D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.925781, stopColor: "#332B2C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.929688, stopColor: "#322B2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.933594, stopColor: "#312A2A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.9375, stopColor: "#30292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.941406, stopColor: "#2F2929" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.945312, stopColor: "#2D2828" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.949219, stopColor: "#2C2727" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.953125, stopColor: "#2B2626" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.957031, stopColor: "#2A2525" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.960937, stopColor: "#282524" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.964844, stopColor: "#272423" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.96875, stopColor: "#262322" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.972656, stopColor: "#242221" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.976563, stopColor: "#232120" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.980469, stopColor: "#22201F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.984375, stopColor: "#201F1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.988281, stopColor: "#1F1D1C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.992188, stopColor: "#1D1C1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.996094, stopColor: "#1C1B1A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#1A1A18" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint2_linear_18062_21930", x1: 141.525, y1: 23.8351, x2: 151.908, y2: 23.8351, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.265625, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.273437, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.277344, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.28125, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.285156, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.289063, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.292969, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.296875, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.300781, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.304687, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.308594, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.316406, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.320313, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.324219, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.328125, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.332031, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.335938, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.339844, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.347656, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351563, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367188, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382813, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414063, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429688, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445313, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476563, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004B8D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585937, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617187, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648437, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#003A73" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint3_linear_18062_21930", x1: 140.042, y1: 35.7009, x2: 140.042, y2: 24.9883, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351562, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367187, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382812, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429687, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445312, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476563, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507812, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539062, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585938, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601562, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632812, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664062, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695312, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710938, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726562, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#0062AF" })] })] })] }))); };
|
|
47
|
+
}, maskUnits: "userSpaceOnUse", x: 132, y: 25, width: 16, height: 10, children: [(0, jsx_runtime_1.jsx)("mask", { id: "path-12-inside-4_10030_38996", fill: "white", children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 30.2332L135.13 33.558L134.857 33.4286C134.127 33.0817 133.448 32.6109 132.822 32.107L132.461 31.8157L138.734 25.6816C139.082 25.3416 139.551 25.1533 140.042 25.1533C140.533 25.1533 141.003 25.3416 141.35 25.6816L147.624 31.8157L147.262 32.107C146.637 32.6109 145.958 33.0817 145.227 33.4286L144.955 33.558L141.555 30.2332V34.5584L141.2 34.6174C140.818 34.6811 140.431 34.7123 140.042 34.7123C139.654 34.7123 139.267 34.6811 138.884 34.6174L138.53 34.5584V30.2332Z" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M138.53 30.2332L135.13 33.558L134.857 33.4286C134.127 33.0817 133.448 32.6109 132.822 32.107L132.461 31.8157L138.734 25.6816C139.082 25.3416 139.551 25.1533 140.042 25.1533C140.533 25.1533 141.003 25.3416 141.35 25.6816L147.624 31.8157L147.262 32.107C146.637 32.6109 145.958 33.0817 145.227 33.4286L144.955 33.558L141.555 30.2332V34.5584L141.2 34.6174C140.818 34.6811 140.431 34.7123 140.042 34.7123C139.654 34.7123 139.267 34.6811 138.884 34.6174L138.53 34.5584V30.2332Z", fill: "#878786" }), (0, jsx_runtime_1.jsx)("path", { d: "M138.53 30.2332H142.53V20.7275L135.733 27.3733L138.53 30.2332ZM135.13 33.558L133.415 37.1718L135.933 38.3667L137.926 36.4179L135.13 33.558ZM134.857 33.4286L133.141 37.0417L133.143 37.0425L134.857 33.4286ZM132.822 32.107L130.312 35.2211L130.312 35.2212L132.822 32.107ZM132.461 31.8157L129.664 28.9557L126.445 32.1038L129.95 34.9298L132.461 31.8157ZM147.624 31.8157L150.134 34.9298L153.64 32.1038L150.42 28.9557L147.624 31.8157ZM147.262 32.107L149.772 35.2212L149.773 35.2211L147.262 32.107ZM145.227 33.4286L146.942 37.0425L146.944 37.0417L145.227 33.4286ZM144.955 33.558L142.158 36.4179L144.151 38.3667L146.669 37.1718L144.955 33.558ZM141.555 30.2332L144.351 27.3733L137.555 20.7275V30.2332H141.555ZM141.555 34.5584L142.211 38.5042L145.555 37.9477V34.5584H141.555ZM141.2 34.6174L141.857 38.5631L141.857 38.5631L141.2 34.6174ZM138.884 34.6174L138.227 38.5631L138.227 38.5631L138.884 34.6174ZM138.53 34.5584H134.53V37.9477L137.873 38.5042L138.53 34.5584ZM135.733 27.3733L132.333 30.698L137.926 36.4179L141.326 33.0932L135.733 27.3733ZM136.844 29.9441L136.572 29.8148L133.143 37.0425L133.415 37.1718L136.844 29.9441ZM136.573 29.8156C136.226 29.6505 135.818 29.3837 135.333 28.9928L130.312 35.2212C131.077 35.8382 132.028 36.513 133.141 37.0417L136.573 29.8156ZM135.333 28.9929L134.971 28.7016L129.95 34.9298L130.312 35.2211L135.333 28.9929ZM135.257 34.6756L141.531 28.5416L135.938 22.8216L129.664 28.9557L135.257 34.6756ZM141.531 28.5416C141.115 28.9478 140.574 29.1533 140.042 29.1533V21.1533C138.528 21.1533 137.049 21.7354 135.938 22.8216L141.531 28.5416ZM140.042 29.1533C139.511 29.1533 138.969 28.948 138.554 28.5416L144.147 22.8216C143.036 21.7352 141.556 21.1533 140.042 21.1533V29.1533ZM138.554 28.5416L144.827 34.6756L150.42 28.9557L144.147 22.8216L138.554 28.5416ZM145.113 28.7016L144.752 28.9929L149.773 35.2211L150.134 34.9298L145.113 28.7016ZM144.752 28.9928C144.267 29.3837 143.859 29.6505 143.511 29.8156L146.944 37.0417C148.057 36.513 149.007 35.8382 149.772 35.2212L144.752 28.9928ZM143.513 29.8148L143.24 29.9441L146.669 37.1718L146.942 37.0425L143.513 29.8148ZM147.751 30.698L144.351 27.3733L138.758 33.0932L142.158 36.4179L147.751 30.698ZM137.555 30.2332V34.5584H145.555V30.2332H137.555ZM140.898 30.6127L140.544 30.6717L141.857 38.5631L142.211 38.5042L140.898 30.6127ZM140.544 30.6716C140.383 30.6984 140.216 30.7123 140.042 30.7123V38.7123C140.645 38.7123 141.252 38.6638 141.857 38.5631L140.544 30.6716ZM140.042 30.7123C139.869 30.7123 139.702 30.6984 139.541 30.6716L138.227 38.5631C138.832 38.6638 139.439 38.7123 140.042 38.7123V30.7123ZM139.541 30.6717L139.187 30.6127L137.873 38.5042L138.227 38.5631L139.541 30.6717ZM142.53 34.5584V30.2332H134.53V34.5584H142.53Z", fill: "black", mask: "url(#path-12-inside-4_10030_38996)" })] }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#mask3_10030_38996)", children: (0, jsx_runtime_1.jsx)("path", { d: "M132.352 35.701V24.9883H147.732V35.701H132.352Z", fill: "url(#paint3_linear_10030_38996)" }) }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M141.061 18.6117L141.061 13.5307C140.724 13.478 140.384 13.452 140.043 13.452C139.701 13.452 139.361 13.478 139.025 13.5307L139.025 18.6117L135.031 14.7065C134.389 15.0163 133.78 15.4321 133.205 15.8901L139.08 21.6348C139.334 21.8826 139.678 22.0222 140.043 22.0222C140.407 22.0222 140.752 21.8826 141.005 21.6348L146.88 15.8901C146.305 15.4321 145.696 15.0163 145.054 14.7065L141.061 18.6117ZM145.228 14.2413C145.948 14.5834 146.618 15.0458 147.236 15.5418C147.245 15.5488 147.254 15.5559 147.263 15.5629L147.624 15.8543L141.351 21.9883C141.003 22.3283 140.534 22.5166 140.043 22.5166C139.552 22.5166 139.082 22.3283 138.735 21.9883L132.461 15.8543L132.823 15.5629C132.832 15.5559 132.84 15.5488 132.849 15.5418C133.467 15.0458 134.138 14.5834 134.858 14.2413L135.13 14.112L138.53 17.4367L138.53 13.1115L138.884 13.0525C139.267 12.9888 139.654 12.9576 140.043 12.9576C140.431 12.9576 140.818 12.9888 141.201 13.0525L141.555 13.1115L141.555 17.4367L144.955 14.112L145.228 14.2413Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.024 29.0582L139.024 34.1392C139.361 34.1919 139.701 34.2179 140.042 34.2179C140.384 34.2179 140.724 34.1919 141.06 34.1392L141.06 29.0582L145.054 32.9635C145.696 32.6537 146.305 32.2378 146.88 31.7799L141.005 26.0351C140.751 25.7874 140.407 25.6478 140.042 25.6478C139.678 25.6478 139.333 25.7873 139.08 26.0351L133.205 31.7799C133.78 32.2378 134.389 32.6537 135.031 32.9635L139.024 29.0582ZM134.857 33.4286C134.137 33.0866 133.467 32.6241 132.849 32.1281C132.84 32.1211 132.831 32.1141 132.822 32.107L132.461 31.8157L138.734 25.6816C139.082 25.3416 139.551 25.1533 140.042 25.1533C140.533 25.1533 141.003 25.3416 141.35 25.6816L147.624 31.8157L147.262 32.107C147.253 32.1141 147.245 32.1211 147.236 32.1281C146.618 32.6241 145.947 33.0866 145.227 33.4286L144.955 33.558L141.555 30.2332L141.555 34.5584L141.2 34.6174C140.818 34.6811 140.431 34.7123 140.042 34.7123C139.654 34.7123 139.267 34.6811 138.884 34.6174L138.53 34.5584L138.53 30.2332L135.13 33.558L134.857 33.4286Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M134.654 22.8173L129.573 22.8173C129.52 23.1535 129.494 23.4935 129.494 23.8351C129.494 24.1769 129.52 24.5169 129.573 24.8531L134.654 24.8531L130.748 28.8469C131.058 29.4887 131.474 30.0975 131.932 30.6727L137.677 24.7976C137.925 24.5442 138.064 24.1999 138.064 23.8351C138.064 23.4706 137.925 23.1262 137.677 22.8728L131.932 16.9977C131.474 17.5729 131.058 18.1817 130.748 18.8235L134.654 22.8173ZM130.283 18.6502C130.625 17.93 131.088 17.2595 131.584 16.6416C131.591 16.6328 131.598 16.624 131.605 16.6153L131.896 16.2539L138.03 22.5271C138.37 22.8749 138.559 23.3441 138.559 23.8351C138.559 24.3263 138.37 24.7955 138.03 25.1433L131.896 31.4165L131.605 31.0551C131.598 31.0464 131.591 31.0376 131.584 31.0288C131.088 30.4109 130.625 29.7404 130.283 29.0202L130.154 28.7477L133.479 25.3475L129.153 25.3475L129.095 24.9934C129.031 24.6106 129 24.2236 129 23.8351C129 23.4468 129.031 23.0598 129.095 22.677L129.153 22.3229L133.479 22.3229L130.154 18.9227L130.283 18.6502Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M145.43 22.8173L150.511 22.8173C150.564 23.1535 150.59 23.4935 150.59 23.8351C150.59 24.1769 150.564 24.5169 150.511 24.8531L145.43 24.8531L149.336 28.8469C149.026 29.4887 148.61 30.0975 148.152 30.6727L142.407 24.7976C142.159 24.5442 142.02 24.1999 142.02 23.8351C142.02 23.4706 142.159 23.1262 142.407 22.8728L148.152 16.9977C148.61 17.5729 149.026 18.1817 149.336 18.8235L145.43 22.8173ZM149.801 18.6502C149.459 17.93 148.996 17.2595 148.5 16.6416C148.493 16.6328 148.486 16.624 148.479 16.6153L148.188 16.2539L142.054 22.5271C141.714 22.8749 141.525 23.3441 141.525 23.8351C141.525 24.3263 141.714 24.7955 142.054 25.1433L148.188 31.4165L148.479 31.0551C148.486 31.0464 148.493 31.0376 148.5 31.0288C148.996 30.4109 149.459 29.7404 149.801 29.0202L149.93 28.7477L146.605 25.3475L150.931 25.3475L150.989 24.9934C151.053 24.6106 151.084 24.2236 151.084 23.8351C151.084 23.4468 151.053 23.0598 150.989 22.677L150.931 22.3229L146.605 22.3229L149.93 18.9227L149.801 18.6502Z", fill: "#919594" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M186.688 13.8911H180.408V25.2384H187.048C190.893 25.2384 191.965 20.5571 188.876 19.5538C188.628 19.473 188.323 19.4677 188.714 19.3073C189.018 19.1831 189.245 18.9671 189.484 18.6847C191.151 16.7214 189.433 13.8911 186.688 13.8911ZM183.425 30.2039H185.292C185.674 30.2039 185.986 30.5166 185.986 30.8991V30.963C185.986 31.3806 185.645 31.7223 185.229 31.7223H183.745C183.745 32.2094 183.981 32.5314 184.354 32.5314H185.305C185.711 32.5314 186.247 32.8229 186.247 33.2266V33.2905C186.247 33.7081 185.906 34.0498 185.489 34.0498H183.425V30.2039ZM198.186 29.4286H199.215V31.9237L201.512 29.4286H202.78L200.915 31.4532L203 34.8571C202.647 35.0845 201.869 34.9485 201.762 34.7718L200.201 32.229L199.215 33.3003V34.8571H198.186V29.4286ZM178.419 33.5292L177.811 34.2449C177.811 34.2449 178.512 35.0421 179.899 35.0421C181.287 35.0421 182.08 34.2338 182.077 33.3512C182.071 31.3129 179.125 32.0204 179.139 30.8222C179.147 30.0804 180.134 30.1323 180.134 30.1323C180.134 30.1323 180.869 30.0286 181.656 30.7257C182.468 29.5709 180.588 29.2497 180.086 29.2794C178.699 29.2794 178.035 29.9396 178.035 30.8222C178.035 31.7047 178.524 32.1745 179.795 32.513C179.795 32.513 180.988 32.7059 180.988 33.4477C180.988 34.1892 179.892 34.152 179.892 34.152C179.892 34.152 179.206 34.2263 178.419 33.5292ZM189.783 30.6857L189.063 32.5355H190.474L189.783 30.6857ZM190.347 29.4286L191.138 31.4137L192.459 34.8774H191.762C191.512 34.8774 191.291 34.6676 191.251 34.5516L190.809 33.3939H188.736L188.17 34.8774H187.175L188.496 31.4137L189.287 29.4286H190.347ZM169.751 30.6857L169.031 32.5355H170.442L169.751 30.6857ZM170.316 29.4286L171.106 31.4137L172.427 34.8774H171.73C171.48 34.8774 171.259 34.6676 171.218 34.5516L170.777 33.3939H168.704L168.138 34.8774H167.143L168.464 31.4137L169.255 29.4286H170.316ZM161.324 29.4281V34.8571H161.169C160.705 34.8571 160.339 34.4576 160.339 34.193V29.4281H161.324ZM155.327 27.7833H161.324V28.0652C161.324 28.493 161.053 28.8366 160.503 28.8366H156.565V30.7937H159.515V31.8468H156.565V34.8571H155.327V27.7833ZM192.816 29.4286H193.352C193.618 29.4286 194.081 29.494 194.277 29.765L196.53 33.2295V29.4286H197.461V34.8571H196.88C196.614 34.8571 196.492 34.7146 196.378 34.5957L193.821 30.8195V34.8571H192.816V29.4286ZM172.738 29.4286H173.274C173.54 29.4286 174.003 29.494 174.199 29.765L176.452 33.2295V29.4286H177.384V34.8571H176.802C176.537 34.8571 176.414 34.7146 176.3 34.5957L173.743 30.8195V34.8571H172.738V29.4286ZM162.087 29.4286H162.624C162.889 29.4286 163.353 29.494 163.549 29.765L165.801 33.2295V29.4286H166.733V34.8571H166.151C165.886 34.8571 165.764 34.7146 165.65 34.5957L163.093 30.8195V34.8571H162.087V29.4286ZM185.307 29.4286H182.504V34.8571H185.477C187.303 34.8571 187.812 32.6177 186.345 32.1378C186.227 32.099 186.082 32.0966 186.268 32.0199C186.413 31.9603 186.52 31.8571 186.634 31.7221C187.425 30.7826 186.609 29.4286 185.307 29.4286ZM160.782 13.6167C164.358 13.6167 166.689 16.2897 166.689 19.587C166.689 21.1988 166.121 22.6611 165.128 23.7353L166.629 25.2454C166.629 25.2454 166.077 25.7498 165.361 25.7498C164.645 25.7498 164.175 25.2675 164.175 25.2675L163.738 24.8246C162.893 25.2917 161.895 25.5574 160.782 25.5574C157.251 25.5574 154.875 22.8844 154.875 19.587C154.875 16.2897 157.206 13.6167 160.782 13.6167ZM160.364 21.4035L162.493 23.5617C161.989 23.8183 161.413 23.9596 160.782 23.9596C158.486 23.9596 156.919 22.0927 156.919 19.587C156.919 17.0597 158.465 15.2145 160.782 15.2145C163.099 15.2145 164.645 17.0597 164.645 19.587C164.645 20.6857 164.344 21.6613 163.812 22.4108L162.885 21.4778C162.885 21.4778 161.811 20.3134 160.364 21.4035ZM168.278 13.8911H169.456C170.039 13.8911 170.556 14.2444 170.806 14.4932L176.639 22.0568V13.8911H178.481V25.2384H177.326C176.742 25.2384 176.565 24.9406 176.315 24.6917L170.142 16.7983V25.2384H168.278V13.8911ZM182.347 15.5111H186.659C187.462 15.5111 188.12 16.1653 188.12 16.9647V17.0983C188.12 17.9712 187.402 18.6854 186.524 18.6854H183.023C183.023 19.7038 183.519 20.3765 184.305 20.3765H186.685C187.541 20.3765 188.668 20.9861 188.668 21.8299V21.9637C188.668 22.8366 187.95 23.5509 187.073 23.5509H182.347V15.5111Z", fill: "#00193E" }), (0, jsx_runtime_1.jsx)("path", { d: "M47.3886 66.1818H48.1613L48.809 67.0341L48.9795 67.2614L49.9454 68.5455H49.1727L48.5363 67.6932L48.3772 67.4773L47.3886 66.1818ZM50.184 65.0909C50.184 65.7045 50.0732 66.2348 49.8516 66.6818C49.63 67.1288 49.3261 67.4735 48.9397 67.7159C48.5533 67.9583 48.1121 68.0795 47.6158 68.0795C47.1196 68.0795 46.6783 67.9583 46.292 67.7159C45.9056 67.4735 45.6016 67.1288 45.38 66.6818C45.1585 66.2348 45.0477 65.7045 45.0477 65.0909C45.0477 64.4773 45.1585 63.947 45.38 63.5C45.6016 63.053 45.9056 62.7083 46.292 62.4659C46.6783 62.2235 47.1196 62.1023 47.6158 62.1023C48.1121 62.1023 48.5533 62.2235 48.9397 62.4659C49.3261 62.7083 49.63 63.053 49.8516 63.5C50.0732 63.947 50.184 64.4773 50.184 65.0909ZM49.5022 65.0909C49.5022 64.5871 49.4179 64.1619 49.2494 63.8153C49.0827 63.4688 48.8564 63.2064 48.5704 63.0284C48.2863 62.8504 47.9681 62.7614 47.6158 62.7614C47.2636 62.7614 46.9444 62.8504 46.6585 63.0284C46.3744 63.2064 46.148 63.4688 45.9795 63.8153C45.8128 64.1619 45.7295 64.5871 45.7295 65.0909C45.7295 65.5947 45.8128 66.0199 45.9795 66.3665C46.148 66.7131 46.3744 66.9754 46.6585 67.1534C46.9444 67.3314 47.2636 67.4205 47.6158 67.4205C47.9681 67.4205 48.2863 67.3314 48.5704 67.1534C48.8564 66.9754 49.0827 66.7131 49.2494 66.3665C49.4179 66.0199 49.5022 65.5947 49.5022 65.0909ZM55.9823 62.1818V68H55.3005L52.13 63.4318H52.0732V68H51.3687V62.1818H52.0505L55.2323 66.7614H55.2891V62.1818H55.9823ZM57.3921 68V62.1818H59.4262C59.8315 62.1818 60.1658 62.2519 60.4291 62.392C60.6923 62.5303 60.8883 62.7169 61.0171 62.9517C61.1459 63.1847 61.2103 63.4432 61.2103 63.7273C61.2103 63.9773 61.1658 64.1837 61.0768 64.3466C60.9897 64.5095 60.8741 64.6383 60.7302 64.733C60.5881 64.8277 60.4338 64.8977 60.2671 64.9432V65C60.4452 65.0114 60.6241 65.0739 60.8041 65.1875C60.984 65.3011 61.1345 65.464 61.2558 65.6761C61.377 65.8883 61.4376 66.1477 61.4376 66.4545C61.4376 66.7462 61.3713 67.0085 61.2387 67.2415C61.1061 67.4744 60.8969 67.6591 60.6109 67.7955C60.3249 67.9318 59.9527 68 59.4944 68H57.3921ZM58.0967 67.375H59.4944C59.9546 67.375 60.2813 67.286 60.4745 67.108C60.6696 66.928 60.7671 66.7102 60.7671 66.4545C60.7671 66.2576 60.7169 66.0758 60.6166 65.9091C60.5162 65.7405 60.3732 65.6061 60.1876 65.5057C60.002 65.4034 59.7823 65.3523 59.5285 65.3523H58.0967V67.375ZM58.0967 64.7386H59.4035C59.6156 64.7386 59.8069 64.697 59.9773 64.6136C60.1497 64.5303 60.2861 64.4129 60.3864 64.2614C60.4887 64.1098 60.5398 63.9318 60.5398 63.7273C60.5398 63.4716 60.4508 63.2547 60.2728 63.0767C60.0948 62.8968 59.8126 62.8068 59.4262 62.8068H58.0967V64.7386ZM64.8452 68V62.1818H68.3339V62.8068H65.5498V64.7727H68.0725V65.3977H65.5498V68H64.8452ZM69.4497 68V63.6364H70.1201V68H69.4497ZM69.7906 62.9091C69.6599 62.9091 69.5472 62.8646 69.4525 62.7756C69.3597 62.6866 69.3133 62.5795 69.3133 62.4545C69.3133 62.3295 69.3597 62.2225 69.4525 62.1335C69.5472 62.0445 69.6599 62 69.7906 62C69.9212 62 70.033 62.0445 70.1258 62.1335C70.2205 62.2225 70.2678 62.3295 70.2678 62.4545C70.2678 62.5795 70.2205 62.6866 70.1258 62.7756C70.033 62.8646 69.9212 62.9091 69.7906 62.9091ZM72.0185 65.375V68H71.3481V63.6364H71.9958V64.3182H72.0526C72.1549 64.0966 72.3102 63.9186 72.5185 63.7841C72.7269 63.6477 72.9958 63.5795 73.3254 63.5795C73.6208 63.5795 73.8793 63.6402 74.1009 63.7614C74.3225 63.8807 74.4949 64.0625 74.618 64.3068C74.7411 64.5492 74.8026 64.8561 74.8026 65.2273V68H74.1322V65.2727C74.1322 64.9299 74.0432 64.6629 73.8651 64.4716C73.6871 64.2784 73.4428 64.1818 73.1322 64.1818C72.9182 64.1818 72.7269 64.2282 72.5583 64.321C72.3916 64.4138 72.26 64.5492 72.1634 64.7273C72.0668 64.9053 72.0185 65.1212 72.0185 65.375ZM77.3119 68.1023C77.0354 68.1023 76.7844 68.0502 76.559 67.946C76.3336 67.84 76.1547 67.6875 76.0221 67.4886C75.8895 67.2879 75.8232 67.0455 75.8232 66.7614C75.8232 66.5114 75.8725 66.3087 75.971 66.1534C76.0694 65.9962 76.2011 65.8731 76.3658 65.7841C76.5306 65.6951 76.7124 65.6288 76.9113 65.5852C77.1121 65.5398 77.3138 65.5038 77.5164 65.4773C77.7816 65.4432 77.9965 65.4176 78.1613 65.4006C78.328 65.3816 78.4492 65.3504 78.5249 65.3068C78.6026 65.2633 78.6414 65.1875 78.6414 65.0795V65.0568C78.6414 64.7765 78.5647 64.5587 78.4113 64.4034C78.2598 64.2481 78.0297 64.1705 77.721 64.1705C77.4009 64.1705 77.1499 64.2405 76.9681 64.3807C76.7863 64.5208 76.6585 64.6705 76.5846 64.8295L75.9482 64.6023C76.0619 64.3371 76.2134 64.1307 76.4028 63.983C76.5941 63.8333 76.8024 63.7292 77.0278 63.6705C77.255 63.6098 77.4785 63.5795 77.6982 63.5795C77.8384 63.5795 77.9994 63.5966 78.1812 63.6307C78.3649 63.6629 78.542 63.7301 78.7124 63.8324C78.8848 63.9347 79.0278 64.089 79.1414 64.2955C79.255 64.5019 79.3119 64.7784 79.3119 65.125V68H78.6414V67.4091H78.6073C78.5619 67.5038 78.4861 67.6051 78.38 67.7131C78.274 67.821 78.1329 67.9129 77.9568 67.9886C77.7806 68.0644 77.5657 68.1023 77.3119 68.1023ZM77.4141 67.5C77.6793 67.5 77.9028 67.4479 78.0846 67.3438C78.2683 67.2396 78.4066 67.1051 78.4994 66.9403C78.5941 66.7756 78.6414 66.6023 78.6414 66.4205V65.8068C78.613 65.8409 78.5505 65.8722 78.4539 65.9006C78.3592 65.9271 78.2494 65.9508 78.1244 65.9716C78.0013 65.9905 77.881 66.0076 77.7636 66.0227C77.648 66.036 77.5543 66.0473 77.4823 66.0568C77.3081 66.0795 77.1452 66.1165 76.9937 66.1676C76.8441 66.2169 76.7229 66.2917 76.63 66.392C76.5391 66.4905 76.4937 66.625 76.4937 66.7955C76.4937 67.0284 76.5799 67.2045 76.7522 67.3239C76.9264 67.4413 77.1471 67.5 77.4141 67.5ZM81.206 65.375V68H80.5356V63.6364H81.1833V64.3182H81.2401C81.3424 64.0966 81.4977 63.9186 81.706 63.7841C81.9144 63.6477 82.1833 63.5795 82.5129 63.5795C82.8083 63.5795 83.0668 63.6402 83.2884 63.7614C83.51 63.8807 83.6824 64.0625 83.8055 64.3068C83.9286 64.5492 83.9901 64.8561 83.9901 65.2273V68H83.3197V65.2727C83.3197 64.9299 83.2307 64.6629 83.0526 64.4716C82.8746 64.2784 82.6303 64.1818 82.3197 64.1818C82.1057 64.1818 81.9144 64.2282 81.7458 64.321C81.5791 64.4138 81.4475 64.5492 81.3509 64.7273C81.2543 64.9053 81.206 65.1212 81.206 65.375ZM88.3062 64.6136L87.7039 64.7841C87.666 64.6837 87.6102 64.5862 87.5363 64.4915C87.4643 64.3949 87.3658 64.3153 87.2408 64.2528C87.1158 64.1903 86.9558 64.1591 86.7607 64.1591C86.4937 64.1591 86.2711 64.2206 86.0931 64.3438C85.917 64.465 85.8289 64.6193 85.8289 64.8068C85.8289 64.9735 85.8895 65.1051 86.0107 65.2017C86.1319 65.2983 86.3213 65.3788 86.5789 65.4432L87.2266 65.6023C87.6168 65.697 87.9075 65.8419 88.0988 66.0369C88.2901 66.2301 88.3857 66.4792 88.3857 66.7841C88.3857 67.0341 88.3138 67.2576 88.1698 67.4545C88.0278 67.6515 87.8289 67.8068 87.5732 67.9205C87.3175 68.0341 87.0202 68.0909 86.6812 68.0909C86.2361 68.0909 85.8677 67.9943 85.5761 67.8011C85.2844 67.608 85.0997 67.3258 85.0221 66.9545L85.6585 66.7955C85.7191 67.0303 85.8336 67.2064 86.0022 67.3239C86.1727 67.4413 86.3952 67.5 86.6698 67.5C86.9823 67.5 87.2304 67.4337 87.4141 67.3011C87.5997 67.1667 87.6925 67.0057 87.6925 66.8182C87.6925 66.6667 87.6395 66.5398 87.5335 66.4375C87.4274 66.3333 87.2645 66.2557 87.0448 66.2045L86.3175 66.0341C85.9179 65.9394 85.6244 65.7926 85.4369 65.5938C85.2513 65.393 85.1585 65.142 85.1585 64.8409C85.1585 64.5947 85.2276 64.3769 85.3658 64.1875C85.506 63.9981 85.6963 63.8494 85.9369 63.7415C86.1793 63.6335 86.4539 63.5795 86.7607 63.5795C87.1925 63.5795 87.5316 63.6742 87.7778 63.8636C88.0259 64.053 88.202 64.303 88.3062 64.6136ZM89.4859 68V62.1818H90.1563V64.3295H90.2131C90.2624 64.2538 90.3306 64.1572 90.4177 64.0398C90.5067 63.9205 90.6336 63.8144 90.7984 63.7216C90.965 63.6269 91.1904 63.5795 91.4745 63.5795C91.8419 63.5795 92.1658 63.6714 92.4461 63.8551C92.7264 64.0388 92.9452 64.2992 93.1023 64.6364C93.2595 64.9735 93.3381 65.3712 93.3381 65.8295C93.3381 66.2917 93.2595 66.6922 93.1023 67.0312C92.9452 67.3684 92.7273 67.6297 92.4489 67.8153C92.1705 67.9991 91.8495 68.0909 91.4859 68.0909C91.2056 68.0909 90.9811 68.0445 90.8126 67.9517C90.644 67.857 90.5143 67.75 90.4234 67.6307C90.3325 67.5095 90.2624 67.4091 90.2131 67.3295H90.1336V68H89.4859ZM90.145 65.8182C90.145 66.1477 90.1933 66.4384 90.2898 66.6903C90.3864 66.9403 90.5275 67.1364 90.7131 67.2784C90.8988 67.4186 91.126 67.4886 91.395 67.4886C91.6753 67.4886 91.9092 67.4148 92.0967 67.267C92.2861 67.1174 92.4281 66.9167 92.5228 66.6648C92.6194 66.411 92.6677 66.1288 92.6677 65.8182C92.6677 65.5114 92.6203 65.2348 92.5256 64.9886C92.4328 64.7405 92.2917 64.5445 92.1023 64.4006C91.9148 64.2547 91.6791 64.1818 91.395 64.1818C91.1222 64.1818 90.8931 64.2509 90.7075 64.3892C90.5219 64.5256 90.3817 64.7169 90.287 64.9631C90.1923 65.2074 90.145 65.4924 90.145 65.8182ZM95.6478 68.1023C95.3713 68.1023 95.1203 68.0502 94.895 67.946C94.6696 67.84 94.4906 67.6875 94.358 67.4886C94.2255 67.2879 94.1592 67.0455 94.1592 66.7614C94.1592 66.5114 94.2084 66.3087 94.3069 66.1534C94.4054 65.9962 94.537 65.8731 94.7018 65.7841C94.8666 65.6951 95.0484 65.6288 95.2472 65.5852C95.448 65.5398 95.6497 65.5038 95.8523 65.4773C96.1175 65.4432 96.3325 65.4176 96.4972 65.4006C96.6639 65.3816 96.7851 65.3504 96.8609 65.3068C96.9385 65.2633 96.9773 65.1875 96.9773 65.0795V65.0568C96.9773 64.7765 96.9006 64.5587 96.7472 64.4034C96.5957 64.2481 96.3656 64.1705 96.0569 64.1705C95.7368 64.1705 95.4859 64.2405 95.3041 64.3807C95.1222 64.5208 94.9944 64.6705 94.9205 64.8295L94.2842 64.6023C94.3978 64.3371 94.5493 64.1307 94.7387 63.983C94.93 63.8333 95.1383 63.7292 95.3637 63.6705C95.591 63.6098 95.8145 63.5795 96.0342 63.5795C96.1743 63.5795 96.3353 63.5966 96.5171 63.6307C96.7008 63.6629 96.8779 63.7301 97.0484 63.8324C97.2207 63.9347 97.3637 64.089 97.4773 64.2955C97.591 64.5019 97.6478 64.7784 97.6478 65.125V68H96.9773V67.4091H96.9433C96.8978 67.5038 96.822 67.6051 96.716 67.7131C96.6099 67.821 96.4688 67.9129 96.2927 67.9886C96.1166 68.0644 95.9016 68.1023 95.6478 68.1023ZM95.7501 67.5C96.0152 67.5 96.2387 67.4479 96.4205 67.3438C96.6042 67.2396 96.7425 67.1051 96.8353 66.9403C96.93 66.7756 96.9773 66.6023 96.9773 66.4205V65.8068C96.9489 65.8409 96.8864 65.8722 96.7898 65.9006C96.6952 65.9271 96.5853 65.9508 96.4603 65.9716C96.3372 65.9905 96.2169 66.0076 96.0995 66.0227C95.984 66.036 95.8902 66.0473 95.8183 66.0568C95.644 66.0795 95.4811 66.1165 95.3296 66.1676C95.18 66.2169 95.0588 66.2917 94.966 66.392C94.8751 66.4905 94.8296 66.625 94.8296 66.7955C94.8296 67.0284 94.9158 67.2045 95.0881 67.3239C95.2624 67.4413 95.483 67.5 95.7501 67.5ZM99.542 65.375V68H98.8715V63.6364H99.5193V64.3182H99.5761C99.6783 64.0966 99.8336 63.9186 100.042 63.7841C100.25 63.6477 100.519 63.5795 100.849 63.5795C101.144 63.5795 101.403 63.6402 101.624 63.7614C101.846 63.8807 102.018 64.0625 102.141 64.3068C102.265 64.5492 102.326 64.8561 102.326 65.2273V68H101.656V65.2727C101.656 64.9299 101.567 64.6629 101.389 64.4716C101.211 64.2784 100.966 64.1818 100.656 64.1818C100.442 64.1818 100.25 64.2282 100.082 64.321C99.9151 64.4138 99.7835 64.5492 99.6869 64.7273C99.5903 64.9053 99.542 65.1212 99.542 65.375ZM104.176 66.4091L104.165 65.5795H104.301L106.21 63.6364H107.04L105.006 65.6932H104.949L104.176 66.4091ZM103.551 68V62.1818H104.222V68H103.551ZM106.324 68L104.619 65.8409L105.097 65.375L107.176 68H106.324ZM112.039 68H110.244V62.1818H112.119C112.683 62.1818 113.166 62.2983 113.568 62.5312C113.969 62.7623 114.277 63.0947 114.491 63.5284C114.705 63.9602 114.812 64.4773 114.812 65.0795C114.812 65.6856 114.704 66.2074 114.488 66.6449C114.272 67.0805 113.958 67.4157 113.545 67.6506C113.132 67.8835 112.63 68 112.039 68ZM110.948 67.375H111.994C112.475 67.375 112.873 67.2822 113.19 67.0966C113.506 66.911 113.742 66.6468 113.897 66.304C114.052 65.9612 114.13 65.553 114.13 65.0795C114.13 64.6098 114.053 64.2055 113.9 63.8665C113.747 63.5256 113.517 63.2642 113.212 63.0824C112.908 62.8987 112.528 62.8068 112.073 62.8068H110.948V67.375ZM117.732 68.0909C117.312 68.0909 116.949 67.9981 116.644 67.8125C116.341 67.625 116.107 67.3636 115.943 67.0284C115.78 66.6913 115.698 66.2992 115.698 65.8523C115.698 65.4053 115.78 65.0114 115.943 64.6705C116.107 64.3277 116.336 64.0606 116.63 63.8693C116.926 63.6761 117.27 63.5795 117.664 63.5795C117.891 63.5795 118.116 63.6174 118.337 63.6932C118.559 63.7689 118.761 63.892 118.943 64.0625C119.124 64.2311 119.269 64.4545 119.377 64.733C119.485 65.0114 119.539 65.3542 119.539 65.7614V66.0455H116.176V65.4659H118.857C118.857 65.2197 118.808 65 118.71 64.8068C118.613 64.6136 118.475 64.4612 118.295 64.3494C118.117 64.2377 117.907 64.1818 117.664 64.1818C117.397 64.1818 117.166 64.2481 116.971 64.3807C116.778 64.5114 116.629 64.6818 116.525 64.892C116.421 65.1023 116.369 65.3277 116.369 65.5682V65.9545C116.369 66.2841 116.426 66.5634 116.539 66.7926C116.655 67.0199 116.815 67.1932 117.019 67.3125C117.224 67.4299 117.461 67.4886 117.732 67.4886C117.908 67.4886 118.068 67.464 118.21 67.4148C118.354 67.3636 118.478 67.2879 118.582 67.1875C118.686 67.0852 118.766 66.9583 118.823 66.8068L119.471 66.9886C119.403 67.2083 119.288 67.4015 119.127 67.5682C118.966 67.733 118.767 67.8617 118.531 67.9545C118.294 68.0455 118.028 68.0909 117.732 68.0909ZM123.65 64.6136L123.048 64.7841C123.01 64.6837 122.954 64.5862 122.88 64.4915C122.808 64.3949 122.71 64.3153 122.585 64.2528C122.46 64.1903 122.3 64.1591 122.104 64.1591C121.837 64.1591 121.615 64.2206 121.437 64.3438C121.261 64.465 121.173 64.6193 121.173 64.8068C121.173 64.9735 121.233 65.1051 121.354 65.2017C121.476 65.2983 121.665 65.3788 121.923 65.4432L122.57 65.6023C122.961 65.697 123.251 65.8419 123.443 66.0369C123.634 66.2301 123.729 66.4792 123.729 66.7841C123.729 67.0341 123.658 67.2576 123.514 67.4545C123.372 67.6515 123.173 67.8068 122.917 67.9205C122.661 68.0341 122.364 68.0909 122.025 68.0909C121.58 68.0909 121.211 67.9943 120.92 67.8011C120.628 67.608 120.443 67.3258 120.366 66.9545L121.002 66.7955C121.063 67.0303 121.177 67.2064 121.346 67.3239C121.516 67.4413 121.739 67.5 122.014 67.5C122.326 67.5 122.574 67.4337 122.758 67.3011C122.943 67.1667 123.036 67.0057 123.036 66.8182C123.036 66.6667 122.983 66.5398 122.877 66.4375C122.771 66.3333 122.608 66.2557 122.389 66.2045L121.661 66.0341C121.262 65.9394 120.968 65.7926 120.781 65.5938C120.595 65.393 120.502 65.142 120.502 64.8409C120.502 64.5947 120.571 64.3769 120.71 64.1875C120.85 63.9981 121.04 63.8494 121.281 63.7415C121.523 63.6335 121.798 63.5795 122.104 63.5795C122.536 63.5795 122.875 63.6742 123.122 63.8636C123.37 64.053 123.546 64.303 123.65 64.6136ZM126.636 63.6364V64.2045H124.375V63.6364H126.636ZM125.034 62.5909H125.705V66.75C125.705 66.9394 125.732 67.0814 125.787 67.1761C125.844 67.2689 125.916 67.3314 126.003 67.3636C126.092 67.3939 126.186 67.4091 126.284 67.4091C126.358 67.4091 126.419 67.4053 126.466 67.3977C126.513 67.3883 126.551 67.3807 126.58 67.375L126.716 67.9773C126.671 67.9943 126.607 68.0114 126.526 68.0284C126.444 68.0473 126.341 68.0568 126.216 68.0568C126.027 68.0568 125.841 68.0161 125.659 67.9347C125.479 67.8532 125.33 67.7292 125.21 67.5625C125.093 67.3958 125.034 67.1856 125.034 66.9318V62.5909ZM129.428 68.0909C129.007 68.0909 128.644 67.9981 128.34 67.8125C128.037 67.625 127.803 67.3636 127.638 67.0284C127.475 66.6913 127.394 66.2992 127.394 65.8523C127.394 65.4053 127.475 65.0114 127.638 64.6705C127.803 64.3277 128.032 64.0606 128.325 63.8693C128.621 63.6761 128.966 63.5795 129.359 63.5795C129.587 63.5795 129.811 63.6174 130.033 63.6932C130.254 63.7689 130.456 63.892 130.638 64.0625C130.82 64.2311 130.965 64.4545 131.073 64.733C131.18 65.0114 131.234 65.3542 131.234 65.7614V66.0455H127.871V65.4659H130.553C130.553 65.2197 130.503 65 130.405 64.8068C130.308 64.6136 130.17 64.4612 129.99 64.3494C129.812 64.2377 129.602 64.1818 129.359 64.1818C129.092 64.1818 128.861 64.2481 128.666 64.3807C128.473 64.5114 128.324 64.6818 128.22 64.892C128.116 65.1023 128.064 65.3277 128.064 65.5682V65.9545C128.064 66.2841 128.121 66.5634 128.234 66.7926C128.35 67.0199 128.51 67.1932 128.715 67.3125C128.919 67.4299 129.157 67.4886 129.428 67.4886C129.604 67.4886 129.763 67.464 129.905 67.4148C130.049 67.3636 130.173 67.2879 130.277 67.1875C130.381 67.0852 130.462 66.9583 130.519 66.8068L131.166 66.9886C131.098 67.2083 130.984 67.4015 130.823 67.5682C130.662 67.733 130.463 67.8617 130.226 67.9545C129.989 68.0455 129.723 68.0909 129.428 68.0909ZM132.879 66.4091L132.868 65.5795H133.004L134.913 63.6364H135.743L133.709 65.6932H133.652L132.879 66.4091ZM132.254 68V62.1818H132.925V68H132.254ZM135.027 68L133.323 65.8409L133.8 65.375L135.879 68H135.027ZM137.276 62.1818V68H136.606V62.1818H137.276ZM140.334 68.0909C139.913 68.0909 139.551 67.9981 139.246 67.8125C138.943 67.625 138.709 67.3636 138.544 67.0284C138.381 66.6913 138.3 66.2992 138.3 65.8523C138.3 65.4053 138.381 65.0114 138.544 64.6705C138.709 64.3277 138.938 64.0606 139.232 63.8693C139.527 63.6761 139.872 63.5795 140.266 63.5795C140.493 63.5795 140.717 63.6174 140.939 63.6932C141.161 63.7689 141.362 63.892 141.544 64.0625C141.726 64.2311 141.871 64.4545 141.979 64.733C142.087 65.0114 142.141 65.3542 142.141 65.7614V66.0455H138.777V65.4659H141.459C141.459 65.2197 141.41 65 141.311 64.8068C141.215 64.6136 141.076 64.4612 140.896 64.3494C140.718 64.2377 140.508 64.1818 140.266 64.1818C139.999 64.1818 139.768 64.2481 139.573 64.3807C139.379 64.5114 139.231 64.6818 139.126 64.892C139.022 65.1023 138.97 65.3277 138.97 65.5682V65.9545C138.97 66.2841 139.027 66.5634 139.141 66.7926C139.256 67.0199 139.416 67.1932 139.621 67.3125C139.825 67.4299 140.063 67.4886 140.334 67.4886C140.51 67.4886 140.669 67.464 140.811 67.4148C140.955 67.3636 141.079 67.2879 141.183 67.1875C141.287 67.0852 141.368 66.9583 141.425 66.8068L142.073 66.9886C142.004 67.2083 141.89 67.4015 141.729 67.5682C141.568 67.733 141.369 67.8617 141.132 67.9545C140.895 68.0455 140.629 68.0909 140.334 68.0909ZM143.161 68V63.6364H143.808V64.2955H143.854C143.933 64.0795 144.077 63.9044 144.286 63.7699C144.494 63.6354 144.729 63.5682 144.99 63.5682C145.039 63.5682 145.101 63.5691 145.175 63.571C145.249 63.5729 145.305 63.5758 145.342 63.5795V64.2614C145.32 64.2557 145.268 64.2472 145.186 64.2358C145.107 64.2225 145.022 64.2159 144.933 64.2159C144.721 64.2159 144.532 64.2604 144.365 64.3494C144.2 64.4366 144.07 64.5578 143.973 64.7131C143.878 64.8665 143.831 65.0417 143.831 65.2386V68H143.161ZM146.137 68V63.6364H146.808V68H146.137ZM146.478 62.9091C146.347 62.9091 146.235 62.8646 146.14 62.7756C146.047 62.6866 146.001 62.5795 146.001 62.4545C146.001 62.3295 146.047 62.2225 146.14 62.1335C146.235 62.0445 146.347 62 146.478 62C146.609 62 146.72 62.0445 146.813 62.1335C146.908 62.2225 146.955 62.3295 146.955 62.4545C146.955 62.5795 146.908 62.6866 146.813 62.7756C146.72 62.8646 146.609 62.9091 146.478 62.9091ZM148.467 69.6364C148.354 69.6364 148.252 69.6269 148.163 69.608C148.074 69.5909 148.013 69.5739 147.979 69.5568L148.149 68.9659C148.312 69.0076 148.456 69.0227 148.581 69.0114C148.706 69 148.817 68.9441 148.913 68.8438C149.012 68.7453 149.102 68.5852 149.183 68.3636L149.308 68.0227L147.695 63.6364H148.422L149.626 67.1136H149.672L150.876 63.6364H151.604L149.751 68.6364C149.668 68.8617 149.565 69.0483 149.442 69.196C149.319 69.3456 149.176 69.4564 149.013 69.5284C148.852 69.6004 148.67 69.6364 148.467 69.6364ZM153.159 62.1818V68H152.489V62.1818H153.159ZM156.217 68.0909C155.796 68.0909 155.434 67.9981 155.129 67.8125C154.826 67.625 154.592 67.3636 154.427 67.0284C154.264 66.6913 154.183 66.2992 154.183 65.8523C154.183 65.4053 154.264 65.0114 154.427 64.6705C154.592 64.3277 154.821 64.0606 155.114 63.8693C155.41 63.6761 155.755 63.5795 156.149 63.5795C156.376 63.5795 156.6 63.6174 156.822 63.6932C157.043 63.7689 157.245 63.892 157.427 64.0625C157.609 64.2311 157.754 64.4545 157.862 64.733C157.97 65.0114 158.024 65.3542 158.024 65.7614V66.0455H154.66V65.4659H157.342C157.342 65.2197 157.292 65 157.194 64.8068C157.097 64.6136 156.959 64.4612 156.779 64.3494C156.601 64.2377 156.391 64.1818 156.149 64.1818C155.881 64.1818 155.65 64.2481 155.455 64.3807C155.262 64.5114 155.113 64.6818 155.009 64.892C154.905 65.1023 154.853 65.3277 154.853 65.5682V65.9545C154.853 66.2841 154.91 66.5634 155.024 66.7926C155.139 67.0199 155.299 67.1932 155.504 67.3125C155.708 67.4299 155.946 67.4886 156.217 67.4886C156.393 67.4886 156.552 67.464 156.694 67.4148C156.838 67.3636 156.962 67.2879 157.066 67.1875C157.17 67.0852 157.251 66.9583 157.308 66.8068L157.955 66.9886C157.887 67.2083 157.773 67.4015 157.612 67.5682C157.451 67.733 157.252 67.8617 157.015 67.9545C156.778 68.0455 156.512 68.0909 156.217 68.0909Z", fill: "#00193E" }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint0_linear_10030_38996", x1: 128.176, y1: 23.8351, x2: 138.559, y2: 23.8351, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351563, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367187, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382812, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429687, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445312, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460937, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476562, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492187, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523437, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570313, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585938, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664063, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695313, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710938, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726563, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#0062AF" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint1_linear_10030_38996", x1: 132.352, y1: 17.3248, x2: 147.732, y2: 17.3248, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351562, stopColor: "#AB004C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#AA004B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#A9004B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#A9004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367188, stopColor: "#A8004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#A7004A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#A70049" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#A50049" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382813, stopColor: "#A50048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#A40048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#A30048" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#A30047" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398438, stopColor: "#A10047" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#A10046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#A00046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#9F0046" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#9F0045" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#9E0045" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#9D0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#9C0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429688, stopColor: "#9B0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#9B0044" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#9A0043" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#990043" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445313, stopColor: "#980042" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#970042" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#970041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#960041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#950041" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#940040" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#930040" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#92003F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476562, stopColor: "#92013F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#91013F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#90013E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#90013E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#8E013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#8D013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#8D013D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#8C013C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#8B013C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#8A013B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#89003B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#89013A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#88003A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#87003A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#860039" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#850039" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#840038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#840038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#830038" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#820037" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#820037" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#800036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#7F0036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#7F0035" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#7E0035" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#7D0034" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#7D0034" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#7B0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585937, stopColor: "#7A0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#7A0033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#790032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#780032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#780031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#760031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#760030" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#750131" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#740531" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#740831" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#730B32" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#730D32" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#721033" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#711133" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#711433" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#701634" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#6F1734" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#6F1934" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#6E1A34" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#6D1B35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664063, stopColor: "#6D1C35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#6C1E35" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#6B1F36" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#6B2036" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#6A2236" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#6A2237" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#692437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#682437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695312, stopColor: "#682638" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#672638" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#662838" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#662838" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710937, stopColor: "#652939" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#642A39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#642B39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#632C39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726563, stopColor: "#622C3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.730469, stopColor: "#612C39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#602D39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.738281, stopColor: "#5F2D39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.742188, stopColor: "#5E2E39" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.746094, stopColor: "#5E2E3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#5D2F3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.753906, stopColor: "#5C2F3A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.757813, stopColor: "#5C303A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.761719, stopColor: "#5B303A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.765625, stopColor: "#5A313A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.769531, stopColor: "#59313A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.773438, stopColor: "#58323A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.777344, stopColor: "#58323A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.78125, stopColor: "#57333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.785156, stopColor: "#56333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.789063, stopColor: "#55333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.792969, stopColor: "#54333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.796875, stopColor: "#54333A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.800781, stopColor: "#53343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.804688, stopColor: "#52343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.808594, stopColor: "#51343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.8125, stopColor: "#50343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.816406, stopColor: "#4F343A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.820312, stopColor: "#4F3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.824219, stopColor: "#4E3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.828125, stopColor: "#4D3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.832031, stopColor: "#4C3439" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.835937, stopColor: "#4B3438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.839844, stopColor: "#4A3438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.84375, stopColor: "#493438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.847656, stopColor: "#483438" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.851563, stopColor: "#473437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.855469, stopColor: "#463437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.859375, stopColor: "#463437" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.863281, stopColor: "#453336" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.867188, stopColor: "#443336" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.871094, stopColor: "#433335" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.875, stopColor: "#423335" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.878906, stopColor: "#413234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.882813, stopColor: "#403234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.886719, stopColor: "#3F3234" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.890625, stopColor: "#3E3133" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.894531, stopColor: "#3D3132" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.898438, stopColor: "#3C3032" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.902344, stopColor: "#3B3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.90625, stopColor: "#3A3031" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.910156, stopColor: "#382E2F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.914063, stopColor: "#362D2E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.917969, stopColor: "#352D2D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.921875, stopColor: "#342C2D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.925781, stopColor: "#332B2C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.929688, stopColor: "#322B2B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.933594, stopColor: "#312A2A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.9375, stopColor: "#30292A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.941406, stopColor: "#2F2929" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.945312, stopColor: "#2D2828" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.949219, stopColor: "#2C2727" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.953125, stopColor: "#2B2626" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.957031, stopColor: "#2A2525" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.960937, stopColor: "#282524" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.964844, stopColor: "#272423" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.96875, stopColor: "#262322" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.972656, stopColor: "#242221" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.976563, stopColor: "#232120" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.980469, stopColor: "#22201F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.984375, stopColor: "#201F1E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.988281, stopColor: "#1F1D1C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.992188, stopColor: "#1D1C1B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.996094, stopColor: "#1C1B1A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#1A1A18" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint2_linear_10030_38996", x1: 141.525, y1: 23.8351, x2: 151.908, y2: 23.8351, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.265625, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.273437, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.277344, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.28125, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.285156, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.289063, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.292969, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.296875, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.300781, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.304687, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.308594, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.316406, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.320313, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.324219, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.328125, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.332031, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.335938, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.339844, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.347656, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351563, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367188, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382813, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414063, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429688, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445313, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476563, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004B8D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507813, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539063, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585937, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601563, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617187, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632813, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648437, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#003A73" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint3_linear_10030_38996", x1: 140.042, y1: 35.7009, x2: 140.042, y2: 24.9883, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.25, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.3125, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.34375, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.351562, stopColor: "#003A73" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.355469, stopColor: "#003A74" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.359375, stopColor: "#003B75" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.363281, stopColor: "#003B76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.367187, stopColor: "#003C76" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.371094, stopColor: "#003C77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.375, stopColor: "#003D77" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.378906, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.382812, stopColor: "#003D78" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.386719, stopColor: "#003E79" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.390625, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.394531, stopColor: "#003E7A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.398437, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.402344, stopColor: "#003F7B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.40625, stopColor: "#003F7C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.410156, stopColor: "#00407C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.414062, stopColor: "#00407D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417969, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.421875, stopColor: "#00417E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.425781, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.429687, stopColor: "#00417F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.433594, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.4375, stopColor: "#004280" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.441406, stopColor: "#004381" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.445312, stopColor: "#004482" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.449219, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.453125, stopColor: "#004483" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.457031, stopColor: "#004484" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.460938, stopColor: "#004584" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.464844, stopColor: "#004585" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.46875, stopColor: "#004685" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.472656, stopColor: "#004686" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.476563, stopColor: "#004687" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.480469, stopColor: "#004787" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.484375, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.488281, stopColor: "#004788" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.492188, stopColor: "#004889" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.496094, stopColor: "#00488A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5, stopColor: "#00498A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.503906, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.507812, stopColor: "#00498B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.511719, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.515625, stopColor: "#004A8C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.519531, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.523438, stopColor: "#004B8E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.527344, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.53125, stopColor: "#004C8F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.535156, stopColor: "#004C90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.539062, stopColor: "#004D90" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.542969, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.546875, stopColor: "#004D91" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.550781, stopColor: "#004E92" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.554688, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.558594, stopColor: "#004F93" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.5625, stopColor: "#005094" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.566406, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.570312, stopColor: "#005095" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.574219, stopColor: "#005196" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.578125, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.582031, stopColor: "#005297" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.585938, stopColor: "#005298" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.589844, stopColor: "#005398" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.59375, stopColor: "#005399" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.597656, stopColor: "#00549A" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.601562, stopColor: "#00549B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.605469, stopColor: "#00559B" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.609375, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.613281, stopColor: "#00569C" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.617188, stopColor: "#00569D" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.621094, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.625, stopColor: "#00579E" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.628906, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.632812, stopColor: "#00589F" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.636719, stopColor: "#0059A0" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.640625, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.644531, stopColor: "#0059A1" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.648438, stopColor: "#0059A2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.652344, stopColor: "#005AA2" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.65625, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.660156, stopColor: "#005BA3" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.664062, stopColor: "#005BA4" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.667969, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.671875, stopColor: "#005CA5" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.675781, stopColor: "#005CA6" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.679688, stopColor: "#005DA7" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.683594, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.6875, stopColor: "#005EA8" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.691406, stopColor: "#005EA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.695312, stopColor: "#005FA9" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.699219, stopColor: "#005FAA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.703125, stopColor: "#0060AA" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.707031, stopColor: "#0060AB" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.710938, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.714844, stopColor: "#0061AC" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.71875, stopColor: "#0061AD" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.722656, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.726562, stopColor: "#0062AE" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.734375, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.75, stopColor: "#0062AF" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#0062AF" })] })] })] }))); };
|
|
48
48
|
exports.default = SvgPoweredByQnbLogo;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
var ListGroup_styled_1 = require("./ListGroup.styled");
|
|
5
|
+
var ListGroup = function (props) {
|
|
6
|
+
var data = props.data;
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupStyled, { children: data === null || data === void 0 ? void 0 : data.map(function (item) {
|
|
8
|
+
return (0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupItem, { children: (0, jsx_runtime_1.jsx)(ListGroup_styled_1.ListGroupItemButton, { isActive: item.isActive, onClick: item.onClick, className: "headline-bold-18-22", children: item.title }) });
|
|
9
|
+
}) }));
|
|
10
|
+
};
|
|
11
|
+
ListGroup.defaultProps = {};
|
|
12
|
+
exports.default = ListGroup;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.ListGroupItemButton = exports.ListGroupItem = exports.ListGroupStyled = void 0;
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
exports.ListGroupStyled = styled_components_1.default.ul(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: block;\n padding: 0;\n margin: 0;\n"], ["\n display: block;\n padding: 0;\n margin: 0;\n"])));
|
|
13
|
+
exports.ListGroupItem = styled_components_1.default.li(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: 0;\n margin: 0; \n display: block;\n + li {\n margin-top: 1rem;\n }\n"], ["\n padding: 0;\n margin: 0; \n display: block;\n + li {\n margin-top: 1rem;\n }\n"])));
|
|
14
|
+
exports.ListGroupItemButton = styled_components_1.default.button(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 0 1.5rem;\n margin: 0;\n height: 70px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n font-family: inherit;\n position: relative;\n outline: none;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", " ;\n }\n"], ["\n padding: 0 1.5rem;\n margin: 0;\n height: 70px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border-radius: 0.5rem;\n background-color: ", ";\n cursor: pointer;\n color: ", ";\n border: 0;\n width: 100%;\n font-family: inherit;\n position: relative;\n outline: none;\n &:before{\n content: \"\";\n position: absolute;\n inset: 0;\n user-select: none;\n pointer-events: none;\n border-radius: inherit;\n border: ", " ;\n }\n"])), function (props) { return props.isActive ? "#fff" : "var(--dark-opacity-3)"; }, function (props) { return props.isActive ? "var(--primary)" : "var(--dark)"; }, function (props) { return props.isActive ? "2px solid var(--primary)" : "none"; });
|
|
15
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var ListGroup_1 = require("./ListGroup");
|
|
8
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(ListGroup_1).default; } });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Default = void 0;
|
|
18
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
+
var ListGroup_1 = __importDefault(require("../ListGroup"));
|
|
20
|
+
var ListGroup_json_1 = __importDefault(require("../../../jsons/ListGroup.json"));
|
|
21
|
+
exports.default = {
|
|
22
|
+
title: 'Components/List Group',
|
|
23
|
+
component: function (props) { return (0, jsx_runtime_1.jsx)("div", { style: { maxWidth: '282px' }, children: (0, jsx_runtime_1.jsx)(ListGroup_1.default, __assign({}, props)) }); },
|
|
24
|
+
tags: ['autodocs'],
|
|
25
|
+
argTypes: {}
|
|
26
|
+
};
|
|
27
|
+
exports.Default = {
|
|
28
|
+
args: {
|
|
29
|
+
data: ListGroup_json_1.default
|
|
30
|
+
},
|
|
31
|
+
};
|
|
@@ -11,6 +11,6 @@ exports.HorizontalStyled = exports.StandartStyled = exports.ChecklistStyled = vo
|
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var devices_1 = require("../../constants/devices");
|
|
13
13
|
exports.ChecklistStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"], ["\n display: block;\n max-width: 634px;\n ", "\n .ProductCardInner {\n border: 1px solid var(--dark-opacity-10);\n border-radius: 8px;\n padding: 24px;\n background-color: white;\n grid-template-columns: auto auto 1fr;\n display: grid;\n justify-content: flex-start;\n @media only screen and ", " {\n padding: 24px 16px;\n }\n .ProductCardCheckboxContent{\n height: 64px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n .indicator{ \n margin-right: 24px;\n @media only screen and ", " {\n margin-right: 8px;\n }\n }\n }\n .ProductCardImg {\n width: 64px;\n height: 64px;\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n margin-right: 16px;\n overflow: hidden;\n @media only screen and ", " {\n margin-right: 16px;\n }\n\n > * {\n display: block;\n position: absolute;\n inset: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n object-position: center center;\n }\n }\n .ProductCardTitle{\n min-height: 66px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n text-align: start;\n }\n .ProductCardContent{ \n margin: 24px auto 0 0;\n grid-column-start: 1;\n grid-column-end: 4;\n width: 100%;\n }\n }\n"])), function (props) { return props.disabled ? "\n user-select:none;\n pointer-events:none;\n " : ""; }, devices_1.devices.sm, devices_1.devices.sm, devices_1.devices.sm);
|
|
14
|
-
exports.StandartStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-shadow: 0 6px 30px 0 #EAE9F0;\n border-radius: 0.5rem;\n min-width: 240px;\n padding: 1rem;\n transition: all .2s ease;\n position: relative;\n box-sizing: border-box;\n a{\n text-decoration: none;\n color: inherit;\n }\n &:hover{\n box-shadow: 0 6px 30px 0 #B8B8CD;\n }\n .img{\n border-radius: 0.5rem;\n border: 1px solid var(--dark-opacity-5);\n background: #FFF;\n position: relative;\n overflow: hidden;\n padding-bottom: 71.2%;\n box-sizing: border-box;\n z-index: 1;\n text-align: center;\n > * {\n width: 100%;\n display: block;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%,-50%);\n }\n }\n .productCardContent{\n padding: 1rem ;\n .productCardTitle{\n display: block;\n color: var(--dark);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardDescription{\n display: block;\n margin-top: ", ";\n color: var(--grey-40);\n margin-bottom: ", ";\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardPriceContent{\n display: grid;\n align-items:
|
|
14
|
+
exports.StandartStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-shadow: 0 6px 30px 0 #EAE9F0;\n border-radius: 0.5rem;\n min-width: 240px;\n padding: 1rem;\n transition: all .2s ease;\n position: relative;\n box-sizing: border-box;\n a{\n text-decoration: none;\n color: inherit;\n }\n &:hover{\n box-shadow: 0 6px 30px 0 #B8B8CD;\n }\n .img{\n border-radius: 0.5rem;\n border: 1px solid var(--dark-opacity-5);\n background: #FFF;\n position: relative;\n overflow: hidden;\n padding-bottom: 71.2%;\n box-sizing: border-box;\n z-index: 1;\n text-align: center;\n > * {\n width: 100%;\n display: block;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%,-50%);\n }\n }\n .productCardContent{ \n padding: 1rem ;\n .productCardTitle{\n display: block;\n color: var(--dark);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardDescription{\n display: block;\n margin-top: ", ";\n color: var(--grey-40);\n margin-bottom: ", ";\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardPriceContent{\n display: grid;\n align-items: ", ";\n justify-content: flex-start;\n height: ", ";\n grid-template-columns: ", ";\n .discountRate{\n margin-right: 0.5rem;\n width: ", ";\n height: ", ";\n border-radius: 8px;\n background-color: var(--primary-opacity-10);\n color: var(--primary);\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .oldPrice, .newPrice{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n }\n .oldPrice{\n color: var(--dark-opacity-25);\n margin-bottom: 2px;\n .price , .period {\n text-decoration: line-through;\n }\n }\n .newPrice{\n \n }\n }\n }\n"], ["\n box-shadow: 0 6px 30px 0 #EAE9F0;\n border-radius: 0.5rem;\n min-width: 240px;\n padding: 1rem;\n transition: all .2s ease;\n position: relative;\n box-sizing: border-box;\n a{\n text-decoration: none;\n color: inherit;\n }\n &:hover{\n box-shadow: 0 6px 30px 0 #B8B8CD;\n }\n .img{\n border-radius: 0.5rem;\n border: 1px solid var(--dark-opacity-5);\n background: #FFF;\n position: relative;\n overflow: hidden;\n padding-bottom: 71.2%;\n box-sizing: border-box;\n z-index: 1;\n text-align: center;\n > * {\n width: 100%;\n display: block;\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%,-50%);\n }\n }\n .productCardContent{ \n padding: 1rem ;\n .productCardTitle{\n display: block;\n color: var(--dark);\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardDescription{\n display: block;\n margin-top: ", ";\n color: var(--grey-40);\n margin-bottom: ", ";\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n height: ", ";\n word-break: break-word;\n }\n .productCardPriceContent{\n display: grid;\n align-items: ", ";\n justify-content: flex-start;\n height: ", ";\n grid-template-columns: ", ";\n .discountRate{\n margin-right: 0.5rem;\n width: ", ";\n height: ", ";\n border-radius: 8px;\n background-color: var(--primary-opacity-10);\n color: var(--primary);\n display: flex;\n align-items: center;\n justify-content: center;\n }\n .oldPrice, .newPrice{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n }\n .oldPrice{\n color: var(--dark-opacity-25);\n margin-bottom: 2px;\n .price , .period {\n text-decoration: line-through;\n }\n }\n .newPrice{\n \n }\n }\n }\n"])), function (props) { return props.isMobile ? '44px' : '38px'; }, function (props) { return props.isMobile ? '1rem' : '0.5rem'; }, function (props) { return props.isMobile ? '1.5rem' : '1rem'; }, function (props) { return props.isMobile ? '38px' : '32px'; }, function (props) { return props.discountRate ? 'center' : 'end'; }, function (props) { return props.isMobile ? '47px' : '36px'; }, function (props) { return props.discountRate ? 'auto 1fr' : '1fr'; }, function (props) { return props.isMobile ? '65px' : '48px'; }, function (props) { return props.isMobile ? '47px' : '36px'; });
|
|
15
15
|
exports.HorizontalStyled = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: var(--dark);\n padding: 0.5rem;\n transition: all .2s ease;\n border-radius: 8px;\n &:hover{\n background: var(--dark-opacity-3);\n }\n a{\n text-decoration: none;\n color: inherit;\n }\n .horizontalWrapper{ \n text-decoration: none;\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: center;\n .img{\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n overflow: hidden;\n width: 142px;\n height: 88px; \n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n background: white;\n @media only screen and ", " {\n margin-right: 0.5rem;\n width: 71px;\n height: 50px;\n box-shadow: 0 6px 30px 0 var(--dark-opacity-5);\n border:0;\n }\n > * {\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n display: block;\n }\n }\n .title{\n \n }\n .description{\n color: var(--grey-50);\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n word-break: break-word;\n }\n .priceContent{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n .period{\n \n }\n }\n }\n"], ["\n color: var(--dark);\n padding: 0.5rem;\n transition: all .2s ease;\n border-radius: 8px;\n &:hover{\n background: var(--dark-opacity-3);\n }\n a{\n text-decoration: none;\n color: inherit;\n }\n .horizontalWrapper{ \n text-decoration: none;\n display: grid;\n grid-template-columns: auto 1fr;\n align-items: center;\n .img{\n border: 1px solid var(--dark-opacity-5);\n border-radius: 8px;\n position: relative;\n overflow: hidden;\n width: 142px;\n height: 88px; \n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n background: white;\n @media only screen and ", " {\n margin-right: 0.5rem;\n width: 71px;\n height: 50px;\n box-shadow: 0 6px 30px 0 var(--dark-opacity-5);\n border:0;\n }\n > * {\n width: 100%;\n height: 100%;\n object-fit: contain;\n object-position: center center;\n display: block;\n }\n }\n .title{\n \n }\n .description{\n color: var(--grey-50);\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n word-break: break-word;\n }\n .priceContent{\n display: flex;\n align-items: end;\n justify-content: flex-start;\n .price{\n margin-right: 2px;\n }\n .period{\n \n }\n }\n }\n"])), devices_1.devices.sm);
|
|
16
16
|
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -24,6 +24,6 @@ var Standart = function (props) {
|
|
|
24
24
|
var item = _a.item, children = _a.children;
|
|
25
25
|
return item.component ? ((0, jsx_runtime_1.jsx)(item.component, { children: children })) : ((0, jsx_runtime_1.jsx)("a", { href: item.slug, children: children }));
|
|
26
26
|
};
|
|
27
|
-
return ((0, jsx_runtime_1.jsx)(ProductCard_styled_1.StandartStyled, __assign({}, props, { children: (0, jsx_runtime_1.jsxs)(LinkComponent, { item: props, children: [hasDiscount && (0, jsx_runtime_1.jsx)(Badges_1.default, { size: "medium", title: "\u0130ndirimli" }), (0, jsx_runtime_1.jsx)("div", { className: "img", children: image }), (0, jsx_runtime_1.jsxs)("div", { className: "productCardContent", children: [(0, jsx_runtime_1.jsx)("strong", { className: (0, classnames_1.default)('productCardTitle', (isMobile ? 'headline-bold-
|
|
27
|
+
return ((0, jsx_runtime_1.jsx)(ProductCard_styled_1.StandartStyled, __assign({}, props, { children: (0, jsx_runtime_1.jsxs)(LinkComponent, { item: props, children: [hasDiscount && (0, jsx_runtime_1.jsx)(Badges_1.default, { size: "medium", title: "\u0130ndirimli" }), (0, jsx_runtime_1.jsx)("div", { className: "img", children: image }), (0, jsx_runtime_1.jsxs)("div", { className: "productCardContent", children: [(0, jsx_runtime_1.jsx)("strong", { className: (0, classnames_1.default)('productCardTitle', (isMobile ? 'headline-bold-18-22' : 'title-bold-16-19')), children: title }), (0, jsx_runtime_1.jsx)("p", { className: (0, classnames_1.default)('productCardDescription', (isMobile ? 'title-medium-16-19' : 'body-medium-14-17')), children: description }), (0, jsx_runtime_1.jsxs)("div", { className: "productCardPriceContent", children: [discountRate > 0 && (0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)('discountRate', (isMobile ? 'title-extra-bold-16-19' : 'body-extra-bold-13-16')), children: ["%", discountRate] }), (0, jsx_runtime_1.jsxs)("div", { children: [oldPrice && discountRate > 0 && ((0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)('oldPrice'), children: [(0, jsx_runtime_1.jsx)("div", { className: (0, classnames_1.default)('price', (isMobile ? 'body-semi-bold-13-16' : 'caption-semi-bold-12-15')), children: oldPrice }), (0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)('period', 'caption-regular-12-15'), children: ["/ ", oldPricePeriod] })] })), (0, jsx_runtime_1.jsxs)("div", { className: "newPrice", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, classnames_1.default)('price', (isMobile ? 'title-extra-bold-16-19' : 'body-extra-bold-14-17')), children: price }), (0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)('period', (isMobile ? 'body-regular-14-17' : 'body-regular-13-16')), children: ["/ ", period] })] })] })] })] })] }) })));
|
|
28
28
|
};
|
|
29
29
|
exports.default = Standart;
|
|
@@ -10,6 +10,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.LoadingStyled = exports.SearchBoxStyled = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var devices_1 = require("../../constants/devices");
|
|
13
|
-
exports.SearchBoxStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n .inputWrapper {\n position: relative;\n\n input {\n box-sizing: border-box;\n width: 100%;\n height: 48px;\n background: white;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-10);\n padding: 8px 24px;\n color: var(--dark);\n font-family: inherit;\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: normal;\n outline: none;\n\n &::placeholder {\n color: var(--dark-opacity-50);\n }\n\n @media only screen and ", " {\n border:0;\n
|
|
13
|
+
exports.SearchBoxStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n .inputWrapper {\n position: relative;\n\n input {\n box-sizing: border-box;\n width: 100%;\n height: 48px;\n background: white;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-10);\n padding: 8px 24px;\n color: var(--dark);\n font-family: inherit;\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: normal;\n outline: none;\n\n &::placeholder {\n color: var(--dark-opacity-50);\n }\n\n @media only screen and ", " {\n border:0;\n }\n }\n @media only screen and ", " {\n box-shadow: 0 0 16px 0 var(--dark-opacity-10) !important;\n border-radius: 8px;\n }\n .icon {\n position: absolute;\n right: 1rem;\n top: 50%;\n transform: translateY(-50%);\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n path, circle {\n stroke: var(--primary);\n }\n }\n }\n }\n\n .resultList {\n border: 1px solid var(--dark-opacity-10);\n padding: 1.5rem;\n border-radius: 8px;\n background: white;\n max-height: 536px;\n box-sizing: border-box;\n overflow: auto;\n position: absolute;\n top: calc(100% - 2px);\n left: 0;\n right: 0;\n z-index: 5;\n @media only screen and ", " {\n border:0;\n box-shadow: 0 0 16px 0 var(--dark-opacity-10);\n }\n }\n"], ["\n position: relative;\n .inputWrapper {\n position: relative;\n\n input {\n box-sizing: border-box;\n width: 100%;\n height: 48px;\n background: white;\n border-radius: 8px;\n border: 1px solid var(--dark-opacity-10);\n padding: 8px 24px;\n color: var(--dark);\n font-family: inherit;\n font-style: normal;\n font-weight: 500;\n font-size: 14px;\n line-height: normal;\n outline: none;\n\n &::placeholder {\n color: var(--dark-opacity-50);\n }\n\n @media only screen and ", " {\n border:0;\n }\n }\n @media only screen and ", " {\n box-shadow: 0 0 16px 0 var(--dark-opacity-10) !important;\n border-radius: 8px;\n }\n .icon {\n position: absolute;\n right: 1rem;\n top: 50%;\n transform: translateY(-50%);\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n path, circle {\n stroke: var(--primary);\n }\n }\n }\n }\n\n .resultList {\n border: 1px solid var(--dark-opacity-10);\n padding: 1.5rem;\n border-radius: 8px;\n background: white;\n max-height: 536px;\n box-sizing: border-box;\n overflow: auto;\n position: absolute;\n top: calc(100% - 2px);\n left: 0;\n right: 0;\n z-index: 5;\n @media only screen and ", " {\n border:0;\n box-shadow: 0 0 16px 0 var(--dark-opacity-10);\n }\n }\n"])), devices_1.devices.md, devices_1.devices.md, devices_1.devices.md);
|
|
14
14
|
exports.LoadingStyled = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n text-align: center;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n"], ["\n text-align: center;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n"])));
|
|
15
15
|
var templateObject_1, templateObject_2;
|
|
@@ -10,9 +10,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.ImageWrapper = exports.Description = exports.Title = exports.TextWrapper = exports.HorizontalStyled = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var devices_1 = require("../../../../constants/devices");
|
|
13
|
-
exports.HorizontalStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 2rem;\n border-radius: 8px;\n background: #FFF;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n
|
|
13
|
+
exports.HorizontalStyled = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 2rem;\n border-radius: 8px;\n background: #FFF;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n max-width: 672px;\n color: var(--dark);\n text-align: start;\n position: relative;\n box-sizing: border-box;\n @media only screen and ", " {\n aspect-ratio: 1/1;\n padding: 1rem;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n }\n"], ["\n padding: 2rem;\n border-radius: 8px;\n background: #FFF;\n box-shadow: 0 6px 30px 0 #EAE9F0;\n max-width: 672px;\n color: var(--dark);\n text-align: start;\n position: relative;\n box-sizing: border-box;\n @media only screen and ", " {\n aspect-ratio: 1/1;\n padding: 1rem;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n }\n"])), devices_1.devices.md);
|
|
14
14
|
exports.TextWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin-top: 1rem;\n"], ["\n margin-top: 1rem;\n"])));
|
|
15
15
|
exports.Title = styled_components_1.default.strong(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: block;\n @media only screen and ", " {\n min-height: 38px;\n }\n"], ["\n display: block;\n @media only screen and ", " {\n min-height: 38px;\n }\n"])), devices_1.devices.md);
|
|
16
16
|
exports.Description = styled_components_1.default.p(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin: 1rem 0 0 0;\n min-height: 76px;\n @media only screen and ", " {\n display: none;\n }\n"], ["\n margin: 1rem 0 0 0;\n min-height: 76px;\n @media only screen and ", " {\n display: none;\n }\n"])), devices_1.devices.md);
|
|
17
|
-
exports.ImageWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: block;\n"], ["\n display: block;\n"])));
|
|
17
|
+
exports.ImageWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: inline-block;\n vertical-align: middle;\n > * {\n display: block !important;\n }\n"], ["\n display: inline-block;\n vertical-align: middle;\n > * {\n display: block !important;\n }\n"])));
|
|
18
18
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|
|
@@ -19,6 +19,6 @@ var Horizontal_styled_1 = require("./Horizontal.styled");
|
|
|
19
19
|
var classnames_1 = __importDefault(require("classnames"));
|
|
20
20
|
var Horizontal = function (props) {
|
|
21
21
|
var image = props.image, title = props.title, description = props.description, isMobile = props.isMobile;
|
|
22
|
-
return ((0, jsx_runtime_1.
|
|
22
|
+
return ((0, jsx_runtime_1.jsx)(Horizontal_styled_1.HorizontalStyled, __assign({}, props, { children: (0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(Horizontal_styled_1.ImageWrapper, { children: image }), (0, jsx_runtime_1.jsxs)(Horizontal_styled_1.TextWrapper, { children: [(0, jsx_runtime_1.jsx)(Horizontal_styled_1.Title, { className: (0, classnames_1.default)((isMobile ? 'title-bold-16-19' : 'headline-bold-20-24')), dangerouslySetInnerHTML: { __html: title } }), description && (0, jsx_runtime_1.jsx)(Horizontal_styled_1.Description, { className: (0, classnames_1.default)('title-regular-16-19'), children: description })] })] }) })));
|
|
23
23
|
};
|
|
24
24
|
exports.default = Horizontal;
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Assurance = exports.Tooltip = exports.TextLink = exports.SelectBox = exports.Badges = exports.Carousel = exports.SuggestBox = exports.Toast = exports.Banner = exports.Footer = exports.Accordion = exports.Divider = exports.SearchBox = exports.ValueProposition = exports.Textarea = exports.ActionButton = exports.RadioButton = exports.Icon = exports.Agreement = exports.Alert = exports.Stepper = exports.ProductCard = exports.OtpInput = exports.Modal = exports.Input = exports.CircleProgress = exports.Checkbox = exports.CategoryMenu = exports.Breadcrumbs = exports.Spinner = exports.Button = void 0;
|
|
6
|
+
exports.ContentBox = exports.ListGroup = exports.Assurance = exports.Tooltip = exports.TextLink = exports.SelectBox = exports.Badges = exports.Carousel = exports.SuggestBox = exports.Toast = exports.Banner = exports.Footer = exports.Accordion = exports.Divider = exports.SearchBox = exports.ValueProposition = exports.Textarea = exports.ActionButton = exports.RadioButton = exports.Icon = exports.Agreement = exports.Alert = exports.Stepper = exports.ProductCard = exports.OtpInput = exports.Modal = exports.Input = exports.CircleProgress = exports.Checkbox = exports.CategoryMenu = exports.Breadcrumbs = exports.Spinner = exports.Button = void 0;
|
|
7
7
|
var Button_1 = __importDefault(require("./components/Button"));
|
|
8
8
|
exports.Button = Button_1.default;
|
|
9
9
|
var Spinner_1 = __importDefault(require("./components/Spinner"));
|
|
@@ -66,3 +66,7 @@ var Tooltip_1 = __importDefault(require("./components/Tooltip"));
|
|
|
66
66
|
exports.Tooltip = Tooltip_1.default;
|
|
67
67
|
var Assurance_1 = __importDefault(require("./components/Assurance"));
|
|
68
68
|
exports.Assurance = Assurance_1.default;
|
|
69
|
+
var ListGroup_1 = __importDefault(require("./components/ListGroup"));
|
|
70
|
+
exports.ListGroup = ListGroup_1.default;
|
|
71
|
+
var ContentBox_1 = __importDefault(require("./components/ContentBox"));
|
|
72
|
+
exports.ContentBox = ContentBox_1.default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"title": "Kiraladıklarım",
|
|
4
|
+
"isActive": true
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"title": "Satın Aldıklarım",
|
|
8
|
+
"isActive": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"title": "Adres Bilgilerim",
|
|
12
|
+
"isActive": false
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"title": "Kişisel Bilgiler",
|
|
16
|
+
"isActive": false
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"title": "Bildirim Ayarları",
|
|
20
|
+
"isActive": false
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"title": "Şifre İşlemleri",
|
|
24
|
+
"isActive": false
|
|
25
|
+
}
|
|
26
|
+
]
|