
:root {
  /* def colors */
  
  --land-button-color-primary-normal-text: #47474F;
  --land-button-color-primary-normal-border: #47474F;
  --land-button-color-primary-normal-background: transparent;
  --land-button-color-primary-hover-text: #FFF;
  --land-button-color-primary-hover-border: #6E6ED0;
  --land-button-color-primary-hover-background: #0e213f;

  
  --land-button-color-secondary-background: #282B32;
  --land-button-color-secondary-hover: #0f213e;
  --land-button-color-secondary-text: white;
  
  --land-button-color-third-normal-text: #FFF;
  --land-button-color-third-normal-border: transparent;
  --land-button-color-third-normal-background: #282B32;
  --land-button-color-third-hover-text: #FFF;
  --land-button-color-third-hover-border: #6E6ED0;
  --land-button-color-third-hover-background: #0e213f;    
  
  --land-button-color-four-normal-text: #FFF;
  --land-button-color-four-normal-border: #696972;
  --land-button-color-four-normal-background: transparent ;
  --land-button-color-four-hover-text: #FFF;
  --land-button-color-four-hover-border: #3e518f;
  --land-button-color-four-hover-background: #0e213f;
  
  
  --land-button-color-five-normal-text: #24242B;
  --land-button-color-five-normal-border: transparent;
  --land-button-color-five-normal-background: #FFE01B  ;
  --land-button-color-five-hover-text: #FFF;
  --land-button-color-five-hover-border: #6E6ED0;
  --land-button-color-five-hover-background: #0e213f;  
     
    
  --land-firm-color-primary: #E7ECF5;  
  --land-firm-color-secondary: #0f213e;
  
  --land-firm-color-visual-background: #000 ;
  --land-firm-color-visual-image-background: #0e213f ;
  --land-firm-color-visual-hover: #333;
  --land-firm-color-visual-text: #919199;
  --land-firm-color-visual-link: #919199;
  --land-firm-color-visual-link-hover: #1e9988;
  --land-firm-color-visual-contrast: #FFF;
  
  --land-firm-color-warning-text : #FFF;
  --land-firm-color-warning-background : #4180e3;
  --land-firm-color-article-background : #FFF;
  --land-firm-color-article-heading: #10101C;  
  --land-firm-color-article-text: #696972;  
  --land-firm-color-article-link : #0e213f;
  --land-firm-color-article-link-hover : #3e518f;
  --land-firm-color-article-subtitle : #5E7AC2;
    
  --land-firm-color-heading: #10101C;  
  --land-firm-color-text: #696972;  
  --land-firm-color-line : #696972;
  --land-firm-color-input : #ADB2BB;
  --land-firm-color-default : #696972;
  --land-firm-color-background : #E7ECF5;
  --land-firm-color-background-hover : #D8EAEC;
  --land-firm-color-link : #696972;
  --land-firm-color-hover : #FFF;
  --land-firm-color-lighter : #D4D4D7;
  
  --land-footer-color-text : #D2D2D2;
  --land-footer-color-link-normal : #D2D2D2;
  --land-footer-color-link-hover : #FFF;
  --land-footer-color-header : #696972;
  --land-footer-color-background : #000;
  --land-footer-color-copyright : #696972;
}

@keyframes fullrotate {
    0% {transform: rotateZ(0deg);transform-origin: center; }
    100% {transform: rotateZ(360deg);transform-origin: center;}
}

@keyframes footer-desktop-blink {
    0% {bottom: -283px;right: 0px;height: 210%;opacity:1;}
    50% {bottom: -160px;right: -15px;height: 500%;opacity: 0.7;}
    100% {bottom: -283px;right: 0px;height: 210%;opacity:1;}
}

@keyframes footer-mobile-blink {
    0% {height: 346%;bottom: -481px;right: -29px;opacity:0.7;}
    50% {bottom: -256px;right: -30px;height: 310%;opacity: 0.6;}
    100% {height: 346%;bottom: -481px;right: -29px;opacity:0.7;}
}

@keyframes landing-banner-left {
     0% {top: 0;left: 0;width: 75%;opacity:1;}
     50% {top: -13px;left: -60px;width: 125%;opacity: 0.7}
     100% {top: 0;left: 0;width: 75%;opacity:1;}
}

@keyframes landing-banner-right {
    0%{bottom: -137px;right: 0;width: 34%;opacity:1;}
    50%{bottom: -188px;right: -20px;width: 60%;opacity: 0.7;}
    100%{bottom: -137px;right: 0;width: 34%;opacity:1;}
}


@keyframes firm-article-left {
     0% {height: 60%;top: 0;left: 0;opacity:1;}
     50% {height: 115%;top: -15px;left: -14px;opacity: 0.8;}
     100% {height: 60%;top: 0;left: 0;opacity:1;}
}

@keyframes firm-article-right {
    0% {height: 180%;bottom: -40%;right: 0;opacity:0.5;}
    50% {height: 260%;bottom: -20%;right: -20px;opacity: 0.8;}
    100% {height: 180%;bottom: -40%;right: 0;opacity:0.5;}
}

