This commit is contained in:
2025-07-26 13:25:50 +05:00
commit 69dd14e06c
311 changed files with 50685 additions and 0 deletions

2744
public/web/assets/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

6
public/web/assets/css/fontawesome.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,351 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,6 @@
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.9069 36.454C15.7983 36.4553 19.3274 36.4605 19.1746 36.4603C19.6163 36.4603 19.9736 36.103 19.9746 35.6613C19.9756 35.2196 19.6173 34.8613 19.1756 34.8603C18.2843 34.859 14.7551 34.8538 14.9079 34.854C14.4663 34.854 14.109 35.2113 14.1079 35.653C14.1069 36.0946 14.4652 36.453 14.9069 36.454Z" fill="#222222"/>
<path d="M49.0402 36.4999C49.183 36.5001 51.0883 36.5032 50.9788 36.503C51.4204 36.503 51.7777 36.1457 51.7788 35.7041C51.7798 35.2624 51.4215 34.9041 50.9798 34.903C50.837 34.9028 48.9317 34.8997 49.0413 34.8999C48.5996 34.8999 48.2423 35.2572 48.2413 35.6989C48.2402 36.1405 48.5986 36.4989 49.0402 36.4999Z" fill="#222222"/>
<path d="M22.6413 35.6645C22.6412 35.7055 22.6586 35.7408 22.6644 35.7802C23.0226 42.3942 30.1832 46.9646 36.5685 43.4419C39.9568 47.4712 45.1775 49.2575 50.6151 47.2958C50.5551 50.0886 50.5708 52.8181 50.5704 52.8333C50.5346 54.1332 50.5723 55.7604 51.9538 55.7604C53.199 55.7604 53.8121 54.1451 55.9767 49.802C56.2319 49.2958 56.7652 49.0093 57.3183 49.0687L62.9683 49.6614C64.053 49.7776 64.8284 48.2075 63.9933 47.4093L57.5614 41.5091C60.1236 36.8794 59.4269 30.6921 55.8788 26.7479C50.5121 20.7795 41.5773 21.6089 36.6365 27.1504C30.5933 23.7589 22.3831 28.3246 22.6517 35.613C22.6505 35.6309 22.6413 35.6462 22.6413 35.6645ZM54.6892 27.8176C57.7071 31.1732 58.3636 36.3798 56.3394 40.3881L53.7485 38.0114C52.6742 36.9958 50.9008 37.725 50.8558 39.2114C50.7401 42.9552 50.7663 41.8341 50.6626 45.5887C45.9363 47.5767 41.0903 46.231 37.9041 42.5485C39.8848 40.9811 40.9732 38.97 41.2603 36.4896C41.4228 36.4898 44.934 36.495 44.7746 36.4947C45.2162 36.4947 45.5735 36.1374 45.5746 35.6958C45.5756 35.2541 45.2173 34.8958 44.7756 34.8947L41.314 34.8897C41.1874 32.3097 40.1332 29.8476 37.9722 28.0639C42.3227 23.3495 50.0183 22.6197 54.6892 27.8176ZM35.2076 36.4818C35.315 36.4819 36.3487 36.4834 36.2412 36.4833C36.6829 36.4833 37.0402 36.126 37.0412 35.6843C37.0423 35.2426 36.684 34.8843 36.2423 34.8833L35.1539 34.8817C35.2235 32.8576 35.836 30.9581 36.9683 29.3065C40.3953 32.165 41.0062 38.0044 36.9386 41.2684C35.9876 39.8092 35.4031 38.3195 35.2076 36.4818ZM35.6259 28.4318C34.3223 30.3411 33.6233 32.5382 33.5551 34.8794C33.4477 34.8792 31.8672 34.8769 31.9746 34.877C31.5329 34.877 31.1756 35.2343 31.1746 35.676C31.1735 36.1176 31.5319 36.476 31.9735 36.477L33.6066 36.4794C33.8173 38.7384 34.5094 40.4692 35.6 42.1411C30.5033 44.7821 25.1206 41.3526 24.3335 36.4669C24.5818 36.4672 27.8618 36.472 27.7079 36.4718C28.1496 36.4718 28.5069 36.1145 28.5079 35.6729C28.509 35.2312 28.1506 34.8729 27.709 34.8718L24.2597 34.8667C24.5532 29.3623 30.8373 25.9676 35.6259 28.4318Z" fill="#222222"/>
<path d="M71.5318 62.2822C71.7812 61.9828 71.9256 61.6142 71.9256 61.1875C71.9984 15.5674 72.1283 18.6263 71.6975 17.4489C71.4667 16.8085 71.384 16.8784 68.284 13.8489C67.5486 13.2448 66.3767 12.9437 65.3986 13.0802L61.3325 13.073C60.1781 7.80492 54.2148 7.92678 53.2021 13.0586L28.6544 13.0151C27.5859 7.83703 21.6408 7.77759 20.5249 13.0008L14.7694 12.9906C13.3267 12.8062 11.5163 13.3573 11.0038 14.7573C10.5476 15.9996 10.709 17.4927 10.709 18.6364C10.6471 64.7412 10.6223 57.9089 10.6569 58.5878C8.24047 58.7748 6.55341 59.6992 5.90584 62.1698C5.63188 63.1698 5.63188 64.1573 5.63188 65.1198C5.64334 66.3416 5.6548 67.726 6.39751 68.9604C7.39647 70.6156 9.15167 70.8927 10.8246 70.8927C16.7685 70.8927 -9.71595 70.8772 63.9694 70.6906C64.6364 70.7101 65.0825 70.565 65.5017 70.4541C66.5666 70.0855 73.3353 65.6339 74.0069 65.1948C74.4972 64.8724 74.4846 64.1551 73.9923 63.8468C73.1669 63.33 72.35 62.8056 71.5318 62.2822ZM17.854 60.2683C27.9357 60.2431 55.466 60.1743 63.9496 60.1531C63.5823 61.2747 63.3561 62.4309 63.3064 63.7899C5.25986 63.9332 35.0611 63.8596 17.0624 63.9041C17.2245 62.4153 17.4674 61.4117 17.854 60.2683ZM59.6833 13.0701L54.8482 13.0615C55.6932 9.96465 58.7617 10.0339 59.6833 13.0701ZM27.0084 13.0123L22.1576 13.0037C23.0287 9.95168 26.1263 9.92664 27.0084 13.0123ZM12.5058 15.3073C12.6881 14.8083 13.6715 14.4635 14.6652 14.5844L20.3915 14.5944C20.4279 15.47 20.629 16.3074 20.9909 17.042C19.288 19.2642 21.7739 22.01 24.335 21.3271C26.4821 20.7614 27.2612 18.2155 25.3871 16.5864C24.5589 15.8422 23.4295 15.6501 22.5298 15.9635L22.5308 15.9646C22.4254 15.9978 22.3841 16.0276 22.3084 16.058C22.1273 15.6097 22.0191 15.1173 21.9907 14.5972L53.0913 14.6521C53.1485 15.6889 53.4435 16.6431 53.9174 17.4329C52.6837 19.633 55.0733 22.0314 57.484 21.3885C59.152 20.949 59.9959 19.2786 59.4173 17.8677C58.8104 16.4055 57.1687 15.506 55.6788 16.025L55.6798 16.026C55.66 16.0323 55.6413 16.0396 55.6236 16.0469L55.6225 16.0458C55.4374 16.1089 55.2624 16.1864 55.0982 16.276C54.8757 15.798 54.7353 15.247 54.6925 14.6549C66.0881 14.7526 66.4989 14.4566 67.2215 15.0437L67.4454 15.2562C67.8066 15.6535 67.7865 17.4274 67.7225 18.7427C67.6654 61.6781 67.7762 58.6755 67.4767 58.7791C67.0921 58.9161 66.5812 58.9041 66.0819 58.9041C65.5739 58.6999 64.9022 58.5521 64.1902 58.5521C-6.3877 58.7233 22.3513 58.6819 12.2637 58.5483C12.2571 58.5305 12.2496 58.5067 12.2454 58.5L12.309 18.6375C12.309 17.6017 12.1735 16.2163 12.5058 15.3073ZM17.3332 69.2062C17.0738 67.9621 16.9546 66.8879 16.9682 65.5062C79.3545 65.3496 59.2715 65.4 63.3514 65.3898C63.5259 67.4552 64.125 68.9767 64.1496 69.0906C64.0944 69.0916 17.3332 69.2062 17.3332 69.2062ZM65.6915 68.6407C64.7399 65.9559 64.5906 63.2132 65.5622 60.4253C65.966 60.5977 68.8577 62.4748 69.2222 62.7112C69.1009 63.459 69.0904 65.3624 69.3215 66.3146C67.2175 67.6635 65.8233 68.5644 65.6915 68.6407Z" fill="#222222"/>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -0,0 +1 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 59" width="59" height="59"><style>.a{fill:#004a95}</style><path class="a" d="m31 29.5c34 19.6 18.1 35.5-1.5 1.5-19.6 34-35.5 18.1-1.5-1.5-34-19.6-18.1-35.5 1.5-1.5 19.6-34 35.5-18.1 1.5 1.5z"/><path class="a" d="m30.5 30.5c10.2 38-12.2 38-2 0-38 10.2-38-12.2 0-2-10.2-38 12.2-38 2 0 38-10.2 38 12.2 0 2z"/></svg>

After

Width:  |  Height:  |  Size: 383 B

View File

@@ -0,0 +1,4 @@
<svg width="59" height="59" viewBox="0 0 59 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.9712 29.4994C65.0079 49.1149 49.1061 65.0167 29.4906 30.98C9.87508 65.0167 -6.02679 49.1149 28.0099 29.4994C-6.02679 9.88387 9.87508 -6.018 29.4906 28.0187C49.1078 -6.01629 65.0096 9.88387 30.9712 29.4994Z" fill="#222222"/>
<path d="M30.5465 30.5465C40.7441 68.4845 18.2559 68.4845 28.4535 30.5465C-9.48449 40.7441 -9.48449 18.2559 28.4535 28.4535C18.2559 -9.48449 40.7441 -9.48449 30.5465 28.4535C68.4845 18.2559 68.4845 40.7441 30.5465 30.5465Z" fill="#222222"/>
</svg>

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More