mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
bcb74695ed
In Safari (14+) the CSS workaround to make block "readable" over any bg
is broken. By replacing the current CSS workaround by an appropriate
SVG filter in each themes svg, the problem will be fixed.
This commit will add the svg filter.
task-2667028
closes odoo/design-themes#538
X-original-commit: 545cf002ea
Related: odoo/odoo#81190
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
292 lines
78 KiB
XML
292 lines
78 KiB
XML
<svg width="700px" height="1850px" viewBox="0 0 700 1850" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>theme_beauty</title>
|
|
<defs>
|
|
<style type="text/css">
|
|
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;display=swap');
|
|
</style>
|
|
<pattern width="1" height="1" id="theme_beauty_s_cover_default_image_id" patternUnits="objectBoundingBox">
|
|
<image width="700" height="480" preserveAspectRatio="xMidYMid slice" href="#s_cover_default_image_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_text_image_default_image_id" patternUnits="objectBoundingBox">
|
|
<image width="221.04464721679688" height="173.9139404296875" preserveAspectRatio="xMidYMid slice" href="#s_text_image_default_image_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_1_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_1_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_2_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_2_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_3_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_3_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_4_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_4_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_5_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_5_url"/>
|
|
</pattern>
|
|
<pattern width="1" height="1" id="theme_beauty_s_product_list_default_image_6_id" patternUnits="objectBoundingBox">
|
|
<image width="64" height="64" preserveAspectRatio="xMidYMid slice" href="#s_product_list_default_image_6_url"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_1" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_1"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_2" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_2"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_3" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_3"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_4" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_4"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_5" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_1"/>
|
|
</pattern>
|
|
<pattern id="theme_beauty_s_company_team_image_6" preserveAspectRatio="xMidYMid slice" width="100%" height="100%" viewBox="0 0 24 24">
|
|
<image width="24" height="24" href="/web/image/website.s_company_team_image_2"/>
|
|
</pattern>
|
|
<filter id="theme_beauty_bright_down">
|
|
<feComponentTransfer>
|
|
<feFuncR type="linear" slope=".25" />
|
|
<feFuncG type="linear" slope=".25" />
|
|
<feFuncB type="linear" slope=".25" />
|
|
</feComponentTransfer>
|
|
</filter>
|
|
<!-- Filter -->
|
|
<filter id="filter_readability_beauty">
|
|
<feColorMatrix in="SourceGraphic" type="saturate" values="0"/>
|
|
<feComponentTransfer>
|
|
<feFuncR type="table" tableValues="1 0"/>
|
|
<feFuncG type="table" tableValues="1 0"/>
|
|
<feFuncB type="table" tableValues="1 0"/>
|
|
</feComponentTransfer>
|
|
<feComponentTransfer>
|
|
<feFuncR type="linear" slope="10000" intercept="-4999.5"/>
|
|
<feFuncG type="linear" slope="10000" intercept="-4999.5"/>
|
|
<feFuncB type="linear" slope="10000" intercept="-4999.5"/>
|
|
</feComponentTransfer>
|
|
</filter>
|
|
<path id="theme_beauty_path-1" d="M201.282657,8.32674577 C205.154145,20.3922859 184.386793,48.6004057 183.683873,65.1501466 C183.214355,81.6998874 202.689854,86.8355459 210.552246,94.988268 C218.414637,103.14099 214.775194,114.636505 207.973967,129.147726 C201.286728,143.658947 191.312862,161.431528 176.061669,162.898665 C160.810475,164.365802 140.276524,149.610285 127.136805,137.544744 C113.760969,125.479204 108.129467,116.347938 86.0729753,110.400672 C64.129114,104.526695 25.6462768,101.91815 9.6853779,90.7497211 C-6.50078109,79.6681536 -0.281702729,60.340217 12.858017,44.3618589 C25.9990938,28.2192791 46.17887,15.6637885 68.8215803,9.54958623 C91.2308886,3.44216998 116.221189,3.84933106 142.736745,2.13111129 C169.369001,0.336888112 197.644571,-3.73879433 201.282657,8.32674577 Z"/>
|
|
</defs>
|
|
|
|
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" class="theme_beauty">
|
|
<rect fill="#FFFFFF" width="700" height="1850"/>
|
|
<g class="svgc_menu">
|
|
<rect fill="#MENU_COLOR" width="700" height="37" class="svgc_menu_bg"/>
|
|
<path d="M76.2753882,22.9664902 L76.2753882,21.4509459 L72.5806453,21.4509459 L72.5806453,14.2722753 L70.7585227,14.2722753 L70.7585227,22.9664902 L76.2753882,22.9664902 Z M80.8960242,23.0853564 C81.656294,23.0853564 82.3415187,22.9105948 82.9516983,22.5610715 C83.561878,22.2115482 84.0444108,21.7042441 84.3992969,21.0391593 C84.754183,20.3740746 84.931626,19.5674824 84.931626,18.6193827 C84.931626,17.6712831 84.754183,16.8646909 84.3992969,16.1996061 C84.0444108,15.5345213 83.561878,15.0272173 82.9516983,14.677694 C82.3415187,14.3281707 81.656294,14.1534091 80.8960242,14.1534091 C80.1301436,14.1534091 79.4428148,14.3281707 78.8340379,14.677694 C78.225261,15.0272173 77.7441308,15.5345213 77.3906475,16.1996061 C77.0371641,16.8646909 76.8604224,17.6712831 76.8604224,18.6193827 C76.8604224,19.5646522 77.0371641,20.3698293 77.3906475,21.0349141 C77.7441308,21.6999989 78.225261,22.2080105 78.8340379,22.5589489 C79.4428148,22.9098872 80.1301436,23.0853564 80.8960242,23.0853564 Z M80.8960242,21.4594363 C80.4555727,21.4594363 80.0712297,21.3504756 79.7429951,21.1325542 C79.4147606,20.9146328 79.1601684,20.5948261 78.9792186,20.173134 C78.7982687,19.751442 78.7077938,19.2335249 78.7077938,18.6193827 C78.7077938,18.0052406 78.7982687,17.4873235 78.9792186,17.0656315 C79.1601684,16.6439394 79.4147606,16.3241327 79.7429951,16.1062113 C80.0712297,15.8882899 80.4555727,15.7793292 80.8960242,15.7793292 C81.3364757,15.7793292 81.7208187,15.8882899 82.0490533,16.1062113 C82.3772879,16.3241327 82.6318801,16.6439394 82.8128299,17.0656315 C82.9937797,17.4873235 83.0842546,18.0052406 83.0842546,18.6193827 C83.0842546,19.2335249 82.9937797,19.751442 82.8128299,20.173134 C82.6318801,20.5948261 82.3772879,20.9146328 82.0490533,21.1325542 C81.7208187,21.3504756 81.3364757,21.4594363 80.8960242,21.4594363 Z M90.0580725,23.0853564 C90.7818718,23.0853564 91.4243138,22.9374812 91.9853985,22.6417307 C92.5464832,22.3459802 92.9869347,21.9242882 93.306753,21.3766545 C93.6265713,20.8290209 93.7864805,20.173134 93.7864805,19.4089941 L93.7864805,19.4089941 L93.7864805,18.3137268 L90.1801085,18.3137268 L90.1801085,19.6976692 L92.0289526,19.6979182 L92.0252005,19.8237287 C92.0079004,20.0598888 91.956,20.2740367 91.8694995,20.4661723 L91.7981365,20.6061467 C91.6424355,20.8778409 91.4180016,21.0879794 91.1248348,21.2365622 C90.8316681,21.385145 90.4788861,21.4594363 90.0664888,21.4594363 C89.6120102,21.4594363 89.2178482,21.348353 88.8840028,21.1261864 C88.5501574,20.9040198 88.2920584,20.5806754 88.1097059,20.1561532 C87.9273533,19.7316309 87.8361771,19.216544 87.8361771,18.6108923 C87.8361771,18.0052406 87.928756,17.4922763 88.113914,17.0719993 C88.2990719,16.6517223 88.5578723,16.331208 88.890315,16.1104565 C89.2227577,15.8897049 89.6092048,15.7793292 90.0496563,15.7793292 C90.2853118,15.7793292 90.5006281,15.8090457 90.695605,15.8684788 C90.890582,15.9279119 91.0645182,16.0135239 91.2174138,16.1253148 C91.3703094,16.2371056 91.5000602,16.3729527 91.6066663,16.5328561 C91.7132724,16.6927594 91.7960324,16.8760115 91.8549463,17.0826123 L91.8549463,17.0826123 L93.7065259,17.0826123 C93.647612,16.6524298 93.5143544,16.2583317 93.306753,15.900318 C93.0991517,15.5423043 92.8319351,15.2331106 92.5051032,14.972737 C92.1782714,14.7123633 91.8044487,14.5107153 91.3836352,14.3677928 C90.9628216,14.2248703 90.508343,14.1534091 90.0201993,14.1534091 C89.4506983,14.1534091 88.921876,14.2538793 88.4337323,14.4548199 C87.9455886,14.6557604 87.5177615,14.9486807 87.150251,15.3335808 C86.7827405,15.718481 86.4972886,16.187578 86.2938954,16.740872 C86.0905022,17.2941659 85.9888056,17.9231663 85.9888056,18.6278732 C85.9888056,19.5448412 86.1592351,20.3365751 86.5000941,21.003075 C86.840953,21.6695748 87.3171737,22.1832467 87.928756,22.5440906 C88.5403384,22.9049345 89.2501105,23.0853564 90.0580725,23.0853564 Z M98.9036703,23.0853564 C99.6639401,23.0853564 100.349165,22.9105948 100.959344,22.5610715 C101.569524,22.2115482 102.052057,21.7042441 102.406943,21.0391593 C102.761829,20.3740746 102.939272,19.5674824 102.939272,18.6193827 C102.939272,17.6712831 102.761829,16.8646909 102.406943,16.1996061 C102.052057,15.5345213 101.569524,15.0272173 100.959344,14.677694 C100.349165,14.3281707 99.6639401,14.1534091 98.9036703,14.1534091 C98.1377897,14.1534091 97.4504609,14.3281707 96.841684,14.677694 C96.232907,15.0272173 95.7517769,15.5345213 95.3982935,16.1996061 C95.0448102,16.8646909 94.8680685,17.6712831 94.8680685,18.6193827 C94.8680685,19.5646522 95.0448102,20.3698293 95.3982935,21.0349141 C95.7517769,21.6999989 96.232907,22.2080105 96.841684,22.5589489 C97.4504609,22.9098872 98.1377897,23.0853564 98.9036703,23.0853564 Z M98.9036703,21.4594363 C98.4632188,21.4594363 98.0788758,21.3504756 97.7506412,21.1325542 C97.4224066,20.9146328 97.1678145,20.5948261 96.9868646,20.173134 C96.8059148,19.751442 96.7154399,19.2335249 96.7154399,18.6193827 C96.7154399,18.0052406 96.8059148,17.4873235 96.9868646,17.0656315 C97.1678145,16.6439394 97.4224066,16.3241327 97.7506412,16.1062113 C98.0788758,15.8882899 98.4632188,15.7793292 98.9036703,15.7793292 C99.3441218,15.7793292 99.7284648,15.8882899 100.056699,16.1062113 C100.384934,16.3241327 100.639526,16.6439394 100.820476,17.0656315 C101.001426,17.4873235 101.091901,18.0052406 101.091901,18.6193827 C101.091901,19.2335249 101.001426,19.751442 100.820476,20.173134 C100.639526,20.5948261 100.384934,20.9146328 100.056699,21.1325542 C99.7284648,21.3504756 99.3441218,21.4594363 98.9036703,21.4594363 Z" fill="#MENU_COLOR" fill-rule="nonzero" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<g opacity="0.6" transform="translate(245, 15)">
|
|
<rect width="37" height="7" class="svgc_text" fill="#MENU_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect x="58" width="37" height="7" class="svgc_text" fill="#MENU_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect x="116" width="37" height="7" class="svgc_text" fill="#MENU_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect x="174" width="37" height="7" class="svgc_text" fill="#MENU_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
<rect fill="#MENU_COLOR" x="593" y="15" width="37" height="7" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
|
|
<g transform="translate(0, 37)" class="s_cover">
|
|
<rect fill="url(#theme_beauty_s_cover_default_image_id)" width="700" height="480" class="img_reference_s_cover_default_image"/>
|
|
<rect fill="#000000" opacity="0.34" width="700" height="480"/>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="38" font-weight="normal" letter-spacing="0.164790249" fill="#FFFFFD">
|
|
<tspan x="202" y="240">Welcome Message</tspan>
|
|
</text>
|
|
</g>
|
|
<g transform="translate(0, 350)" class="s_text_image">
|
|
<rect fill="#7C6576" y="162" width="700" height="223" filter="url(#theme_beauty_bright_down)"/>
|
|
<g fill-rule="nonzero">
|
|
<path d="M700,167 L0.565,167 L0.565,111.630862 C0.565,98.2312716 0,70.7878448 0,70.7878448 C0,70.7878448 49.095,0 128.68,0 C159.33,0 187.18,13.6767241 210.245,28.2316379 C233.31,42.7865517 252.04,60.4655172 271.09,77.7413793 C279.19,85.1124138 288.765,93.0017241 301.755,93.9375 C306.255,94.2614224 310.8,93.6855603 315.255,93.1132974 C328.56,91.407306 342.355,88.5495905 355.755,87.7145905 C401.435,84.9072629 447.385,107.639418 491.09,97.6806034 C504.535,94.6177371 516.365,88.6503664 529.59,85.1735991 C549,80.080819 571,80.6710776 590.175,86.2101509 C606.675,90.9718103 643.07,100.138815 659.52,104.947263 C665.02,106.556078 680.85,104.691724 684.62,93.2968534 C690.195,76.4240948 699.985,72.8069612 699.985,72.8069612 L699.985,167 L700,167 Z" fill="#7C6576" opacity="0.3"/>
|
|
<path d="M0,95.6371143 C0,95.6371143 32.035,68.3295208 77.965,57.6977164 C123.895,47.065912 181.395,43.1684227 239.89,92.4766963 C282.955,128.790942 334,133.166629 376.125,109.867984 C441.21,73.8521625 501.46,97.0896841 523.26,109.14889 C545.06,121.208096 575.935,123.552342 624.13,103.823999 C660.76,88.8272944 666.89,84.048915 700,89.8016667 L700,167 L0.12,167 L0,95.6371143 Z" filter="url(#theme_beauty_bright_down)" fill="#7C6576"/>
|
|
<path d="M700,92.2820131 C669.34,84.9393246 644.415,97.8864031 600.36,116.484755 C556.61,134.953276 516.33,113.960255 494.51,105.052377 C472.69,96.1444981 428.315,91.8780931 370.685,122.024229 C313.055,152.170366 261.655,120.358059 248.4,112.182286 C235.145,104.006512 198.1,66.8206275 129.27,68.028781 C60.44,69.2369346 0,120.004629 0,120.004629 L0,167 L699.905,167 L700,92.2820131 Z" fill="#000000" opacity="0.3"/>
|
|
<path d="M0,110.334737 C0,110.334737 38.745,96.529346 64.73,95.3527297 C170.605,90.5596424 209.73,135.989303 258.55,148.199404 C381.55,184.086201 393.25,112.10688 487.45,109.266398 C542.51,107.602532 572.3,132.069655 619.79,131.712339 C667.28,131.355023 700,109.251961 700,109.251961 L700,167 L0.12,167 L0,110.334737 Z" fill="#7C6576" opacity="0.639999986"/>
|
|
<path d="M0,133.632172 C0,133.632172 69.5480129,83.8968478 136.546099,85.0186972 C240.738122,86.7446194 234.208308,149.618526 322.420788,148.27734 C358.73975,146.731202 380.474129,129.806377 407.078369,118.835985 C471.331533,92.3394837 508.415474,124.682546 541.414531,130.273815 C591.13311,138.694877 605.117711,121.644204 655.001286,101.742164 C661.701094,99.0705802 675.935688,93.6698821 700,97.2655533 L700,167 L0.119996572,167 L0,133.632172 Z" fill="#7C6576" opacity="0.29"/>
|
|
<path d="M619.794271,131.694763 C609.343525,131.766962 599.792842,130.64788 590.642189,128.879008 C577.041217,132.705547 562.390171,133.680232 541.438674,130.106389 C522.287306,126.85744 501.785842,114.583636 475.43396,109.999009 C391.977998,118.265777 376.076863,182.486653 258.518466,148.1922 C211.565112,136.459887 173.612401,94.0069645 76.6554754,95.0177484 C34.552468,109.024325 1.40010001,132.452851 0,133.463635 L0.0500035717,167 L700,167 L700,109.240921 C700,109.240921 667.297664,131.333769 619.794271,131.694763 Z" filter="url(#theme_beauty_bright_down)" fill="#7C6576"/>
|
|
</g>
|
|
<g transform="translate(69.833008, 178.883000)">
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="32" font-weight="normal" letter-spacing="0.138770736" fill="#FFFFFD">
|
|
<tspan x="3.63705319" y="33">A section Title</tspan>
|
|
</text>
|
|
<g transform="translate(3.166992, 52)" fill="#EAEAEA" opacity="0.549165998">
|
|
<rect width="131" height="2"/>
|
|
<rect y="5" width="116" height="2"/>
|
|
<rect y="10" width="79" height="2"/>
|
|
<rect y="15" width="91" height="2"/>
|
|
</g>
|
|
<g transform="translate(0, 87)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="73.8571429" height="22" rx="11"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" fill="#3AADAA" class="svgc_text" filter="url(#filter_readability_beauty)">
|
|
<tspan x="15.6320611" y="14.8928571">Discover</tspan>
|
|
</text>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(372.442826, 145.359499)">
|
|
<g transform="translate(138.057174, 99.140501) rotate(8) translate(-138.057174, -99.140501) translate(30.557174, 17.640501)">
|
|
<mask id="theme_beauty_mask-2" fill="white">
|
|
<use xlink:href="#theme_beauty_path-1"/>
|
|
</mask>
|
|
<use fill="#D8D8D8" xlink:href="#theme_beauty_path-1"/>
|
|
<g mask="url(#theme_beauty_mask-2)" fill-rule="nonzero">
|
|
<g transform="translate(-44.186975, -67.718982)">
|
|
<path d="M4.16043602,83.7030701 C10.8897421,101.662945 16.1277177,120.251206 21.4471127,138.669816 C27.1179677,158.294981 27.1396795,178.946191 29.2687945,199.001588 C30.5484347,211.080701 33.0561494,222.733651 41.0528827,232.339938 C46.6518173,239.06081 53.3675535,243.587084 61.70082,246.198344 C73.3098567,249.837007 85.9393488,249.911653 97.3204114,254.1597 C99.9543261,255.142316 102.619452,256.466947 104.367253,258.752477 C105.817874,260.652563 106.509938,263.038526 107.470686,265.147621 C108.326945,267.024633 109.777566,267.772453 111.602716,267.970604 C117.186723,268.573203 124.358408,265.212767 130.158176,264.188078 C131.379466,263.970925 132.950859,263.741558 134.028308,263.102315 C134.796363,262.640866 134.773294,261.985336 134.732585,261.413954 C134.412335,256.982684 134.61317,252.332904 133.503153,247.96678 C132.230298,242.961413 129.054945,239.499187 124.712582,237.32359 C117.265429,233.598066 107.660664,233.321196 99.2011975,231.844559 C90.8530042,230.380136 82.4478173,228.784065 74.4442991,225.91765 C67.6688554,223.495042 61.3195062,220.062674 55.9892553,215.195742 C49.3033729,209.088326 45.6924265,200.65602 43.4737502,192.140924 C38.0145855,171.189772 38.4664626,148.744339 33.2624117,127.491887 C30.6678496,116.916557 27.3934364,106.429445 24.1543048,96.0373365 C21.3846912,87.1381524 18.4278133,78.1616077 14.435553,69.8039479 C13.3160375,67.4478424 11.9414082,64.2828436 9.4431923,63.0179298 C8.23004457,62.4044738 7.00061298,62.5171217 5.83360286,62.7369887 C4.09394358,63.0667891 2.34749937,63.8444668 1.30261821,65.3156755 C-2.15363153,70.1690356 2.13580916,78.9284277 4.16043602,83.7003556" fill="#383E45"/>
|
|
<path d="M17.4453536,69.3153546 C21.5705986,78.863282 24.8083732,88.7627251 27.8588834,98.6852407 C29.8617985,105.199818 31.7860082,111.756469 33.7224308,118.299547 C36.6752378,128.279065 38.4542497,138.50288 39.8953715,148.787769 C41.4721922,159.949412 42.7450474,171.265775 44.9881494,182.267268 C47.5420018,194.744041 51.6441781,206.648074 61.8541597,215.02202 C69.9743789,221.672318 79.9265327,225.336767 89.9913165,227.892382 C96.2483905,229.478953 102.592312,230.657006 108.940304,231.775341 C114.860845,232.817674 121.054141,233.360555 126.644933,235.711232 C134.164007,238.878945 137.726101,245.096295 141.385899,251.875527 C142.742888,254.387711 144.980562,256.119502 147.41907,257.406131 C153.26362,260.486984 160.116412,261.864545 166.720875,262.953023 C167.58392,263.088743 168.478175,263.235321 169.402284,263.339826 C171.244558,263.547373 173.100177,263.611354 174.952367,263.531191 C175.088066,263.531191 175.223765,263.523048 175.351322,263.513548 C176.651317,263.415829 178.192856,263.335754 179.336797,262.597435 C180.015291,262.161773 179.992223,261.447884 179.870094,260.743495 C177.483151,247.480901 174.195168,233.599423 162.549492,225.794145 C155.628851,221.152509 146.959051,220.526838 138.794051,219.24428 C129.430831,217.779858 120.024186,216.273362 110.792593,214.271486 C99.4671673,211.814948 87.7970661,208.732738 77.648149,202.834331 C67.0269999,196.661769 61.33579,187.35271 57.4588739,176.074348 C52.4936529,161.626915 50.3740368,146.202296 47.4619395,131.135979 C44.5593411,116.122593 40.1219886,101.578799 35.5611502,87.0268617 C32.8186764,78.27697 29.9608586,69.3832147 25.9875963,61.2399931 C24.8300851,58.8676012 23.4893804,56.5101385 21.523104,54.6561984 C20.106408,53.3125668 18.3477509,51.9825072 16.4235412,51.5346301 C15.2022516,51.2482601 13.3893149,51.6391347 12.6063325,52.720826 C11.132643,54.7566314 12.4570638,57.8904146 13.2427601,59.946578 C14.4640498,63.1400781 15.9906619,66.2331452 17.4494245,69.3262122" fill="#3AADAA"/>
|
|
<path d="M26.8560689,58.4102235 C31.0830881,66.9402482 34.2136606,75.9330794 37.1081171,84.969341 C39.1028902,91.2192637 41.0026742,97.5234744 42.9268839,103.800541 C46.0479575,113.964639 48.1472187,124.377105 50.2234111,134.793643 C52.4936529,146.165652 54.8887376,157.601449 58.3992669,168.601585 C60.4659604,175.072732 62.9777461,181.531664 66.5696947,187.367639 C70.2335637,193.325763 75.7347952,197.618598 81.8100327,200.939675 C94.181697,207.705335 108.370369,210.973482 122.089523,213.705532 C129.438973,215.168598 136.83456,216.38601 144.232861,217.576277 C151.131791,218.68647 158.270908,219.305354 164.624328,222.435066 C174.701324,227.387502 180.501093,237.011433 185.858484,246.418211 C187.675492,249.610354 190.065148,252.350548 192.734345,254.788086 C198.600606,260.135468 204.811543,264.380801 212.364541,267.112852 C213.30855,267.475325 214.275475,267.775015 215.258997,268.009963 C216.975588,268.38048 218.787167,268.630205 220.551252,268.281404 C220.654383,268.262403 220.756158,268.236616 220.853861,268.210829 C222.143,267.870171 222.715649,267.184784 223.015543,266.200811 C223.208236,265.568354 222.973477,264.707887 222.639658,263.829776 C216.520996,247.638337 210.506823,229.314731 196.194665,218.799118 C188.805863,213.370303 179.927087,212.618412 170.987247,211.334498 C159.887081,209.738426 148.759775,208.134212 137.755955,206.109264 C123.671771,203.518362 109.123498,200.533871 96.0339863,194.460385 C89.7850542,191.550541 83.8699413,187.560362 79.7433392,181.940182 C76.2151691,177.127538 73.5324028,171.590147 71.260804,166.127403 C65.4162545,152.064059 61.8772285,137.09546 58.1129423,122.289726 C54.5101378,108.12052 50.0117209,94.287901 45.388461,80.4403526 C42.79797,72.6771479 40.1667692,64.7632937 36.5029002,57.5674001 C35.3698148,55.3429434 34.0168973,53.1972045 32.3315176,51.2971194 C30.270252,48.9722296 27.9294468,46.3229682 25.1801881,45.0851985 C24.0688145,44.5871048 22.3155853,43.835214 21.1892849,44.5070298 C18.5906519,46.0474559 25.7474093,56.3309876 26.8587829,58.4237956" fill="#7C6576"/>
|
|
<path d="M36.9724183,53.5907935 C41.4043428,61.2576367 44.5959797,69.4836478 47.5026491,77.8128064 C49.6317641,83.9052934 51.6455351,90.0859986 53.656592,96.220559 C57.0246375,106.486447 59.45229,117.102494 62.1879788,127.557033 C65.2710567,139.351133 68.9159279,151.095015 73.6355339,162.316375 C76.2762336,168.588013 79.2683932,174.900367 83.2810083,180.471688 C87.8947692,186.88176 94.5223011,191.204454 101.695342,194.279877 C116.870545,200.783597 133.614426,203.747729 149.80737,206.448565 C158.311617,207.865485 166.847075,209.09104 175.378462,210.307095 C181.965284,211.247637 189.043336,211.595081 195.24206,214.176482 C207.454956,219.264638 215.036451,231.212102 221.482146,242.100946 C223.517629,245.536029 225.730877,248.858463 228.078468,252.095394 C232.51582,258.217739 237.215071,266.042018 244.213061,269.4676 C244.879342,269.796043 245.590404,270.123129 246.270256,270.265636 C247.705949,270.577793 248.799682,270.062055 249.346549,269.224661 C249.395421,269.156955 249.440716,269.086736 249.482247,269.014294 C250.025043,267.957032 249.813353,266.276814 249.594877,265.189694 C249.378616,264.224011 249.052156,263.286371 248.621917,262.395212 C240.268295,244.561557 229.782845,225.123686 213.475914,213.915899 C206.180744,208.894246 198.034742,208.009349 189.25774,206.869298 C178.144004,205.425233 166.977346,204.243109 155.90432,202.680967 C141.691222,200.675021 126.948899,198.40849 113.627342,192.732665 C100.650461,187.200703 92.8654181,177.097679 87.7644983,164.392896 C82.2781938,150.735356 79.4258039,136.122345 75.6927285,121.858135 C72.1021369,108.177523 66.9415096,95.1470109 61.8066651,82.0106372 C58.9556322,74.7183821 56.0055392,67.2931212 52.1082682,60.6306087 C50.8127268,58.4465314 49.2844369,56.4092468 47.5501437,54.5544081 C44.3205111,51.060966 40.782842,47.6503133 36.7213754,45.1557731 C35.0102129,44.1039403 33.0968591,42.9258875 31.1482236,42.4047214 C28.8861237,41.7994085 31.6231696,45.6104363 31.9624167,46.1098872 C33.6274416,48.6044275 35.4010256,51.0256787 36.9669903,53.5907935" fill="#F6F6F6"/>
|
|
<path d="M51.9115048,55.1556493 C57.3163901,62.3651149 61.6302565,70.2043229 65.243917,78.3923323 C67.835765,84.269024 70.0028757,90.4443004 72.3111131,96.3847806 C76.1921003,106.362942 78.1054541,117.217856 80.362126,127.772829 C82.9037655,139.666004 85.6543812,151.731544 90.0035294,163.02755 C92.4203259,169.303259 95.1926534,175.42289 99.7589198,180.535476 C104.732283,186.093225 111.012426,189.879823 117.954779,192.478868 C132.243868,197.818107 147.831595,199.548542 162.902309,201.197544 C170.801339,202.066154 178.713939,202.80583 186.611613,203.688013 C193.260856,204.43176 200.524816,204.709987 206.861952,207.014519 C219.401883,211.56658 229.314684,222.697006 237.747011,232.542161 C240.596687,235.868667 243.518283,239.136814 246.431737,242.387316 C253.365949,250.104376 259.817072,260.515485 270.225174,263.863706 C271.29041,264.205722 272.431637,264.507021 273.567437,264.519553 C275.520143,264.538236 277.9098,263.704913 278.97775,261.918833 C279.050773,261.800359 279.116484,261.677529 279.174513,261.551031 C280.023988,259.626517 279.194868,257.544566 278.520445,255.697412 C278.113348,254.570933 277.37786,253.414596 276.672226,252.450981 C268.937392,241.893294 259.348911,232.240862 249.413041,223.565617 C238.939804,214.411278 227.648302,205.778106 215.458474,199.28253 C211.302019,197.068931 206.909447,194.97748 202.286187,193.796713 C197.98589,192.697378 193.346347,192.519584 188.930706,192.227785 C178.827926,191.562755 168.674938,191.53154 158.578944,191.163738 C145.858534,190.710432 132.503053,190.164836 120.379717,185.842142 C114.300409,183.670616 108.694689,180.167674 104.402534,175.308885 C100.433343,170.815184 98.6054796,164.858417 97.5266737,159.087587 C95.008103,145.62277 96.074696,131.665288 95.3215674,117.988748 C94.9443246,111.167442 94.1911959,104.312207 92.3769023,97.7107685 C90.7078064,91.6399968 87.8825563,85.9668857 85.0410224,80.4050653 C81.4490738,73.370679 77.4296738,66.3715799 72.5241603,60.299451 C70.8735192,58.2757167 69.0080335,56.4372395 66.9605074,54.8163484 C62.3263917,51.1125397 57.3028202,47.5430942 51.7011716,45.4611439 C49.6765447,44.7078959 47.4293718,44.0930827 45.3558933,43.8582864 C42.3488068,43.5149139 45.0641408,46.9798547 45.7317791,47.8226782 C47.7279092,50.3199328 49.9289446,52.6448226 51.9128618,55.1515777" fill="#3AADAA"/>
|
|
<path d="M69.5197878,51.1681851 C76.6806162,57.7899815 83.0638901,65.105309 88.1105304,73.3571069 C91.4242963,78.7764209 94.6308602,84.7372592 96.3203109,90.7931017 C99.1794857,101.037275 98.4494259,112.344138 98.1834561,123.101334 C97.8889896,134.961936 97.4642522,147.019333 99.4210297,158.556921 C100.478124,164.783771 102.804002,170.528814 107.591457,174.956012 C112.08716,179.115841 117.527327,181.908966 123.390875,183.578327 C135.731328,187.09077 149.017603,186.788113 161.7258,186.645607 C168.554166,186.568246 175.38389,186.417597 182.216327,186.53703 C188.362128,186.64425 194.913668,186.614391 200.912915,188.093743 C217.617443,192.216928 233.149534,203.022983 247.087163,212.614341 C252.002175,216.00735 256.972824,219.366429 261.844413,222.802868 C269.695948,228.341616 277.147172,234.489749 284.953927,240.130287 C291.702231,245.006719 299.025898,249.387773 307.242463,251.074777 C309.016047,251.439864 310.933472,251.753378 312.670418,251.56337 C315.112997,251.291929 318.732085,250.404318 319.136468,247.322109 C319.161322,247.14593 319.169952,246.967842 319.162251,246.790085 C319.026552,243.747234 316.11174,240.996183 314.163105,238.984807 C312.924818,237.727017 311.619291,236.537267 310.252264,235.42079 C296.227788,223.786841 280.272317,213.962044 264.361626,204.823992 C248.098119,195.498646 231.279603,186.693109 213.899295,179.911162 C204.219896,176.135422 194.944879,173.560807 184.452644,173.659883 C175.639003,173.745386 166.851146,174.831149 158.105355,175.654972 C147.264374,176.676946 135.704189,177.795282 125.077611,174.645212 C119.433896,172.97178 114.174209,169.745707 110.222658,165.363297 C106.230398,160.946956 105.089171,154.866684 105.138022,149.22886 C105.250652,135.829189 109.972972,122.356229 112.40741,108.960629 C113.56085,102.610274 114.419824,96.1051967 113.942164,89.6421931 C113.476717,83.3624119 111.215974,77.9810996 108.404294,72.4803534 C104.587085,64.9940183 100.062885,57.6949772 94.6077914,51.4043385 C92.766316,49.287536 90.6986062,47.3787884 88.4416356,45.7122266 C82.4532453,41.2795996 75.5651716,37.3518523 67.9009005,36.7207526 C65.48139,36.5212437 62.645284,36.62982 60.4374636,37.7020108 C54.1803896,40.7353609 67.2793997,49.1839534 69.5225017,51.1681851" fill="#7C6576"/>
|
|
<path d="M87.3899695,37.9245922 C95.6960962,45.0879129 103.443144,52.8999769 109.299906,62.0665301 C112.828076,67.598492 116.410526,73.9379901 117.3957,80.3589204 C119.089221,91.3739849 115.520341,103.310591 112.781939,114.272724 C109.826418,126.093968 105.405349,139.019975 106.659206,150.941651 C107.276636,156.840058 109.587588,161.606557 114.446963,165.452872 C118.732177,168.827801 123.802854,171.061195 129.185216,171.944377 C139.566178,173.68567 150.37052,171.637649 160.62664,169.949288 C171.384844,168.184923 182.528434,166.040542 193.465762,167.262025 C201.220951,168.126564 208.840441,171.188415 216.056906,173.997826 C226.934526,178.233659 237.563817,183.127735 248.035698,188.234892 C254.72158,191.492181 261.423746,194.805115 268.025495,198.236126 C281.150288,205.054717 293.957546,212.543766 306.94664,219.665013 C316.539192,224.924177 326.717963,230.648862 337.478882,232.915392 C338.971569,233.230264 340.625738,233.458274 342.119782,233.156975 C345.276138,232.516374 344.010067,228.43662 343.095457,226.744187 C342.95762,226.501565 342.806305,226.266854 342.642223,226.041156 C339.883465,222.11748 335.644233,219.119418 331.73882,216.491871 C329.917742,215.262245 328.004388,214.07062 326.112746,212.914283 C308.144861,201.920933 289.225727,192.201998 270.161395,183.092448 C252.535472,174.666928 234.574372,166.504705 216.119328,160.228996 C206.977296,157.120999 198.395701,154.724178 188.666093,155.455711 C180.71007,156.054237 172.880246,157.837603 165.085704,159.383458 C155.33167,161.316116 144.880145,163.399423 134.974129,161.170895 C129.637093,159.972484 124.491392,157.159001 120.647044,153.257041 C116.373887,148.922132 115.244873,143.030512 115.490488,137.3384 C116.083492,123.9523 122.066454,110.525485 126.165916,97.4013261 C128.201399,90.9043924 130.117467,84.2364511 130.691473,77.4246461 C131.19763,71.4746655 130.148678,66.3742943 127.570399,61.1056299 C123.997878,53.8099544 119.360547,47.0861317 113.810536,41.1547368 C111.860237,39.0965576 109.779761,37.1658055 107.581959,35.3744066 C100.563614,29.6117201 92.2656292,24.5371358 83.319004,22.3262511 C81.063689,21.7697976 78.0348907,21.2730611 75.866423,22.3262511 C69.13576,25.6188271 85.1590804,36.0584373 87.3899695,37.9245922" fill="#383E45"/>
|
|
<path d="M193.973275,8.1869039 C201.934727,13.553287 204.286388,21.1468412 205.802144,30.1736024 C207.666646,41.2063106 210.440331,52.0164373 215.301064,62.0353144 C218.5022,68.6313239 222.730576,76.8953367 228.991721,81.2180302 C236.227184,86.2125395 246.96232,83.7573582 254.600808,81.5573311 C265.961516,78.283756 277.74289,73.1318111 287.990867,66.8995321 C292.012981,64.4565656 294.295436,63.1360065 298.229346,65.9942773 C298.788425,66.3932952 299.496773,66.9646779 300.264829,66.5643028 C300.855119,66.2562176 301.330065,65.4405383 301.792798,64.679147 C302.796726,62.9946845 303.931018,61.391449 305.185269,59.8841467 C306.326496,58.5269431 307.763547,56.8141521 307.763547,54.9262819 C307.763547,53.6857978 307.156973,52.8131159 306.645389,52.1616581 C305.75249,51.0256787 303.795713,47.6462417 301.925782,48.4089901 C300.346248,49.0550191 298.89427,50.4217231 297.397512,51.4124817 C293.462245,54.0237415 289.255581,56.3106296 285.086912,58.4088663 C271.06515,65.4581819 250.795812,73.9597053 236.601712,62.6270552 C226.665843,54.6914857 220.046453,44.2057306 217.724645,31.8606065 C216.168179,23.5911649 215.184363,15.3447958 210.779578,8.01996786 C209.12948,5.27705936 206.917589,3.04445942 204.192756,1.52846298 C201.412286,-0.0173919287 197.244975,-0.672921273 194.260957,0.916364156 C191.669109,2.30206904 191.682679,6.48089896 193.973275,8.1869039 Z" fill="#3AADAA"/>
|
|
<path d="M178.815714,10.8524518 C176.819583,10.8890963 175.503305,12.9316877 176.181799,14.6879092 C176.313531,15.0078925 176.512533,15.2957961 176.765304,15.5320898 C181.171446,19.5331261 184.831244,24.6701418 186.732385,30.2740355 C187.569646,32.7441461 188.245427,35.2956888 188.87914,37.84316 C190.077361,42.6544468 191.313578,47.4928777 192.424951,52.3231654 C193.661168,57.686834 194.821393,63.1183629 196.151242,68.4548875 C196.737461,70.7919921 197.361676,73.1467404 198.014387,75.4634869 C200.059369,82.6458084 202.575225,89.7765562 205.959555,96.3915666 C208.4537,101.2775 211.422791,105.484831 217.177779,106.633025 C222.98569,107.797506 229.390675,106.448445 234.954328,105.050526 C250.33715,101.178424 265.40108,94.0341039 280.142046,87.7909673 C282.762391,86.682132 285.789832,85.0657025 288.501095,85.3330716 C290.763195,85.5570102 292.89231,86.7228481 295.058064,87.8113254 C295.514012,88.0393356 296.007956,88.2727746 296.497828,88.3257056 C296.851614,88.3800255 297.210757,88.2689638 297.472146,88.0244064 C297.92538,87.5968872 298.158782,86.682132 298.343333,85.7741628 C298.639156,84.3110973 298.920053,82.8358169 299.194165,81.3659654 C299.291868,80.8515853 299.3855,80.3426339 299.485917,79.8458974 C299.861803,77.9675276 300.164411,75.8679336 299.574121,73.9936354 C299.218597,72.8932249 298.610775,71.8911831 297.79918,71.0675044 C296.19522,69.3479275 293.785208,66.3756515 291.014238,66.9646779 C288.932617,67.4071263 286.943272,68.5376769 285.016349,69.4619326 C280.673985,71.5343825 276.263773,73.4955417 271.89427,75.4892738 C266.691576,77.8643801 261.399321,80.1756979 256.059571,82.1273567 C247.91764,85.102347 238.079473,88.4831412 229.221052,86.9169282 C221.476718,85.5393665 216.421936,78.5809836 212.538235,72.4545665 C207.404748,64.379205 204.427515,55.2330099 202.326897,45.8330177 C201.353936,41.4831801 200.652373,37.0044082 199.656343,32.6898579 C198.793298,28.9439759 197.643929,25.2157376 195.90427,21.8634447 C194.571243,19.2785283 192.719238,16.9965361 190.464103,15.1602161 C187.383739,12.639889 182.841899,10.7791628 178.815714,10.8524518 Z" fill="#7C6576"/>
|
|
<path d="M162.309305,17.2693105 C160.940104,17.1335901 158.482598,17.2570956 158.496112,19.2888294 C158.509234,19.5321492 158.589563,19.7670678 158.728213,19.9674313 C161.87914,25.2333813 166.240501,29.6035769 168.707506,35.263116 C169.843306,37.8703041 170.839335,40.5833541 171.762087,43.2801177 C173.493605,48.3832033 175.146417,53.6287952 176.616035,58.7780257 C178.262062,64.5488555 179.438571,70.5694107 180.674788,76.5003905 C181.239295,79.2052973 181.801088,81.9156329 182.384593,84.6137537 C184.167676,92.847908 186.174662,101.106492 189.00534,108.997274 C190.971617,114.481734 193.035596,121.218892 198.034742,124.815482 C203.206225,128.538291 210.17029,127.711754 216.016197,126.795642 C235.963928,123.663216 254.632019,114.264581 274.349062,109.617516 C278.258546,108.695975 282.680971,107.367272 286.58367,108.353959 C289.791591,109.168281 292.854314,110.982863 295.933321,112.272206 C296.524968,112.519217 297.170895,112.733655 297.766613,112.764871 C298.185922,112.787943 298.580806,112.686153 298.852204,112.342781 C299.233517,111.87726 299.347504,110.939432 299.350218,109.975818 C299.350218,108.370246 299.260657,106.753816 299.110031,105.146887 C299.058466,104.585005 298.990616,104.027194 298.928195,103.48567 C298.694793,101.449864 298.316193,99.2986968 297.393441,97.4705435 C296.796038,96.3348085 296.006869,95.3108845 295.060778,94.4439794 C292.463502,92.0770163 289.651821,89.475257 285.869894,89.6557651 C283.206126,89.7914855 280.62242,90.741528 278.111991,91.5558502 C273.161697,93.1397068 268.287394,94.8565693 263.456515,96.767512 C257.738166,99.0286132 252.000818,101.411863 246.239045,103.522314 C237.090228,106.871893 226.657701,110.658491 216.712332,110.296118 C206.690972,109.928315 202.629505,101.785094 198.824509,93.8060937 C193.575678,82.8059585 190.481744,70.8530663 187.832902,58.886602 C186.718815,53.8649487 185.526022,48.8270088 184.253167,43.8569292 C183.243567,39.9210387 182.113196,35.9457894 180.461741,32.3206985 C179.251685,29.6552076 177.614405,27.2053159 175.614578,25.0678024 C172.223463,21.43864 167.098118,17.7171877 162.309305,17.2693105 Z" fill="#383E45"/>
|
|
<path d="M144.882859,20.7600382 C143.135058,20.0488635 140.676194,19.0961065 138.840189,19.7828516 C138.703659,19.8271474 138.600542,19.9400791 138.568791,20.0800792 C138.297394,22.1946024 141.364188,24.8723651 142.601761,26.3693607 C144.961564,29.2194883 147.410928,32.0451862 149.386704,35.143682 C151.116864,37.8485888 152.752035,40.6729295 154.231153,43.5176283 C157.088838,49.0482932 159.512917,54.7924979 161.481542,60.6984688 C163.495313,66.7149524 165.02871,72.5292127 165.757413,78.8592104 C166.076305,81.6401206 166.311064,84.4685329 166.522755,87.2738728 C167.159182,95.6980356 167.551352,104.266062 169.144456,112.498859 C170.342677,118.682279 172.047055,125.517156 175.447668,130.977186 C179.065399,136.786018 185.032078,139.843797 191.466918,140.548186 C214.794907,143.113301 238.563918,129.473405 261.921761,127.050796 C269.752942,126.236474 277.413142,128.070056 284.567185,131.180767 C291.523109,134.203259 298.172352,138.81368 305.349465,141.423582 C306.192154,141.73031 306.927642,141.901318 307.418872,141.787313 C307.76219,141.705881 307.961667,141.439869 307.885676,140.81827 C307.801543,140.088094 307.329311,138.876111 306.775659,137.611198 C305.874619,135.553677 304.912514,133.498871 303.934125,131.477994 C303.598949,130.788535 303.267844,130.120791 302.946238,129.484262 C301.847077,127.273378 300.734347,124.951202 299.264728,123.028045 C298.352758,121.808557 297.316812,120.686937 296.173508,119.681181 C292.534065,116.548755 288.586585,113.447544 283.622721,112.982024 C275.300311,112.201631 265.608699,115.017829 257.814157,117.262644 C251.668356,119.027008 245.521198,121.100816 239.383539,122.977828 C229.174914,126.089896 218.350217,129.339041 207.562158,129.500549 C202.664787,129.572481 197.988604,128.496218 194.43058,124.945773 C191.004184,121.526978 189.174964,116.655974 187.353885,112.306136 C181.913718,99.3122688 178.517176,85.5298661 175.071782,71.8356817 C173.607592,65.9969917 171.771586,60.2546633 170.068566,54.4729759 C168.784855,50.1136379 167.452292,45.7108694 165.688207,41.5903992 C164.450422,38.6889835 162.864203,35.9490067 160.96453,33.4308911 C156.8325,27.977647 151.148075,23.3020805 144.882859,20.7600382 Z" fill="#F6F6F6"/>
|
|
<path d="M123.982522,18.7907357 C121.611863,17.5353224 118.911456,16.2324069 116.159483,15.906678 C115.90256,15.8745427 115.64306,15.8661738 115.384643,15.8836056 C112.791437,15.9908247 118.011772,20.6718199 118.485361,21.1169827 C121.480235,23.938609 124.661016,26.6068713 127.467268,29.5900049 C129.924774,32.2053362 132.319859,34.9523163 134.523609,37.769871 C138.730273,43.1321825 142.438923,48.9763012 145.303525,55.1420773 C148.168128,61.3078533 149.132947,67.1764017 148.72585,73.9420617 C148.552156,76.8546206 148.173556,79.8323254 147.728464,82.7394555 C146.368761,91.6060667 144.175868,100.533752 143.162197,109.42615 C142.430781,115.836223 142.42671,122.297869 143.635786,128.718799 C144.992775,135.911979 148.489734,141.487371 154.672174,144.927882 C166.851146,151.694899 182.714342,148.565188 196.167526,145.565768 C208.544618,142.80793 221.985589,137.687201 234.810488,138.582955 C250.453851,139.668718 266.208488,147.383064 280.009061,154.162296 C288.163205,158.167403 296.211504,162.49824 304.26116,166.766645 C310.592868,170.125724 316.996497,173.885178 323.61453,176.378361 C324.788325,176.82081 326.107318,177.360977 327.386958,177.381582 C327.986747,177.390835 328.369418,177.127538 328.22422,176.413649 C327.98539,175.236953 327.229547,174.075187 326.627044,173.032855 C325.234774,170.630604 323.590104,168.300286 321.900653,166.064971 C321.296341,165.266935 320.697457,164.497853 320.104001,163.757725 C318.068518,161.221112 315.897336,158.726571 313.510393,156.548259 C311.678654,154.888521 309.754053,153.334277 307.745906,151.893051 C298.420681,145.184394 288.316545,139.398635 277.637045,135.39217 C271.844061,133.220644 265.710473,131.429135 259.453399,130.951399 C253.827325,130.521166 248.054696,131.45085 242.599602,132.580044 C236.438874,133.851744 230.279503,135.582178 224.154057,137.171464 C213.854514,139.846512 203.274075,142.464558 192.545723,142.407555 C187.44209,142.379054 182.255679,141.377438 178.006948,138.417376 C173.435254,135.225234 170.916683,130.669101 169.060323,125.678663 C163.770782,111.45517 162.702832,96.1133399 161.210145,80.8638001 C160.492298,73.4738264 159.188232,66.5765177 156.732083,59.5937051 C155.001922,54.6969145 153.018005,49.8041954 150.602565,45.2480629 C148.92384,42.0993292 146.985208,39.0962657 144.806867,36.270161 C139.233716,29.0389802 131.942616,23.0021385 123.982522,18.7907357 Z" fill="#3AADAA"/>
|
|
<path d="M133.55879,72.8481556 C132.526121,85.2177093 127.134806,97.4230414 123.157473,109.314859 C119.260202,120.973238 114.410325,136.268923 121.229192,146.909399 C127.095453,156.073238 140.549995,158.380484 151.255277,157.701883 C162.293021,156.997494 173.0363,153.951929 183.823001,151.7044 C188.843859,150.656639 193.916282,149.72424 199.041627,149.387653 C204.840039,149.006279 210.14315,149.919677 215.706803,151.538821 C236.233969,157.524089 255.911659,167.119518 274.928496,176.66066 C289.583972,184.013989 304.054897,191.836911 318.593672,199.482039 C324.157325,202.40817 329.720978,205.334301 335.394547,208.039207 C338.787018,209.65428 342.410178,211.546221 346.136468,212.189536 C347.08636,212.353758 347.846274,212.251967 347.914123,211.657512 C348.252013,208.697451 344.521652,204.667914 342.578444,202.41767 C339.290461,198.6175 335.203212,195.443001 331.101036,192.496512 C306.295286,174.681857 277.803955,160.276498 249.029013,149.636022 C240.002326,146.298658 229.815413,142.250119 220.026098,142.418413 C211.86924,142.554133 203.804657,144.518007 195.893414,146.335302 C178.715296,150.284765 147.911657,157.556662 140.878386,135.936408 C137.134454,124.430036 138.849688,111.106368 140.653126,98.8263899 C142.348004,87.2738728 145.768972,74.4605135 143.521799,62.9609273 C141.733288,53.8025173 135.651266,44.7838993 129.623523,37.7345837 C122.651316,29.5818616 113.624628,23.1175008 103.915376,18.5735831 C101.201399,17.3045978 98.0952519,15.9786098 95.0433847,15.879534 C89.8515467,15.7085263 94.0934928,19.9511448 95.8426509,21.4440688 C99.26769,24.3620565 103.163604,26.7235908 106.625282,29.557432 C115.185165,36.5646742 123.120834,44.5314594 128.657347,54.0644576 C132.185517,60.1420154 134.147723,65.8015544 133.55879,72.8481556 Z" fill="#F6F6F6"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<path d="M171.450678,32.7300875 C195.189045,50.8218673 221.220859,77.4434051 216.326595,97.2375145 C211.526905,117.049734 175.801136,130.070745 142.297883,144.178349 C108.79463,158.285953 77.513894,173.842348 51.5530109,166.634612 C25.4029774,159.408766 4.54915316,129.563668 4.12356491,102.416943 C3.79255183,75.2883282 24.0316374,51.1116255 44.2234355,33.7261314 C64.4152335,16.3406373 84.5361001,5.89123099 105.4845,5.47470352 C126.220105,4.9857365 147.83053,14.6383077 171.450678,32.7300875 Z" fill="url(#theme_beauty_s_text_image_default_image_id)" transform="translate(110.522337, 86.956998) rotate(-3) translate(-110.522337, -86.956998)" class="img_reference_s_text_image_default_image"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(0, 709)">
|
|
<rect fill="#3AADAA" y="25" width="700" height="119"/>
|
|
<path d="M680.05,6.40012669 L680.05,6.40012669 C678.1,4.45012669 674.95,4.45012669 673,6.40012669 L673,6.40012669 L668.4,11.0001267 C665.3,14.1001267 660.25,14.1001267 657.15,11.0001267 L657.15,11.0001267 L657.15,11.0001267 C653.8,7.65012669 648.35,7.65012669 644.95,11.0001267 L644.95,11.0001267 L644.95,11.0001267 C643,12.9501267 639.85,12.9501267 637.9,11.0001267 L631.8,4.90012669 C628.35,1.45012669 622.75,1.45012669 619.25,4.90012669 L619.25,4.90012669 L619.25,4.90012669 C617.85,6.30012669 615.6,6.30012669 614.2,4.90012669 L614.2,4.90012669 C612.25,2.95012669 609.1,2.95012669 607.15,4.90012669 L601.05,11.0001267 C599.1,12.9501267 595.95,12.9501267 594,11.0001267 L586,3.00012669 C582.15,-0.849873315 575.95,-0.899873315 572.1,2.90012669 L572.1,2.90012669 C568.35,6.55012669 562.3,6.55012669 558.6,2.80012669 L558.6,2.80012669 C554.9,-0.899873315 548.85,-0.949873315 545.1,2.75012669 L531.3,16.3001267 C527.65,19.9501267 521.7,19.9501267 518.05,16.3001267 L518.05,16.3001267 C514.4,12.6501267 508.5,12.6501267 504.8,16.3001267 L504.8,16.3001267 L502.4,18.7001267 C498.75,22.3501267 492.8,22.3501267 489.15,18.7001267 L488.7,18.2501267 C486.35,15.9001267 482.6,15.9001267 480.25,18.2501267 L480.25,18.2501267 C476.35,22.1501267 470,22.1501267 466.1,18.2501267 L466.1,18.2501267 L460.3,12.4501267 C456.85,9.00012669 451.2,8.95012669 447.75,12.4501267 L447.75,12.4501267 L447.65,12.5501267 C446.55,13.6501267 444.75,13.6501267 443.6,12.5501267 L443.5,12.4501267 C439.6,8.55012669 433.25,8.55012669 429.35,12.4501267 L429.35,12.4501267 L423.45,18.3501267 C422.5,19.3001267 421,19.3001267 420.05,18.3501267 L420.05,18.3501267 L419.9,18.2001267 C418.6,16.9001267 416.5,16.8501267 415.2,18.1501267 C415.2,18.1501267 415.2,18.1501267 415.15,18.1501267 L415.05,18.2501267 C411.15,22.1501267 404.8,22.1501267 400.9,18.2501267 L400.9,18.2501267 L396.2,13.5501267 C392.3,9.65012669 385.95,9.65012669 382.05,13.5501267 L382.05,13.5501267 L373.15,22.4501267 C371.6,24.0501267 369,24.0501267 367.45,22.4501267 L367.45,22.4501267 L367.4,22.4001267 C366.15,21.1501267 364.4,20.6501267 362.7,21.0501267 C360.35,21.6001267 356.95,22.0001267 355.25,20.3001267 L343.25,8.30012669 C337.4,2.45012669 327.9,2.45012669 322.05,8.30012669 L317.45,13.0001267 C310.65,19.8001267 299.6,19.8501267 292.75,13.0001267 L292.75,13.0001267 L292.5,12.7501267 C288.6,8.80012669 282.25,8.75012669 278.3,12.6501267 C278.3,12.6501267 278.3,12.6501267 278.25,12.7001267 L269.2,21.7501267 C267.25,23.7001267 264.1,23.7001267 262.15,21.7501267 L261.9,21.5001267 C259.95,19.5501267 256.8,19.5501267 254.85,21.5001267 L254.6,21.7501267 C252.65,23.7001267 249.5,23.7001267 247.55,21.7501267 L247.55,21.7501267 L244.2,18.4001267 C240.3,14.5001267 233.95,14.5001267 230.05,18.4001267 L230.05,18.4001267 L230.05,18.4001267 C227.9,20.5501267 224.9,21.6001267 221.9,21.2501267 C220.2,21.0501267 218.5,21.1501267 217.7,21.9501267 L217.55,22.1001267 C213.65,26.0001267 207.3,26.0001267 203.4,22.1001267 L194,12.7501267 C191.75,10.5001267 188.1,10.5001267 185.9,12.7501267 L185.9,12.7501267 L185.75,12.9001267 C181.85,16.8001267 175.5,16.8001267 171.6,12.9001267 L171.6,12.9001267 L171.15,12.4501267 C169.5,10.8001267 166.85,10.8001267 165.2,12.4501267 L165.2,12.4501267 C164,13.6501267 162.35,14.1501267 160.7,13.8001267 C158.95,13.4501267 156.65,13.3001267 155.5,14.5001267 L155.35,14.6501267 C149.5,20.5001267 140,20.5001267 134.15,14.6501267 L128.25,9.00012669 C127.05,7.80012669 125.05,7.75012669 123.8,9.00012669 L123.8,9.00012669 L123.5,9.30012669 C120.55,12.2501267 115.8,12.2501267 112.9,9.30012669 L112.9,9.30012669 L112.7,9.10012669 C108.8,5.20012669 102.45,5.20012669 98.55,9.10012669 L94.95,12.7001267 C93.9,13.7501267 92.2,13.7501267 91.15,12.7001267 L91.15,12.7001267 L91.15,12.7001267 C89.2,10.7501267 86.05,10.7501267 84.1,12.7001267 L80.3,16.5001267 C78.35,18.4501267 75.2,18.4501267 73.25,16.5001267 L65.9,9.10012669 C63.95,7.15012669 60.8,7.15012669 58.85,9.10012669 L55,12.9501267 C51.1,16.8501267 44.75,16.8501267 40.85,12.9501267 L40.85,12.9501267 L35.2,7.30012669 C30.4,2.50012669 22.6,2.50012669 17.75,7.30012669 L17.75,7.30012669 C15.8,9.25012669 12.65,9.25012669 10.7,7.30012669 L10.7,7.30012669 L8.5,5.10012669 C6.55,3.15012669 3.4,3.15012669 1.45,5.10012669 C0.5,6.05012669 0,7.30012669 0,8.65012669 L0,25.6501267 L700,25.6501267 L700,7.60012669 C700,4.85012669 697.75,2.60012669 695,2.60012669 C693.75,2.60012669 692.55,3.10012669 691.6,3.95012669 L688.9,6.45012669 C686.45,8.85012669 682.45,8.85012669 680.05,6.40012669 L680.05,6.40012669 Z" fill="#3AADAA" fill-rule="nonzero"/>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="30" font-weight="normal" letter-spacing="0.130097565" fill="#FFFFFF">
|
|
<tspan x="235.833008" y="96.4166349">A Very Long Title</tspan>
|
|
</text>
|
|
</g>
|
|
<g transform="translate(1, 853)" class="s_product_list">
|
|
<rect fill="#FFFFFF" y="3" width="700" height="188"/>
|
|
<path d="M706,0 L6,0 L6,1.14972719 C18.4,-0.0499881386 32.1,7.14830382 58.25,17.8457655 C86.95,29.592978 116.8,18.745552 153.9,10.1475921 C172.9,5.74863594 201.85,-4.1490155 224.5,6.29850546 C251.65,18.7955401 282.85,18.9954927 302.65,14.9964416 C347.75,5.89860035 370.1,8.04809031 394.5,16.9959671 C443.45,34.9417089 447.15,9.44775819 506.75,27.9933576 C535.45,36.9412344 582.25,23.4944251 593.65,19.0454808 C634.85,2.89931204 652.6,20.5951131 706,20.2951843 L706,0 Z" fill="#3AADAA" fill-rule="nonzero"/>
|
|
<g transform="translate(76, 83)">
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_1_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_1"/>
|
|
<g transform="translate(4, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(171.995484, 83)">
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_2_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_2"/>
|
|
<g transform="translate(4.000230, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(267.990968, 83)">
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_3_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_3"/>
|
|
<g transform="translate(4.000460, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(364.373548, 83)">
|
|
<g transform="translate(3.613594, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_4_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_4"/>
|
|
</g>
|
|
<g transform="translate(460.369032, 83)">
|
|
<g transform="translate(3.613824, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_5_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_5"/>
|
|
</g>
|
|
<g transform="translate(557.364516, 83)">
|
|
<g transform="translate(4.614054, 79)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="55.085714" height="18.16129" rx="9.080645"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" class="svgc_text" fill="#3AADAA" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
<rect fill="url(#theme_beauty_s_product_list_default_image_6_id)" width="64" height="64" rx="32" class="img_reference_s_product_list_default_image_6"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(-0.500000, 1077)" class="s_company_team">
|
|
<rect fill="#3AADAA" y="30" width="700" height="327"/>
|
|
<path d="M700.450004,30 L0.5,30 L0.5,17.5810429 C134.890401,26.7373926 268.980823,35.7358742 341.275659,18.9492331 C347.375223,17.5284202 353.57478,16.3180981 359.824334,15.1603988 C529.862188,-15.7817485 571.209235,8.79305213 700.5,17.5810429 L700.5,30 L700.450004,30 Z" fill="#3AADAA" fill-rule="nonzero"/>
|
|
|
|
<circle stroke="#FFFFFD" stroke-width="2" fill="url(#theme_beauty_s_company_team_image_1)" cx="104.5" cy="148.5" r="33.5"></circle>
|
|
<circle stroke="#FFFFFD" stroke-width="2" fill="url(#theme_beauty_s_company_team_image_2)" cx="104.5" cy="256.5" r="33.5"></circle>
|
|
<circle stroke="#FFFFFD" stroke-width="2" fill="url(#theme_beauty_s_company_team_image_3)" cx="417.5" cy="256.5" r="33.5"></circle>
|
|
<circle stroke="#FFFFFD" stroke-width="2" fill="url(#theme_beauty_s_company_team_image_4)" cx="417.5" cy="148.5" r="33.5"></circle>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="13" font-weight="normal" letter-spacing="0.0563756115" fill="#FFFFFF">
|
|
<tspan x="465" y="241">Team Member</tspan>
|
|
</text>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="13" font-weight="normal" letter-spacing="0.0563756115" fill="#FFFFFF">
|
|
<tspan x="465" y="132">Team Member</tspan>
|
|
</text>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="13" font-weight="normal" letter-spacing="0.0563756115" fill="#FFFFFF">
|
|
<tspan x="154" y="244">Team Member</tspan>
|
|
</text>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="13" font-weight="normal" letter-spacing="0.0563756115" fill="#FFFFFF">
|
|
<tspan x="154" y="132">Team Member</tspan>
|
|
</text>
|
|
<g transform="translate(154, 148)" fill="#EAEAEA" opacity="0.549165998">
|
|
<rect width="131" height="2"/>
|
|
<rect y="5" width="116" height="2"/>
|
|
<rect y="10" width="79" height="2"/>
|
|
<rect y="15" width="91" height="2"/>
|
|
</g>
|
|
<g transform="translate(154, 255)" fill="#EAEAEA" opacity="0.549165998">
|
|
<rect width="131" height="2"/>
|
|
<rect y="5" width="116" height="2"/>
|
|
<rect y="10" width="79" height="2"/>
|
|
<rect y="15" width="91" height="2"/>
|
|
</g>
|
|
<g transform="translate(465, 148)" fill="#EAEAEA" opacity="0.549165998">
|
|
<rect width="131" height="2"/>
|
|
<rect y="5" width="116" height="2"/>
|
|
<rect y="10" width="79" height="2"/>
|
|
<rect y="15" width="91" height="2"/>
|
|
</g>
|
|
<g transform="translate(465, 255)" fill="#EAEAEA" opacity="0.549165998">
|
|
<rect width="131" height="2"/>
|
|
<rect y="5" width="116" height="2"/>
|
|
<rect y="10" width="79" height="2"/>
|
|
<rect y="15" width="91" height="2"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(-79, 1434)" class="s_call_to_action">
|
|
<rect fill="#7C6576" x="79" y="9" width="700" height="270"/>
|
|
<g fill-rule="nonzero">
|
|
<path d="M0,0 L370.591286,0 L370.591286,0.858895706 L370.591286,0.613496933 L856.938786,0.613496933 L857,118.773006 C857,125.153374 851.858,130.245399 845.491714,130.306748 L845.246857,130.306748 C838.941786,130.306748 833.799786,125.153374 833.799786,118.773006 L833.799786,114.171779 C833.799786,107.791411 828.657786,102.638037 822.352714,102.638037 L822.107857,102.638037 C815.802786,102.638037 810.660786,107.791411 810.660786,114.171779 L810.660786,138.711656 C810.660786,145.092025 805.518786,150.184049 799.1525,150.245399 L798.907643,150.245399 C792.602571,150.245399 787.460571,145.092025 787.460571,138.711656 L787.460571,136.993865 C787.460571,130.613497 782.318571,125.460123 776.0135,125.460123 L775.768643,125.460123 C770.320571,125.460123 765.668286,129.325153 764.505214,134.601227 L764.505214,168.957055 C764.505214,175.337423 759.363214,180.429448 753.058143,180.490798 L752.813286,180.490798 C746.447,180.490798 741.366214,175.337423 741.366214,168.957055 L741.121357,126.932515 C739.958286,121.595092 735.306,117.791411 729.919143,117.791411 L729.674286,117.791411 C723.369214,117.791411 718.227214,122.944785 718.227214,129.325153 L718.227214,156.380368 C718.227214,162.760736 713.085214,167.91411 706.780143,167.91411 L706.535286,167.91411 C700.169,167.91411 695.088214,162.760736 695.027,156.380368 L695.027,146.809816 C695.027,140.429448 689.885,135.337423 683.579929,135.276074 L683.335071,135.276074 C677.03,135.276074 671.888,140.429448 671.888,146.809816 L671.888,146.809816 L671.888,176.748466 C671.888,183.128834 666.746,188.282209 660.440929,188.282209 L660.196071,188.282209 C653.891,188.282209 648.749,183.128834 648.749,176.748466 L648.749,172.147239 C648.749,165.766871 643.607,160.613497 637.301929,160.613497 L637.057071,160.613497 C630.752,160.613497 625.61,165.766871 625.61,172.147239 L625.61,196.687117 C625.61,203.006135 620.468,208.159509 614.162929,208.220859 L613.918071,208.220859 C607.613,208.220859 602.471,203.067485 602.471,196.687117 L602.471,194.969325 C602.471,188.588957 597.329,183.496933 591.023929,183.435583 L590.779071,183.435583 C585.331,183.435583 580.678714,187.300613 579.515643,192.576687 L579.515643,226.932515 C579.515643,233.312883 574.373643,238.404908 568.068571,238.466258 L567.456429,238.466258 C561.151357,238.466258 556.009357,233.312883 556.009357,226.932515 L555.7645,184.907975 C554.601429,179.570552 549.949143,175.766871 544.562286,175.766871 L544.317429,175.766871 C537.951143,175.766871 532.870357,180.920245 532.809143,187.300613 L532.809143,214.355828 C532.809143,220.736196 527.667143,225.828221 521.362071,225.889571 L521.056,225.889571 C514.750929,225.828221 509.608929,220.736196 509.608929,214.355828 L509.608929,204.785276 C509.608929,198.404908 504.466929,193.251534 498.161857,193.251534 L497.917,193.251534 C492.285286,193.251534 487.510571,197.361963 486.592357,202.883436 L486.408714,238.466258 C486.408714,244.846626 481.266714,249.93865 474.961643,250 L474.716786,250 C468.411714,250 463.269714,244.846626 463.269714,238.466258 L463.269714,204.110429 C462.167857,198.773006 457.454357,194.969325 452.0675,194.969325 L451.822643,194.969325 C445.517571,194.969325 440.375571,200.122699 440.375571,206.503067 L440.375571,208.282209 C440.375571,214.662577 435.233571,219.815951 428.9285,219.815951 L428.5,219.815951 C422.194929,219.815951 417.052929,214.662577 417.052929,208.282209 L417.052929,183.742331 C417.052929,177.361963 411.910929,172.208589 405.605857,172.208589 L405.361,172.208589 C398.994714,172.208589 393.913929,177.361963 393.852714,183.742331 L393.852714,188.343558 C393.852714,194.723926 388.710714,199.877301 382.344429,199.877301 L382.099571,199.877301 C375.855714,199.877301 370.713714,194.785276 370.6525,188.527607 L370.6525,186.748466 C370.6525,180.368098 365.5105,175.214724 359.205429,175.214724 L358.960571,175.214724 C353.022786,175.214724 348.064429,179.754601 347.5135,185.705521 C347.452286,186.07362 347.452286,196.441718 347.452286,196.441718 C347.452286,202.822086 342.310286,207.97546 336.005214,207.97546 L335.760357,207.97546 C329.455286,207.97546 324.313286,202.822086 324.313286,196.441718 L324.313286,169.386503 C324.313286,163.006135 319.171286,157.852761 312.805,157.852761 L312.560143,157.852761 C307.112071,157.852761 302.459786,161.656442 301.357929,166.993865 L301.113071,209.018405 C301.113071,215.337423 295.971071,220.490798 289.666,220.552147 L289.421143,220.552147 C283.116071,220.552147 277.974071,215.398773 277.974071,209.018405 L277.974071,174.662577 C276.872214,169.325153 272.158714,165.521472 266.710643,165.521472 L266.465786,165.521472 C260.0995,165.521472 255.018714,170.674847 254.9575,177.055215 L254.9575,178.773006 C254.9575,185.153374 249.8155,190.245399 243.510429,190.306748 L243.265571,190.306748 C236.9605,190.306748 231.8185,185.153374 231.8185,178.773006 L231.8185,154.233129 C231.8185,147.852761 226.6765,142.760736 220.371429,142.699387 L220.187786,142.699387 C213.8215,142.699387 208.6795,147.852761 208.6795,154.233129 L208.6795,158.834356 C208.6795,165.214724 203.5375,170.368098 197.171214,170.368098 L196.926357,170.368098 C190.621286,170.368098 185.479286,165.214724 185.479286,158.834356 L185.479286,128.834356 L185.479286,128.834356 C185.479286,122.453988 180.337286,117.361963 174.032214,117.300613 L173.787357,117.300613 C167.482286,117.300613 162.340286,122.453988 162.340286,128.834356 L162.340286,138.404908 C162.340286,144.723926 157.198286,149.877301 150.893214,149.93865 L150.648357,149.93865 C144.343286,149.93865 139.201286,144.785276 139.201286,138.404908 L139.201286,111.411043 C139.201286,105.030675 134.059286,99.9386503 127.754214,99.8773006 L127.509357,99.8773006 C122.1225,99.9386503 117.470214,103.742331 116.307143,109.018405 L116.062286,151.042945 C116.062286,157.423313 110.920286,162.515337 104.615214,162.576687 L104.370357,162.576687 C98.0652857,162.576687 92.9232857,157.423313 92.9232857,151.042945 L92.9232857,116.687117 C91.8214286,111.349693 87.1079286,107.546012 81.6598571,107.546012 L81.415,107.546012 C75.1099286,107.546012 69.9679286,112.699387 69.9679286,119.079755 L69.9679286,120.797546 C69.9679286,127.177914 64.8259286,132.331288 58.4596429,132.331288 L58.2147857,132.331288 C51.9097143,132.331288 46.7677143,127.177914 46.7677143,120.797546 L46.7677143,96.2576687 C46.7677143,89.8773006 41.6257143,84.7852761 35.3206429,84.7239264 L35.0757857,84.7239264 C28.7095,84.7239264 23.5675,89.8773006 23.5675,96.2576687 L23.5675,100.858896 C23.5675,107.239264 18.4255,112.331288 12.0592143,112.392638 L11.8143571,112.392638 C5.142,112.331288 0,107.177914 0,100.797546 L0,0 Z" fill="#000000" opacity="0.25"/>
|
|
<path d="M0,79.557554 C0,86.6510791 5.75044614,92.3992806 12.8467414,92.4604317 L13.1526162,92.4604317 C20.2489114,92.3992806 25.9993576,86.6510791 25.9993576,79.557554 L26.3052324,32.5935252 C27.5899065,26.6618705 32.850953,22.381295 38.9072739,22.381295 L39.1519737,22.381295 C46.248269,22.442446 51.9987151,28.1906475 51.9987151,35.2841727 L51.9987151,65.4316547 C51.9987151,72.5251799 57.7491613,78.2733813 64.8454565,78.2733813 L65.1513313,78.2733813 C72.2476265,78.2122302 77.9368977,72.5251799 77.9980727,65.4316547 L77.9980727,54.7913669 C77.9980727,47.6978417 83.7485188,41.9496403 90.844814,41.8884892 L91.1506888,41.8884892 C98.2469841,41.9496403 103.99743,47.6978417 103.99743,54.7913669 L103.99743,88.1798561 C103.99743,95.2733813 109.747876,101.021583 116.844172,101.082734 L117.150046,101.082734 C124.246342,101.082734 129.996788,95.2733813 129.996788,88.1798561 L129.996788,83.0431655 C129.996788,75.9496403 135.747234,70.2014388 142.843529,70.1402878 L143.149404,70.1402878 C150.245699,70.2014388 155.996145,75.9496403 155.996145,83.0431655 L155.996145,110.438849 C155.996145,117.532374 161.746591,123.280576 168.842887,123.341727 L169.148762,123.341727 C176.245057,123.280576 181.995503,117.532374 181.995503,110.438849 L181.995503,108.543165 C181.995503,101.44964 187.745949,95.7014388 194.842244,95.6402878 L195.148119,95.6402878 C201.20444,95.6402878 206.465486,99.9208633 207.750161,105.913669 L207.750161,144.255396 C207.750161,151.348921 213.500607,157.097122 220.596902,157.158273 L220.902777,157.158273 C227.999072,157.097122 233.749518,151.348921 233.749518,144.255396 L234.055393,97.2913669 C235.340067,91.2985612 240.662289,87.0179856 246.779784,87.0791367 L247.085659,87.0791367 C254.181954,87.1402878 259.932401,92.8884892 259.932401,99.9820144 L259.932401,130.190647 C259.932401,137.284173 265.682847,143.032374 272.779142,143.093525 L273.085017,143.093525 C280.181312,143.032374 285.931758,137.284173 285.931758,130.190647 L285.931758,119.489209 C285.931758,112.395683 291.682204,106.647482 298.7785,106.586331 L299.084374,106.586331 C305.385395,106.586331 310.707617,111.172662 311.747591,117.348921 L311.992291,157.097122 C311.992291,164.190647 317.742737,169.938849 324.839032,170 L325.144907,170 C332.241202,169.938849 337.991648,164.190647 337.991648,157.097122 L337.991648,141.07554 C339.276322,135.143885 344.476194,130.863309 350.59369,130.802158 L350.899565,130.802158 C357.99586,130.863309 363.746306,136.611511 363.746306,143.705036 L363.746306,145.600719 C363.746306,152.694245 369.496752,158.442446 376.593047,158.503597 L376.898922,158.503597 C383.995217,158.442446 389.745664,152.694245 389.745664,145.600719 L389.745664,118.205036 C389.745664,111.111511 395.49611,105.363309 402.592405,105.302158 L402.837105,105.302158 C409.9334,105.363309 415.683846,111.111511 415.683846,118.205036 L415.683846,123.341727 C415.683846,130.435252 421.434292,136.183453 428.530587,136.244604 L428.836462,136.244604 C435.871583,136.244604 441.560854,130.557554 441.683204,123.586331 L441.683204,121.568345 C441.683204,114.47482 447.43365,108.726619 454.529945,108.665468 L454.83582,108.665468 C461.50389,108.665468 467.009637,113.741007 467.621386,120.345324 C467.682561,120.773381 467.682561,132.330935 467.682561,132.330935 C467.682561,139.42446 473.433007,145.172662 480.529303,145.233813 L480.835177,145.233813 C487.931473,145.172662 493.681919,139.42446 493.681919,132.330935 L493.681919,102.122302 C493.681919,95.028777 499.432365,89.2805755 506.52866,89.2194245 L506.834535,89.2194245 C512.890856,89.2194245 518.151902,93.5 519.436576,99.4316547 L519.742451,146.395683 C519.742451,153.489209 525.492897,159.23741 532.589193,159.298561 L532.895067,159.298561 C539.991363,159.23741 545.741809,153.489209 545.741809,146.395683 L545.741809,108.053957 C547.026483,102.122302 552.226354,97.8417266 558.34385,97.7805755 L558.649725,97.7805755 C565.74602,97.8417266 571.496467,103.589928 571.496467,110.683453 L571.496467,112.579137 C571.496467,119.672662 577.246913,125.420863 584.343208,125.482014 L584.649083,125.482014 C591.745378,125.420863 597.495824,119.672662 597.495824,112.579137 L597.495824,85.1834532 C597.495824,78.0899281 603.24627,72.3417266 610.342565,72.2805755 L610.587265,72.2805755 C617.683561,72.3417266 623.434007,78.0899281 623.434007,85.1834532 L623.434007,90.3201439 C623.434007,97.4136691 629.184453,103.161871 636.280748,103.223022 L636.525448,103.223022 C643.621743,103.161871 649.372189,97.4136691 649.372189,90.3201439 L649.372189,56.9928058 L649.372189,56.9928058 C649.433364,49.8992806 655.122635,44.2122302 662.218931,44.1510791 L662.463631,44.1510791 C669.559926,44.2122302 675.249197,49.8992806 675.310372,56.9928058 L675.310372,67.6942446 C675.371547,74.7877698 681.060818,80.4748201 688.157113,80.5359712 L688.462988,80.5359712 C695.559283,80.4748201 701.248555,74.7877698 701.309729,67.6942446 L701.309729,37.4856115 C701.309729,30.3920863 707.060176,24.6438849 714.156471,24.5827338 L714.462346,24.5827338 C720.518667,24.5827338 725.779713,28.8633094 727.064387,34.794964 L727.370262,81.7589928 C727.370262,88.852518 733.120708,94.6007194 740.217003,94.6618705 L740.461703,94.6618705 C747.557998,94.6007194 753.308445,88.852518 753.308445,81.7589928 L753.308445,43.4172662 C754.593119,37.4856115 759.79299,33.205036 765.910486,33.205036 L766.216361,33.205036 C773.312656,33.2661871 779.063102,39.0143885 779.063102,46.1079137 L779.063102,48.0035971 C779.124277,55.0971223 784.813548,60.7841727 791.909844,60.8453237 L792.215718,60.8453237 C799.312014,60.7841727 805.001285,55.0971223 805.06246,48.0035971 L805.06246,20.6079137 C805.06246,13.5143885 810.812906,7.76618705 817.909201,7.70503597 L818.153901,7.70503597 C825.250196,7.76618705 831.000642,13.5143885 831.000642,20.6079137 L831.000642,25.7446043 C831.000642,32.8381295 836.751089,38.5863309 843.847384,38.647482 L844.153259,38.647482 C851.249554,38.5863309 857,32.8381295 857,25.7446043 L857,0 L0.061174959,0 L0,79.557554 Z" fill="#3AADAA"/>
|
|
</g>
|
|
<g transform="translate(382, 156.339950)" class="svgc_btn_group">
|
|
<rect fill="#3AADAA" width="94" height="28" rx="14"/>
|
|
<text font-family="Arial-BoldMT, Arial" font-size="10" font-weight="bold" letter-spacing="0.043365855" fill="#3AADAA" class="svgc_text" filter="url(#filter_readability_beauty)">
|
|
<tspan x="25.7034897" y="18">Discover</tspan>
|
|
</text>
|
|
</g>
|
|
<text font-family="DMSerifDisplay-Regular, DM Serif Display" font-size="38" font-weight="normal" letter-spacing="0.164790249" fill="#FFFFFF">
|
|
<tspan x="346.366307" y="88.0507812">A big title</tspan>
|
|
</text>
|
|
<g transform="translate(367, 115)" fill="#FFFFFD" opacity="0.549165998">
|
|
<rect x="8" y="5" width="116" height="2"/>
|
|
<rect x="26" y="10" width="79" height="2"/>
|
|
<rect x="20" y="15" width="91" height="2"/>
|
|
</g>
|
|
</g>
|
|
<g transform="translate(0, 1713)" class="svgc_footer">
|
|
<rect fill="#FOOTER_COLOR" width="700" height="137" class="svgc_footer_bg"/>
|
|
<path d="M75.5168655,77.8130811 L75.5168655,76.2975368 L71.8221226,76.2975368 L71.8221226,69.1188662 L70,69.1188662 L70,77.8130811 L75.5168655,77.8130811 Z M80.1375015,77.9319473 C80.8977713,77.9319473 81.582996,77.7571857 82.1931756,77.4076624 C82.8033552,77.0581391 83.2858881,76.5508351 83.6407742,75.8857503 C83.9956603,75.2206655 84.1731033,74.4140733 84.1731033,73.4659737 C84.1731033,72.5178741 83.9956603,71.7112819 83.6407742,71.0461971 C83.2858881,70.3811123 82.8033552,69.8738082 82.1931756,69.5242849 C81.582996,69.1747616 80.8977713,69 80.1375015,69 C79.3716209,69 78.6842921,69.1747616 78.0755152,69.5242849 C77.4667382,69.8738082 76.9856081,70.3811123 76.6321247,71.0461971 C76.2786414,71.7112819 76.1018997,72.5178741 76.1018997,73.4659737 C76.1018997,74.4112431 76.2786414,75.2164202 76.6321247,75.881505 C76.9856081,76.5465898 77.4667382,77.0546014 78.0755152,77.4055398 C78.6842921,77.7564781 79.3716209,77.9319473 80.1375015,77.9319473 Z M80.1375015,76.3060272 C79.69705,76.3060272 79.312707,76.1970665 78.9844724,75.9791451 C78.6562378,75.7612237 78.4016456,75.441417 78.2206958,75.0197249 C78.039746,74.5980329 77.9492711,74.0801158 77.9492711,73.4659737 C77.9492711,72.8518315 78.039746,72.3339144 78.2206958,71.9122224 C78.4016456,71.4905303 78.6562378,71.1707236 78.9844724,70.9528022 C79.312707,70.7348808 79.69705,70.6259201 80.1375015,70.6259201 C80.577953,70.6259201 80.962296,70.7348808 81.2905306,70.9528022 C81.6187651,71.1707236 81.8733573,71.4905303 82.0543072,71.9122224 C82.235257,72.3339144 82.3257319,72.8518315 82.3257319,73.4659737 C82.3257319,74.0801158 82.235257,74.5980329 82.0543072,75.0197249 C81.8733573,75.441417 81.6187651,75.7612237 81.2905306,75.9791451 C80.962296,76.1970665 80.577953,76.3060272 80.1375015,76.3060272 Z M89.2995498,77.9319473 C90.0233491,77.9319473 90.6657911,77.7840721 91.2268758,77.4883216 C91.7879605,77.1925711 92.228412,76.7708791 92.5482303,76.2232454 C92.8680486,75.6756118 93.0279577,75.0197249 93.0279577,74.255585 L93.0279577,74.255585 L93.0279577,73.1603177 L89.4215857,73.1603177 L89.4215857,74.5442601 L91.2704298,74.5445091 L91.2666777,74.6703196 C91.2493776,74.9064797 91.1974773,75.1206276 91.1109767,75.3127632 L91.0396138,75.4527376 C90.8839128,75.7244318 90.6594789,75.9345703 90.3663121,76.0831531 C90.0731454,76.2317359 89.7203633,76.3060272 89.3079661,76.3060272 C88.8534875,76.3060272 88.4593254,76.1949439 88.12548,75.9727773 C87.7916346,75.7506107 87.5335357,75.4272663 87.3511831,75.0027441 C87.1688306,74.5782218 87.0776543,74.0631349 87.0776543,73.4574832 C87.0776543,72.8518315 87.1702333,72.3388672 87.3553913,71.9185902 C87.5405492,71.4983132 87.7993495,71.1777989 88.1317922,70.9570474 C88.4642349,70.7362958 88.850682,70.6259201 89.2911335,70.6259201 C89.5267891,70.6259201 89.7421054,70.6556366 89.9370823,70.7150697 C90.1320592,70.7745028 90.3059955,70.8601148 90.4588911,70.9719057 C90.6117867,71.0836965 90.7415375,71.2195436 90.8481436,71.379447 C90.9547497,71.5393504 91.0375097,71.7226024 91.0964236,71.9292033 L91.0964236,71.9292033 L92.9480032,71.9292033 C92.8890893,71.4990207 92.7558317,71.1049226 92.5482303,70.7469089 C92.340629,70.3888952 92.0734124,70.0797015 91.7465805,69.8193279 C91.4197487,69.5589542 91.045926,69.3573062 90.6251124,69.2143837 C90.2042989,69.0714612 89.7498203,69 89.2616766,69 C88.6921756,69 88.1633533,69.1004703 87.6752095,69.3014108 C87.1870658,69.5023513 86.7592387,69.7952716 86.3917283,70.1801717 C86.0242178,70.5650719 85.7387659,71.0341689 85.5353727,71.5874629 C85.3319795,72.1407568 85.2302829,72.7697572 85.2302829,73.4744641 C85.2302829,74.3914321 85.4007124,75.183166 85.7415713,75.8496659 C86.0824303,76.5161657 86.558651,77.0298376 87.1702333,77.3906815 C87.7818156,77.7515254 88.4915878,77.9319473 89.2995498,77.9319473 Z M98.1451476,77.9319473 C98.9054174,77.9319473 99.5906421,77.7571857 100.200822,77.4076624 C100.811001,77.0581391 101.293534,76.5508351 101.64842,75.8857503 C102.003306,75.2206655 102.180749,74.4140733 102.180749,73.4659737 C102.180749,72.5178741 102.003306,71.7112819 101.64842,71.0461971 C101.293534,70.3811123 100.811001,69.8738082 100.200822,69.5242849 C99.5906421,69.1747616 98.9054174,69 98.1451476,69 C97.3792669,69 96.6919382,69.1747616 96.0831612,69.5242849 C95.4743843,69.8738082 94.9932542,70.3811123 94.6397708,71.0461971 C94.2862874,71.7112819 94.1095457,72.5178741 94.1095457,73.4659737 C94.1095457,74.4112431 94.2862874,75.2164202 94.6397708,75.881505 C94.9932542,76.5465898 95.4743843,77.0546014 96.0831612,77.4055398 C96.6919382,77.7564781 97.3792669,77.9319473 98.1451476,77.9319473 Z M98.1451476,76.3060272 C97.7046961,76.3060272 97.320353,76.1970665 96.9921185,75.9791451 C96.6638839,75.7612237 96.4092917,75.441417 96.2283419,75.0197249 C96.0473921,74.5980329 95.9569172,74.0801158 95.9569172,73.4659737 C95.9569172,72.8518315 96.0473921,72.3339144 96.2283419,71.9122224 C96.4092917,71.4905303 96.6638839,71.1707236 96.9921185,70.9528022 C97.320353,70.7348808 97.7046961,70.6259201 98.1451476,70.6259201 C98.5855991,70.6259201 98.9699421,70.7348808 99.2981767,70.9528022 C99.6264112,71.1707236 99.8810034,71.4905303 100.061953,71.9122224 C100.242903,72.3339144 100.333378,72.8518315 100.333378,73.4659737 C100.333378,74.0801158 100.242903,74.5980329 100.061953,75.0197249 C99.8810034,75.441417 99.6264112,75.7612237 99.2981767,75.9791451 C98.9699421,76.1970665 98.5855991,76.3060272 98.1451476,76.3060272 Z" fill="#FOOTER_COLOR" fill-rule="nonzero" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<rect fill="#FOOTER_COLOR" opacity="0.6" x="256" y="104" width="37" height="7" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<rect fill="#FOOTER_COLOR" opacity="0.6" x="306" y="104" width="37" height="7" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<rect fill="#FOOTER_COLOR" opacity="0.6" x="356" y="104" width="37" height="7" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<rect fill="#FOOTER_COLOR" opacity="0.6" x="406" y="104" width="37" height="7" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<circle fill="#FOOTER_COLOR" cx="566.5" cy="107.5" r="7.5" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<circle fill="#FOOTER_COLOR" cx="594.5" cy="107.5" r="7.5" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<circle fill="#FOOTER_COLOR" cx="622.5" cy="107.5" r="7.5" class="svgc_text" filter="url(#filter_readability_beauty)"/>
|
|
<g transform="translate(70, 29)" fill="#2D442A" opacity="0.549165998">
|
|
<rect width="131" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="5" width="116" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="10" width="79" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="15" width="91" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
<g transform="translate(263, 29)" fill="#2D442A" opacity="0.549165998">
|
|
<rect width="232" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="5" width="205.435115" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="10" width="139.908397" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
<rect y="15" width="161.160305" height="2" class="svgc_text" fill="#FOOTER_COLOR" filter="url(#filter_readability_beauty)"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|