@keyframes land-afterglow {
    0% {box-shadow: 0 0 50px 14px #26518000,0 0 18px 6px #13606000;}
    33% {box-shadow: 15px 10px 50px 15px #298c798a,-15px -10px 15px 6px #1d749785;}
    66% {box-shadow: -15px -10px 50px 13px #3cbf9480,15px 10px 15px 6px #29509fa8;}
    100% {box-shadow: 0 0 50px 14px #26518000,0 0 18px 6px #13606000;}    
}

@keyframes parlax-mosaic {
    0% {transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1) skewX(0deg) skewY(0deg);}
    50% {transform: rotateX(18deg) rotateY(5deg) rotateZ(0deg) scaleX(1.4) scaleY(1.3) scaleZ(1) skewX(12deg) skewY(3deg);}

}
@keyframes parlax-logo {
    0% {transform: rotate(0) scaleZ(0);}
    33% {transform: rotate3d(0,1,1,6deg) scaleZ(44);}    
    66% {transform: rotate3d(0,1,1,-6deg) scaleZ(-44);}
}

@keyframes brands-one {
    0% {transform: rotate(0) scaleZ(0) scale(1);}
    33% {transform: rotate3d(0,1,1,3deg) scaleZ(22) scale(1.1);}    
    66% {transform: rotate3d(0,1,1,-3deg) scaleZ(-22) scale(1.2);}
}
@keyframes brands-two {
    0% {transform: rotate(0) scaleZ(0) scale(1);}
    33% {transform: rotate3d(0,1,1,-3deg) scaleZ(-22) scale(1.2);}
    66% {transform: rotate3d(0,1,1,3deg) scaleZ(22) scale(1.1);}    
}


/* ZEROing */
* {box-sizing:border-box;}
body {margin: 0;padding:0;background:#FFF;font-size:16px;}
main {display: block;height: auto;margin: 0px auto;max-width: 1440px;position:relative;}

h1,h2,h3,h4,h5,h6 {clear: both;}
p {margin-bottom: 1.5em;}
h1 {font-size: 2em;margin: 0.67em 0;}
hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent; color:var(--land-firm-color-link);}
img {height: auto;max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em;width: 100%;}

abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
button,input,optgroup,select,textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}


dfn,cite,em,i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee;font-size: 0.9375rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
html {box-sizing: border-box;}


ul,ol {margin: 0 0 1.5em 3em;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: 700;}
dd {margin: 0 1.5em 1.5em;}

/* icons */


[data-icon="postgres"]{display:inline-block;width:25px;height:27px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='27' viewBox='0 0 25 27' fill='none'%3E%3Cg clip-path='url(%23clip0_44_829)'%3E%3Cpath d='M24.9029 15.9366C24.753 15.4697 24.3603 15.1445 23.8525 15.0665C23.6131 15.0297 23.3388 15.0454 23.0143 15.1142C22.4487 15.2342 22.0291 15.2799 21.7228 15.2887C22.8788 13.2817 23.8187 10.993 24.3598 8.83857C25.2348 5.35489 24.7673 3.76786 24.2209 3.05001C22.7749 1.14995 20.6652 0.129218 18.1201 0.0979852C16.7624 0.0809127 15.5705 0.356582 14.9487 0.554824C14.3698 0.449778 13.7473 0.391129 13.0942 0.380283C11.8699 0.360198 10.7882 0.634662 9.86384 1.19876C9.35212 1.0208 8.53084 0.769936 7.5824 0.609857C5.35173 0.233259 3.55388 0.526704 2.23884 1.48206C0.64646 2.63877 -0.0917237 4.64849 0.0447997 7.4554C0.0881591 8.34659 0.572925 11.0581 1.33621 13.6296C1.77488 15.1077 2.24265 16.3351 2.72654 17.2781C3.41277 18.6153 4.14705 19.4027 4.97136 19.6855C5.43337 19.8438 6.27283 19.9546 7.15574 19.1984C7.26765 19.3378 7.41697 19.4763 7.61511 19.605C7.86677 19.7682 8.17449 19.9015 8.48181 19.9806C9.58933 20.2653 10.6267 20.1941 11.5118 19.795C11.5173 19.9569 11.5215 20.1115 11.525 20.2451C11.5308 20.4617 11.5367 20.6741 11.5444 20.8727C11.5969 22.2158 11.6857 23.2602 11.949 23.9909C11.9635 24.031 11.9829 24.0923 12.0034 24.1573C12.1347 24.5708 12.3544 25.2632 12.9132 25.8054C13.4918 26.3671 14.1917 26.5393 14.8327 26.5393C15.1542 26.5393 15.4609 26.4959 15.73 26.4366C16.6889 26.2252 17.7781 25.9033 18.566 24.7496C19.3109 23.659 19.673 22.0163 19.7385 19.428C19.747 19.3548 19.7549 19.2849 19.7624 19.2183L19.778 19.0815L19.9535 19.0974L19.9987 19.1005C20.9755 19.1463 22.1698 18.9333 22.9033 18.5829C23.4829 18.3063 25.3402 17.298 24.9029 15.9366Z' fill='%23B0B4B8'/%3E%3Cpath d='M23.2326 16.2013C20.3283 16.8174 20.1286 15.8062 20.1286 15.8062C23.195 11.1271 24.477 5.18756 23.3708 3.73389C20.3529 -0.231432 15.1287 1.64393 15.0415 1.69253L15.0135 1.69775C14.4397 1.57523 13.7976 1.50233 13.0758 1.49017C11.7617 1.46808 10.7649 1.84448 10.0084 2.43438C10.0084 2.43438 0.689082 -1.51377 1.12258 7.39985C1.21477 9.2961 3.76555 21.748 6.80793 17.987C7.91994 16.6116 8.99445 15.4488 8.99445 15.4488C9.52805 15.8134 10.1669 15.9993 10.8366 15.9326L10.8887 15.8872C10.8725 16.0579 10.8799 16.2249 10.9095 16.4226C10.1257 17.3232 10.3561 17.4812 8.78928 17.8129C7.20383 18.149 8.13518 18.7471 8.74328 18.9036C9.48049 19.0931 11.186 19.3616 12.3383 17.7027L12.2924 17.892C12.5994 18.1449 12.8151 19.5373 12.7789 20.7995C12.7428 22.0617 12.7187 22.9282 12.9606 23.6051C13.2027 24.282 13.4438 25.805 15.5035 25.3511C17.2245 24.9718 18.1164 23.9889 18.2405 22.3494C18.3285 21.1838 18.5279 21.3562 18.5404 20.3141L18.7002 19.8208C18.8845 18.2408 18.7295 17.731 19.7898 17.9681L20.0476 17.9914C20.8279 18.0278 21.8493 17.8622 22.4488 17.5757C23.7397 16.9597 24.5053 15.9311 23.2324 16.2013H23.2326Z' fill='%23B0B4B8'/%3E%3Cpath d='M10.5544 8.24784C10.2927 8.21038 10.0557 8.24503 9.93574 8.33842C9.86835 8.39095 9.84745 8.45181 9.84179 8.49368C9.82675 8.60465 9.90234 8.72738 9.94882 8.79064C10.0803 8.9698 10.2723 9.09293 10.4623 9.12004C10.4898 9.12406 10.5173 9.12587 10.5445 9.12587C10.8614 9.12587 11.1496 8.87209 11.175 8.68479C11.2067 8.4502 10.8756 8.29374 10.5544 8.24784ZM19.2247 8.25527C19.1997 8.07139 18.8815 8.01897 18.5796 8.06215C18.278 8.10534 17.9856 8.24533 18.0101 8.42961C18.0296 8.57292 18.2812 8.81756 18.5791 8.81756C18.6043 8.81756 18.6297 8.81585 18.6553 8.81213C18.8541 8.78381 19 8.65396 19.0693 8.57915C19.1748 8.46506 19.2359 8.33792 19.2247 8.25527Z' fill='white'/%3E%3Cpath d='M24.1996 16.1313C24.0889 15.787 23.7324 15.6762 23.1402 15.8019C21.3819 16.1751 20.7522 15.9166 20.5455 15.76C21.9122 13.619 23.0365 11.0308 23.643 8.61603C23.9304 7.47217 24.089 6.40987 24.102 5.54399C24.1164 4.59366 23.959 3.8953 23.6344 3.46869C22.3256 1.74889 20.4047 0.826374 18.0795 0.801066C16.4809 0.782588 15.1304 1.20327 14.8685 1.32157C14.3172 1.18058 13.7161 1.09401 13.0617 1.08296C11.8617 1.06298 10.8244 1.35843 9.96561 1.96069C9.59256 1.81788 8.6285 1.47754 7.44949 1.28221C5.41121 0.944776 3.79149 1.20046 2.63563 2.04253C1.25643 3.0474 0.619708 4.84362 0.743048 7.38119C0.784552 8.23491 1.2576 10.8613 2.00408 13.3764C2.9867 16.6869 4.05486 18.5609 5.17869 18.9465C5.31024 18.9916 5.4619 19.0231 5.62918 19.0231C6.03914 19.0231 6.54178 18.8331 7.06473 18.1865C7.70258 17.3997 8.36239 16.6319 9.04334 15.8842C9.48514 16.128 9.97049 16.2642 10.4669 16.2778C10.4679 16.2912 10.4691 16.3046 10.4703 16.3178C10.3848 16.4226 10.3012 16.5289 10.2193 16.6367C9.87537 17.0857 9.80379 17.1792 8.69666 17.4136C8.38172 17.4804 7.5453 17.6577 7.53299 18.2607C7.51971 18.9194 8.52176 19.1961 8.63592 19.2254C9.03377 19.3279 9.41707 19.3784 9.7826 19.3784C10.6716 19.3784 11.4539 19.0779 12.0791 18.4966C12.0598 20.8451 12.1551 23.1593 12.4293 23.8644C12.6539 24.4417 13.2025 25.8524 14.9355 25.8523C15.1898 25.8523 15.4697 25.8218 15.7776 25.7539C17.5863 25.3553 18.3718 24.5332 18.6756 22.7208C18.8382 21.7522 19.1172 19.4393 19.2484 18.1986C19.5254 18.2875 19.8819 18.3281 20.2674 18.328C21.0713 18.328 21.9989 18.1524 22.5806 17.8747C23.2342 17.5626 24.4135 16.7967 24.1996 16.1313ZM19.8924 7.74774C19.8864 8.114 19.8374 8.44651 19.7854 8.79358C19.7295 9.16686 19.6717 9.5528 19.6571 10.0213C19.6428 10.4772 19.6981 10.9512 19.7516 11.4097C19.8598 12.3356 19.9709 13.2889 19.5411 14.2294C19.4697 14.0994 19.4061 13.9649 19.3507 13.8268C19.2972 13.6937 19.1812 13.4798 19.0206 13.1837C18.3957 12.0312 16.9323 9.33237 17.6814 8.23109C17.9046 7.9033 18.4709 7.56627 19.8924 7.74774ZM18.1693 1.54271C20.2527 1.59001 21.9008 2.39152 23.0676 3.92482C23.9625 5.10091 22.977 10.4523 20.1242 15.069C20.0955 15.0315 20.0667 14.9941 20.0377 14.9568L20.0015 14.9104C20.7388 13.6584 20.5946 12.4197 20.4663 11.3214C20.4136 10.8707 20.3638 10.445 20.3764 10.0451C20.3895 9.62129 20.444 9.25775 20.4968 8.90626C20.5615 8.47312 20.6274 8.02492 20.6093 7.49658C20.6228 7.44114 20.6283 7.37566 20.6212 7.29793C20.5748 6.79128 20.0123 5.27495 18.8658 3.90253C18.2387 3.15184 17.3241 2.31178 16.0754 1.74517C16.6125 1.63069 17.347 1.52393 18.1693 1.54271ZM6.51131 17.7133C5.93514 18.4258 5.53729 18.2892 5.40643 18.2444C4.55389 17.9519 3.56463 16.0989 2.69246 13.1604C1.93777 10.6178 1.49676 8.06107 1.4618 7.34413C1.35164 5.07671 1.88611 3.4965 3.05047 2.6473C4.94539 1.26544 8.06082 2.09255 9.31268 2.51203C9.29471 2.5303 9.27596 2.54738 9.25819 2.56596C7.20389 4.69941 7.25262 8.34447 7.2577 8.56732C7.2575 8.65329 7.26453 8.775 7.2741 8.94241C7.30945 9.55551 7.37528 10.6966 7.19949 11.9887C7.03621 13.1895 7.39617 14.3648 8.1869 15.2133C8.26805 15.3002 8.35334 15.383 8.44246 15.4612C8.09051 15.8488 7.32557 16.7061 6.51131 17.7133ZM8.70653 14.7012C8.06922 14.0173 7.77977 13.0661 7.91229 12.0912C8.09783 10.7262 8.02938 9.53734 7.99256 8.89863C7.98738 8.80925 7.98279 8.73091 7.98016 8.66915C8.28026 8.39549 9.67098 7.62924 10.6628 7.86293C11.1153 7.96948 11.3911 8.28643 11.5057 8.83154C12.0991 11.6538 11.5843 12.8301 11.1706 13.7754C11.0853 13.9701 11.0048 14.1542 10.936 14.3446L10.8827 14.4919C10.7477 14.864 10.6222 15.2101 10.5443 15.5387C9.86678 15.5367 9.2077 15.239 8.70653 14.7011V14.7012ZM8.81053 18.5074C8.61268 18.4566 8.43475 18.3683 8.33035 18.2951C8.41756 18.2529 8.57274 18.1955 8.84188 18.1384C10.1443 17.8628 10.3455 17.6681 10.7847 17.0946C10.8854 16.963 10.9996 16.814 11.1577 16.6324L11.1579 16.6322C11.3933 16.3611 11.5011 16.4071 11.6964 16.4904C11.8547 16.5577 12.0089 16.7618 12.0714 16.9863C12.101 17.0924 12.1342 17.2936 12.0255 17.4503C11.1079 18.7715 9.77078 18.7545 8.81053 18.5074ZM15.6268 25.0303C14.0335 25.3814 13.4693 24.5453 13.0975 23.5896C12.8576 22.9725 12.7396 20.1901 12.8233 17.1174C12.8244 17.0765 12.8187 17.0371 12.8078 16.9999C12.798 16.9265 12.7831 16.854 12.7633 16.7828C12.6389 16.3357 12.3356 15.9617 11.9719 15.8066C11.8273 15.7451 11.5621 15.6321 11.2433 15.716C11.3113 15.4279 11.4292 15.1027 11.557 14.7505L11.6106 14.6023C11.671 14.4353 11.7468 14.2623 11.8268 14.0791C12.2597 13.0901 12.8526 11.7355 12.2092 8.67518C11.9681 7.52891 11.1633 6.96914 9.94315 7.09919C9.2117 7.17702 8.54246 7.48051 8.20867 7.65455C8.1369 7.69191 8.07127 7.72806 8.00994 7.76321C8.10311 6.60831 8.45506 4.44995 9.77166 3.08435C10.6007 2.22471 11.7047 1.80011 13.0498 1.823C15.7002 1.86759 17.3998 3.26633 18.359 4.43197C19.1855 5.43634 19.6331 6.44813 19.8117 6.99384C18.4684 6.85335 17.5549 7.126 17.0918 7.80689C16.0843 9.28798 17.643 12.1626 18.3921 13.5441C18.5295 13.7973 18.648 14.0161 18.6853 14.1091C18.9293 14.7171 19.2451 15.123 19.4757 15.4193C19.5464 15.5101 19.6149 15.5982 19.6671 15.6751C19.2602 15.7957 18.5295 16.0744 18.5961 17.4674C18.5424 18.1664 18.1604 21.4388 17.9664 22.595C17.7102 24.1225 17.1637 24.6914 15.6268 25.0304V25.0303ZM22.2776 17.2035C21.8616 17.402 21.1654 17.5509 20.5041 17.583C19.7736 17.6181 19.4017 17.4988 19.3142 17.4254C19.2732 16.5573 19.5874 16.4666 19.9199 16.3706C19.9722 16.3556 20.0231 16.3408 20.0723 16.3231C20.1029 16.3487 20.1364 16.3741 20.1731 16.3991C20.7602 16.7975 21.8074 16.8405 23.2858 16.5267L23.302 16.5234C23.1026 16.7151 22.7614 16.9724 22.2776 17.2035Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_829'%3E%3Crect width='25' height='26.5152' fill='white' transform='translate(0 0.0606079)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
[data-icon="oracledb"]{display:inline-block;width:69px;height:39px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='39' viewBox='0 0 69 39' fill='none'%3E%3Cpath d='M53.2353 27.8641C52.4373 27.6547 51.3618 27.3772 51.4113 26.3144C51.5065 24.2591 55.3443 23.9666 55.3953 26.2351C55.3954 26.242 55.3943 26.2488 55.3921 26.2551C55.3899 26.2615 55.3866 26.2673 55.3824 26.2721C55.3782 26.277 55.3732 26.2809 55.3677 26.2835C55.3622 26.2861 55.3563 26.2875 55.3503 26.2875H54.319C54.309 26.2874 54.2993 26.2831 54.292 26.2755C54.2847 26.2678 54.2804 26.2574 54.28 26.2463C54.2613 25.6173 53.7003 25.3944 53.152 25.5448C52.6705 25.6764 52.4073 26.2755 52.8513 26.627C52.9283 26.6879 53.0648 26.7442 53.2608 26.7961C54.1923 27.0414 55.5325 27.2119 55.543 28.3922C55.558 29.9441 53.821 30.2949 52.594 30.0646C51.692 29.895 51.2535 29.3338 51.2785 28.381C51.2789 28.3661 51.2834 28.3519 51.291 28.3416C51.2986 28.3312 51.3086 28.3255 51.319 28.3256H52.4065C52.4121 28.3256 52.4176 28.3271 52.4226 28.33C52.4277 28.3328 52.4323 28.337 52.4361 28.3422C52.4398 28.3475 52.4428 28.3537 52.4446 28.3604C52.4465 28.3672 52.4473 28.3745 52.447 28.3817C52.4253 28.8237 52.636 29.1528 53.0793 29.2516C53.4738 29.3398 54.0588 29.2433 54.2665 28.8634C54.6423 28.1753 53.668 27.9771 53.2353 27.8641ZM15.244 28.9053H13.3128C13.2994 28.9053 13.2866 28.9088 13.2761 28.9154C13.2656 28.922 13.258 28.9312 13.2543 28.9419L12.8838 29.9718C12.8801 29.9824 12.8742 29.9917 12.8671 29.9983C12.86 30.0049 12.8519 30.0084 12.844 30.0085H11.8135C11.8079 30.0085 11.8025 30.007 11.7977 30.004C11.7929 30.0011 11.7888 29.9968 11.7859 29.9916C11.7829 29.9864 11.7812 29.9804 11.7808 29.9741C11.7804 29.9677 11.7813 29.9613 11.7835 29.9554L13.6443 24.8238C13.6498 24.8087 13.6587 24.7956 13.6699 24.7863C13.681 24.7771 13.6938 24.7721 13.7065 24.7721L14.977 24.7707C14.9893 24.7706 15.0012 24.7745 15.0113 24.7819C15.0214 24.7893 15.0291 24.7997 15.0333 24.8118L16.8228 29.9606C16.8247 29.9661 16.8256 29.9719 16.8255 29.9776C16.8253 29.9834 16.8241 29.9888 16.8219 29.9935C16.8197 29.9982 16.8165 30.002 16.8128 30.0046C16.809 30.0072 16.8048 30.0085 16.8003 30.0085H15.694C15.6882 30.0085 15.6818 30.0047 15.6757 29.9977C15.6696 29.9907 15.6642 29.9808 15.6603 29.9696L15.3063 28.9404C15.3026 28.9301 15.2947 28.9212 15.2835 28.9149C15.2723 28.9086 15.2585 28.9052 15.244 28.9053ZM13.5723 27.989C13.5711 27.9925 13.5708 27.9962 13.5713 27.9998C13.5718 28.0035 13.5732 28.0069 13.5753 28.0099C13.5774 28.0129 13.5802 28.0153 13.5835 28.017C13.5868 28.0187 13.5904 28.0197 13.594 28.0197L14.9748 28.0339C14.9784 28.0339 14.9821 28.0331 14.9853 28.0315C14.9886 28.0299 14.9915 28.0275 14.9936 28.0246C14.9958 28.0217 14.9973 28.0183 14.9979 28.0147C14.9986 28.0112 14.9984 28.0075 14.9973 28.004L14.329 25.9075C14.3276 25.9028 14.3247 25.8987 14.3208 25.8958C14.3169 25.8928 14.3121 25.8912 14.3072 25.8911C14.3023 25.891 14.2975 25.8925 14.2934 25.8953C14.2894 25.8981 14.2864 25.9021 14.2848 25.9068L13.5723 27.989ZM30.1128 28.9053H28.1628C28.1492 28.9052 28.1363 28.9085 28.1258 28.9145C28.1153 28.9205 28.1078 28.9291 28.1043 28.9389L27.7405 29.9643C27.7357 29.9772 27.7286 29.9885 27.7203 29.9964C27.7119 30.0043 27.7027 30.0085 27.694 30.0085H26.6628C26.6579 30.0086 26.6533 30.0069 26.6494 30.0037C26.6455 30.0005 26.6424 29.9957 26.6404 29.9899C26.6383 29.984 26.6374 29.9772 26.6376 29.9701C26.6379 29.9629 26.6393 29.9555 26.6418 29.9486L28.5003 24.826C28.506 24.8103 28.5145 24.7967 28.5246 24.787C28.5347 24.7773 28.5459 24.7721 28.5565 24.7721L29.8368 24.7692C29.847 24.7691 29.8569 24.7718 29.8649 24.7767C29.873 24.7817 29.8789 24.7887 29.8818 24.7968L31.6788 29.9554C31.6809 29.9615 31.6818 29.968 31.6814 29.9743C31.6811 29.9807 31.6794 29.9867 31.6766 29.9919C31.6738 29.9971 31.67 30.0014 31.6654 30.0042C31.6608 30.0071 31.6556 30.0086 31.6503 30.0085H30.5628C30.5537 30.0085 30.5444 30.0046 30.5363 29.9971C30.5282 29.9897 30.5217 29.9793 30.5178 29.9673L30.1713 28.9389C30.1681 28.9292 30.1607 28.9207 30.1502 28.9146C30.1397 28.9086 30.1266 28.9053 30.1128 28.9053ZM28.4238 27.9875C28.4225 27.9912 28.422 27.995 28.4225 27.9988C28.423 28.0027 28.4244 28.0063 28.4266 28.0095C28.4289 28.0126 28.4318 28.0152 28.4352 28.017C28.4386 28.0188 28.4424 28.0197 28.4463 28.0197L29.833 28.0339C29.8369 28.034 29.8407 28.0331 29.8441 28.0314C29.8475 28.0298 29.8505 28.0273 29.8528 28.0242C29.8551 28.0211 29.8566 28.0175 29.8572 28.0138C29.8578 28.01 29.8575 28.0061 29.8563 28.0025L29.185 25.9202C29.1836 25.9154 29.1806 25.9111 29.1765 25.908C29.1725 25.9049 29.1675 25.9032 29.1624 25.9032C29.1573 25.9031 29.1524 25.9046 29.1482 25.9075C29.144 25.9105 29.1409 25.9147 29.1393 25.9195L28.4238 27.9875ZM60.5065 29.1109H62.9065C62.9165 29.1109 62.926 29.1149 62.9331 29.1219C62.9401 29.1289 62.944 29.1384 62.944 29.1483V29.9711C62.944 29.981 62.9401 29.9905 62.9331 29.9975C62.926 30.0045 62.9165 30.0085 62.9065 30.0085H59.3815C59.3706 30.0085 59.3601 30.0045 59.3524 29.9975C59.3446 29.9905 59.3403 29.981 59.3403 29.9711L59.3425 24.8103C59.3425 24.7996 59.3466 24.7893 59.354 24.7817C59.3613 24.7742 59.3712 24.7699 59.3815 24.7699L62.8128 24.7721C62.8227 24.7721 62.8323 24.7762 62.8393 24.7833C62.8463 24.7905 62.8503 24.8002 62.8503 24.8103V25.633C62.8503 25.6429 62.8444 25.6525 62.8338 25.6595C62.8233 25.6665 62.809 25.6704 62.794 25.6704H60.4878C60.4798 25.6704 60.4722 25.6744 60.4666 25.6814C60.4609 25.6884 60.4578 25.6979 60.4578 25.7078L60.4638 26.7699C60.4638 26.7825 60.4663 26.7949 60.4713 26.8065C60.4763 26.8181 60.4836 26.8287 60.4928 26.8376C60.502 26.8465 60.5129 26.8535 60.5249 26.8583C60.5369 26.8632 60.5498 26.8656 60.5628 26.8656L62.6628 26.8664C62.6777 26.8664 62.692 26.8704 62.7026 26.8775C62.7131 26.8847 62.719 26.8944 62.719 26.9045V27.7093C62.719 27.7152 62.7176 27.721 62.7148 27.7265C62.7119 27.7319 62.7078 27.7369 62.7026 27.741C62.6973 27.7452 62.6911 27.7485 62.6843 27.7508C62.6775 27.753 62.6702 27.7542 62.6628 27.7542L60.544 27.7557C60.5226 27.7559 60.5021 27.7643 60.487 27.7791C60.4718 27.7939 60.4632 27.814 60.463 27.835V29.078C60.463 29.0868 60.4676 29.0951 60.4758 29.1013C60.4839 29.1075 60.495 29.1109 60.5065 29.1109ZM5.84804 24.7811C7.75454 24.814 8.42579 26.1386 8.26829 27.8671C8.04254 30.3413 5.69354 30.0317 3.90254 30.0047C3.89196 30.0045 3.88187 30.0009 3.87444 29.9946C3.86701 29.9883 3.86283 29.9799 3.86279 29.9711V24.8103C3.86283 24.8015 3.86693 24.793 3.87422 24.7868C3.88151 24.7805 3.8914 24.7768 3.90179 24.7766C4.55279 24.7682 5.20154 24.7697 5.84804 24.7811ZM7.04279 27.8559C7.16129 27.0601 7.04279 25.8776 6.01754 25.7168C5.69854 25.6664 5.37329 25.6522 5.04179 25.6742C5.03049 25.6748 5.01986 25.6787 5.01216 25.685C5.00446 25.6913 5.00029 25.6995 5.00054 25.7078C5.03054 26.8297 5.02954 27.9516 4.99754 29.0735C4.99729 29.0819 5.00146 29.0901 5.00916 29.0964C5.01686 29.1027 5.02749 29.1066 5.03879 29.1072C6.09554 29.167 6.86654 29.0414 7.04279 27.8559ZM21.052 25.6689L19.5753 25.6697C19.5653 25.6697 19.5558 25.6658 19.5488 25.6589C19.5417 25.6521 19.5378 25.6427 19.5378 25.633V24.8103C19.5378 24.8004 19.5417 24.7909 19.5488 24.7838C19.5558 24.7768 19.5653 24.7729 19.5753 24.7729H23.7565C23.7672 24.7729 23.7773 24.7768 23.7849 24.7838C23.7925 24.7908 23.7968 24.8003 23.797 24.8103L23.8068 25.6151C23.8069 25.6221 23.8055 25.6291 23.8028 25.6356C23.8001 25.6421 23.7961 25.6481 23.791 25.6531C23.7859 25.6581 23.7799 25.6621 23.7732 25.6648C23.7665 25.6675 23.7593 25.6689 23.752 25.6689L22.2753 25.6697C22.2653 25.6697 22.2558 25.6737 22.2488 25.6808C22.2417 25.688 22.2378 25.6977 22.2378 25.7078V29.9711C22.2378 29.981 22.2338 29.9905 22.2268 29.9975C22.2198 30.0045 22.2102 30.0085 22.2003 30.0085H21.1128C21.107 30.0085 21.1015 30.0065 21.0974 30.003C21.0933 29.9995 21.091 29.9947 21.091 29.9898L21.0753 25.6891C21.0753 25.6838 21.0728 25.6786 21.0685 25.6748C21.0641 25.6711 21.0582 25.6689 21.052 25.6689ZM38.362 27.289C39.038 27.4859 39.3963 27.9432 39.4368 28.6607C39.4833 29.4707 38.431 29.9696 37.7665 29.9987C37.2545 30.0212 36.4488 30.0212 35.3493 29.9987C35.3378 29.9984 35.3269 29.9933 35.3189 29.9846C35.311 29.976 35.3065 29.9644 35.3065 29.9524V24.8103C35.3065 24.8006 35.3106 24.7912 35.3177 24.7844C35.3249 24.7775 35.3346 24.7736 35.3448 24.7736C36.1273 24.7726 36.9145 24.7724 37.7065 24.7729C37.8755 24.7729 38.0958 24.8262 38.3673 24.933C39.4818 25.3705 39.4728 26.808 38.3605 27.2643C38.3375 27.2738 38.338 27.282 38.362 27.289ZM37.7875 25.7781C37.432 25.6061 36.913 25.6697 36.52 25.6704C36.5081 25.6706 36.4967 25.6747 36.4882 25.6816C36.4798 25.6886 36.4751 25.698 36.475 25.7078L36.4698 26.811C36.4698 26.8233 36.4745 26.8352 36.483 26.8441C36.4916 26.853 36.5032 26.8583 36.5155 26.8589C37.0518 26.8828 38.221 27.0504 38.0155 26.0706C37.9875 25.9359 37.9115 25.8385 37.7875 25.7781ZM37.936 27.8716C37.8789 27.8223 37.8109 27.7945 37.744 27.7931L36.5065 27.7669C36.5007 27.7668 36.4949 27.7681 36.4894 27.7707C36.484 27.7733 36.479 27.7772 36.4748 27.7822C36.4706 27.7871 36.4673 27.793 36.465 27.7995C36.4627 27.806 36.4616 27.813 36.4615 27.82V29.0691C36.4615 29.0767 36.4658 29.0842 36.4735 29.0899C36.4812 29.0956 36.4917 29.0991 36.5028 29.0997C36.7128 29.1097 37.0593 29.1097 37.5423 29.0997C38.2593 29.084 38.4318 28.3024 37.936 27.8716ZM43.9083 30.0174L42.844 30.0107C42.8399 30.0105 42.8362 30.0088 42.8331 30.0056C42.83 30.0024 42.8276 29.9979 42.8261 29.9924C42.8247 29.9869 42.8242 29.9805 42.8247 29.9739C42.8252 29.9672 42.8267 29.9603 42.829 29.9539L44.6943 24.8238C44.6997 24.8089 44.7086 24.7961 44.7198 24.787C44.7309 24.7779 44.7438 24.7729 44.7565 24.7729H46.0315C46.04 24.7729 46.0487 24.7764 46.0562 24.7828C46.0637 24.7892 46.0698 24.7983 46.0735 24.8088L47.869 29.9524C47.8712 29.9588 47.8719 29.9656 47.871 29.9723C47.8702 29.979 47.8678 29.9853 47.8642 29.9908C47.8605 29.9963 47.8556 30.0007 47.85 30.0038C47.8443 30.0069 47.838 30.0085 47.8315 30.0085H46.7628C46.7516 30.0085 46.7406 30.0048 46.7313 29.9978C46.722 29.9908 46.715 29.981 46.711 29.9696L46.3645 28.9441C46.3608 28.9329 46.3538 28.923 46.3445 28.9161C46.3352 28.9091 46.3241 28.9053 46.3128 28.9053H44.3628C44.3493 28.9053 44.3365 28.9085 44.3261 28.9145C44.3156 28.9206 44.308 28.9291 44.3043 28.9389L43.9248 29.9875C43.922 29.9955 43.9188 30.0029 43.9157 30.0084C43.9127 30.0139 43.9101 30.0171 43.9083 30.0174ZM44.6155 27.989C44.6142 27.9925 44.6137 27.9963 44.6142 28.0001C44.6147 28.0038 44.616 28.0073 44.6181 28.0104C44.6203 28.0135 44.6231 28.0161 44.6265 28.0178C44.6298 28.0195 44.6335 28.0204 44.6373 28.0204L46.027 28.0324C46.0308 28.0325 46.0345 28.0317 46.0378 28.03C46.0412 28.0284 46.0441 28.0259 46.0463 28.0229C46.0485 28.0199 46.05 28.0164 46.0505 28.0127C46.0511 28.009 46.0507 28.0053 46.0495 28.0017L45.373 25.9232C45.3716 25.9185 45.3687 25.9144 45.3648 25.9115C45.3609 25.9085 45.3561 25.9069 45.3512 25.9068C45.3463 25.9067 45.3415 25.9082 45.3374 25.911C45.3334 25.9138 45.3304 25.9178 45.3288 25.9225L44.6155 27.989Z' fill='%23B0B4B8'/%3E%3Cpath d='M12.8566 9.15365C16.7229 10.0026 16.8069 15.5912 12.9646 16.5672C12.6646 16.643 12.2181 16.6832 11.6251 16.6876C10.3926 16.6971 9.15986 16.6954 7.92686 16.6824C7.38786 16.6769 6.96911 16.6375 6.67061 16.5642C5.20661 16.2052 4.06136 15.0422 3.80336 13.4865C3.42611 11.2112 5.19311 9.06913 7.51886 9.06913C8.79911 9.06913 10.0816 9.07213 11.3626 9.06689C12.0841 9.0644 12.5821 9.09332 12.8566 9.15365ZM12.6196 15.2247C14.9859 14.5156 14.9169 11.1514 12.5356 10.4977C12.3281 10.4409 11.9934 10.4124 11.5314 10.4124C10.3304 10.4134 9.12936 10.4129 7.92836 10.4109C7.56136 10.4099 7.26686 10.4411 7.04486 10.5044C5.85461 10.8432 5.07836 11.9465 5.23811 13.1806C5.35811 14.114 6.04811 14.9412 6.94436 15.2149C7.19536 15.2912 7.61986 15.3296 8.21786 15.3301C9.36486 15.3311 10.5119 15.3304 11.6589 15.3279C12.0734 15.3269 12.3936 15.2925 12.6196 15.2247Z' fill='%23B0B4B8'/%3E%3Cpath d='M33.1866 13.9838C33.2171 13.9838 33.2241 13.9708 33.2076 13.9449L31.1984 10.7108C31.1964 10.7074 31.1933 10.7048 31.1896 10.7034C31.1858 10.7019 31.1814 10.7017 31.1769 10.7026C31.1723 10.7034 31.1677 10.7055 31.1635 10.7085C31.1592 10.7115 31.1555 10.7154 31.1526 10.7198L27.4176 16.6263C27.4105 16.6375 27.4014 16.6467 27.3912 16.6531C27.381 16.6595 27.3699 16.6629 27.3591 16.6629L25.6829 16.6771C25.6574 16.6776 25.6516 16.6671 25.6656 16.6457C27.1606 14.2982 28.6594 11.9549 30.1619 9.61582C30.5646 8.9898 31.3581 8.69586 31.9424 9.28822C32.0004 9.34656 32.1351 9.54078 32.3466 9.87087C33.7741 12.0972 35.2221 14.3575 36.6906 16.6517C36.7111 16.6841 36.7056 16.7 36.6741 16.6996L35.0054 16.6786C34.9932 16.6786 34.9813 16.6754 34.9706 16.6692C34.96 16.663 34.951 16.6542 34.9446 16.6435L34.1684 15.3615C34.1627 15.3519 34.1539 15.344 34.1429 15.3385C34.1318 15.333 34.1189 15.3301 34.1054 15.3301H30.2054C30.1985 15.3301 30.1901 15.3262 30.1814 15.3189C30.1726 15.3116 30.1638 15.3012 30.1559 15.2889L29.3451 14.0384C29.3216 14.002 29.3334 13.9838 29.3804 13.9838H33.1866Z' fill='%23B0B4B8'/%3E%3Cpath d='M62.8638 20.5043C62.9018 20.6644 62.9043 20.8287 62.8713 20.9972C62.8694 21.0073 62.8643 21.0164 62.8569 21.023C62.8495 21.0296 62.8403 21.0331 62.8308 21.0331H3.91833C3.91354 21.0331 3.9088 21.0321 3.90438 21.0303C3.89996 21.0284 3.89596 21.0256 3.89261 21.0221C3.88925 21.0186 3.88662 21.0145 3.88485 21.01C3.88309 21.0054 3.88223 21.0006 3.88233 20.9957L3.89133 20.5238C3.89156 20.5111 3.89596 20.499 3.90355 20.4902C3.91114 20.4814 3.92131 20.4765 3.93183 20.4766C4.39458 20.4811 4.90908 20.4542 5.32008 20.4542C14.0171 20.4532 22.7141 20.453 31.4111 20.4535C31.5011 20.4535 31.7396 20.4856 31.8926 20.4684C31.9806 20.4584 32.0443 20.4535 32.0838 20.4535H56.0186C56.1071 20.4535 56.3328 20.4849 56.4776 20.4692C56.5641 20.4602 56.6253 20.4555 56.6613 20.455C58.7133 20.4495 60.7653 20.4537 62.8173 20.4677C62.8281 20.4677 62.8385 20.4713 62.8469 20.478C62.8554 20.4846 62.8613 20.4939 62.8638 20.5043Z' fill='%23B0B4B8'/%3E%3Cpath d='M12.6191 15.2247C14.9853 14.5157 14.9163 11.1515 12.5351 10.4978C12.3276 10.4409 11.9928 10.4125 11.5308 10.4125C10.3298 10.4135 9.12883 10.413 7.92783 10.411C7.56083 10.41 7.26633 10.4412 7.04433 10.5045C5.85408 10.8433 5.07783 11.9465 5.23758 13.1806C5.35758 14.114 6.04758 14.9413 6.94383 15.215C7.19483 15.2913 7.61933 15.3297 8.21733 15.3302C9.36433 15.3312 10.5113 15.3304 11.6583 15.328C12.0728 15.327 12.3931 15.2926 12.6191 15.2247Z' stroke='%23B0B4B8' stroke-width='0.526718'/%3E%3Cpath d='M65.1894 9.87618C65.1894 10.1043 65.0985 10.3231 64.9367 10.4844C64.775 10.6457 64.5556 10.7363 64.3269 10.7363C64.0981 10.7363 63.8787 10.6457 63.717 10.4844C63.5552 10.3231 63.4644 10.1043 63.4644 9.87618C63.4644 9.64806 63.5552 9.42928 63.717 9.26798C63.8787 9.10667 64.0981 9.01605 64.3269 9.01605C64.5556 9.01605 64.775 9.10667 64.9367 9.26798C65.0985 9.42928 65.1894 9.64806 65.1894 9.87618ZM64.9944 9.87543C64.9944 9.69909 64.9241 9.52996 64.7991 9.40527C64.674 9.28057 64.5044 9.21052 64.3276 9.21052C64.1508 9.21052 63.9812 9.28057 63.8561 9.40527C63.7311 9.52996 63.6609 9.69909 63.6609 9.87543C63.6609 10.0518 63.7311 10.2209 63.8561 10.3456C63.9812 10.4703 64.1508 10.5404 64.3276 10.5404C64.5044 10.5404 64.674 10.4703 64.7991 10.3456C64.9241 10.2209 64.9944 10.0518 64.9944 9.87543Z' fill='%23B0B4B8'/%3E%3Cpath d='M22.469 14.2269C22.4195 14.2324 22.4155 14.2526 22.457 14.2875L25.2688 16.6443C25.2948 16.6657 25.2903 16.6764 25.2553 16.6764H23.2115C23.1725 16.6764 23.1374 16.6647 23.1133 16.6435L18.8458 12.9337C18.7973 12.8918 18.8038 12.8709 18.8653 12.8709C20.1763 12.8799 21.483 12.8761 22.7855 12.8597C23.2123 12.8545 23.591 12.7602 23.8408 12.4453C24.356 11.7946 24.1888 10.8388 23.408 10.5134C23.25 10.4476 23.0105 10.4144 22.6895 10.4139C21.1635 10.4119 19.6373 10.4117 18.1108 10.4132C18.1008 10.4132 18.0911 10.417 18.084 10.4239C18.0768 10.4307 18.0727 10.44 18.0725 10.4498C18.0445 12.5067 18.0453 14.5635 18.0748 16.6203C18.0749 16.6277 18.0735 16.6349 18.0707 16.6417C18.0678 16.6485 18.0636 16.6547 18.0583 16.6599C18.053 16.6652 18.0467 16.6693 18.0398 16.6721C18.0328 16.675 18.0253 16.6764 18.0178 16.6764H16.6303C16.6203 16.6764 16.6108 16.6725 16.6038 16.6655C16.5967 16.6585 16.5928 16.6489 16.5928 16.639V9.12224C16.5928 9.10736 16.5985 9.09309 16.6086 9.08257C16.6187 9.07205 16.6325 9.06614 16.6468 9.06614H23.1365C23.5015 9.06614 23.8565 9.15614 24.2015 9.33615C26.6105 10.5934 25.7083 14.2411 22.9535 14.2052C22.785 14.2032 22.6235 14.2105 22.469 14.2269ZM36.932 10.3145C37.9093 9.23667 39.059 9.0265 40.4668 9.04445C41.8073 9.0609 43.1478 9.06789 44.4883 9.06539C44.624 9.06539 44.8183 9.03323 44.9968 9.07138C45.001 9.07233 45.0048 9.0744 45.008 9.07741C45.0112 9.08042 45.0135 9.08429 45.0149 9.08868C45.0163 9.09307 45.0167 9.09787 45.016 9.10267C45.0153 9.10746 45.0136 9.11212 45.011 9.11625L44.1943 10.3758C44.1872 10.3868 44.1778 10.3959 44.1671 10.4021C44.1563 10.4084 44.1445 10.4117 44.1328 10.4117C42.8013 10.4117 41.4705 10.4124 40.1405 10.4139C39.7355 10.4139 39.4193 10.4471 39.1918 10.5134C36.8495 11.1948 36.8023 14.5096 39.1393 15.2172C39.3828 15.291 39.771 15.3281 40.304 15.3286C41.9005 15.3311 43.4978 15.3314 45.0958 15.3294C45.1398 15.3294 45.1503 15.3476 45.1273 15.384L44.3225 16.6405C44.3157 16.6515 44.307 16.6605 44.2974 16.6668C44.2878 16.6731 44.2776 16.6764 44.2678 16.6764C42.9558 16.6764 41.6435 16.6767 40.331 16.6772C39.648 16.6772 39.1625 16.6438 38.8745 16.5769C36.038 15.9217 35.0053 12.4386 36.932 10.3145ZM55.4608 13.5538C55.4456 13.5537 55.4305 13.5573 55.417 13.5642C55.4035 13.5711 55.3919 13.5811 55.3833 13.5933C55.3747 13.6055 55.3693 13.6196 55.3677 13.6342C55.366 13.6488 55.3681 13.6636 55.3738 13.6772C55.7108 14.4875 56.2635 15.0038 57.032 15.2262C57.2745 15.2965 57.6433 15.3314 58.1383 15.3309C59.7288 15.3299 61.325 15.3296 62.927 15.3301C62.979 15.3301 62.992 15.3503 62.966 15.3907L62.1485 16.6517C62.1428 16.6606 62.1346 16.6679 62.1248 16.6729C62.1149 16.6779 62.1037 16.6804 62.0923 16.6802C60.7313 16.6757 59.3693 16.6744 58.0063 16.6764C57.4283 16.6774 56.9963 16.6433 56.7103 16.574C52.856 15.6435 52.82 10.099 56.711 9.16636C56.9955 9.09805 57.4278 9.06464 58.0078 9.06614C59.6203 9.07063 61.2328 9.06689 62.8453 9.05492C62.8693 9.05492 62.8758 9.06365 62.8648 9.0811L62.0225 10.3907C62.0173 10.3989 62.0084 10.4056 61.9968 10.4102C61.9852 10.4148 61.9713 10.4171 61.9565 10.4169C60.6605 10.4119 59.3665 10.4102 58.0745 10.4117C57.614 10.4127 57.2638 10.4478 57.0238 10.5171C56.2128 10.7525 55.655 11.2965 55.3505 12.1491C55.3493 12.1525 55.349 12.1561 55.3495 12.1596C55.3501 12.1631 55.3514 12.1665 55.3536 12.1694C55.3557 12.1723 55.3585 12.1747 55.3617 12.1764C55.365 12.1781 55.3686 12.179 55.3723 12.1791C57.6833 12.212 59.9943 12.2147 62.3053 12.1873C62.4183 12.1858 62.4453 12.2312 62.3863 12.3234L61.6153 13.5201C61.6086 13.5304 61.5996 13.5389 61.5891 13.5448C61.5786 13.5507 61.567 13.5538 61.5553 13.5538H55.4608ZM47.324 15.3301H54.074C54.1115 15.3301 54.1228 15.3418 54.1078 15.3653L53.2768 16.6495C53.2716 16.6577 53.2628 16.6645 53.2513 16.6692C53.2399 16.6739 53.2261 16.6764 53.2115 16.6764H46.7338C46.217 16.6764 45.8053 16.4715 45.8053 15.9098V9.10204C45.8053 9.09252 45.8092 9.08339 45.8163 9.07666C45.8233 9.06992 45.8328 9.06614 45.8428 9.06614H47.249C47.259 9.06614 47.2685 9.07008 47.2755 9.07709C47.2826 9.08411 47.2865 9.09362 47.2865 9.10354V15.2927C47.2865 15.3026 47.2905 15.3122 47.2975 15.3192C47.3045 15.3262 47.3141 15.3301 47.324 15.3301Z' fill='%23B0B4B8'/%3E%3Cpath d='M64.2065 9.99652L64.2185 10.2628C64.2193 10.2808 64.2175 10.298 64.2134 10.311C64.2092 10.324 64.203 10.3318 64.196 10.3331C64.1375 10.3441 64.081 10.3418 64.0265 10.3264C64.0197 10.3244 64.0136 10.3171 64.0092 10.3056C64.0049 10.2942 64.0025 10.2793 64.0025 10.2635L64.001 9.42136C64.0007 9.41287 64.0043 9.4044 64.0112 9.39753C64.0181 9.39066 64.0278 9.38584 64.0385 9.38396C64.145 9.36452 64.2505 9.35903 64.355 9.36751C64.6797 9.39369 64.8162 9.67117 64.5642 9.92248C64.5567 9.92999 64.5521 9.94001 64.551 9.95098C64.5499 9.96194 64.5525 9.97322 64.5582 9.98306L64.7157 10.2508C64.7219 10.2616 64.7243 10.274 64.7223 10.2856C64.7204 10.2972 64.7143 10.3072 64.7052 10.3137C64.6547 10.35 64.5997 10.353 64.5402 10.3226C64.5208 10.3129 64.5039 10.2944 64.4922 10.2703C64.4427 10.17 64.3415 9.95015 64.259 9.95987C64.2444 9.96145 64.2308 9.96615 64.221 9.97298C64.2112 9.97981 64.206 9.98824 64.2065 9.99652ZM64.2252 9.75793C64.2276 9.7669 64.2314 9.77493 64.236 9.78076C64.2406 9.78658 64.2458 9.78987 64.2507 9.79009C64.3992 9.79707 64.4742 9.73799 64.4757 9.61283C64.4758 9.60416 64.47 9.59392 64.459 9.58357C64.4481 9.57322 64.4327 9.5633 64.415 9.55524C64.228 9.46898 64.1647 9.53654 64.2252 9.75793Z' fill='%23B0B4B8'/%3E%3C/svg%3E");}
[data-icon="cassandra"]{display:inline-block;width:107px;height:20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='20' viewBox='0 0 107 20' fill='none'%3E%3Cpath d='M15.2247 7.50886C16.0969 7.50886 16.8899 7.72405 17.326 8.15443C17.4053 8.84304 16.8106 9.96203 16.4537 9.96203C16.0176 9.78987 15.6211 9.7038 15.1057 9.7038C13.0441 9.7038 12.0132 12.0279 12.0132 14.3089C12.0132 15.7291 12.4493 16.5899 13.5198 16.5899C14.63 16.5899 15.7401 15.7722 16.3744 15.1696C16.533 15.2987 16.7313 15.6861 16.7313 16.1165C16.7313 16.5899 16.6123 17.0633 16.1762 17.5367C15.4626 18.3114 14.2335 19 12.4493 19C10.4273 19 9 17.7519 9 14.8253C9.0793 10.9519 11.3789 7.50886 15.2247 7.50886ZM21.8855 16.4608C22.9956 16.4608 25.0176 14.3519 25.5727 10.3063C25.6123 10.0481 25.6123 10.0051 25.652 9.74684C25.4141 9.66076 25.0573 9.57469 24.7401 9.57469C23.9075 9.57469 23.0352 9.83292 22.2819 10.9949C21.489 12.2 21.1322 13.7063 21.1322 14.9114C21.1322 15.9013 21.4097 16.4608 21.8855 16.4608ZM18.2379 15.3418C18.2379 13.8785 18.674 11.3823 20.3789 9.53165C21.8458 7.8962 23.5903 7.50886 25.2159 7.50886C26.2863 7.50886 27.7137 7.8962 28.6255 8.06836C28.3877 9.14431 27.8722 13.2329 27.5947 15.6C27.4758 16.5899 27.4361 18.0101 27.4758 18.5266C26.7225 18.8709 25.3348 18.957 24.9383 18.957C24.7401 18.957 24.7004 17.9671 24.7401 16.9772C24.7797 16.676 24.8194 16.2025 24.8194 15.9873C23.9471 17.5797 22.2026 18.9139 20.3789 18.9139C19.0705 18.957 18.2379 17.7519 18.2379 15.3418ZM34.2555 7.50886C35.1674 7.50886 36.0793 7.89621 36.4758 8.32659C36.4361 9.0152 35.9604 10.1772 35.1674 9.83292C34.8106 9.7038 34.4934 9.61773 34.0176 9.61773C33.4229 9.61773 32.8678 9.91899 32.8678 10.5215C32.8678 10.9949 33.185 11.3392 34.6916 12.5013C35.7621 13.362 36.1982 14.1367 36.1982 15.2127C36.1982 17.0203 34.652 18.957 31.9163 18.957C30.8062 18.957 29.815 18.4835 29.5374 18.0101C29.141 17.2785 29.4581 15.8152 29.8943 16.0734C30.489 16.3747 31.4405 16.719 32.2335 16.719C32.9868 16.719 33.4626 16.3317 33.4626 15.8582C33.4626 15.4279 33.1057 15.0835 31.7577 14.0076C30.6079 13.0608 30.2511 12.2 30.2511 11.2532C30.2511 9.18734 31.8767 7.50886 34.2555 7.50886ZM42.0661 7.50886C42.978 7.50886 43.8899 7.89621 44.2863 8.32659C44.2467 9.0152 43.7709 10.1772 42.978 9.83292C42.6211 9.7038 42.304 9.61773 41.8282 9.61773C41.2335 9.61773 40.6784 9.91899 40.6784 10.5215C40.6784 10.9949 40.9956 11.3392 42.5022 12.5013C43.5727 13.362 44.0088 14.1367 44.0088 15.2127C44.0088 17.0203 42.4626 18.957 39.7269 18.957C38.6167 18.957 37.6652 18.4835 37.348 18.0101C36.9515 17.2785 37.2687 15.8152 37.7048 16.0734C38.2996 16.3747 39.2511 16.719 40.0441 16.719C40.7974 16.719 41.2731 16.3317 41.2731 15.8582C41.2731 15.4279 40.9163 15.0835 39.5683 14.0076C38.4185 13.0608 38.0617 12.2 38.0617 11.2532C38.0617 9.18734 39.6872 7.50886 42.0661 7.50886ZM49.163 16.4608C50.2731 16.4608 52.2952 14.3519 52.8502 10.3063C52.8899 10.0481 52.8899 10.0051 52.9295 9.74684C52.6916 9.66076 52.3348 9.57469 52.0176 9.57469C51.185 9.57469 50.3128 9.83292 49.5595 10.9949C48.7665 12.2 48.4097 13.7063 48.4097 14.9114C48.4493 15.9013 48.6872 16.4608 49.163 16.4608ZM45.5154 15.3418C45.5154 13.8785 45.9515 11.3823 47.6564 9.53165C49.1233 7.8962 50.8678 7.50886 52.4934 7.50886C53.5639 7.50886 54.9912 7.8962 55.9031 8.06836C55.6652 9.14431 55.1498 13.2329 54.8722 15.6C54.7533 16.5899 54.7137 18.0101 54.7533 18.5266C54 18.8709 52.6123 18.957 52.2159 18.957C52.0176 18.957 51.978 17.9671 52.0176 16.9772C52.0573 16.676 52.0969 16.2025 52.0969 15.9873C51.2247 17.5797 49.4802 18.9139 47.6564 18.9139C46.3877 18.957 45.5154 17.7519 45.5154 15.3418ZM61.0176 10.6937C62.0485 8.88608 63.3965 7.50886 65.2996 7.50886C66.9251 7.50886 67.4405 9.14431 67.1233 11.4253C66.9648 12.5013 66.6872 14.0506 66.5286 15.4709C66.37 16.676 66.2511 17.7519 66.2907 18.4835C65.696 18.7848 63.9912 18.9139 63.5947 18.9139C63.4361 18.9139 63.3965 17.5798 63.6344 16.1595C63.8326 14.9975 64.1894 12.8456 64.3877 11.5975C64.5066 10.8658 64.467 10.0051 63.8326 10.0051C63 10.0051 61.0176 11.4684 60.0264 17.4076C59.9471 17.881 59.7885 18.1823 59.511 18.3544C59.1542 18.5696 58.4405 18.7848 56.9736 18.7848C57.2511 17.2785 57.6872 14.2228 58.0044 11.9418C58.2819 9.87595 58.4009 8.54177 58.3612 8.02532C58.7577 7.8962 60.7797 7.42279 60.978 7.42279C61.2159 7.42279 61.2555 8.19747 61.0573 10.0051C61.0176 10.1772 61.0176 10.4354 60.978 10.6076H61.0176V10.6937ZM72.5154 16.4177C73.5066 16.4177 75.5286 14.3949 76.0837 10.8228C76.1233 10.6076 76.163 10.2633 76.2026 10.0481C75.9251 9.74684 75.5286 9.57469 74.8943 9.57469C72.5947 9.57469 71.6035 12.5443 71.6035 14.6962C71.6432 15.8152 72 16.4177 72.5154 16.4177ZM71.0485 18.957C69.5815 18.957 68.7093 17.5367 68.7093 15.1696C68.7093 11.2101 71.0088 7.5519 74.8546 7.5519C75.5286 7.5519 76.163 7.76709 76.5198 7.98228C76.7181 6.8633 77.1938 3.37722 77.2335 2.34431C77.8678 2.21519 79.2159 2 79.8502 2C80.0881 2 80.1674 2.25823 80.0881 2.9038C79.533 6.60507 78.5815 13.6633 78.3833 15.2127C78.2643 16.5468 78.2247 17.838 78.2643 18.5696C77.5507 18.9139 76.0837 19 75.6872 19C75.5286 19 75.4493 17.881 75.489 16.8481C75.5286 16.5468 75.5683 16.0734 75.5683 15.9873C74.3392 17.9671 72.7929 18.957 71.0485 18.957ZM84.2907 11.038C85.4802 8.15443 86.9075 7.50886 87.859 7.50886C88.1366 7.50886 88.6123 7.72405 88.8106 7.93924C88.8899 8.75696 88.2952 10.3494 87.7797 10.9949C87.5022 10.8658 87.185 10.6937 86.7885 10.6937C86.0352 10.6937 84.489 11.9848 83.5374 17.5798C83.4581 18.0532 83.3392 18.2253 83.1013 18.3544C82.7048 18.6127 81.1982 18.7848 80.4846 18.8279C80.8414 16.8051 81.3965 12.7165 81.6344 10.3063C81.7137 9.7038 81.7137 8.54178 81.674 8.1114C82.1101 7.89621 83.815 7.46583 84.1718 7.46583C84.37 7.46583 84.5286 8.8 84.2114 10.9949H84.2907V11.038ZM92.2599 16.4608C93.37 16.4608 95.3921 14.3519 95.9471 10.3063C95.9868 10.0481 95.9868 10.0051 96.0264 9.74684C95.7885 9.66076 95.4317 9.57469 95.1145 9.57469C94.2819 9.57469 93.4097 9.83292 92.6564 10.9949C91.8634 12.2 91.5066 13.7063 91.5066 14.9114C91.5463 15.9013 91.7841 16.4608 92.2599 16.4608ZM88.6123 15.3418C88.6123 13.8785 89.0485 11.3823 90.7533 9.53165C92.2203 7.8962 93.9648 7.50886 95.5903 7.50886C96.6608 7.50886 98.0881 7.8962 99 8.06836C98.7621 9.14431 98.2467 13.2329 97.9692 15.6C97.8502 16.5899 97.8106 18.0101 97.8502 18.5266C97.0969 18.8709 95.7093 18.957 95.3128 18.957C95.1145 18.957 95.0749 17.9671 95.1145 16.9772C95.1542 16.676 95.1938 16.2025 95.1938 15.9873C94.3216 17.5797 92.5771 18.9139 90.7533 18.9139C89.4846 18.957 88.6123 17.7519 88.6123 15.3418Z' fill='%23B0B4B8'/%3E%3C/svg%3E");}
[data-icon="sqlserver"]{display:inline-block;width:95px;height:26px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='26' viewBox='0 0 95 26' fill='none'%3E%3Cpath d='M17.7406 7.70092C17.5863 7.70092 17.4577 7.72602 17.3034 7.72602C14.3712 7.87663 12.4164 9.13171 11.2589 11.5917C10.2815 13.8006 10.3844 16.7124 11.2589 18.9213C12.2878 21.1052 13.9596 22.2599 16.7375 22.6866C17.3291 22.787 17.7149 23.0882 18.8723 24.3935L20.287 26H22.8334L21.1358 24.3433C20.2098 23.4396 19.4382 22.6364 19.4382 22.5611C19.4382 22.4858 19.7983 22.3352 20.2356 22.2097C21.6759 21.7829 22.8591 20.7036 23.6822 19.0469C24.3509 17.7165 24.4538 17.3148 24.5567 15.6581C24.8139 10.7382 22.1646 7.67582 17.7406 7.70092ZM19.9783 20.5529C18.7437 21.1303 16.9433 21.2558 15.7601 20.8291C14.5512 20.4023 13.3681 19.1724 12.8279 17.7667C12.2363 16.2355 12.3135 13.4241 13.008 12.169C14.0882 10.1609 15.5286 9.23212 17.612 9.23212C20.6985 9.23212 22.4733 11.0896 22.7048 14.5537C22.8848 17.4655 21.8817 19.6493 19.9783 20.5529ZM63.9869 11.8929C62.9066 11.8929 62.1093 12.3196 61.5434 13.148L61.1062 13.8006V12.0937H59.2542V22.3603H61.1062V19.072C61.1062 16.0598 61.1319 15.7083 61.5691 14.9051C62.1607 13.7755 63.1896 13.2233 64.167 13.4743L64.8357 13.65V11.8678L63.9869 11.8929ZM53.1327 11.7925C52.7726 11.7925 52.3868 11.8427 52.0009 11.918C49.5317 12.5455 48.1428 14.8549 48.22 17.2395C48.22 19.2226 48.6058 20.2266 49.6089 21.2809C51.6151 22.8874 53.4413 23.0129 55.9105 22.1595C56.3221 21.9837 56.785 21.7829 56.785 21.7829V20.1764L55.9105 20.6283C53.93 21.4817 52.4125 21.4817 51.2036 20.4776C50.432 19.7246 50.0976 18.7958 49.9433 17.7667H57.4023V16.3861C57.4023 13.5496 55.6533 11.7674 53.1327 11.7925ZM50.1233 16.3108C50.1233 16.3108 50.4062 14.5537 51.4094 13.8508C51.8981 13.5245 52.4639 13.3488 53.0298 13.3488C53.5956 13.3488 54.1358 13.5245 54.5988 13.8759C55.5247 14.5788 55.7048 16.3108 55.7048 16.3108H50.1233ZM5.52316 14.4533C3.51692 13.2735 2.61669 12.42 2.7453 11.416C3.05395 8.62968 6.57772 9.00621 8.53251 10.0605L8.55823 8.17785C8.55823 8.17785 7.47795 7.72602 5.93469 7.70092C3.56837 7.67582 2.02511 8.42886 1.30492 9.98516C0.250362 12.2694 1.17632 14.0014 4.57148 15.9091C6.47484 16.9885 7.32363 17.9173 7.32363 18.9464C7.32363 21.055 4.72581 21.7829 2.02511 20.4776C1.45925 20.2015 0.996271 19.9756 0.97055 19.9756C0.867666 20.5781 0.919107 22.0088 0.919107 22.0088C0.919107 22.0088 1.74218 22.3352 2.97678 22.5862C6.0633 23.1886 8.84116 21.7829 9.12409 19.4987C9.32986 17.3399 8.53251 16.2104 5.52316 14.4533ZM80.3712 11.7925C80.0111 11.7925 79.6253 11.8427 79.2394 11.918C76.7702 12.5455 75.3813 14.8549 75.4585 17.2395C75.4585 19.2226 75.8443 20.2266 76.8474 21.2558C78.8536 22.8623 80.6798 23.0129 83.1747 22.1344C83.5863 21.9586 84.0493 21.7578 84.0493 21.7578V20.1513L83.1747 20.6032C81.1685 21.4566 79.6767 21.4566 78.4678 20.4525C77.6962 19.6995 77.3618 18.7958 77.2075 17.7416H84.6408V16.361C84.6408 13.5245 82.8918 11.7423 80.3712 11.7925ZM77.3361 16.2857C77.3361 16.2857 77.619 14.5286 78.6221 13.8257C79.1108 13.4743 79.6767 13.3237 80.2168 13.3237C80.757 13.3237 81.3228 13.4994 81.7858 13.8508C82.7118 14.5537 82.8918 16.2857 82.8918 16.2857H77.3361ZM43.4359 14.4784C41.4296 13.2986 40.5551 12.4451 40.658 11.4411C40.9666 8.65478 44.4904 9.03131 46.4452 10.0856L46.4709 8.20296C46.4709 8.20296 45.3907 7.75112 43.8474 7.72602C41.4811 7.70092 39.9378 8.45397 39.2176 10.0103C38.1631 12.2945 39.1147 14.0265 42.4842 15.9343C44.3875 17.0136 45.2106 17.9424 45.2106 18.9464C45.2106 21.055 42.6128 21.808 39.9121 20.4776C39.3719 20.2015 38.8832 19.9756 38.8575 19.9756C38.7546 20.5781 38.8061 22.0088 38.8061 22.0088C38.8061 22.0088 39.6292 22.3352 40.8638 22.5862C43.9503 23.1886 46.7281 21.7829 47.0111 19.4987C47.2426 17.365 46.4452 16.2355 43.4359 14.4784ZM91.2254 11.8678C90.1451 11.8678 89.3221 12.2945 88.7819 13.1229L88.3447 13.7755V12.0686H86.4927V22.3352H88.3447V19.072C88.3447 16.0598 88.3704 15.7083 88.8076 14.9051C89.3992 13.7755 90.4281 13.2233 91.4054 13.4994L92.0742 13.6751V11.8929L91.2254 11.8678ZM28.7235 14.4282V7.87663H26.8716V22.3603H34.7165V20.6534H28.7492L28.7235 14.4282ZM71.8575 16.4614L70.3143 20.3521L68.8482 16.4363L67.3564 12.0937H65.453C66.6876 15.5075 68.0251 18.9967 69.3883 22.3603C69.9799 22.3854 70.5715 22.3603 71.1631 22.3603L73.2465 17.2646L75.3556 12.0686H73.5294C73.5037 12.0937 72.7063 14.152 71.8575 16.4614ZM33.0446 3.93568C33.3532 3.93568 33.5847 3.83527 33.7905 3.63446C33.9963 3.43364 34.0991 3.20773 34.0991 2.90651C34.0991 2.60529 33.9963 2.37938 33.7905 2.17857C33.5847 2.00285 33.3532 1.90245 33.0446 1.90245C32.7359 1.90245 32.4787 2.00285 32.2987 2.20366C32.0929 2.40447 31.99 2.6555 31.99 2.93161C31.99 3.23283 32.0929 3.48385 32.2987 3.65956C32.4787 3.83527 32.7359 3.93568 33.0446 3.93568ZM32.3758 2.25387C32.5559 2.07816 32.7617 2.00285 33.0446 2.00285C33.3018 2.00285 33.5333 2.07816 33.7133 2.25387C33.8934 2.42958 33.9963 2.63039 33.9963 2.90651C33.9963 3.15753 33.8934 3.38344 33.7133 3.55915C33.5333 3.73487 33.3018 3.81017 33.0446 3.81017C32.7874 3.81017 32.5559 3.73487 32.3758 3.55915C32.1958 3.38344 32.0929 3.15753 32.0929 2.90651C32.1186 2.6555 32.1958 2.42958 32.3758 2.25387ZM32.8131 3.00692H32.9417C33.0189 3.00692 33.1218 3.08222 33.1732 3.23283L33.3275 3.55915H33.559L33.379 3.20773C33.3018 3.05712 33.2246 2.98181 33.1475 2.95671C33.2504 2.93161 33.3275 2.90651 33.4047 2.8312C33.4561 2.781 33.4818 2.68059 33.4818 2.60529C33.4818 2.50488 33.4561 2.42958 33.379 2.35427C33.3018 2.27897 33.1732 2.25387 32.9931 2.25387H32.6073V3.55915H32.7874L32.8131 3.00692ZM32.8131 2.40448H32.9931C33.1218 2.40448 33.1989 2.42958 33.2504 2.45468C33.3018 2.47978 33.3018 2.52999 33.3018 2.63039C33.3018 2.781 33.1989 2.8563 33.0189 2.8563H32.8131V2.40448ZM2.02511 2.88141C2.02511 2.42958 1.99939 2.07816 1.99939 1.87734C2.05083 2.10326 2.10227 2.27897 2.15371 2.40448L3.95418 6.29523H4.26283L6.0633 2.35427C6.11474 2.25387 6.16619 2.07815 6.21763 1.85224H6.24335C6.21763 2.25387 6.1919 2.58019 6.1919 2.8563V6.29523H6.80921V1.1745H6.03758L4.36572 4.76403C4.31427 4.91464 4.21139 5.11545 4.10851 5.39157H4.08279C4.05707 5.24096 3.95418 5.04015 3.8513 4.78913L2.23088 1.1996H1.40781V6.32033H1.99939L2.02511 2.88141ZM8.12098 2.90651H8.66112V6.09441H8.12098V2.90651ZM8.37819 1.72673C8.48107 1.72673 8.58396 1.70163 8.66112 1.62633C8.73828 1.55102 8.78972 1.47572 8.78972 1.35021C8.78972 1.2498 8.764 1.14939 8.66112 1.07409C8.58396 0.998783 8.48107 0.973683 8.37819 0.973683C8.2753 0.973683 8.17242 0.998783 8.09526 1.07409C8.01809 1.14939 7.96665 1.2498 7.96665 1.35021C7.96665 1.47572 7.99237 1.55102 8.09526 1.62633C8.17242 1.70163 8.2753 1.72673 8.37819 1.72673ZM12.4164 6.14462V5.59238C12.1334 5.79319 11.8248 5.91871 11.4904 5.91871C11.1046 5.91871 10.796 5.7932 10.5645 5.54218C10.333 5.29117 10.2044 4.96484 10.2044 4.53812C10.2044 4.08629 10.333 3.73486 10.5645 3.48385C10.796 3.23283 11.1303 3.10732 11.4904 3.10732C11.7991 3.10732 12.1077 3.20773 12.3907 3.38344V2.7559C12.1334 2.63039 11.8505 2.58019 11.5161 2.58019C10.9246 2.58019 10.4359 2.7559 10.1015 3.13242C9.76712 3.48385 9.58707 3.98588 9.58707 4.58832C9.58707 5.11545 9.7414 5.56728 10.0758 5.8936C10.4101 6.24503 10.8474 6.42074 11.3618 6.42074C11.7991 6.39564 12.1334 6.32033 12.4164 6.14462ZM13.9339 4.46281C13.9339 4.03608 14.0368 3.70976 14.2168 3.45874C14.3969 3.25793 14.5769 3.13242 14.8342 3.13242C15.0399 3.13242 15.1942 3.15753 15.2971 3.25793V2.65549C15.22 2.63039 15.0914 2.60529 14.937 2.60529C14.7313 2.60529 14.5255 2.6806 14.3712 2.80611C14.1911 2.95672 14.0368 3.15753 13.9596 3.43365H13.9339V2.6806H13.3423V6.34543H13.9339V4.46281ZM17.3805 6.39564C17.9464 6.39564 18.4094 6.21992 18.7437 5.8685C19.0781 5.51708 19.2582 5.04014 19.2582 4.46281C19.2582 3.86037 19.1038 3.40855 18.7952 3.05712C18.4865 2.7057 18.0493 2.55509 17.4834 2.55509C16.9175 2.55509 16.4546 2.7308 16.1202 3.03202C15.7601 3.38344 15.5801 3.88547 15.5801 4.51301C15.5801 5.06525 15.7344 5.51708 16.0688 5.8685C16.3774 6.21992 16.8147 6.39564 17.3805 6.39564ZM16.5317 3.43365C16.7632 3.20773 17.0719 3.08222 17.432 3.08222C17.8178 3.08222 18.1007 3.20773 18.3322 3.43365C18.538 3.68466 18.6666 4.03608 18.6666 4.48791C18.6666 4.93974 18.5637 5.29116 18.3579 5.51708C18.1522 5.76809 17.8435 5.8936 17.4577 5.8936C17.0719 5.8936 16.7632 5.76809 16.5317 5.51708C16.3002 5.26606 16.1974 4.93974 16.1974 4.48791C16.1716 4.03608 16.2745 3.68466 16.5317 3.43365ZM21.856 6.09441C22.0875 5.8936 22.2161 5.64258 22.2161 5.34136C22.2161 5.06525 22.1132 4.83934 21.9331 4.66362C21.7788 4.51302 21.573 4.38751 21.2387 4.262C20.9557 4.13649 20.7757 4.03608 20.6728 3.96077C20.5699 3.86037 20.5185 3.75996 20.5185 3.58425C20.5185 3.43364 20.5699 3.30813 20.6985 3.23283C20.8271 3.13242 20.9815 3.08222 21.1872 3.08222C21.5216 3.08222 21.7788 3.15752 22.036 3.33323V2.7559C21.8045 2.63039 21.5216 2.58019 21.2387 2.58019C20.8529 2.58019 20.5185 2.6806 20.287 2.88141C20.0298 3.08222 19.9269 3.33324 19.9269 3.63446C19.9269 3.91057 20.0041 4.13649 20.1584 4.2871C20.287 4.43771 20.5185 4.56322 20.8271 4.68873C21.1358 4.81424 21.3416 4.93974 21.4444 5.04015C21.5473 5.14056 21.5988 5.24096 21.5988 5.39157C21.5988 5.74299 21.3673 5.91871 20.8786 5.91871C20.5185 5.91871 20.1841 5.7932 19.9012 5.56728V6.19483C20.1584 6.34544 20.467 6.42074 20.8271 6.42074C21.2644 6.39564 21.6245 6.29523 21.856 6.09441ZM24.711 2.58019C24.1451 2.58019 23.6822 2.7559 23.3478 3.05712C22.9877 3.40855 22.8076 3.91058 22.8076 4.53812C22.8076 5.09035 22.962 5.54218 23.2963 5.8936C23.6307 6.24503 24.068 6.42074 24.6338 6.42074C25.1997 6.42074 25.6627 6.24503 25.997 5.8936C26.3314 5.54218 26.5115 5.06525 26.5115 4.48791C26.5115 3.88547 26.3571 3.43364 26.0485 3.08222C25.7141 2.7308 25.2769 2.58019 24.711 2.58019ZM25.8942 4.48791C25.8942 4.93974 25.7913 5.29116 25.5855 5.51708C25.3797 5.76809 25.0711 5.8936 24.6853 5.8936C24.2995 5.8936 23.9908 5.76809 23.7593 5.51708C23.5278 5.26606 23.4249 4.93974 23.4249 4.48791C23.4249 4.01098 23.5536 3.65956 23.785 3.40854C24.0165 3.18263 24.3252 3.05712 24.6853 3.05712C25.0454 3.05712 25.354 3.18263 25.5598 3.40854C25.7913 3.65956 25.8942 4.01098 25.8942 4.48791ZM27.5146 6.32033H28.1062V3.15753H28.9807V2.65549H28.1062V2.10326C28.1062 1.60122 28.3119 1.3251 28.7235 1.3251C28.8778 1.3251 29.0064 1.35021 29.1093 1.42552V0.898381C29.0064 0.848178 28.8521 0.848175 28.672 0.848175C28.3377 0.848175 28.0804 0.948585 27.8747 1.1494C27.6175 1.37531 27.4889 1.67653 27.4889 2.10326V2.70569H26.8458V3.20773H27.4889L27.5146 6.32033ZM29.9838 5.31627C29.9838 6.01911 30.3182 6.39564 30.9612 6.39564C31.1927 6.39564 31.3727 6.37053 31.5271 6.27013V5.76809C31.4242 5.8434 31.2956 5.8936 31.1412 5.8936C30.9355 5.8936 30.8069 5.8434 30.704 5.74299C30.6268 5.64258 30.5754 5.46687 30.5754 5.21586V3.15753H31.5271V2.65549H30.5754V1.57612C30.3696 1.65143 30.1638 1.70163 29.9838 1.75183V2.63039H29.3408V3.13242H29.9838V5.31627ZM94.4148 12.0686C94.209 11.8929 93.9775 11.7925 93.6689 11.7925C93.3602 11.7925 93.103 11.8929 92.923 12.0937C92.7172 12.2945 92.6143 12.5455 92.6143 12.8217C92.6143 13.1229 92.7172 13.3488 92.923 13.5496C93.1288 13.7253 93.386 13.8257 93.6689 13.8257C93.9775 13.8257 94.209 13.7253 94.4148 13.5245C94.6206 13.3237 94.7234 13.0978 94.7234 12.7965C94.7492 12.4953 94.6206 12.2443 94.4148 12.0686ZM94.3376 13.4492C94.1576 13.6249 93.9518 13.7002 93.6689 13.7002C93.4117 13.7002 93.1802 13.6249 93.0002 13.4492C92.8201 13.2735 92.7172 13.0476 92.7172 12.7965C92.7172 12.5455 92.7944 12.3196 92.9744 12.1439C93.1545 11.9682 93.3603 11.8929 93.6432 11.8929C93.9004 11.8929 94.1319 11.9682 94.3119 12.1439C94.492 12.3196 94.5948 12.5455 94.5948 12.7965C94.5948 13.0476 94.5177 13.2735 94.3376 13.4492ZM93.7975 12.8468C93.9004 12.8217 93.9775 12.7715 94.0547 12.7212C94.1061 12.671 94.1319 12.5706 94.1319 12.4953C94.1319 12.3949 94.1062 12.3196 94.029 12.2443C93.9518 12.169 93.8232 12.1439 93.6432 12.1439H93.2574V13.4492H93.4374V12.897H93.566C93.6432 12.897 93.7203 12.9723 93.7975 13.1229L93.9518 13.4492H94.1833L94.0033 13.0978C93.9261 12.9472 93.8489 12.8719 93.7975 12.8468ZM93.6689 12.7212H93.4631V12.2945H93.6432C93.7718 12.2945 93.849 12.3196 93.9004 12.3447C93.9518 12.3698 93.9518 12.42 93.9518 12.5204C93.9261 12.671 93.8489 12.7212 93.6689 12.7212Z' fill='%23B0B4B8'/%3E%3C/svg%3E");}
[data-icon="mongo"]{display:inline-block;width:101px;height:21px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='21' viewBox='0 0 101 21' fill='none'%3E%3Cpath d='M5.26491 10.6402V13.1799C5.26491 13.282 5.26491 13.3841 5.28293 13.4802C5.31286 13.7804 5.49868 13.9665 5.76832 14.0505C6.0201 14.1166 6.27776 14.1646 6.53548 14.2006C6.68532 14.2186 6.73327 14.2847 6.75123 14.4468C6.76919 15.0171 6.7213 15.0832 6.16989 15.0472C4.88735 14.9811 3.59882 14.9631 2.31629 15.0472H2.19644C1.79487 15.0652 1.76493 15.0292 1.76493 14.6269C1.76493 14.5608 1.78289 14.4768 1.78289 14.4107C1.78289 14.2907 1.86682 14.2247 1.98068 14.2247C2.25037 14.1947 2.49606 14.1226 2.74779 14.0745C3.09536 13.9904 3.29914 13.7744 3.32913 13.4201C3.37709 13.0359 3.37709 12.6336 3.37709 12.2493L3.39505 7.77038C3.40702 7.5062 3.26322 7.26 3.02945 7.13394C2.72983 6.96584 2.40614 6.83379 2.07653 6.73171C1.97464 6.70173 1.87874 6.68367 1.79487 6.62964C1.54912 6.50957 1.54314 6.29337 1.77691 6.16131C1.86084 6.11327 1.96267 6.07724 2.05857 6.05925C3.07005 5.90925 4.06392 5.65782 5.02522 5.30874C5.22301 5.24271 5.27689 5.2607 5.29491 5.45885C5.31287 5.57892 5.29491 5.72904 5.27689 5.8431C5.24695 6.05924 5.24695 6.27538 5.24695 6.47953C5.24695 6.56361 5.26491 6.64769 5.34884 6.69567C5.43277 6.74365 5.51664 6.69566 5.59453 6.64762C5.94216 6.37745 6.29578 6.13126 6.67933 5.91512C7.23068 5.61496 7.81203 5.34479 8.44731 5.26071C9.21442 5.15864 9.87969 5.36278 10.467 5.86109C10.7067 6.07723 10.9225 6.32342 11.1023 6.59359C11.2701 6.83978 11.2881 6.84577 11.5038 6.67767C12.1391 6.20935 12.8044 5.79512 13.5235 5.48884C14.2727 5.17063 15.0398 5.12266 15.8069 5.38678C16.5921 5.669 17.1255 6.22135 17.4431 6.97184C17.7128 7.57223 17.8266 8.19665 17.8266 8.84513V13.324C17.8266 13.6243 17.9465 13.8104 18.2462 13.9605C18.5638 14.0805 18.9114 14.1466 19.247 14.2127C19.4627 14.2607 19.4627 14.2607 19.4627 14.4828C19.4328 15.0352 19.3788 15.0652 18.8455 15.0352C17.5081 14.9571 16.1674 14.9571 14.8301 15.0352C14.5604 15.0532 14.5604 15.0532 14.5483 14.783V14.6989C14.5304 14.2486 14.5304 14.2486 14.9679 14.1466L15.3994 14.0265C15.6991 13.9545 15.9148 13.6843 15.9148 13.3721L15.9628 12.1172L15.9328 8.84513C15.9208 8.5509 15.8609 8.26268 15.747 7.99256C15.3275 6.97184 14.4105 6.60558 13.5295 6.70766C12.8643 6.77369 12.277 7.04393 11.7256 7.42817C11.6057 7.51225 11.5278 7.61426 11.5398 7.77636C11.6896 8.84507 11.5877 9.91378 11.6057 10.9825V13.3061C11.6057 13.7263 11.7736 13.9244 12.175 14.0265L12.9422 14.1947C13.062 14.2127 13.128 14.2607 13.128 14.3928V14.5128C13.11 14.9811 13.08 14.9991 12.6126 14.9991C11.2761 14.9331 9.9456 14.9511 8.62708 14.9991C8.17762 15.0172 8.1417 14.9691 8.1596 14.5129C8.17762 14.2426 8.20755 14.2306 8.45928 14.1766L9.01064 14.0745C9.49614 13.9725 9.67591 13.7923 9.71189 13.27L9.75978 12.1473L9.72985 8.7911C9.69992 8.37075 9.61 7.97451 9.38222 7.59027C9.04662 6.97183 8.5252 6.65362 7.81203 6.62364C7.09282 6.5756 6.46358 6.83978 5.85823 7.17598C5.4387 7.42217 5.25899 7.71034 5.28892 8.19672V10.6343L5.26491 10.6402ZM36.6871 10.7424V13.0959C36.6871 13.264 36.6992 13.4321 36.7171 13.5942C36.7291 13.8224 36.8969 14.0145 37.1187 14.0625C37.4064 14.1466 37.7 14.1946 37.9997 14.2127C38.1675 14.2306 38.1975 14.2967 38.2154 14.4288V14.5489C38.1975 15.1313 38.1315 15.2033 37.5622 15.1673C36.2916 15.0832 35.027 15.1012 33.7625 15.1673L33.2771 15.1853C33.1752 15.1853 33.1572 15.1372 33.1272 15.0652C33.0793 14.8335 33.0793 14.5945 33.1272 14.3628C33.1452 14.2607 33.2112 14.2426 33.313 14.2127C33.5587 14.1827 33.7625 14.1286 33.9962 14.0925C34.4158 13.9905 34.5655 13.8224 34.5776 13.3901L34.6255 11.9852V7.87244C34.6255 7.57222 34.5057 7.38612 34.242 7.254C33.9423 7.0859 33.6247 6.97184 33.2891 6.85178C33.1872 6.82179 33.0913 6.78575 33.0073 6.73171C32.7916 6.5816 32.7616 6.3654 32.9774 6.19735C33.0733 6.11927 33.1872 6.07124 33.313 6.06525C34.3798 5.89714 35.4166 5.663 36.4175 5.26071C36.5374 5.21267 36.5853 5.24272 36.6332 5.34479C36.6811 5.44686 36.6992 5.56093 36.6812 5.68099L36.6332 6.46753C36.6332 6.5696 36.5853 6.71366 36.6632 6.7497C36.7651 6.81573 36.8311 6.66562 36.9149 6.62964C37.4064 6.21526 37.9505 5.86799 38.5331 5.59692C39.0485 5.35079 39.5819 5.19468 40.1812 5.23072C41.3019 5.29675 42.099 5.86709 42.6144 6.85178C42.8841 7.36814 42.998 7.93847 43.046 8.52087L43.0939 9.74568L43.1119 13.4382C43.1298 13.7203 43.2317 13.9064 43.5134 14.0085C43.8068 14.1045 44.1074 14.1768 44.4124 14.2247C44.6821 14.2546 44.6941 14.3087 44.712 14.5608V14.6449C44.6821 15.2153 44.6461 15.2273 44.0768 15.1973C42.833 15.1312 41.5867 15.1312 40.343 15.1973C40.1752 15.2153 40.0074 15.1973 39.8576 15.2153C39.7557 15.2153 39.6897 15.1973 39.6717 15.0952C39.6418 14.8791 39.6058 14.6629 39.6538 14.4288C39.6717 14.3267 39.7197 14.2787 39.8396 14.2606L40.6067 14.1406C40.8764 14.0745 41.0262 13.8944 41.0562 13.6543L41.0862 13.186L41.0682 9.69164C41.0682 9.2894 41.0502 8.88712 40.9663 8.49088C40.7685 7.63231 40.1153 7.02588 39.2343 6.9358C38.4672 6.85172 37.7719 7.05592 37.1307 7.47014C36.813 7.66829 36.6812 7.95652 36.6812 8.30472V10.8264C36.6812 10.7783 36.6812 10.7783 36.6992 10.7783L36.6871 10.7424Z' fill='%23B0B4B8'/%3E%3Cpath d='M85.5257 6.01721C85.3399 4.79839 84.8904 3.71175 84.1053 2.75705C83.4221 1.91654 82.541 1.26207 81.5342 0.853778C80.4854 0.421557 79.3647 0.283443 78.232 0.253457C77.7645 0.235406 71.3938 0.337478 70.9263 0.253457C70.8064 0.235406 70.7285 0.271448 70.6566 0.373521C70.5727 0.493586 70.4888 0.62564 70.4409 0.757758C70.2431 1.20803 70.2431 1.17805 70.7225 1.24402C71.124 1.3101 71.5077 1.34615 71.8912 1.46022C72.2388 1.58028 72.4905 1.77843 72.5744 2.16267C72.6044 2.34883 72.6403 8.22671 72.6403 10.9645L72.5744 12.9218C72.5564 13.0719 72.5444 13.222 72.4905 13.3541C72.4246 13.5522 72.3047 13.7203 72.1069 13.8044C71.8852 13.9064 71.6515 13.9725 71.4058 13.9905C70.9562 14.0385 70.8903 14.0565 70.7405 14.5609L70.6925 14.747C70.6626 14.9631 70.6746 14.9991 70.8903 14.9991L75.8766 15.0472L77.8305 15.0172L79.1789 14.849C80.7131 14.5669 82.0796 13.9304 83.2483 12.9098C83.9135 12.3214 84.4589 11.6069 84.8485 10.8024C85.3159 9.86575 85.5137 8.84508 85.5676 7.81241C85.6575 7.21797 85.6276 6.61765 85.5257 6.01721ZM83.1104 8.38881C83.0445 9.45751 82.8287 10.4962 82.2774 11.4268C81.5761 12.6456 80.5753 13.4982 79.1909 13.7984C78.5915 13.9184 77.9922 13.9845 77.3629 13.9004C76.9135 13.8524 76.482 13.7984 76.0624 13.6483C75.3133 13.3781 75.0435 12.9158 75.0316 12.1833L75.0136 2.10864C75.0136 1.50826 75.2833 1.37613 75.7148 1.35814C76.3681 1.3101 77.0333 1.32815 77.6806 1.38813C78.3758 1.45421 79.053 1.62231 79.7003 1.8745C80.1798 2.07265 80.6232 2.34882 81.0188 2.69102C81.9178 3.4595 82.5171 4.42614 82.8467 5.56094C83.1164 6.47953 83.1643 7.41611 83.1164 8.35276L83.1104 8.38881ZM99.3879 10.0278C99.3879 9.92578 99.3879 9.84176 99.3699 9.74569C99.2201 8.82709 98.7346 8.12463 97.9855 7.59027C97.5 7.24201 96.9547 7.00789 96.3853 6.83978C96.2834 6.8098 96.1995 6.7737 96.1036 6.75571C96.1216 6.67163 96.1696 6.65364 96.2235 6.63564C96.5591 6.46748 96.8767 6.28739 97.1585 6.03526C97.6738 5.60298 98.0155 5.06863 98.1893 4.41421C98.2912 4.06595 98.2912 3.71169 98.2552 3.34544C98.2012 2.47489 97.7518 1.67635 97.0385 1.17204C96.2714 0.601645 95.3725 0.367516 94.4376 0.355463C92.6336 0.325476 90.8177 0.355463 89.0197 0.355463C88.5043 0.355463 87.9889 0.385456 87.4495 0.307431C87.3476 0.289439 87.2038 0.259454 87.1319 0.373521C87.012 0.589661 86.8621 0.805795 86.8142 1.05792C86.7962 1.17804 86.8322 1.24408 86.964 1.25607L88.1147 1.42423C88.5642 1.49026 88.8818 1.74238 88.9178 2.14467C88.9477 2.42084 88.9658 2.70302 88.9658 2.97919L88.9358 6.10128L88.9178 12.2794C88.9178 12.6456 88.8699 12.9998 88.798 13.3661C88.762 13.6062 88.5942 13.7984 88.3664 13.8644C88.0308 13.9665 87.7132 14.0626 87.3656 14.0626C87.1738 14.0446 86.994 14.1646 86.9341 14.3448C86.8682 14.4948 86.8142 14.6629 86.7842 14.813C86.7543 15.0112 86.8022 15.0832 87 15.0592C87.1498 15.0412 92.6516 15.1793 93.6884 15.0772C94.3057 15.0112 94.911 14.9271 95.5223 14.741C96.5711 14.4048 97.542 13.9244 98.3091 13.1019C98.9444 12.4354 99.31 11.6309 99.34 10.6943C99.3879 10.4782 99.3879 10.262 99.3879 10.0278ZM91.2971 3.17733L91.3451 1.83851C91.3451 1.58627 91.4469 1.4722 91.6926 1.41817C92.0942 1.33409 92.4957 1.37013 92.8913 1.38818C93.2928 1.41817 93.6764 1.47227 94.0779 1.58634C94.8091 1.80242 95.3784 2.22271 95.7141 2.92516C95.8639 3.24337 95.9478 3.59162 95.9478 3.94588C95.9658 4.41414 95.9299 4.86448 95.75 5.31475C95.4683 5.93318 95.0188 6.33548 94.3656 6.44955C93.7124 6.56961 91.8665 6.51558 91.5788 6.51558C91.3271 6.51558 91.3091 6.48559 91.3091 6.23335V4.66034C91.2671 4.17402 91.2671 3.68171 91.2911 3.18933L91.2971 3.17733ZM96.715 12.1653C96.4333 12.9158 95.9118 13.4381 95.1807 13.7203C94.7791 13.8704 94.3776 13.9665 93.9581 13.9365C93.4427 13.9184 92.9272 13.9365 92.4058 13.8344C91.7046 13.6843 91.387 13.0178 91.339 12.5315C91.2551 11.6789 91.3091 10.8084 91.2911 10.178V7.97452C91.2911 7.70435 91.3211 7.62626 91.6088 7.62626L93.179 7.64432L94.2457 7.76438C94.9949 7.93254 95.6781 8.21465 96.2115 8.79705C96.643 9.26537 96.8767 9.82977 96.9307 10.4481C96.9786 11.0305 96.9487 11.6009 96.7329 12.1533L96.715 12.1653Z' fill='%23B0B4B8'/%3E%3Cpath d='M54.343 7.13394L54.7745 7.19998C55.242 7.21803 55.7934 7.04993 55.9612 6.39546C56.0511 6.08363 56.0511 5.75269 55.9612 5.44087C55.8593 5.44087 55.8113 5.52495 55.7634 5.56093C55.5117 5.75908 55.23 5.87915 54.9304 5.90914C54.331 5.97523 53.7317 5.93912 53.1444 5.72304L52.3293 5.44081C51.76 5.25472 51.1606 5.1767 50.5613 5.20668C49.7103 5.27271 48.9132 5.55494 48.1581 5.95717C47.355 6.38945 46.7916 7.04392 46.5219 7.92648C46.3721 8.44284 46.3541 8.97719 46.42 9.51154C46.5879 10.7304 47.2231 11.5829 48.3558 12.0332C48.4218 12.0512 48.4757 12.0812 48.5416 12.0992C48.6915 12.1833 48.7094 12.2674 48.5716 12.3815L48.1521 12.6636L47.1512 13.282C46.8995 13.4321 46.8695 13.5522 46.9534 13.8164C47.0553 14.1286 47.2351 14.4047 47.4868 14.6209C47.7145 14.819 47.9723 14.9751 48.2539 15.0892C48.4397 15.1733 48.4397 15.2093 48.2719 15.3594L47.319 16.0439C47.0014 16.29 46.6837 16.5302 46.42 16.8484C46.2346 17.0459 46.1008 17.2863 46.0308 17.5483C45.9607 17.8102 45.9565 18.0854 46.0185 18.3494C46.1444 18.9318 46.444 19.4541 46.8875 19.8504C47.3203 20.254 47.8481 20.5411 48.4217 20.6849C49.3567 20.9551 50.3216 20.9672 51.2745 20.787C52.641 20.5348 53.8396 19.9284 54.7745 18.9018C55.4278 18.2173 55.8054 17.4128 55.8413 16.4581C55.9192 15.3113 55.1521 14.2847 54.0374 14.0205L53.1384 13.8524L50.3875 13.6062C50.0879 13.5882 49.7883 13.5402 49.5365 13.3901C49.2189 13.1919 49.135 12.8077 49.3387 12.5556C49.4886 12.3694 49.6744 12.2553 49.908 12.2374L50.4414 12.1893C51.4956 12.0819 52.4853 11.6305 53.2582 10.9045C53.6711 10.5208 53.9662 10.0272 54.1093 9.48156C54.3071 8.76105 54.3071 8.01657 54.1392 7.28407C54.0913 7.09797 54.1093 7.08591 54.337 7.1159L54.343 7.13394ZM50.2557 15.4555C50.3576 15.4735 50.4535 15.4555 50.5554 15.4555C51.2565 15.4854 51.9757 15.5395 52.6589 15.7256C52.8807 15.7917 53.1024 15.8757 53.3122 15.9778C53.9774 16.3441 54.2291 16.9805 54.1453 17.6649C54.0434 18.4154 53.6298 18.9498 52.9766 19.304C52.5451 19.5502 52.0596 19.6523 51.5562 19.7063C51.3704 19.7243 51.2086 19.7063 51.0228 19.7063C50.4414 19.7243 49.8721 19.6583 49.3207 19.4241C48.9372 19.274 48.6195 19.0578 48.3379 18.7577C47.7565 18.1753 47.4808 17.1066 48.3558 16.236C48.8892 15.7376 49.4886 15.3894 50.2557 15.4555ZM52.1615 10.244C51.8139 11.1266 51.0408 11.3968 50.2796 11.2767C49.5784 11.1746 49.0631 10.7904 48.7274 10.154C48.2959 9.3014 48.176 8.41885 48.4278 7.50019C48.6135 6.81579 49.027 6.29944 49.7642 6.17931C50.6992 6.01121 51.5921 6.34748 52.0656 7.28407C52.3114 7.73434 52.4132 8.28674 52.4132 9.07327C52.3952 9.39143 52.3293 9.82376 52.1615 10.244ZM31.1494 9.10332C30.9996 8.20266 30.664 7.38014 30.0466 6.69567C29.1297 5.67495 27.961 5.23073 26.6425 5.22467C25.4919 5.20668 24.4071 5.54288 23.4422 6.14333C22.4892 6.71366 21.7941 7.62626 21.4884 8.70102C21.2067 9.66766 21.2187 10.6583 21.4405 11.643C22.0218 14.2847 24.0595 15.4194 26.4927 15.2514C27.2119 15.2033 27.8951 14.9692 28.5424 14.6509C29.5073 14.2007 30.2085 13.4802 30.6939 12.5315C31.0775 11.745 31.2453 10.9105 31.2273 9.95583L31.1494 9.10332ZM28.7821 12.8137C28.5364 13.5822 27.8651 14.1346 27.0621 14.2187C26.3309 14.3207 25.6417 14.1346 25.0304 13.7023C24.5869 13.3721 24.2273 12.9458 23.9816 12.4475C23.2984 11.0425 23.1785 9.57758 23.5321 8.0706C23.646 7.60228 23.8856 7.18199 24.2333 6.85173C24.8505 6.28139 25.5698 6.14932 26.3669 6.31742C27.134 6.48558 27.7153 6.89981 28.1948 7.53624C28.6742 8.17266 28.896 8.90511 29.0278 9.67365C29.0937 10.0579 29.0937 10.4601 29.1118 10.7063C29.1118 11.5108 29.0458 12.1713 28.7941 12.8137H28.7821ZM67.588 9.24137C67.4681 8.27474 67.1025 7.38613 66.4193 6.65369C65.5203 5.669 64.3516 5.24872 63.0511 5.23073C61.9304 5.21268 60.8996 5.53089 59.9467 6.08329C58.8799 6.71966 58.1427 7.62027 57.861 8.83915C57.5254 10.172 57.6633 11.5769 58.2626 12.8137C58.8139 13.9845 59.7489 14.735 60.9835 15.0712C62.3499 15.4375 63.6505 15.2694 64.921 14.6509C66.0237 14.1166 66.8028 13.282 67.2583 12.1473C67.528 11.4809 67.6239 10.7604 67.6419 9.92578C67.6539 9.77573 67.6179 9.50555 67.588 9.24137ZM65.2866 12.5975C65.0169 13.4981 64.4535 14.0865 63.5006 14.2186C62.7994 14.3207 62.1342 14.1526 61.5348 13.7503C61.0194 13.4021 60.6538 12.9338 60.3842 12.3814C60.0845 11.7991 59.9167 11.1806 59.8508 10.5442C59.7489 9.75767 59.7489 8.98919 59.9347 8.20265C59.9706 8.04654 60.0186 7.89643 60.0845 7.75238C60.552 6.5816 61.5828 6.04725 62.8054 6.31742C63.6205 6.50352 64.2378 6.95385 64.7052 7.63832C65.1547 8.30473 65.3704 9.04323 65.4723 9.83576C65.5203 10.154 65.5383 10.4902 65.5203 10.7724C65.5203 11.4268 65.4723 12.0272 65.2746 12.6096L65.2866 12.5975Z' fill='%23B0B4B8'/%3E%3C/svg%3E");}
[data-icon="mysql"]{display:inline-block;width:65px;height:23px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='23' viewBox='0 0 65 23' fill='none'%3E%3Cg clip-path='url(%23clip0_44_795)'%3E%3Cpath d='M26.508 6.23523C25.487 12.0768 24.1407 16.3267 22.4693 18.967C21.1669 21.0078 19.7403 22.0282 18.1868 22.0282C17.7723 22.0282 17.2622 21.8967 16.6557 21.6355V20.2261C16.9514 20.273 17.2989 20.2965 17.6982 20.2965C18.4226 20.2965 19.0069 20.0861 19.4517 19.6642C19.9842 19.1502 20.2504 18.5733 20.2504 17.9334C20.2504 17.4965 20.0422 16.5992 19.6286 15.2424L16.8772 6.23147H19.3401L21.3143 12.9713C21.7583 14.501 21.9432 15.5693 21.869 16.1782C22.9499 13.1357 23.7039 9.82079 24.1327 6.23711H26.5071M15.6355 17.8883H13.1289C13.0404 13.4251 12.7966 9.22977 12.3964 5.29749H12.3758L8.55869 17.8883H6.64879L2.85489 5.29749H2.83256C2.55117 9.07286 2.37429 13.2682 2.30015 17.8883H0.0141602C0.161557 12.2713 0.532281 7.00759 1.12276 2.09341H4.2297L7.84672 13.6976H7.86905L11.5084 2.09341H14.4813C15.1317 7.84948 15.5167 13.1151 15.6337 17.8883' fill='%23B0B4B8'/%3E%3Cpath d='M59.8825 17.8864H52.7601V2.09155H55.1569V15.9414H59.8825V17.8846M41.9716 14.7246C41.3641 13.6948 41.0613 12.043 41.0613 9.76443C41.0613 5.78705 42.2083 3.79695 44.5005 3.79695C45.6994 3.79695 46.5793 4.27333 47.1412 5.22422C47.7468 6.25403 48.0506 7.89272 48.0506 10.1393C48.0506 14.1487 46.9035 16.1547 44.6113 16.1547C43.4134 16.1547 42.5326 15.6793 41.9716 14.7265M50.8913 18.267L48.1381 16.835C48.3829 16.6227 48.616 16.3934 48.826 16.1303C49.9962 14.6805 50.5804 12.5353 50.5804 9.69489C50.5804 4.46877 48.6348 1.85477 44.7444 1.85477C42.8363 1.85477 41.3489 2.51719 40.2841 3.84487C39.1139 5.29563 38.5305 7.43419 38.5305 10.2568C38.5305 13.0333 39.0487 15.0704 40.0831 16.3643C41.0264 17.5341 42.4531 18.1195 44.3639 18.1195C45.0767 18.1195 45.7306 18.0274 46.3247 17.8423L49.9095 20.0428L50.8868 18.267M37.4871 13.5078C37.4871 14.8477 37.0208 15.9471 36.09 16.8078C35.1592 17.6637 33.9076 18.0941 32.3417 18.0941C30.8766 18.0941 29.4563 17.5989 28.0806 16.6189L28.7246 15.2621C29.9083 15.886 30.9794 16.197 31.9406 16.197C32.8428 16.197 33.5485 15.9856 34.0595 15.5675C34.5687 15.1456 34.8751 14.5583 34.8751 13.8132C34.8751 12.8755 34.2542 12.074 33.1171 11.4012C32.0632 10.7828 31.0132 10.157 29.9672 9.52389C28.8301 8.64817 28.2592 7.70949 28.2592 6.16289C28.2592 4.88314 28.6844 3.84862 29.534 3.06217C30.3853 2.27289 31.4841 1.87826 32.8294 1.87826C34.2203 1.87826 35.4843 2.27007 36.6233 3.05089L36.0444 4.40675C35.0707 3.97077 34.1095 3.75184 33.1617 3.75184C32.3935 3.75184 31.8003 3.94728 31.3876 4.33816C30.9722 4.72622 30.7158 5.2261 30.7158 5.83497C30.7158 6.77082 31.3501 7.58265 32.5194 8.26856C33.5825 8.87649 35.7345 10.1703 35.7345 10.1703C36.9047 11.0442 37.488 11.9753 37.488 13.5097M61.5887 17.8864H61.9862V16.2797H62.5052V15.9508H61.0491V16.2797H61.5887V17.8864ZM64.6108 17.8864H64.9851V15.9508H64.4223L63.964 17.2701L63.4647 15.9508H62.9224V17.8864H63.2771V16.4131H63.2967L63.8193 17.8864H64.0891L64.6108 16.4131V17.8864Z' fill='%23B0B4B8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_795'%3E%3Crect width='65' height='21.0563' fill='white' transform='translate(0 0.971832)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
[data-icon="oracle"]{display:inline-block;width:85px;height:13px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='13' viewBox='0 0 85 13' fill='none'%3E%3Cg clip-path='url(%23clip0_44_792)'%3E%3Cpath d='M36.6965 8.20361H42.3106L39.3421 3.2018L33.8938 12.2452H31.4143L38.0411 1.38206C38.3292 0.943241 38.8094 0.67804 39.3421 0.67804C39.8572 0.67804 40.3374 0.93403 40.6169 1.36381L47.2699 12.2452H44.7904L43.6205 10.2244H37.9366L36.6967 8.20361H36.6965ZM62.4533 10.2242V0.7877H60.3491V11.1479C60.3491 11.4314 60.4539 11.7058 60.6546 11.9161C60.8554 12.1264 61.1261 12.2452 61.4229 12.2452H71.0184L72.2583 10.2244H62.4531L62.4533 10.2242ZM27.6423 8.53259C29.6855 8.53259 31.3444 6.80444 31.3444 4.66475C31.3444 2.52489 29.6855 0.787526 27.6423 0.787526H18.4371V12.2454H20.5406V2.80869H27.5028C28.4806 2.80869 29.2664 3.64096 29.2664 4.6651C29.2664 5.68906 28.4806 6.52116 27.5028 6.52116L21.5709 6.51212L27.8519 12.2454H30.9079L26.682 8.53294H27.6425L27.6423 8.53259ZM5.48912 12.2452C2.469 12.2454 0.0180664 9.68498 0.0180664 6.52116C0.0180664 3.35717 2.469 0.787874 5.48912 0.787874H11.848C14.8687 0.787874 17.3178 3.35717 17.3178 6.52116C17.3178 9.68498 14.8687 12.2452 11.8478 12.2452H5.48912ZM11.7066 10.2244C13.6632 10.2244 15.2479 8.56926 15.2479 6.52099C15.2479 4.47289 13.6632 2.80869 11.7066 2.80869H5.62984C3.6739 2.80869 2.08834 4.47289 2.08834 6.52116C2.08834 8.56926 3.6739 10.2244 5.62967 10.2244H11.7064H11.7066ZM51.6617 12.2452C48.6409 12.2452 46.1873 9.68498 46.1873 6.52116C46.1873 3.35717 48.6409 0.787874 51.6617 0.787874H59.2143L57.983 2.80869H51.8014C49.8456 2.80869 48.2566 4.47289 48.2566 6.52116C48.2566 8.56926 49.8456 10.2244 51.8014 10.2244H59.3887L58.1488 12.2452H51.6617ZM77.3924 10.2244C75.7771 10.2244 74.4063 9.09062 73.9873 7.52688H82.9802L84.22 5.50606H73.9873C74.4063 3.95152 75.7771 2.80869 77.3924 2.80869H83.5654L84.8136 0.787526H77.2525C74.2315 0.787526 71.7781 3.35699 71.7781 6.52081C71.7781 9.68481 74.2315 12.2451 77.2525 12.2451H83.7398L84.9795 10.2244H77.3922H77.3924Z' fill='%23B0B4B8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_792'%3E%3Crect width='85' height='11.6438' fill='white' transform='translate(0 0.67807)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
[data-icon="clickhouse"]{display:inline-block;width:25px; height:24px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_44_788)'%3E%3Cpath d='M0.00146484 20.4637H2.77896V23.3871H0.00146484V20.4637Z' fill='%23B0B4B8'/%3E%3Cpath d='M0.00195312 0H2.77945V20.4637H0.00195312V0ZM5.55695 0H8.33445V23.3871H5.55695V0ZM11.112 0H13.8895V23.3871H11.112V0ZM16.667 0H19.4445V23.3871H16.667V0ZM22.222 9.50101H24.9995V13.8861H22.222V9.50101Z' fill='%23B0B4B8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_44_788'%3E%3Crect width='25' height='23.3871' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}

[data-icon="arrow"]{display:inline-block;width:64px; height:64px;background-image: url("../images/icon_arrow.png");background-size: cover;}
[data-icon="slices"]{display:inline-block;width:64px; height:64px;background-image: url("../images/icon_slices.png");background-size: cover;}
[data-icon="spike"]{display:inline-block;width:64px; height:64px;background-image: url("../images/icon_spike.png");background-size: cover;}
[data-icon="star2"]{display:inline-block;width:64px; height:64px;background-image: url("../images/icon_star2.png");background-size: cover;}



/* Font setup */

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('fonts/sourcesansproextralight.woff2') format('woff2'), url('fonts/sourcesansproextralight.woff') format('woff'), url('fonts/sourcesansproextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'), url('fonts/sourcesansproextralightitalic.woff2') format('woff2'), url('fonts/sourcesansproextralightitalic.woff') format('woff'), url('fonts/sourcesansproextralightitalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('fonts/sourcesansprolight.woff2') format('woff2'), url('fonts/sourcesansprolight.woff') format('woff'), url('fonts/sourcesansprolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url('fonts/sourcesansprolightitalic.woff2') format('woff2'), url('fonts/sourcesansprolightitalic.woff') format('woff'), url('fonts/sourcesansprolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('fonts/sourcesanspro.woff2') format('woff2'), url('fonts/sourcesanspro.woff') format('woff'), url('fonts/sourcesanspro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('fonts/sourcesansproitalic.woff2') format('woff2'), url('fonts/sourcesansproitalic.woff') format('woff'), url('fonts/sourcesansproitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('fonts/sourcesansprosemibold.woff2') format('woff2'), url('fonts/sourcesansprosemibold.woff') format('woff'), url('fonts/sourcesansprosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url('fonts/sourcesansprosemibolditalic.woff2') format('woff2'), url('fonts/sourcesansprosemibolditalic.woff') format('woff'), url('fonts/sourcesansprosemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('fonts/sourcesansprobold.woff2') format('woff2'), url('fonts/sourcesansprobold.woff') format('woff'), url('fonts/sourcesansprobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url('fonts/sourcesansprobolditalic.woff2') format('woff2'), url('fonts/sourcesansprobolditalic.woff') format('woff'), url('fonts/sourcesansprobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('fonts/sourcesansproblack.woff2') format('woff2'), url('fonts/sourcesansproblack.woff') format('woff'), url('fonts/sourcesansproblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackIt'), url('fonts/sourcesansproblackitalic.woff2') format('woff2'), url('fonts/sourcesansproblackitalic.woff') format('woff'), url('fonts/sourcesansproblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
body {
    font-family: 'Source Sans Pro';
}

/* Slider */
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: flex;margin-left: auto;margin-right: auto;justify-content: stretch;flex-direction: row;}
.slick-track > * {height:auto; }
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: flex;flex-direction:column;justify-content:stretch;height: auto;min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

/* Landing framework. desktop-first style */
.hidden {display: none !important;}
.container {max-width: 1060px;margin-inline: auto;box-sizing: border-box;padding-inline: 20px;padding-block: 50px;display: flex;flex-direction: column;gap: 60px;}
section {overflow:hidden;}


.landing-framework .land-dots {position: absolute;bottom: 10px;left: 50%;transform: translate(-50%);display: flex;flex-direction: row;flex-wrap: nowrap;list-style: none inside none;padding: 0;margin: 0;}
.landing-framework .land-dots li {display: block;background-color: var(--land-firm-color-line);width: 9px;height: 9px;margin: 0 4px;border-radius: 50%;cursor: pointer;opacity:0.5;}
.landing-framework .land-dots li:hover {background-color: var(--land-button-color-primary-normal);}
.landing-framework .land-dots li.slick-active {background-color: var(--land-firm-color-visual-image-background);width: 34px;border-radius: 5px;opacity:1;}
.landing-framework .land-dots li button {display:none;}

.banners-slick.inited {padding-bottom:35px;}


header[data-view="desktop"] {background:var(--land-firm-color-visual-background);position:relative;display:block;min-height:640px;}
header[data-view="desktop"] .logo,
footer .logo {display:block;width:112px;height:40px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='40' viewBox='0 0 112 40' fill='none'%3E%3Cpath d='M19.2865 10.4673C24.9137 10.4673 29.4755 9.29572 29.4755 7.85045C29.4755 6.40524 24.9137 5.23362 19.2865 5.23362C13.6592 5.23362 9.09742 6.40524 9.09742 7.85045C9.09742 9.29572 13.6592 10.4673 19.2865 10.4673Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2865 20.5608C29.938 20.5608 38.5729 16.8786 38.5729 12.3365V7.10278L38.5672 7.10963C38.3143 3.16683 29.7788 0 19.2865 0C8.79413 0 0.258634 3.16683 0.005728 7.10963L0 7.10278V12.3365C0 16.8786 8.63491 20.5608 19.2865 20.5608ZM19.2865 13.0841C26.9234 13.0841 33.1145 10.7409 33.1145 7.85045C33.1145 4.96003 26.9234 2.61684 19.2865 2.61684C11.6495 2.61684 5.45839 4.96003 5.45839 7.85045C5.45839 10.7409 11.6495 13.0841 19.2865 13.0841ZM2.2379 10.4332C2.7141 10.7856 3.5632 11.3023 5.06811 12.0484L8.60103 13.4349C9.35052 13.729 9.82633 14.49 9.77507 15.3125C9.69847 16.5413 8.51025 17.3688 7.3898 16.9315C3.59932 15.4523 1.39375 13.9462 1.49423 12.3351L1.59636 10.6969C1.61763 10.3564 1.96849 10.2338 2.2379 10.4332Z' fill='white'/%3E%3Cpath d='M38.5729 16.8224V20.5608C38.5729 25.1029 29.938 28.785 19.2865 28.785C8.63491 28.785 0 25.1029 0 20.5608V16.8224C2.00742 19.209 3.92174 20.2258 8.06356 21.5826C11.225 22.3512 15.1002 22.8037 19.2865 22.8037C23.4729 22.8037 27.3479 22.3513 30.5094 21.5826C34.6512 20.2258 36.5655 19.209 38.5729 16.8224Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.5729 31.7757V25.4206C36.5655 27.8072 34.6512 28.8239 30.5094 30.1808C27.3479 30.9494 23.4729 31.4019 19.2865 31.4019C15.1002 31.4019 11.225 30.9493 8.06356 30.1808C3.92174 28.8239 2.00742 27.8072 0 25.4206V31.7757C0 36.3179 8.63491 40 19.2865 40C29.938 40 38.5729 36.3179 38.5729 31.7757ZM2.0679 29.6407C2.59158 29.9871 3.54602 30.4932 5.27646 31.215L9.16567 32.4549C9.9906 32.7179 10.5529 33.502 10.5529 34.3894C10.5529 35.7152 9.33159 36.6884 8.09842 36.2978C3.9263 34.9763 1.45549 33.5139 1.45549 31.7757V29.9343C1.45549 29.5932 1.78869 29.4561 2.0679 29.6407ZM14.5558 37.757C15.5606 37.757 16.3753 36.9202 16.3753 35.8879C16.3753 34.8555 15.5606 34.0187 14.5558 34.0187C13.551 34.0187 12.7363 34.8555 12.7363 35.8879C12.7363 36.9202 13.551 37.757 14.5558 37.757Z' fill='white'/%3E%3Cpath d='M105.18 22.5847C104.021 22.5847 102.975 22.3744 102.04 21.9537C101.113 21.5255 100.349 20.917 99.7474 20.1283C99.1534 19.332 98.7767 18.3855 98.6174 17.2887L101.703 16.8154C101.921 17.747 102.37 18.4643 103.051 18.9677C103.732 19.4709 104.507 19.7226 105.376 19.7226C105.861 19.7226 106.332 19.6438 106.789 19.486C107.245 19.3282 107.618 19.0954 107.908 18.7874C108.205 18.4794 108.353 18.1 108.353 17.6493C108.353 17.484 108.328 17.3263 108.277 17.176C108.234 17.0183 108.158 16.8718 108.049 16.7366C107.94 16.6014 107.785 16.4737 107.582 16.3534C107.458 16.277 107.311 16.2052 107.143 16.1379C107.047 16.0993 106.943 16.0623 106.832 16.0267L102.768 14.7872C102.464 14.6971 102.109 14.5694 101.703 14.4041C101.305 14.2388 100.917 14.0022 100.541 13.6942C100.164 13.3862 99.8488 12.9806 99.5953 12.4772C99.349 11.9665 99.2259 11.3241 99.2259 10.5504C99.2259 9.46118 99.4903 8.556 100.019 7.83485C100.548 7.1137 101.254 6.57659 102.138 6.22352C103.022 5.87045 104 5.69769 105.072 5.70519C106.151 5.72019 107.115 5.91178 107.962 6.27985C108.81 6.64792 109.52 7.18503 110.092 7.89118C110.664 8.58977 111.077 9.44618 111.331 10.4603L108.136 11.0237C108.02 10.4978 107.806 10.0546 107.495 9.69404C107.183 9.33347 106.81 9.05928 106.376 8.87152C105.948 8.6837 105.499 8.58227 105.028 8.56727C104.565 8.55222 104.126 8.61983 103.714 8.77009C103.308 8.91279 102.975 9.12316 102.714 9.40108C102.46 9.67904 102.334 10.0096 102.334 10.3927C102.334 10.7458 102.439 11.035 102.649 11.2603C102.859 11.4782 103.123 11.6547 103.442 11.7899C103.638 11.8733 103.838 11.9481 104.04 12.0143C104.165 12.0555 104.292 12.0934 104.42 12.1279L107.136 12.8942C107.542 13.0069 107.991 13.1571 108.484 13.3449C108.976 13.5252 109.447 13.7806 109.896 14.1111C110.353 14.4341 110.726 14.8623 111.015 15.3957C111.312 15.929 111.461 16.6051 111.461 17.4239C111.461 18.2953 111.284 19.0578 110.929 19.7114C110.581 20.3574 110.11 20.8945 109.516 21.3227C108.922 21.7434 108.248 22.0588 107.495 22.2692C106.749 22.4795 105.977 22.5847 105.18 22.5847Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.6082 22.2466V6.02071H73.6718L73.7358 6.02096L73.8011 6.02151C73.9423 6.02302 74.1527 6.02645 74.4324 6.03193C74.8164 6.03949 75.1858 6.06576 75.5407 6.11081C76.8012 6.26857 77.8697 6.72308 78.7462 7.47428C79.6228 8.22548 80.2892 9.17949 80.7455 10.3364C81.2019 11.4932 81.4301 12.759 81.4301 14.1337C81.4301 15.5084 81.2019 16.7741 80.7455 17.931C80.2892 19.0878 79.6228 20.0419 78.7462 20.7931C77.8697 21.5443 76.8012 21.9987 75.5407 22.1565C75.3653 22.1788 75.1863 22.1965 75.0038 22.2095C74.8171 22.223 74.6266 22.2316 74.4324 22.2354C74.0484 22.2429 73.795 22.2466 73.6718 22.2466H68.6082ZM71.6072 19.362H73.6718C73.7802 19.362 73.9097 19.3609 74.0605 19.3586C74.1816 19.3567 74.3165 19.3541 74.465 19.3508C74.7982 19.3357 75.0989 19.302 75.3669 19.2494C76.0478 19.1066 76.602 18.7761 77.0294 18.2577C77.4641 17.7395 77.7828 17.1159 77.9856 16.3873C78.1957 15.6586 78.3008 14.9074 78.3008 14.1337C78.3008 13.3224 78.192 12.5524 77.9747 11.8237C77.7647 11.0951 77.4423 10.4791 77.0077 9.97579C76.573 9.47246 76.0261 9.15321 75.3669 9.018C75.0989 8.9579 74.7982 8.92407 74.465 8.91657C74.1317 8.90907 73.8674 8.90529 73.6718 8.90529H71.6072V19.362Z' fill='white'/%3E%3Cpath d='M47.3998 22.2691V6.04321H55.4841C56.3003 6.04321 56.9619 6.72932 56.9619 7.57566C56.9619 8.422 56.3003 9.10811 55.4841 9.10811H50.3553V12.6237H54.1802C54.9963 12.6237 55.658 13.3098 55.658 14.1562C55.658 15.0025 54.9963 15.6886 54.1802 15.6886H50.3553V19.2766C50.3553 20.9294 49.0634 22.2691 47.4696 22.2691H47.3998Z' fill='white'/%3E%3Cpath d='M47.1999 35.0507V28.7626H48.2147V35.0507H47.1999Z' fill='white'/%3E%3Cpath d='M50.9331 35.0507V29.7495H48.9708V28.7626H53.9102V29.7495H51.9479V35.0507H50.9331Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.7005 35.0507V28.7626H59.6334C59.6651 28.7626 59.7159 28.7631 59.7861 28.7643L59.9323 28.767C60.084 28.7699 60.2299 28.7801 60.3703 28.7975C60.8504 28.8616 61.256 29.0391 61.5872 29.3303C61.9213 29.6185 62.1739 29.9868 62.3452 30.4351C62.5164 30.8834 62.6021 31.3739 62.6021 31.9067C62.6021 32.4394 62.5164 32.9299 62.3452 33.3783C62.1739 33.8266 61.9213 34.1962 61.5872 34.4874C61.256 34.7756 60.8504 34.9517 60.3703 35.0158C60.2327 35.0332 60.0882 35.0434 59.9365 35.0463L59.7511 35.0495L59.6826 35.0504L59.6334 35.0507H57.7005ZM58.7323 34.0594H59.6334C59.6578 34.0594 59.6841 34.0592 59.7123 34.0587L59.7858 34.057C59.8367 34.0555 59.8925 34.0534 59.9534 34.0507C60.0416 34.0468 60.1229 34.0396 60.1973 34.0292C60.2129 34.0271 60.2282 34.0247 60.2433 34.0223L60.2689 34.0179L60.3029 34.0114C60.5892 33.9561 60.8222 33.8236 61.0019 33.614C61.1816 33.4044 61.3136 33.1497 61.3977 32.8498C61.4848 32.55 61.5283 32.2356 61.5283 31.9067C61.5283 31.566 61.4848 31.2458 61.3977 30.946C61.3107 30.6461 61.176 30.3943 60.9935 30.1905C60.8139 29.9868 60.5837 29.8572 60.3029 29.8019C60.2018 29.7786 60.0853 29.7655 59.9534 29.7626C59.8243 29.7568 59.7176 29.7538 59.6334 29.7538H58.7323V34.0594Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6651 35.1817C65.2047 35.1817 64.8004 35.0783 64.4523 34.8716C64.1043 34.6649 63.8319 34.3782 63.6354 34.0114C63.4417 33.6446 63.3449 33.2225 63.3449 32.745C63.3449 32.2298 63.4403 31.7829 63.6312 31.4045C63.822 31.0231 64.0874 30.7276 64.4271 30.518C64.7668 30.3084 65.1598 30.2036 65.6062 30.2036C66.0777 30.2036 66.4778 30.3186 66.8062 30.5486C67.1375 30.7757 67.3831 31.0973 67.5432 31.5136C67.7032 31.9299 67.7635 32.4205 67.7243 32.9852H64.4326C64.4667 33.3238 64.5631 33.596 64.7218 33.8018C64.9239 34.0638 65.2187 34.1948 65.6062 34.1948C65.8559 34.1948 66.0707 34.1381 66.2504 34.0245C66.4328 33.9081 66.5732 33.7407 66.6715 33.5223L67.6737 33.8367C67.4996 34.2618 67.2301 34.5922 66.8652 34.828C66.503 35.0638 66.103 35.1817 65.6651 35.1817ZM66.4567 31.4787C66.5784 31.6462 66.6575 31.8835 66.6941 32.1905H64.4574C64.5038 31.9182 64.592 31.6969 64.7218 31.5268C64.9239 31.2589 65.2328 31.125 65.6482 31.125C66.0159 31.125 66.2855 31.2429 66.4567 31.4787Z' fill='white'/%3E%3Cpath d='M69.7289 35.0507L68.0782 30.3346H69.093L70.2384 33.7538L71.3796 30.3346H72.3986L70.748 35.0507H69.7289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.849 35.1817C76.5121 35.1817 76.1934 35.1307 75.8931 35.0288C75.5955 34.924 75.3471 34.7596 75.1477 34.5354C74.9877 34.352 74.8699 34.1526 74.7941 33.9372C74.721 33.7188 74.6804 33.4859 74.6719 33.2385C74.6719 32.9969 74.7056 32.7625 74.773 32.5354C74.8432 32.3084 74.9499 32.1075 75.093 31.9328C75.1492 31.863 75.2095 31.8019 75.274 31.7495C75.3414 31.6941 75.4088 31.6447 75.4762 31.601C75.3105 31.4088 75.1842 31.2225 75.0973 31.0421C75.013 30.8615 74.9709 30.649 74.9709 30.4045C74.9709 30.0377 75.0664 29.7087 75.2572 29.4176C75.4481 29.1265 75.7078 28.9169 76.0363 28.7888C76.11 28.7603 76.1841 28.7365 76.2587 28.7172C76.3288 28.6991 76.3993 28.6851 76.47 28.6752C76.5082 28.67 76.5461 28.6655 76.5837 28.6616L76.6233 28.6577L76.6565 28.6549C76.6793 28.653 76.702 28.6514 76.7245 28.6501C76.7559 28.6482 76.7871 28.6468 76.8181 28.6459L76.8656 28.6449L76.9037 28.6447C77.1676 28.6447 77.4217 28.6869 77.6659 28.7713C77.9101 28.8528 78.1178 28.9867 78.2891 29.1731C78.3986 29.2808 78.4899 29.403 78.5628 29.5399C78.591 29.5916 78.6165 29.644 78.6392 29.697C78.6464 29.7137 78.6533 29.7304 78.6599 29.7473C78.6867 29.8154 78.7091 29.8845 78.7271 29.9547L77.7248 30.1774C77.6855 30.0464 77.6168 29.9344 77.5185 29.8412C77.4343 29.7568 77.3347 29.7014 77.2195 29.6753C77.1045 29.6461 76.9908 29.6316 76.8785 29.6316C76.7874 29.6316 76.7018 29.6402 76.6215 29.6574C76.5434 29.6741 76.4705 29.699 76.4026 29.732C76.3113 29.7764 76.2355 29.8312 76.175 29.8962C76.1444 29.9291 76.1178 29.9646 76.0952 30.0028C76.0306 30.1163 75.9984 30.2546 75.9984 30.4176C75.9984 30.5631 76.0236 30.6796 76.0741 30.767C76.0946 30.8004 76.1166 30.834 76.1403 30.8678C76.1786 30.9224 76.2211 30.9776 76.2679 31.0333C76.3184 31.0915 76.3801 31.1556 76.4531 31.2254L78.2049 32.9066C78.2077 32.8484 78.2091 32.7858 78.2091 32.7189V31.7538H79.1018V32.8935C79.1018 32.9298 79.1015 32.9659 79.101 33.0018C79.1006 33.0364 79.1001 33.0707 79.0992 33.1048C79.0971 33.1885 79.0938 33.2709 79.0892 33.352C79.0807 33.4976 79.0639 33.6184 79.0387 33.7145L79.7925 34.4306L79.1398 35.1511L78.5544 34.5747C78.4971 34.6307 78.4374 34.6825 78.3756 34.73C78.283 34.8012 78.1854 34.863 78.0828 34.9153C77.9115 35.0027 77.7389 35.0652 77.5648 35.1031C77.4385 35.1351 77.3178 35.1555 77.2027 35.1642C77.0876 35.1759 76.9697 35.1817 76.849 35.1817ZM76.8911 34.1817C76.9781 34.1817 77.0595 34.1773 77.1354 34.1686C77.2139 34.1599 77.2897 34.1424 77.3627 34.1162C77.4666 34.0842 77.555 34.0463 77.628 34.0027C77.7038 33.959 77.7698 33.9139 77.8259 33.8673L76.2216 32.339C76.1458 32.3681 76.0769 32.4059 76.0152 32.4525C75.9993 32.4643 75.984 32.4765 75.9694 32.4891C75.9571 32.4996 75.9453 32.5104 75.9339 32.5215C75.9084 32.5465 75.8849 32.573 75.8636 32.601C75.8102 32.6737 75.7682 32.7596 75.7373 32.8586C75.7092 32.9547 75.6952 33.0609 75.6952 33.1774C75.698 33.3113 75.7191 33.4307 75.7583 33.5355C75.7976 33.6373 75.8496 33.729 75.9141 33.8106C76.0152 33.9445 76.1597 34.0405 76.3479 34.0987C76.5359 34.1541 76.717 34.1817 76.8911 34.1817Z' fill='white'/%3E%3Cpath d='M84.4046 35.1817C83.961 35.1817 83.561 35.1016 83.2045 34.9415C82.8507 34.7814 82.5588 34.5529 82.3286 34.256C82.1012 33.9561 81.9566 33.6009 81.8948 33.1904L82.9476 33.0245C83.0374 33.3972 83.2213 33.6854 83.4993 33.8891C83.7799 34.0929 84.1028 34.1948 84.4678 34.1948C84.6839 34.1948 84.8875 34.1599 85.0783 34.09C85.2692 34.0202 85.4237 33.9182 85.5415 33.7843C85.6039 33.7152 85.6501 33.6379 85.6802 33.5525C85.7084 33.4725 85.7226 33.3853 85.7226 33.2909C85.7226 33.2036 85.7086 33.1235 85.6805 33.0508C85.6524 32.975 85.6104 32.9081 85.5541 32.8498C85.5008 32.7917 85.4307 32.7393 85.3437 32.6926C85.3103 32.673 85.2746 32.6545 85.2369 32.6372C85.1793 32.6108 85.1166 32.5871 85.0488 32.566L83.4824 32.0857C83.3476 32.0449 83.2017 31.9911 83.0444 31.9241C83.0122 31.9095 82.9802 31.8939 82.9487 31.8772C82.8288 31.8137 82.7133 31.7347 82.6023 31.6403C82.4647 31.518 82.351 31.3637 82.2612 31.1774C82.1741 30.9882 82.1306 30.7553 82.1306 30.4787C82.1306 30.0741 82.2289 29.7349 82.4254 29.4613C82.6247 29.1847 82.8914 28.978 83.2255 28.8412C83.5624 28.7044 83.9357 28.6374 84.3456 28.6403C84.7611 28.6432 85.1316 28.7175 85.4574 28.8631C85.783 29.0057 86.0553 29.2138 86.2742 29.4875C86.4932 29.7611 86.6476 30.0916 86.7374 30.4787L85.6468 30.6752C85.6019 30.454 85.5148 30.2662 85.3857 30.1119C85.2594 29.9547 85.1036 29.8353 84.9183 29.7538C84.7358 29.6723 84.5408 29.6287 84.333 29.6229C84.1309 29.6199 83.9427 29.652 83.7688 29.7189C83.5975 29.7829 83.4585 29.8761 83.3519 29.9984C83.248 30.1207 83.1961 30.2633 83.1961 30.4263C83.1961 30.5806 83.241 30.7073 83.3308 30.8062C83.3661 30.844 83.4047 30.8788 83.4464 30.9107C83.4823 30.9381 83.5205 30.9633 83.5612 30.9864C83.5937 31.0049 83.6278 31.022 83.6634 31.0377C83.7982 31.093 83.9344 31.1396 84.072 31.1774L85.1583 31.4918C85.3072 31.5325 85.4742 31.5879 85.6595 31.6577C85.7817 31.7038 85.9009 31.762 86.017 31.8322C86.077 31.8684 86.136 31.9077 86.1942 31.9503C86.3655 32.0755 86.5059 32.24 86.6153 32.4438C86.7276 32.6475 86.7837 32.9066 86.7837 33.221C86.7837 33.5471 86.7178 33.8338 86.5859 34.0813C86.4567 34.3258 86.2812 34.5296 86.0595 34.6926C85.8377 34.8556 85.5837 34.9779 85.2973 35.0594C85.0138 35.1409 84.7162 35.1817 84.4046 35.1817Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.7628 35.1817C89.3024 35.1817 88.8981 35.0783 88.5501 34.8716C88.2019 34.6649 87.9296 34.3782 87.7331 34.0114C87.5394 33.6446 87.4425 33.2225 87.4425 32.745C87.4425 32.2298 87.538 31.7829 87.7289 31.4045C87.9198 31.0231 88.1851 30.7276 88.5247 30.518C88.8644 30.3084 89.2574 30.2036 89.7038 30.2036C90.1755 30.2036 90.5755 30.3186 90.904 30.5486C91.2353 30.7757 91.4809 31.0973 91.6409 31.5136C91.8009 31.9299 91.8613 32.4205 91.8219 32.9852H88.5304C88.5645 33.3238 88.6609 33.596 88.8196 33.8018C89.0217 34.0638 89.3165 34.1948 89.7038 34.1948C89.9537 34.1948 90.1685 34.1381 90.3481 34.0245C90.5306 33.9081 90.671 33.7407 90.7692 33.5223L91.7715 33.8367C91.5974 34.2618 91.3279 34.5922 90.9629 34.828C90.6008 35.0638 90.2007 35.1817 89.7628 35.1817ZM90.5545 31.4787C90.676 31.6462 90.7552 31.8835 90.7919 32.1905H88.5551C88.6015 31.9182 88.6898 31.6969 88.8196 31.5268C89.0217 31.2589 89.3305 31.125 89.746 31.125C90.1137 31.125 90.3832 31.2429 90.5545 31.4787Z' fill='white'/%3E%3Cpath d='M92.7615 35.0507V30.3346H93.6585V31.0878C93.6696 31.0673 93.681 31.0471 93.6928 31.0273L93.7026 31.0111L93.716 30.9896L93.7357 30.9592C93.7475 30.9414 93.7597 30.9239 93.7722 30.9066C93.8676 30.7757 93.9813 30.6679 94.1132 30.5835C94.2256 30.5049 94.3491 30.4438 94.4838 30.4001C94.5325 30.3836 94.5815 30.3695 94.6308 30.3578C94.6549 30.352 94.679 30.3469 94.7033 30.3423C94.7698 30.3297 94.837 30.3213 94.9049 30.3172C94.9826 30.3108 95.0591 30.3097 95.1345 30.3137C95.1978 30.317 95.2602 30.324 95.3217 30.3346V31.3172C95.187 31.2764 95.0312 31.2633 94.8544 31.2778C94.6803 31.2924 94.5231 31.3433 94.3827 31.4307C94.2424 31.5093 94.1272 31.6097 94.0374 31.732C93.9504 31.8543 93.8859 31.994 93.8437 32.1512C93.8016 32.3055 93.7805 32.4729 93.7805 32.6534V35.0507H92.7615Z' fill='white'/%3E%3Cpath d='M97.3549 35.0507L95.7043 30.3346H96.7191L97.8645 33.7538L99.0056 30.3346H100.025L98.374 35.0507H97.3549Z' fill='white'/%3E%3Cpath d='M100.865 29.6185V28.6535H101.879V29.6185H100.865Z' fill='white'/%3E%3Cpath d='M100.865 35.0507V30.3346H101.879V35.0507H100.865Z' fill='white'/%3E%3Cpath d='M105.116 35.1817C104.647 35.1817 104.247 35.074 103.916 34.8585C103.584 34.6402 103.33 34.3433 103.153 33.9678C102.979 33.5922 102.891 33.1672 102.888 32.6926C102.891 32.2094 102.982 31.7815 103.162 31.4088C103.344 31.0333 103.603 30.7393 103.937 30.5267C104.271 30.3113 104.668 30.2036 105.128 30.2036C105.645 30.2036 106.081 30.339 106.438 30.6097C106.797 30.8775 107.032 31.2444 107.141 31.7101L106.131 31.994C106.052 31.7407 105.921 31.5442 105.739 31.4045C105.557 31.2618 105.349 31.1905 105.116 31.1905C104.852 31.1905 104.634 31.256 104.463 31.387C104.292 31.5151 104.165 31.6927 104.084 31.9198C104.003 32.1468 103.962 32.4045 103.962 32.6926C103.962 33.141 104.059 33.5034 104.252 33.7799C104.446 34.0565 104.734 34.1948 105.116 34.1948C105.385 34.1948 105.597 34.1308 105.752 34.0027C105.909 33.8746 106.027 33.6897 106.105 33.4481L107.141 33.6883C107.001 34.1686 106.755 34.5383 106.404 34.7974C106.053 35.0536 105.624 35.1817 105.116 35.1817Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.929 35.1817C109.469 35.1817 109.065 35.0783 108.717 34.8716C108.368 34.6649 108.096 34.3782 107.9 34.0114C107.706 33.6446 107.609 33.2225 107.609 32.745C107.609 32.2298 107.704 31.7829 107.895 31.4045C108.086 31.0231 108.352 30.7276 108.691 30.518C109.031 30.3084 109.424 30.2036 109.87 30.2036C110.342 30.2036 110.742 30.3186 111.07 30.5486C111.402 30.7757 111.647 31.0973 111.807 31.5136C111.967 31.9299 112.028 32.4205 111.988 32.9852H108.697C108.731 33.3238 108.827 33.596 108.986 33.8018C109.188 34.0638 109.483 34.1948 109.87 34.1948C110.12 34.1948 110.335 34.1381 110.515 34.0245C110.604 33.9676 110.683 33.8984 110.752 33.8172C110.824 33.7322 110.885 33.6339 110.936 33.5223L111.938 33.8367C111.764 34.2618 111.494 34.5922 111.129 34.828C110.767 35.0638 110.367 35.1817 109.929 35.1817ZM110.721 31.4787C110.842 31.6462 110.922 31.8835 110.958 32.1905H108.722C108.74 32.0852 108.764 31.9876 108.794 31.8976C108.82 31.8196 108.852 31.7472 108.887 31.6807C108.917 31.6254 108.95 31.5741 108.986 31.5268C109.188 31.2589 109.497 31.125 109.912 31.125C110.28 31.125 110.55 31.2429 110.721 31.4787Z' fill='white'/%3E%3Cpath d='M60.9268 7.57566V22.2691H63.8823V7.57566C63.8823 6.72932 63.2207 6.04321 62.4046 6.04321C61.5884 6.04321 60.9268 6.72932 60.9268 7.57566Z' fill='white'/%3E%3Cpath d='M85.2013 6.04321V22.2691H94.0354C94.7976 22.2691 95.4154 21.6285 95.4154 20.8381C95.4154 20.0478 94.7976 19.4071 94.0354 19.4071H88.1569V15.2379H92.7315C93.4936 15.2379 94.1115 14.5972 94.1115 13.8069C94.1115 13.0165 93.4936 12.3759 92.7315 12.3759H88.1569V8.90529H94.0354C94.7976 8.90529 95.4154 8.26459 95.4154 7.47423C95.4154 6.68392 94.7976 6.04321 94.0354 6.04321H85.2013Z' fill='white'/%3E%3C/svg%3E");background-position: left center;background-size: cover;}

.logo {animation-name: parlax-logo;animation-duration:8s;animation-iteration-count: infinite;perspective:300px;animation-timing-function: linear;}
.brands i {animation-iteration-count: infinite;animation-timing-function: linear;}
.brands .carousel-item:nth-child(1) i {animation-duration:3s;animation-name: brands-one;}
.brands .carousel-item:nth-child(2) i {animation-duration:10s;animation-name: brands-two;}
.brands .carousel-item:nth-child(3) i {animation-duration:15s;animation-name: brands-one;}
.brands .carousel-item:nth-child(4) i {animation-duration:12s;animation-name: brands-two;}
.brands .carousel-item:nth-child(5) i {animation-duration:17s;animation-name: brands-one;}
.brands .carousel-item:nth-child(6) i {animation-duration:6s;animation-name: brands-two;}
.brands .carousel-item:nth-child(7) i {animation-duration:9s;animation-name: brands-one;}
.brands .carousel-item:nth-child(8) i {animation-duration:2s;animation-name: brands-two;}


.button.glowing{animation-name: land-afterglow;animation-duration: 10s;animation-iteration-count:infinite;transition-delay: 0s;    animation-timing-function: linear;}
.article-blocks .article-item:hover,
    .button:hover,
    .scalable:hover
        {transform:scale(1.1);transition-duration: 0.6s;}

.scalable-strong:hover{transform:scale(1.4);transition-duration: 0.6s;}        
.fullrotate-one {animation-duration: 20s;animation-name:fullrotate;animation-iteration-count: infinite;animation-timing-function: linear;}
.fullrotate-two {animation-duration: 15s;animation-name:fullrotate;animation-iteration-count: infinite;animation-timing-function: linear;}
.fullrotate-three {animation-duration: 12s;animation-name:fullrotate;animation-iteration-count: infinite;animation-timing-function: linear;}
.fullrotate-four {animation-duration: 10s;animation-name:fullrotate;animation-iteration-count: infinite;animation-timing-function: linear;}
    
header[data-view="desktop"] .head-bg {display:block;position:absolute;top:0;left:0;width:100%;height:100%;box-sizing: border-box;padding:0;margin:0;z-index:1;overflow: hidden;}

header[data-view="desktop"] .head-bg::before {content: " ";display: block;position: absolute;height: 100%;background-image: url('../images/header_bg_left.png');top: 0;left: 0;aspect-ratio: 384 / 495;background-size: cover;}
header[data-view="desktop"] .head-bg::after {content: " ";display: block;position: absolute;height: 100%;background-image: url('../images/header_bg_right.png');bottom: -50px;right: 0;aspect-ratio: 230 / 866;background-size: cover;}
header[data-view="desktop"] .head-content-wrapper {position: relative;z-index: 2;padding-inline: 10vh;top: 0;left: 0;padding-block: 22px;}
header[data-view="desktop"] .head-content {display: flex;flex-direction: row;justify-content: space-between;align-items: center;align-content: center;}


header[data-view="desktop"] .head-content .top-menu{display: flex;flex-direction: row;justify-content: flex-end;align-items: center;align-content: center;}
header[data-view="desktop"] .head-content .top-menu a {display: block;margin-inline: 10px;font-size: 14px;line-height: normal;font-weight: 400;text-decoration: none;position: relative;font-style: normal;padding-inline: 2vw;}
header[data-view="desktop"] .head-content .top-menu a:not(:nth-last-child(1)):hover {color: var(--land-firm-color-hover);}
header[data-view="desktop"] .head-content .top-menu a:not(:nth-last-child(1)):not(:nth-last-child(2))::after {content: "";display: block;width: 2px;height: 16px;background-color: var(--land-firm-color-link);position: absolute;top: 0;right: -10px;}


header[data-view="desktop"] .head-visual {width: 100%;height: 273px;position: relative;margin-top: 120px;overflow: hidden;border-radius: 15px;
background-color:var(--land-firm-color-visual-image-background)}

/* animation */



header[data-view="desktop"] .head-visual .head-visual-bg {animation-name: parlax-mosaic;animation-duration:24s;animation-iteration-count: infinite;}
header[data-view="desktop"] .head-visual .head-visual-bg {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-image: url('../images/header_image.jpg');background-position-y: 64%;background-size: cover;background-position-x: left;}
header[data-view="desktop"] .head-clips {display: grid;grid-template-columns: 21% 37% 15% auto;grid-gap: 0;width:100%;height:100%;}
header[data-view="desktop"] .head-clip {border-radius: 20px;position:relative;z-index:2;}
header[data-view="desktop"] .head-clip:not(:first-child)::before {content: "";width: 0.5vw;height: 100%;background: black;top: 0;left: 0;display: block;position: absolute;}
header[data-view="desktop"] .head-clip:not(:last-child)::after {content: "";width: 0.5vw;height: 100%;background: black;top: 0;right: 0;display: block;position: absolute;}

header[data-view="desktop"] .head-clip::before {content:"";width:10px; height:100%;background:black;top:0;left:0;}

header[data-view="desktop"] .head-text {display: flex;flex-direction: row;justify-content: space-between;margin-top: 75px;align-items: center;gap:20px;}
header[data-view="desktop"] .head-text .head-title {color:var(--land-firm-color-visual-contrast);font-size: clamp(28px,3vw,48px);font-style: normal;font-weight: 600;line-height: 110%;text-align:left;white-space: nowrap;}
header[data-view="desktop"] .head-text .head-comment {color:var(--land-firm-color-link);text-align: right;font-size: clamp(14px,2vw,22px);font-style: normal;font-weight: 400;line-height: normal;}


header[data-view="mobile"] {display: flex;width: 100%;overflow: hidden;background-color: var(--land-firm-color-background);flex-direction: column;gap: 24px;padding: 20px;}
header[data-view="mobile"] .top {display:flex;flex-direction:row;justify-content: space-around;position:relative;gap:15px;}
header[data-view="mobile"] .logo {display:block;width:64px;height:17px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='18' viewBox='0 0 65 18' fill='none'%3E%3Cpath d='M57.7806 17.4399C56.6216 17.4399 55.5749 17.2296 54.6404 16.8089C53.7132 16.3807 52.9489 15.7722 52.3477 14.9835C51.7536 14.1872 51.3769 13.2407 51.2176 12.144L54.3036 11.6707C54.5208 12.6022 54.97 13.3196 55.6509 13.8229C56.3318 14.3262 57.107 14.5778 57.9763 14.5778C58.4616 14.5778 58.9325 14.499 59.3889 14.3412C59.8452 14.1835 60.2182 13.9506 60.508 13.6426C60.805 13.3346 60.9536 12.9553 60.9536 12.5045C60.9536 12.3393 60.9282 12.1815 60.8775 12.0312C60.8341 11.8735 60.7579 11.727 60.6493 11.5918C60.5407 11.4566 60.3849 11.3289 60.182 11.2087C60.0578 11.1323 59.9115 11.0604 59.7432 10.9931C59.6468 10.9546 59.5431 10.9175 59.4323 10.8819L55.3684 9.64245C55.0642 9.55229 54.7092 9.42458 54.3036 9.25932C53.9051 9.09406 53.5176 8.85742 53.1409 8.54945C52.7642 8.24143 52.449 7.83581 52.1956 7.33247C51.9492 6.82169 51.8261 6.17937 51.8261 5.40567C51.8261 4.3164 52.0905 3.41122 52.6193 2.69008C53.1481 1.96893 53.8544 1.43182 54.7382 1.07875C55.622 0.725676 56.5999 0.552914 57.672 0.560415C58.7514 0.575416 59.7149 0.767003 60.5624 1.13508C61.41 1.50315 62.1198 2.04026 62.6922 2.7464C63.2644 3.445 63.6773 4.3014 63.9309 5.31552L60.7362 5.8789C60.6204 5.35307 60.4066 4.90984 60.0951 4.54927C59.7837 4.1887 59.4106 3.9145 58.9759 3.72674C58.5486 3.53893 58.0994 3.4375 57.6285 3.4225C57.1649 3.40745 56.7267 3.47505 56.3138 3.62531C55.9081 3.76802 55.5749 3.97838 55.3141 4.2563C55.0605 4.53427 54.9338 4.86479 54.9338 5.24791C54.9338 5.60099 55.0388 5.89018 55.2489 6.11554C55.459 6.33341 55.7234 6.50995 56.0421 6.64515C56.2386 6.72851 56.438 6.80332 56.64 6.86956C56.7656 6.91074 56.8923 6.94859 57.0201 6.98318L59.7366 7.74942C60.1422 7.86208 60.5913 8.01234 61.084 8.20015C61.5766 8.38041 62.0474 8.63583 62.4965 8.96635C62.9529 9.28937 63.3259 9.71755 63.6157 10.2509C63.9127 10.7843 64.0612 11.4604 64.0612 12.2792C64.0612 13.1506 63.8838 13.913 63.5288 14.5666C63.1811 15.2126 62.7102 15.7497 62.1163 16.1779C61.5222 16.5986 60.8485 16.9141 60.0951 17.1244C59.349 17.3347 58.5775 17.4399 57.7806 17.4399Z' fill='%2329293A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2084 17.1019V0.875935H26.272L26.3361 0.876187L26.4013 0.87674C26.5426 0.878251 26.7529 0.881674 27.0326 0.887161C27.4166 0.894711 27.786 0.920988 28.141 0.966041C29.4014 1.1238 30.4699 1.5783 31.3464 2.3295C32.223 3.0807 32.8895 4.03471 33.3458 5.19159C33.8022 6.34841 34.0303 7.61422 34.0303 8.9889C34.0303 10.3636 33.8022 11.6293 33.3458 12.7862C32.8895 13.943 32.223 14.8971 31.3464 15.6483C30.4699 16.3995 29.4014 16.854 28.141 17.0117C27.9655 17.034 27.7865 17.0517 27.604 17.0648C27.4173 17.0782 27.2268 17.0868 27.0326 17.0906C26.6487 17.0981 26.3952 17.1019 26.272 17.1019H21.2084ZM24.2075 14.2172H26.272C26.3804 14.2172 26.51 14.2161 26.6607 14.2138C26.7819 14.212 26.9167 14.2093 27.0653 14.206C27.3985 14.191 27.6991 14.1572 27.9671 14.1046C28.648 13.9619 29.2022 13.6313 29.6297 13.113C30.0643 12.5947 30.383 11.9711 30.5859 11.2425C30.7959 10.5139 30.901 9.76265 30.901 8.9889C30.901 8.1776 30.7923 7.40763 30.575 6.67893C30.3649 5.95028 30.0426 5.3343 29.6079 4.83101C29.1733 4.32768 28.6263 4.00844 27.9671 3.87323C27.6991 3.81312 27.3985 3.7793 27.0653 3.7718C26.732 3.7643 26.4676 3.76052 26.272 3.76052H24.2075V14.2172Z' fill='%2329293A'/%3E%3Cpath d='M0 17.1244V0.898436H8.08434C8.90053 0.898436 9.56216 1.58455 9.56216 2.43088C9.56216 3.27722 8.90053 3.96333 8.08434 3.96333H2.95555V7.47896H6.7804C7.59659 7.47896 8.25822 8.16507 8.25822 9.0114C8.25822 9.85774 7.59659 10.5439 6.7804 10.5439H2.95555V14.1319C2.95555 15.7846 1.66364 17.1244 0.0698051 17.1244H0Z' fill='%2329293A'/%3E%3Cpath d='M13.527 2.43088V17.1244H16.4826V2.43088C16.4826 1.58455 15.8209 0.898436 15.0048 0.898436C14.1886 0.898436 13.527 1.58455 13.527 2.43088Z' fill='%2329293A'/%3E%3Cpath d='M37.8016 0.898436V17.1244H46.6356C47.3978 17.1244 48.0157 16.4837 48.0157 15.6934C48.0157 14.903 47.3978 14.2623 46.6356 14.2623H40.7571V10.0931H45.3318C46.0939 10.0931 46.7117 9.45247 46.7117 8.66211C46.7117 7.87175 46.0939 7.23109 45.3318 7.23109H40.7571V3.76052H46.6356C47.3978 3.76052 48.0157 3.11981 48.0157 2.32945C48.0157 1.53914 47.3978 0.898436 46.6356 0.898436H37.8016Z' fill='%2329293A'/%3E%3C/svg%3E");background-position: left center;background-size: cover;}

header[data-view="mobile"] .top .alt-link {display:inline-block;border-bottom:1px solid var(--land-firm-color-visual-link);position:absolute;top:0;right:0;color: var(--land-firm-color-visual-link);font-size: 12px;font-style: normal;font-weight: 400;line-height: normal;text-decoration-line: none;}
header[data-view="mobile"] .top .alt-link:hover {color : var(--land-firm-color-visual-link-hover);border-color : var(--land-firm-color-visual-link-hover);}

header[data-view="mobile"] .banner {position: relative;background-color: var(--land-firm-color-visual-background);overflow: hidden;border-radius: 9px;padding: 32px;display: flex;flex-direction: column;gap: 16px;justify-content: space-evenly;}

header[data-view="mobile"] .banner::before {content: " ";display: block;position: absolute;background-image: url('../images/header_bg_left.png');top: 0;left: 0;aspect-ratio: 384 / 495;background-size: cover;width: 75%;}
header[data-view="mobile"] .banner::after {content: " ";display: block;position: absolute;background-image: url('../images/header_bg_right.png');bottom: -137px;right: 0;aspect-ratio: 230 / 866;background-size: cover;width: 34%;}

header[data-view="mobile"] .banner::before {animation-name: landing-banner-left;animation-duration:7s;animation-iteration-count: infinite;}

header[data-view="mobile"] .banner::after{animation-name: landing-banner-right;animation-duration:9s;animation-iteration-count: infinite;}

header[data-view="mobile"] .banner > * {position:relative;}
header[data-view="mobile"] .banner > .banner-title {color: var(--land-firm-color-visual-contrast);font-size: 32px;font-style: normal;font-weight: 600;line-height: 110%;}
header[data-view="mobile"] .banner > .banner-comment {color: var(--land-firm-color-visual-text);font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}


/* brands */
section .brands {display: flex;justify-content: space-between;flex-direction: row;gap: 15px;align-items: center;margin-top: 35px;}
section .brands > * {text-align: center;}
section .brands i {cursor:pointer;}

section .features {display:flex;flex-direction:column;gap:40px;}
section .features-top {display:flex;flex-direction:column;gap:8px;max-width:650px;text-align:center;margin-inline: auto;}
section .features-top .title {color: var(--land-firm-color-heading);font-size: 32px;font-style: normal;font-weight: 600;line-height: normal;}
section .features-top .description {color: var(--land-firm-color-text);text-align: center;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}

section .features-list {display: flex;flex-direction: row;gap: 24px;justify-content: space-evenly;}
section .feature-item {background-color:var(--land-firm-color-background);padding:24px;border-radius:13px;}

section .feature-item:hover {background-color:var(--land-firm-color-background-hover);}


section .feature-item h4 {color:var(--land-firm-color-heading);}
section .feature-item p {color:var(--land-firm-color-visual-text);}

section .feature-item.active {background-color:var(--land-firm-color-visual-background);}
section .feature-item.active:hover {background-color:var(--land-firm-color-visual-hover);}
section .feature-item.active h4 {color:var(--land-firm-color-visual-contrast);}


/* price section */
section.background {background-color:var(--land-firm-color-background);}
section .price_splitted {display:flex;flex-direction:row;flex-wrap:nowrap;gap:24px;width:100%;margin:0;}
section .price_splitted > * {box-sizing:border-box;min-height:300px}
section .price_splitted .split-one{display:flex;flex-direction: column;gap:24px;flex: 1 0 33%;max-width: 66%;}
section .price_splitted .split-two{display:grid;grid-template-columns: 1fr 1fr;grid-gap: 24px;flex: 2 0 66%;max-width:66%;}

section .info {display:flex;flex-direction:column;gap:8px;}
section .info > .button {margin-top:30px;}

.article h3 {white-space: break-spaces;color: var(--land-firm-color-article-heading);font-size: 32px;font-style: normal;font-weight: 600;line-height: normal;padding: 0;margin: 0 0 1.5rem 0;}
.article h4 {white-space: break-spaces;color: var(--land-firm-color-article-heading);font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;padding: 0;margin: 0 0 1.5rem 0;}
.article p {color: var(--land-firm-color-article-text);    font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.5rem;    padding:8px 0;margin:0;white-space: break-spaces;}
.article a {color: var(--land-firm-color-article-link);}
.article a:hover {color: var(--land-firm-color-article-link-hover);}



.button[data-view="primary"] {display: inline-block;color: var(--land-button-color-primary-normal-text);border-color:var(--land-button-color-primary-normal-border);background-color:var(--land-button-color-primary-normal-background);font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;border-width: 2px;border-style: solid;width: fit-content;text-decoration: none;padding: 10px 20px;border-radius: 33px;text-align:center;}
.button[data-view="primary"]:hover {color: var(--land-button-color-primary-hover-text);border-color:var(--land-button-color-primary-hover-border);background-color:var(--land-button-color-primary-hover-background);}

.button[data-view="secondary"] {color:var(--land-button-color-secondary-text);background-color:var(--land-button-color-secondary-background);padding: 10px 20px;border-radius: 21px;font-size: 16px !important;font-style: normal;font-weight: 600 !important;line-height: normal;text-align:center;}
.button[data-view="secondary"]:hover {background-color:var(--land-button-color-secondary-hover);}

.button[data-view="third"] {display: inline-block;color: var(--land-button-color-third-normal-text);border-color: var(--land-button-color-third-normal-border);background-color: var(--land-button-color-third-normal-background);font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;border-width: 2px;border-style: solid;width: fit-content;text-decoration: none;padding: 10px 20px;border-radius: 33px;cursor:pointer;text-align:center;}
.button[data-view="third"]:hover {color: var(--land-button-color-third-hover-text);border-color:var(--land-button-color-third-hover-border);background-color:var(--land-button-color-third-hover-background);}

.button[data-view="four"] {display: inline-block;color: var(--land-button-color-four-normal-text);border-color: var(--land-button-color-four-normal-border);background-color:var(--land-button-color-four-normal-background); font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;border-width: 2px;border-style: solid;width: fit-content;text-decoration: none;padding: 10px 20px;border-radius: 33px;cursor:pointer;text-align:center;}
.button[data-view="four"]:hover {color: var(--land-button-color-four-hover-text);border-color:var(--land-button-color-third-hover-border);background-color:var(--land-button-color-third-hover-background);}


.button[data-view="five"] {display: inline-block;color: var(--land-button-color-five-normal-text);border-color: var(--land-button-color-five-normal-border);background-color: var(--land-button-color-five-normal-background);font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;border-width: 2px;border-style: solid;width: fit-content;text-decoration: none;padding: 10px 20px;border-radius: 33px;cursor:pointer;text-align:center;}
.button[data-view="five"]:hover {color: var(--land-button-color-five-hover-text);border-color:var(--land-button-color-five-hover-border);background-color:var(--land-button-color-five-hover-background);}


.article-item {max-width:340px;display:flex;flex-direction:column;border-radius:13px; overflow:hidden;justify-content: flex-start;background-color:var(--land-firm-color-article-background);}
.article-item .article {padding:24px;}

.article-item.firm {background-color:var(--land-firm-color-visual-background);position:relative;}
.article-item.firm .article {z-index:1;position:relative;}

.article-item.firm::before {content: " ";display: block;position: absolute;height: 60%;background-image: url('../images/header_bg_left.png');top: 0;left: 0;aspect-ratio: 384 / 495;background-size: cover;opacity: 0.8;}
.article-item.firm::after {content: " ";display: block;position: absolute;height: 180%;background-image: url('../images/header_bg_right.png');bottom: -40%;right: 0;aspect-ratio: 230 / 866;background-size: cover;opacity:0.5}

.article-item.firm::before {animation-name:firm-article-left;animation-duration: 15s;animation-timing-function: linear;animation-iteration-count: infinite;}
.article-item.firm::after {animation-name:firm-article-right;animation-duration: 15s;animation-timing-function: linear;animation-iteration-count: infinite;}

.firm .article h3,
.firm .article h4 {color :var(--land-firm-color-visual-contrast);}
.firm .article p {color: var(--land-firm-color-visual-text);}
.firm .article a {color: var(--land-firm-color-visual-link);}
.firm .article a:hover {color: var(--land-firm-color-visual-link-hover);}


/* mobile components */
#articles_mobile .container {padding-top:10px; gap:30px;}
#articles_mobile .button[data-view="five"] {width:100%;padding-block: 15px;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;}

.short-articles {display:grid;grid-gap:24px;grid-template-columns: 1fr 1fr;}
.short-articles > * {display:flex;flex-direction: column;justify-content:flex-start;background-color:var(--land-firm-color-article-background);border-radius:13px;padding:24px;}
.short-articles .article-big {grid-column:span 2;}

.short-articles .article-big h2,
.short-articles .article-short .subtitle {color:var(--land-firm-color-article-subtitle); padding:0 0 10px 0;margin:0;font-style: normal;line-height: normal;font-weight: 400;}
.short-articles .article-big h2 {font-size:16px;}
.short-articles .article-short .subtitle {font-size:14px;}

.short-articles .article-big h1 {color: var(--land-firm-color-article-heading);font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;padding: 0 0 15px 0;margin:0;}
.short-articles .article-big p {color: var(--land-firm-color-article-text);font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;padding: 10px 0;margin: 0;}


.short-articles .article-short h3 {color: var(--land-firm-color-article-heading);font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;padding:0 0 10px 0;margin:0;}
.short-articles .article-short p {color: var(--land-firm-color-article-text);font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;padding: 10px 0;margin: 0;}
.short-articles .article-visual {background:var(--land-firm-color-visual-background);justify-content: flex-end;position:relative;overflow:hidden;}
.short-articles .article-visual .wrapper {position:relative;z-index:1;}
.short-articles .article-visual h4 {color:var(--land-firm-color-visual-contrast);font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;padding:0 0 10px 0;margin:0;}
.short-articles .article-visual p {color: var(--land-firm-color-article-text);font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;padding: 10px 0;margin: 0;}
.short-articles .article-visual::before {content: "";display: block;position: absolute;height: 250px;background-image: url("../images/detail.png");top: 0;left: 0;aspect-ratio: 1;background-size: cover;}
.short-articles .article-visual::after {content: "";display: block;position: absolute;height: 219%;background-image: url('../images/header_bg_right.png');bottom: -186px;right: 0;aspect-ratio: 230 / 866;background-size: cover;opacity: 0.7;}

.check-list {background-color:var(--land-firm-color-article-background);border-radius:13px;position:relative;overflow:hidden;}
.check-list .wrapper {position: relative;z-index: 1;display: flex;flex-direction: column;width: calc( 100% - 150px );box-sizing: border-box;padding: 24px;}
.check-list::before {content: "";display: block;position: absolute;height: 75px;background-image: url("../images/icon_star2.png");top: 14px;right: -23px;aspect-ratio: 1;background-size: cover;transform: rotate(20deg);filter: blur(1px);opacity: 0.8;}
.check-list::after {content: "";position: absolute;bottom: -44px;right: 27px;aspect-ratio: 1;height: 135px;background-image: url("../images/sphere.png");background-size: cover;transform: rotate(-47deg);opacity: 0.8;}

.check-list::before {animation-name: fullrotate;animation-iteration-count: infinite;animation-duration: 40s;animation-timing-function: linear;}
.check-list::after {animation-name: fullrotate;animation-iteration-count: infinite;animation-duration: 20s;animation-timing-function: linear;}
.check-list .wrapper .title {color: var(--land-firm-color-article-heading);font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;margin:0;padding:0 0 15px 0;}
.check-list .wrapper ul {list-style:none inside none;padding:0;margin:0;}
.check-list .wrapper ul li {color: var(--land-firm-color-article-text);font-size: 12px;font-style: normal;font-weight: 400;line-height: 16px;margin:10px 0;padding:0 0 0 22px;}
.check-list .wrapper ul li {background-position-x: 0;background-position-y: center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.5 4.50031L6.5 11.5L3 8.00031' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}



.split {display:grid; grid-gap: 48px;grid-template-columns: 1fr 1fr;}
.split .split-one.img {display:flex;flex-direction:row;justify-content: center;}

.fb-split {display:grid; grid-gap:48px;grid-template-columns: 1fr 605px;flex-direction:column;}
.fb-form {position: relative;margin-inline: auto;}
.fb-form .fb-bg {position: absolute;top: calc( 50% - 100px );left: 410px;aspect-ratio: 1;height: 200px;z-index: 1;background-image: url("../images/sphere.png");background-size: cover;}

.fb-form .fb-bg {animation-name: fullrotate;animation-iteration-count: infinite;animation-duration: 20s;animation-timing-function: linear;}

.fb-form .fb-splash {position: relative;z-index: 2;width: 500px;min-height: 300px;background: rgba(231, 236, 245, 0.65);padding: 24px;border-radius: 13px;backdrop-filter: blur(10px);margin-right: 85px;}
.fb-form .fb-splash form {display:flex;flex-direction:column;gap:8px;justify-content: space-between;}

.fb-form .fb-splash form input[type="text"],
.fb-form .fb-splash form textarea,
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea
    {
padding: 8px 8px 8px 46px;
  color: var(--land-firm-color-input);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  border: none;
  border-radius: 6px;
  resize: none;
  overflow: auto;
  position: relative;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.fb-form .fb-splash form .button {margin-top:15px;width:100%;}

.fb-form .fb-splash form [data-view="phone"], .wpcf7-form input[type="tel"]
    {background-position-x: 14px;background-position-y: 10px;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M7.22471 10.2512C7.87302 11.5766 8.94739 12.6461 10.2758 13.2884C10.3729 13.3344 10.4804 13.3544 10.5877 13.3463C10.6949 13.3382 10.7982 13.3023 10.8874 13.2421L12.8433 11.9379C12.9298 11.8802 13.0293 11.845 13.1328 11.8355C13.2364 11.826 13.3407 11.8424 13.4362 11.8834L17.0954 13.4516C17.2197 13.5044 17.3234 13.5962 17.3911 13.7131C17.4587 13.83 17.4865 13.9657 17.4702 14.0998C17.3546 15.0048 16.913 15.8366 16.2282 16.4395C15.5434 17.0424 14.6624 17.375 13.75 17.375C10.9321 17.375 8.22956 16.2556 6.23699 14.263C4.24442 12.2705 3.125 9.56794 3.125 6.75002C3.12505 5.83765 3.45765 4.95659 4.06053 4.27179C4.66341 3.587 5.49523 3.14544 6.40023 3.02978C6.53431 3.01356 6.67002 3.04134 6.78693 3.10895C6.90384 3.17657 6.99561 3.28034 7.04841 3.40464L8.61798 7.06698C8.65858 7.16171 8.67512 7.265 8.66614 7.36767C8.65715 7.47034 8.62291 7.5692 8.56647 7.65543L7.26676 9.64135C7.2076 9.73069 7.17263 9.83384 7.16526 9.94073C7.15789 10.0476 7.17837 10.1546 7.22471 10.2512V10.2512Z' stroke='%23576A87' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    
    
.fb-form .fb-splash form [data-view="email"],
.wpcf7-form input[type="email"]
    {background-position-x: 14px;background-position-y: 10px;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M2.5 4.875H17.5V15.5C17.5 15.6658 17.4342 15.8247 17.3169 15.9419C17.1997 16.0592 17.0408 16.125 16.875 16.125H3.125C2.95924 16.125 2.80027 16.0592 2.68306 15.9419C2.56585 15.8247 2.5 15.6658 2.5 15.5V4.875Z' stroke='%23576A87' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 4.875L10 11.75L2.5 4.875' stroke='%23576A87' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
    
.fb-form .fb-splash form [data-view="message"],
.wpcf7-form textarea
    {background-position-x: 14px;background-position-y: 10px;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.04304 15.7716L3.52717 17.8865C3.43607 17.9631 3.32499 18.0121 3.207 18.0277C3.08901 18.0433 2.96901 18.0249 2.86112 17.9747C2.75323 17.9244 2.66193 17.8444 2.59796 17.744C2.53398 17.6437 2.5 17.5271 2.5 17.4081V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H16.875C17.0408 4.375 17.1997 4.44085 17.3169 4.55806C17.4342 4.67527 17.5 4.83424 17.5 5V15C17.5 15.1658 17.4342 15.3247 17.3169 15.4419C17.1997 15.5592 17.0408 15.625 16.875 15.625H6.44522C6.29808 15.625 6.15567 15.6769 6.04304 15.7716Z' stroke='%23576A87' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.9375C10.5178 10.9375 10.9375 10.5178 10.9375 10C10.9375 9.48223 10.5178 9.0625 10 9.0625C9.48223 9.0625 9.0625 9.48223 9.0625 10C9.0625 10.5178 9.48223 10.9375 10 10.9375Z' fill='%23576A87'/%3E%3Cpath d='M6.25 10.9375C6.76777 10.9375 7.1875 10.5178 7.1875 10C7.1875 9.48223 6.76777 9.0625 6.25 9.0625C5.73223 9.0625 5.3125 9.48223 5.3125 10C5.3125 10.5178 5.73223 10.9375 6.25 10.9375Z' fill='%23576A87'/%3E%3Cpath d='M13.75 10.9375C14.2678 10.9375 14.6875 10.5178 14.6875 10C14.6875 9.48223 14.2678 9.0625 13.75 9.0625C13.2322 9.0625 12.8125 9.48223 12.8125 10C12.8125 10.5178 13.2322 10.9375 13.75 10.9375Z' fill='%23576A87'/%3E%3C/svg%3E");}

.wpcf7-form textarea {height:80px;}
.wpcf7-form > p {padding:0;margin:0;}

.wpcf7-form input[type="submit"] {margin-top: 15px;width: 100%;display: inline-block;color: var(--land-button-color-third-normal-text);border-color: var(--land-button-color-third-normal-border);background-color: var(--land-button-color-third-normal-background);font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;border-width: 2px;border-style: solid;text-decoration: none;padding: 10px 20px;border-radius: 33px;cursor: pointer;text-transform: none;text-align: center;}
.wpcf7-form input[type="submit"]:hover {color: var(--land-button-color-third-hover-text);border-color: var(--land-button-color-third-hover-border);background-color: var(--land-button-color-third-hover-background);transform: scale(1.1);transition-duration: 0.6s;}
.wpcf7-form:not(.submitting) .wpcf7-spinner {display:none !important;}
.wpcf7-form.sent .wpcf7-response-output {border-color: #469fb4;}
.wpcf7-form .wpcf7-not-valid-tip {color: var(--land-firm-color-warning-text);background-color: var(--land-firm-color-warning-background);padding: 5px 10px;margin-top: 0;font-size: 0.8rem;border-radius: 7px 7px 13px 13px;text-align: center;}
.wpcf7-form.submitting .wpcf7-spinner {visibility: visible;display: flex;flex-direction: row;left: 46%;top: 10px;transform: translateX(-50%);}
.wpcf7 form.invalid .wpcf7-response-output {border-color: var(--land-firm-color-warning-background);font-size: 0.9rem;line-height: 180%;padding: 0.5rem 1rem;text-align: center;}
.wpcf7 form.sent .wpcf7-response-output {background-color: var(--land-firm-color-warning-background);display: block;color: var(--land-firm-color-warning-text);border: 0;padding: 0.5rem 1rem;border-radius: 0;font-size: 0.9rem;text-align: center;}

/* footer */
footer ul {list-style:none inside none;margin:0;padding:0;}
footer ul li {padding:7px 0;}
footer .top {position:relative;z-index:1;}
footer .top li,
footer .top a {color:var(--land-footer-color-link-normal);}
footer .top a:hover {color:var(--land-footer-color-link-hover);}
footer h1,footer h2,footer h3,footer h4 {color:var(--land-footer-color-header);padding:0;margin : 0 0 20px 0;}
footer .copyright a {color:var(--land-footer-color-copyright);}
footer .copyright {color:var(--land-footer-color-copyright); text-align:center;padding:20px 20px 10px 20px;}
footer .top {display:grid;grid-gap:20px;}
footer .container {padding-bottom:10px;}

footer .top .block-logo {grid-area:logo;display:flex;}

footer .top .block-contacts {grid-area:contacts;}
footer .top .block-info {grid-area:info;}
footer .top .block-submit {
    grid-area: submit;
    display: flex;
    justify-content: end;
    align-items: flex-start;
}




/* desktop  768px ... */
@media (min-width:768px){
    [data-view="mobile"] {display: none !important;}
    footer {background-color:var(--land-footer-color-background);position:relative;overflow:hidden;}    
    footer .top {
        grid-template-columns: repeat(3,1fr);
        grid-template-areas: "logo contacts submit";
    }
    footer::after {content: "";display: block;position: absolute;height: 210%;background-image: url('../images/header_bg_right.png');bottom: -283px;right: 0px;aspect-ratio: 230 / 866;background-size: cover;}
    footer::after {animation-name: footer-desktop-blink;animation-iteration-count: infinite;animation-duration: 30s;animation-timing-function: ease-in-out;}    
}

/* mobile  .. 767px */
@media (max-width:767px){
    [data-view="desktop"] {display: none !important;}
    section .features-list {display:grid;grid-template-columns: 1fr 1fr;}    
    section .brands {flex-wrap:wrap;}
    section .brands > * {flex: 1 0 20%;}
    
    footer .top {grid-template-columns: repeat(2,1fr);grid-template-areas: "contacts submit" "contacts logo";}
    footer .top .block-contacts {grid-row:1 / span 2;}
    footer .top > * {display:flex;flex-direction:column;}
    
    footer .top .block-logo {justify-content:flex-end;align-items: flex-end;}
    footer .top .block-submit {display: flex;justify-content: start;align-items: flex-end;}
    
    
    footer > .container .wrapper {background-color:var(--land-footer-color-background);padding:24px; border-radius:13px;position:relative;overflow:hidden;}
    footer > .container .wrapper::after {content: " ";display: block;position: absolute;height: 346%;background-image: url('../images/header_bg_right.png');bottom: -481px;right: -29px;aspect-ratio: 230 / 866;background-size: cover;opacity:0.7;}
    footer > .container .wrapper::after {animation-name: footer-mobile-blink;animation-iteration-count: infinite;animation-duration: 10s;animation-timing-function: ease-in-out;}
    

        
    
    footer .logo {margin-right:27px;}
    footer .copyright {text-align:left;padding:35px 20px 10px 10px;}
    
        
}




@media (max-width:1080px){
    section .price_splitted {flex-direction:column;align-items:center;}
    section .price_splitted > .split-one {max-width: 75% !important;}
    section .price_splitted > .split-one .button {align-self:center;}
    section .price_splitted > .split-two {max-width: none !important;}
}


@media (max-width:950px){
    .split {grid-template-columns:1fr;}
    #section_feedback .fb-split {display:flex;}
    .fb-split {display:flex;}
}

@media (min-width:640px) and (max-width:950px){
    .fb-form {width:620px;}
}

@media (max-width:639px){
    .fb-form .fb-bg {display:none;}
    .fb-form .fb-splash {margin-right: auto;margin-left: auto;}
    .fb-split .article {text-align:center;}
    
}

@media (max-width:620px){
    section .price_splitted .split-one {
        max-width:75%;
        text-align:center;
    }
    section .price_splitted .split-two {
        grid-template-columns: 1fr;
        max-width: 75%;
    }    
}

@media (max-width:550px){
    .fb-form {width:auto;}
    .fb-form .fb-splash {width:auto;}
    .short-articles > * {grid-column:span 2;}
}

@media (max-width:499px){
    section .features-list {display:grid;grid-template-columns: 1fr;}
    section .brands > * {flex: 1 0 25%;}
    .check-list .wrapper {width: 100% ;}
    .check-list::after {opacity:0.3;}
}
@media (max-width:400px){
    section .brands > * {flex: 1 0 33%;}
    header[data-view="mobile"] .top {justify-content:space-between;flex-wrap:wrap;}
    header[data-view="mobile"] .alt-link {position:initial !important;}
}