
<!DOCTYPE html>











    



<html lang="en-US"
    data-adsk-locale="en-US"
    data-iso-country="US"
    data-gss-code="en"
    data-run-mode="[prod, crx3, nosamplecontent, publish, crx3tar, dc]">
    <!-- AdskLocale: en_US -->
    <!-- GSS Code: en -->
    <!-- Adsk Country: US -->
    <!-- ISO 639-1 Language: en -->
    









<head data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html">
    
    <title>Autodesk | 3D Design, Engineering &amp; Entertainment Software</title>
    
      <link rel="canonical" href="https://www.autodesk.com/"/>
    
    
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="keywords" content="Autodesk" />
    <meta name="personalization-tags" content="" />
    <meta name="description" content="Autodesk builds software that helps people imagine, design, and make a better world. " />

    <meta charset="utf-8"> 
    <meta name="robots" content="" />
    

    
    <meta property="og:type" content="article" />
    <meta property="og:title" content="Autodesk | 3D Design, Engineering &amp; Entertainment Software" />
    <meta property="og:description" content="Autodesk builds software that helps people imagine, design, and make a better world. " />
    <meta name="twitter:card" content="summary" />
    <meta name="twitter:title" content="Autodesk | 3D Design, Engineering &amp; Entertainment Software" />
    <meta name="twitter:description" content="Autodesk builds software that helps people imagine, design, and make a better world. " />
    <meta name="twitter:site" content="@autodesk" />
    <meta name="twitter:creator" content="@autodesk" />
    
    

    
    






<link rel="stylesheet" href="https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/structure/clientlibs.min.css" type="text/css">



<link rel="stylesheet" href="https://static-dc.autodesk.net/etc/designs/v201809101540/external-libraries/clientlibs.min.css" type="text/css">




    
        
            <link rel="stylesheet" href="https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/skins/troposphere/clientlibs.min.css" type="text/css">


            
            

        
    













    <link rel="stylesheet" type="text/css" href="https://damassets.autodesk.net/content/dam/autodesk/css/awp/flipping-card.css"/>





    
    

<script type="text/javascript">
    (function() {
        'use strict';

        var userCountry;
        var xhr;

        function createCookie(name, value, days) {
            var date, expires;

            if (days) {
                date = new Date();
                date.setTime(date.getTime()+(days*24*60*60*1000));
                expires = '; expires=' + date.toUTCString();
            } else {
                expires = '';
            }
            document.cookie = name + '=' + value+expires + '; path=/';
        }

        function readCookie(name) {
            var nameEQ = name + '=',
                ca = document.cookie.split(';'),
                i, c;

            for (i=0; i < ca.length; i++) {
                c = ca[i];
                while (c.charAt(0)==' ') {
                    c = c.substring(1,c.length);
                }

                if (c.indexOf(nameEQ) == 0) {
                    return c.substring(nameEQ.length,c.length);
                }
            }
            return undefined;
        }

        userCountry = readCookie('userCountry');

        if (typeof userCountry === 'undefined') {
            xhr = new XMLHttpRequest();
            xhr.onreadystatechange = function () {
                var json;
                var countryCode;

                if (xhr.readyState === 4 && xhr.status === 200) {
                    try {
                        json = JSON.parse(xhr.responseText);
                        countryCode = json['information_level'].toLowerCase() === 'detailed'
                            ? json['country']
                            : json['registry_country_code'];

                        createCookie('userCountry', countryCode, 1);
                    } catch (error) {
                    }
                }
            };

            xhr.open('GET', '//api.demandbase.com/api/v2/ip.json?key=079be9510fd6964f419dd8df1a1d2295');
            xhr.send();
        }
    })();
</script>

    
    <div class="defer"><script>
    var require = {
        paths: {},
        shim: {}
    };

    (window.adsk = function( adsk ){
        var requireStack = [];
        var defineStack = [];
        var add = function(dependencyList, callback, errback){
            requireStack.push(function(){
                require(dependencyList, callback, errback);
            });
        };
        var execute = function(){
            while(defineStack.length > 0){
                defineStack.shift().call();
            }

            while(requireStack.length > 0){
                requireStack.shift().call();
            }

            // remove defer object from global namespace
            delete adsk.defer;
        };

        /**
         * Collects scripts to be executed after all dependencies have been loaded
         *
         * @method add
         * @param {dependencyList} a list of javascript dependencies
         * @param {callback} to be executed on dependency resolution
         */
        adsk.defer = add;

        /**
         * Invokes execution of all the deferred scripts
         *
         * @method execute
         */
        adsk.defer.execute = execute;

        /**
         * Collects modules defined before requirejs is loaded
         *
         * @param id
         * @param dependencyList
         * @param callback
         */
        window.define = function(id, dependencyList, callback){
            defineStack.push( function(){
                // prevent infinite loop before calling define
                if (!window.define.isAdskDefine) {
                    define(id, dependencyList, callback);
                }
            });
        };
        window.define.isAdskDefine = true;

        return adsk;

    }(window.adsk || {}));
</script></div>


    
    <script type="text/javascript">
        (function(adsk){
            (adsk.defer || require)([
                    'adsk.core.privateMode',
                    'adsk.core.browserStorageWhitelist'
                ], function(
                    privateMode,
                    browserStorageWhitelist
                ) {
                    privateMode.execute();

                    var whitelist = JSON.parse('{"session":[{"key":"profile","pii":false},{"key":"geoNavigationPreferredSite","pii":false},{"key":"geoNavigationPopupViewed","pii":false},{"key":"QSI_*","pii":false}],"local":[{"key":"s_dmdbase","pii":true},{"key":"dmdbase_full","pii":true},{"key":"dmdbase_company","pii":true},{"key":"ClientSidePersistence","pii":false},{"key":"oxygen-trial-flow*","pii":false},{"key":"liveAgent*","pii":false},{"key":"estoreVisitorId","pii":false},{"key":"adskBuyContainerHistory","pii":false},{"key":"CT_UID","pii":false},{"key":"tealium_va","pii":false},{"key":"tealium_va_main","pii":false},{"key":"tealium_va_","pii":false},{"key":"QSI_*","pii":false}]}');
                    browserStorageWhitelist.initialize(whitelist);
                    browserStorageWhitelist.execute();
                }
            );
        }(window.adsk));
    </script>

     
    

    
    
        
            <script type="text/javascript" src="//tags.tiqcdn.com/utag/autodesk/global-sites/prod/utag.js"></script>
        
    

    
    <!--[if lt IE 9]>
    <script>
        document.createElement('header');
        document.createElement('footer');
    </script>
    <![endif]-->

	<link rel='stylesheet' href='https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/structure/fonts/artifakt/clientlibs/artifakt.css'/>
	<link rel='stylesheet' href='https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/structure/fonts/artifakt/clientlibs/troposphere-artifakt.css'/>

    
    
        
    

    <script type="text/javascript">
      // load
      var siteKey = "/content/autodesk";
    </script>

    
    
        <script type="text/javascript">
            window.adsk = window.adsk || {};
            window.adsk.enableSeamlessLoginCrossSites = true;
        </script>
    

    
    <script type="text/javascript">
            window.adsk = window.adsk || {};
            window.adsk.production = true;
    </script>

    
    

    
    

    <script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/structure/polyfills.min.js"></script>


    
    
        <script type="text/javascript" src="https://damassets.autodesk.net/content/dam/autodesk/personalization/javascript/demandbase-min.js"></script>
    

    
    


</head>

    


<body>
    <div class="clientcontext parbase">





    

<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/granite/jquery.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/granite/utils.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/granite/jquery/granite.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/foundation/jquery.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/foundation/shared.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/granite/lodash/modern.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/foundation/personalization/kernel.min.js"></script>


<script type="text/javascript">
    $CQ(function() {

        CQ_Analytics.SegmentMgr.SEGMENTATION_ROOT = "\/etc\/segmentation";
        // In case multiple AEM instances share the same server and DNS the path can include an identifier after /etc
        CQ_Analytics.SegmentMgr.loadSegments("\/etc\/segmentation");
        CQ_Analytics.ClientContextUtils.init("\/etc\/clientcontext\/default", "\/content\/autodesk\/global\/en\/home");

        
    });

    // Set the required paths in JS with Mapping resolution
    var adsk = adsk || {};
    adsk.pathCenter = (function(nspace) {
        'use strict';
        nspace.tagpath = "/services/adsk/c/asset-tag-service";
        nspace.assetpath = "/services/adsk/c/asset-service";
        nspace.referencecontentpath = "/services/adsk/c/referencedcomponent/rootpath";
        nspace.patternpath = "/services/adsk/c/patternservice";
        nspace.mainoxygenpath = "/services/adsk/c/oxygen/tool";
        nspace.videoupload = "/services/videoUpload";
        return nspace;
    }(adsk.pathCenter || {}));
</script></div>


    <div class="page-container">
        





<div>
    <svg width="0" height="0" style="position:absolute"><defs><svg viewBox="0 0 140 23" id="autodesk-logo" xmlns="http://www.w3.org/2000/svg">
    <linearGradient id="aa" gradientUnits="userSpaceOnUse" x1="1.87" y1="19.5" x2="14.31" y2="14.81">
        <stop offset="0" stop-color="#269c90"/>
        <stop offset=".09" stop-color="#43aea4"/>
        <stop offset=".18" stop-color="#58bbb2"/>
        <stop offset=".27" stop-color="#65c3bb"/>
        <stop offset=".35" stop-color="#69c6be"/>
    </linearGradient>
    <path d="M5.9 17.1H1.8c-1.5 0-1.9-1-1.6-1.8v.1c-.2.7.1 1 .3 1.5.7 1.4 2.9 5.4 2.9 5.4.2.5.6.7 1.2.7 1.2 0 3.2-1.3 3.2-1.3l7.4-4.6H5.9z" fill="url(#aa)"/>
    <linearGradient id="ab" gradientUnits="userSpaceOnUse" x1="2.26" y1="17.59" x2="9.61" y2=".94">
        <stop offset="0" stop-color="#d6de23"/>
        <stop offset="0" stop-color="#d5de23"/>
        <stop offset=".4" stop-color="#7fb842"/>
        <stop offset=".51" stop-color="#7bb742"/>
        <stop offset=".61" stop-color="#70b343"/>
        <stop offset=".71" stop-color="#5cae44"/>
        <stop offset=".81" stop-color="#41a645"/>
        <stop offset=".91" stop-color="#1e9c47"/>
        <stop offset=".98" stop-color="#009348"/>
    </linearGradient>
    <path d="M7.4.1c-.8 0-1 .5-1.1.6L.2 15.2c-.3.8 0 1.9 1.6 1.9h4.1L10.6 6C9.3 3 8.4.8 8.4.8c-.1-.1-.3-.7-1-.7z" fill="url(#ab)"/>
    <linearGradient id="ac" gradientUnits="userSpaceOnUse" x1="10.52" y1=".02" x2="19.95" y2="23.1">
        <stop offset="0" stop-color="#4dbeed"/>
        <stop offset=".4" stop-color="#289fd9"/>
        <stop offset=".78" stop-color="#0b86ca"/>
        <stop offset="1" stop-color="#007dc4"/>
    </linearGradient>
    <path d="M14.8.6c-.1-.1-.3-.6-1-.6H7.4c-.7 0-.9.4-1 .5 0 0 .2-.5 1-.5.7 0 1 .6 1 .7 0 0 .9 2.2 2.2 5.2 2.8 6.6 7.2 17.1 7.2 17.1h6.5S14.9.8 14.8.6z" fill="url(#ac)"/>
    <path d="M42.6 17.1h-2.5l-1.4-3.2h-6.3L31 17.1h-2.4l5.9-13.4h2.2l5.9 13.4zm-7-10.6l-2.3 5.3h4.6l-2.3-5.3zm28.7 10.6h-2.4V6h-4.2V3.8h11L67.8 6h-3.5v11.1zM109.1 6H102v3.4h4.6v2.1H102V15h7.1v2.1h-9.5V3.8h9.5V6zm16.8 11.1h-2.2V3.8h2.2v13.3zm-9.5-11.4c-1.4 0-2.5.4-2.5 1.3 0 1.1.7 1.4 3.2 2.2 2.8.9 4.2 1.8 4.2 4.1 0 2.5-2 4-4.9 4-2 0-3.8-.7-5.2-1.9l.9-2.1c1.3 1.1 2.8 1.8 4.4 1.8 1.4 0 2.5-.7 2.5-1.7 0-.9-.5-1.4-2.9-2.2-2.8-.9-4.5-1.9-4.5-4.1 0-2.3 2.1-3.5 4.8-3.5 2.7 0 4.2 1 4.4 1.1l-.8 1.9c-.7-.3-1.8-.9-3.6-.9zm12.4 4.5l5.9-6.4h-2.8l-6 6.4 6.6 6.9h2.9zM75.9 3.6c-3.8 0-6.9 3.1-6.9 6.9 0 3.8 3.1 6.9 6.9 6.9 3.8 0 6.9-3.1 6.9-6.9 0-3.9-3.1-6.9-6.9-6.9zm0 11.6c-2.6 0-4.5-2.1-4.5-4.7s1.9-4.7 4.5-4.7 4.5 2.1 4.5 4.7-1.9 4.7-4.5 4.7zM90.3 3.8h-5.1v13.3h5.1c3.8 0 6.9-2.9 6.9-6.7 0-3.8-3.1-6.6-6.9-6.6zm0 11.2h-2.7V6h2.7c2.6 0 4.5 1.9 4.5 4.5.1 2.6-1.8 4.5-4.5 4.5zm-35.2-3.8c0 4-2.3 6.1-5.7 6.1-3.4 0-5.7-2.1-5.7-6.1V3.8H46v7.7c0 2.3 1.4 3.7 3.4 3.7s3.4-1.4 3.4-3.7V3.8h2.4v7.4z" fill="#231f20"/>
    <g fill="#231f20">
        <path d="M139.9 15.4c0-.9-.8-1.7-1.7-1.7-.9 0-1.7.8-1.7 1.7 0 .9.8 1.7 1.7 1.7.9 0 1.7-.7 1.7-1.7zm-.3 0c0 .8-.6 1.5-1.4 1.5-.8 0-1.4-.6-1.4-1.5 0-.8.6-1.5 1.4-1.5.8.1 1.4.7 1.4 1.5z"/>
        <path d="M138.9 16.3l-.4-.6c-.1-.1-.1-.2-.2-.2.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.6v1.8h.3v-.8c.1 0 .2 0 .3.2l.4.6h.2zm-.4-1.3c0 .3-.2.3-.4.3h-.2v-.6h.3c.2 0 .3.2.3.3z"/>
    </g>
</svg></defs></svg>
    <svg width="0" height="0" style="position:absolute"><symbol viewBox="0 0 124.25 100" id="icon-svg-alert" xmlns="http://www.w3.org/2000/svg">
    <path d="M68.73 3.38A7.24 7.24 0 0 0 62.6 0a7.76 7.76 0 0 0-4 1.13 6.9 6.9 0 0 0-2.14 2.12L1.14 88.74a7.72 7.72 0 0 0-1 5.5 7.42 7.42 0 0 0 3.13 4.63A7.03 7.03 0 0 0 7.15 100H117.8a7.09 7.09 0 0 0 5.13-2.13c1.38-1.37 2.13-5.75 0-9.13zm-12.4 23.28a3.74 3.74 0 0 1 2.89-1.38h6a4.27 4.27 0 0 1 4.26 4.26l-2 37.8a2.81 2.81 0 0 1-2.5 2.62H60.1a2.85 2.85 0 0 1-2.75-2.62l-2-37.55a3.97 3.97 0 0 1 .99-3.13zM62.6 88.1a7.26 7.26 0 1 1 7.25-7.26 7.26 7.26 0 0 1-7.25 7.26z"/>
</symbol><symbol viewBox="0 0 124.66 100" id="icon-svg-alert-exclamation" xmlns="http://www.w3.org/2000/svg">
    <path d="M123.4 88.03L68.8 3.49A7.82 7.82 0 0 0 62.3 0a7.34 7.34 0 0 0-4.24 1.25 7.7 7.7 0 0 0-2.24 2.24L1.21 88.03a7.4 7.4 0 0 0-1 5.86 7.95 7.95 0 0 0 3.37 4.86A7.96 7.96 0 0 0 7.7 100h109.22a7.74 7.74 0 0 0 5.5-2.24 7.53 7.53 0 0 0 2.23-5.49 7.08 7.08 0 0 0-1.24-4.24zM10.82 90.4l51.5-79.55 51.5 79.55z"/>
    <path d="M56.2 26.69a3.83 3.83 0 0 0-1 2.99l2 37.16a2.74 2.74 0 0 0 2.74 2.61h4.74a2.8 2.8 0 0 0 2.5-2.61l2-37.4a4.05 4.05 0 0 0-1.25-3 4.35 4.35 0 0 0-3-1.25h-5.86a5.78 5.78 0 0 0-2.87 1.5zm6.11 46.38a7.23 7.23 0 1 0 7.23 7.23 7.24 7.24 0 0 0-7.23-7.23z"/>
</symbol><symbol viewBox="0 0 30.94 100" id="icon-svg-arrow-button" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M30.94 50l-24-24L0 32.94 17.06 50 0 67.06 6.94 74z"/>
</symbol><symbol viewBox="0 0 60 100" id="icon-svg-arrow-cta" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 20h20V0H0zm20 20h20V20H20zm20 0v20h20V40zM20 60v20h20V60zm0 40V80H0v20z"/>
</symbol><symbol viewBox="0 0 82.76 100" id="icon-svg-arrow-down" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M41.38 74L0 34.2 8.52 26l32.86 31.61L74.23 26l8.53 8.2z"/>
</symbol><symbol viewBox="0 0 75 100" id="icon-svg-arrow-dropdown" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M37.5 74L0 26h75z"/>
</symbol><symbol viewBox="0 0 75 100" id="icon-svg-arrow-dropdown-up" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M37.5 26L75 74H0z"/>
</symbol><symbol viewBox="0 0 27.84 100" id="icon-svg-arrow-left" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 50l23.09-24 4.75 4.94L9.5 50l18.34 19.06L23.09 74z"/>
</symbol><symbol viewBox="0 0 27.84 100" id="icon-svg-arrow-right" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M27.84 50L4.75 74 0 69.06 18.34 50 0 30.94 4.75 26z"/>
</symbol><symbol viewBox="0 0 82.76 100" id="icon-svg-arrow-up" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M41.38 26l41.38 39.8-8.53 8.2-32.85-31.61L8.52 74 0 65.8z"/>
</symbol><symbol viewBox="0 0 117.92 100" id="icon-svg-bar-chart" xmlns="http://www.w3.org/2000/svg">
    <path d="M117.92 100H0V0h8.96v91.04h108.96"/>
    <path d="M21.1 48.7h20.17v33.61H21.1zM51.06 1.65h20.16v80.78H51.06zM81.6 21.82h20.16v60.6H81.6z"/>
</symbol><symbol viewBox="0 0 105.26 100" id="icon-svg-benefits" xmlns="http://www.w3.org/2000/svg">
    <path d="M49.58 70.42A5.1 5.1 0 0 1 46 69.05l-20.63-19.9c-.84-.83-.74-1.15-.53-1.36a11.53 11.53 0 0 1 2.53-3.05l.84-.85c1.26-1.26 2.63-2.73 3.26-2.73.1 0 .42.1 1.06.74l17.15 16.42 47.8-47.9a1.54 1.54 0 0 1 .84-.52c.73 0 2.2 1.47 3.15 2.63l1.69 1.68c.84.84 2.1 2.1 2.1 2.53 0 0 0 .2-.73.94L53.16 68.95a5.01 5.01 0 0 1-3.58 1.47z"/>
    <path d="M91.16 45.79c.1 1.37.2 2.74.2 4.21A41.37 41.37 0 1 1 50.1 8.53a41.03 41.03 0 0 1 22.74 6.84l6.32-6A50 50 0 1 0 100 50a44.6 44.6 0 0 0-.95-9.26z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-blog" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 100a49.69 49.69 0 0 1-19.46-3.93 49.83 49.83 0 0 1-15.9-10.71 49.84 49.84 0 0 1-10.71-15.9A49.69 49.69 0 0 1 0 50a49.69 49.69 0 0 1 3.93-19.46 49.84 49.84 0 0 1 10.71-15.9 49.84 49.84 0 0 1 15.9-10.71A49.69 49.69 0 0 1 50 0a49.69 49.69 0 0 1 19.46 3.93 49.83 49.83 0 0 1 15.9 10.71 49.83 49.83 0 0 1 10.71 15.9A49.69 49.69 0 0 1 100 50a49.69 49.69 0 0 1-3.93 19.46 49.83 49.83 0 0 1-10.72 15.9 49.83 49.83 0 0 1-15.89 10.71A49.69 49.69 0 0 1 50 100zM37.62 29.61a32.63 32.63 0 0 1 11.06 1.93 32.95 32.95 0 0 1 9.6 5.4 32.72 32.72 0 0 1 7.33 8.33 32.7 32.7 0 0 1 4.2 10.69 31.78 31.78 0 0 1 0 13.18h6.54a38.9 38.9 0 0 0 .65-6.55 39.22 39.22 0 0 0-3.05-15.4 39.22 39.22 0 0 0-8.43-12.58 39.29 39.29 0 0 0-12.56-8.5A39.29 39.29 0 0 0 37.54 23a34.9 34.9 0 0 0-6.54.6v6.68a33.19 33.19 0 0 1 6.62-.67zm-.08 26.4A6.55 6.55 0 0 0 31 62.54a6.55 6.55 0 0 0 6.54 6.54 6.55 6.55 0 0 0 6.55-6.54A6.55 6.55 0 0 0 37.54 56zm.03-9.97a16.48 16.48 0 0 1 8.92 2.63 16.53 16.53 0 0 1 6.22 7.29 16 16 0 0 1 1.33 6.54 15.92 15.92 0 0 1-1.38 6.55h7a22.92 22.92 0 0 0 .97-6.55 22.88 22.88 0 0 0-1.8-8.97 22.98 22.98 0 0 0-4.95-7.32 22.98 22.98 0 0 0-7.33-4.94 22.88 22.88 0 0 0-8.96-1.81 22.62 22.62 0 0 0-6.6.96v7.01a16.27 16.27 0 0 1 6.58-1.39z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-blog-icon" xmlns="http://www.w3.org/2000/svg">
    <path d="M14.19 71.53a14.19 14.19 0 1 0 0 28.38 14.19 14.19 0 1 0 0-28.38z"/>
    <path d="M0 52.95a35.74 35.74 0 0 1 47.05 18.48 34.68 34.68 0 0 1 2.9 14.18 34.43 34.43 0 0 1-3 14.19h15.19a49.8 49.8 0 0 0 2.1-14.19 49.97 49.97 0 0 0-49.95-49.95A48.96 48.96 0 0 0 0 37.76v15.19z"/>
    <path d="M0 15.78a71.25 71.25 0 0 1 84.12 55.65 68.84 68.84 0 0 1 0 28.57H98.3a85.3 85.3 0 0 0 1.4-14.19A85.42 85.42 0 0 0 14.19 0 75.71 75.71 0 0 0 0 1.3z"/>
</symbol><symbol viewBox="0 0 56.5 100" id="icon-svg-bookmark-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M28.3 78.5L1.7 99.7s-.9.5-1.3.2S0 98 0 98V7a6.94 6.94 0 0 1 6.9-7h42.7a6.91 6.91 0 0 1 6.9 6.9v91.9s0 1.1-.5 1.1a2.51 2.51 0 0 1-1.5-.4zM8.6 83.3l19.8-15.8 19.8 15.8V8.6H8.6z"/>
</symbol><symbol viewBox="0 0 56.5 100" id="icon-svg-bookmark-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M28.3 78.5L1.7 99.7s-.9.5-1.3.2S0 98 0 98V7a6.94 6.94 0 0 1 6.9-7h42.7a6.91 6.91 0 0 1 6.9 6.9v91.9s0 1.1-.5 1.1a2.51 2.51 0 0 1-1.5-.4z"/>
</symbol><symbol viewBox="0 0 51.27 100" id="icon-svg-button-download" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 65.83h51.06V74H0zm51.27-34.06L45.5 26 25.63 45.86l-19.7-19.7-5.78 5.76L25.7 57.45l5.77-5.77-.06-.05z"/>
</symbol><symbol viewBox="0 0 74.46 100" id="icon-svg-button-dropdown" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M37.23 74l37.23-37.23L63.69 26 37.23 52.46 10.77 26 0 36.77z"/>
</symbol><symbol viewBox="0 0 102.35 100" id="icon-svg-calendar" xmlns="http://www.w3.org/2000/svg">
    <path d="M67.14 45.85h-4.7v9.11H38.9v-9.1h-4.71v9.1H16.48v4.81h17.8V73.9h-17.8v4.81h17.8v9.32h4.62V78.6h23.54v9.42h4.7V78.6h18.84v-4.7H67.04V59.77h18.84v-4.7H67.04v-9.21h.1zm-4.7 27.95H38.9V59.78h23.54z"/>
    <path d="M98.36 11.87H85.77V8.8a8.78 8.78 0 0 0-8.7-8.8h-4.7a8.8 8.8 0 0 0-8.8 8.8v3.07H38.58V8.8a8.8 8.8 0 0 0-8.8-8.8h-4.71a8.8 8.8 0 0 0-8.8 8.8v3.07H3.99a3.93 3.93 0 0 0-3.99 4V96a3.93 3.93 0 0 0 4 4h94.36a3.93 3.93 0 0 0 4-4V15.87a3.93 3.93 0 0 0-4-3.99zM71.75 8.8a.7.7 0 0 1 .72-.72h4.7a.7.7 0 0 1 .72.72v14.13a.7.7 0 0 1-.72.71h-4.7a.7.7 0 0 1-.72-.71zm-47.19 0a.7.7 0 0 1 .72-.72H30a.7.7 0 0 1 .72.72v14.13a.7.7 0 0 1-.72.71h-4.7a.7.7 0 0 1-.73-.71zM7.98 92.02V43.4h86.4v48.62zm86.4-56.6H7.97V19.86h8.6v3.07a8.8 8.8 0 0 0 8.8 8.8h4.71a8.8 8.8 0 0 0 8.8-8.8v-3.07h24.98v3.07a8.8 8.8 0 0 0 8.8 8.8h4.71a8.8 8.8 0 0 0 8.8-8.8v-3.07h8.6V35.4z"/>
</symbol><symbol viewBox="0 0 102.35 100" id="icon-svg-calendar-blank" xmlns="http://www.w3.org/2000/svg">
    <path d="M98.36 11.87H85.77V8.8a8.78 8.78 0 0 0-8.7-8.8h-4.7a8.8 8.8 0 0 0-8.8 8.8v3.07H38.58V8.8a8.8 8.8 0 0 0-8.8-8.8h-4.71a8.8 8.8 0 0 0-8.8 8.8v3.07H3.99a3.93 3.93 0 0 0-3.99 4V96a3.93 3.93 0 0 0 4 4h94.36a3.93 3.93 0 0 0 4-4V15.87a3.93 3.93 0 0 0-4-3.99zM71.75 8.8a.7.7 0 0 1 .72-.72h4.7a.7.7 0 0 1 .72.72v14.13a.7.7 0 0 1-.72.71h-4.7a.7.7 0 0 1-.72-.71zm-47.19 0a.7.7 0 0 1 .72-.72H30a.7.7 0 0 1 .72.72v14.13a.7.7 0 0 1-.72.71h-4.7a.7.7 0 0 1-.73-.71zM7.98 92.02V43.4h86.4v48.62zm86.4-56.6H7.97V19.86h8.6v3.07a8.8 8.8 0 0 0 8.8 8.8h4.71a8.8 8.8 0 0 0 8.8-8.8v-3.07h24.98v3.07a8.8 8.8 0 0 0 8.8 8.8h4.71a8.8 8.8 0 0 0 8.8-8.8v-3.07h8.6V35.4z"/>
</symbol><symbol viewBox="0 0 101.41 100" id="icon-svg-calendar-month" xmlns="http://www.w3.org/2000/svg">
    <path d="M97.18 11.74H84.51V8.92c0-4.7-3.76-8.92-8.45-8.92h-4.7c-4.7 0-8.45 3.76-8.45 8.92v2.82H38.02V8.92c0-4.7-3.75-8.92-8.45-8.92h-4.7c-4.7 0-8.45 3.76-8.45 8.92v2.82H3.75c-2.35 0-3.76 1.87-3.76 4.22v79.81A4.14 4.14 0 0 0 3.75 100h93.9c2.34 0 3.75-1.88 3.75-4.23v-79.8a4.2 4.2 0 0 0-4.22-4.23zM70.9 8.92c0-.47.47-.47.94-.47h4.7a1.64 1.64 0 0 1 .94.47V23c0 .47-.47.47-.94.47h-4.7a1.64 1.64 0 0 1-.94-.47zm-46.95 0c0-.47.47-.47.94-.47h4.7a1.64 1.64 0 0 1 .94.47V23c0 .47-.47.47-.94.47h-4.7a1.64 1.64 0 0 1-.94-.47zM7.51 91.55V43.19h85.92v48.36zM93.43 35.2H7.5v-15h8.45V23c0 4.7 3.76 8.92 8.45 8.92h4.7c4.7 0 8.45-3.76 8.45-8.92v-2.82h24.88V23c0 4.7 3.76 8.92 8.45 8.92h4.7c4.7 0 8.45-3.76 8.45-8.92v-2.82h8.45v15.03z"/>
    <path d="M39.9 58.22l2.35 4.22 5.64-4.22v23.94h6.57V51.64h-5.63z"/>
</symbol><symbol viewBox="0 0 134.58 100" id="icon-svg-cart" xmlns="http://www.w3.org/2000/svg">
    <path d="M32.04 72.12a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.77-5.76 5.61 5.61 0 0 1 5.77-5.63 5.78 5.78 0 0 1 5.76 5.63 5.9 5.9 0 0 1-5.76 5.76zm52.41-19.7a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.76-5.76 5.7 5.7 0 0 1 5.76-5.63 5.7 5.7 0 1 1 0 11.4zM22.79 16.76h71.18v9.38H22.79zm6.43 19.7h58.31v9.38h-58.3z"/>
    <path d="M110.72 0h-1.87l-13 56.57h-75.2l-10.2-43.84L0 15.15l11.8 51.07.27 1.07h92.22l13-56.57h17.3V0z"/>
</symbol><symbol viewBox="0 0 119.05 100" id="icon-svg-chat-icon" xmlns="http://www.w3.org/2000/svg">
    <path fill="#87bc40" d="M97.62 57.14a21.43 21.43 0 1 0 0 42.86 21.43 21.43 0 1 0 0-42.86z"/>
    <path fill="#777" d="M0 0v76.19h19.05V100l23.8-23.81h23.82a31.1 31.1 0 0 1 30.95-28.57 36.76 36.76 0 0 1 7.14.95V0zm50 52.38H19.05v-4.76H50zM80.95 38.1h-61.9v-4.77h61.9zm0-14.29h-61.9v-4.76h61.9z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-chat-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M4.9 73.1a4.6 4.6 0 0 1-3.4-1.4A5.84 5.84 0 0 1 0 67.5V6.3A6.46 6.46 0 0 1 6.2 0h63.4a6.44 6.44 0 0 1 6.1 6.3V50a6.44 6.44 0 0 1-6.1 6.3H19.3c-3.2 5.5-7.8 12.6-8.6 13.6a7.88 7.88 0 0 1-5.8 3.2zm2.9-12.7c2-3.1 4.6-7.1 6.4-10.1a3.86 3.86 0 0 1 3.3-1.8h50.6L68 7.8H7.6z"/>
    <path d="M95 100a7.98 7.98 0 0 1-5.8-3.1c-.7-.8-3.7-5.4-8.9-13.7H30.6a6.7 6.7 0 0 1-6.3-6.3V63.3a3.9 3.9 0 0 1 3.9-3.9 3.82 3.82 0 0 1 3.8 3.9v12.2h50.4a4 4 0 0 1 3.3 1.8c1.9 3 4.5 7 6.5 10.2V34.7h-9.8a3.9 3.9 0 0 1-3.9-3.9 3.84 3.84 0 0 1 3.9-3.9h11.3a6.7 6.7 0 0 1 6.3 6.3v61.2c.1 3.7-2.4 5-3.2 5.2a3.92 3.92 0 0 1-1.8.4z"/>
</symbol><symbol viewBox="0 0 117.65 100" id="icon-svg-chat-offline-icon" xmlns="http://www.w3.org/2000/svg">
    <path d="M88.23 41.18a20.01 20.01 0 0 1 5.89.58V0H0v70.59h17.65v23.53l23.53-23.53h17.64a29.13 29.13 0 0 1 29.41-29.41zM11.77 17.65h70.6v5.88h-70.6zm41.18 29.4H11.77v-5.87h41.17zM11.77 35.3v-5.88h70.58v5.88zm82.35 17.64a23.53 23.53 0 1 0 0 47.06 23.53 23.53 0 1 0 0-47.06z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-chat-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 3.1v59.4L12.5 50h53.1a3.12 3.12 0 0 0 3.1-3.1V3.1A3.12 3.12 0 0 0 65.6 0H3.1A3.12 3.12 0 0 0 0 3.1z"/>
    <path d="M75 37.5v18.8H31.2v28.1a3.12 3.12 0 0 0 3.1 3.1h53.1L100 100V40.6a3.12 3.12 0 0 0-3.1-3.1z"/>
</symbol><symbol viewBox="0 0 117.65 100" id="icon-svg-chat-white-icon" xmlns="http://www.w3.org/2000/svg">
    <path fill="#fff" d="M88.23 41.18a20.01 20.01 0 0 1 5.89.58V0H0v70.59h17.65v23.53l23.53-23.53h17.64a29.13 29.13 0 0 1 29.41-29.41zM11.77 17.65h70.6v5.88h-70.6zm41.18 29.4H11.77v-5.87h41.17zM11.77 35.3v-5.88h70.58v5.88z"/>
    <path fill="#91c63e" d="M94.12 52.94a23.53 23.53 0 1 0 0 47.06 23.53 23.53 0 1 0 0-47.06z"/>
</symbol><symbol viewBox="0 0 137.76 100" id="icon-svg-check" xmlns="http://www.w3.org/2000/svg">
    <path d="M49.44 100a10.62 10.62 0 0 1-7.58-3.03L3 59.89c-4.41-4.28-.69-7.72 3.44-12.13 4.28-4.41 7.31-8.14 11.86-3.86l31.15 29.63 71.69-71.81c4.27-4.28 7.71.27 12.13 4.54 4.27 4.28 7.85 6.76 3.58 11.17L57.3 96.83a11.16 11.16 0 0 1-7.86 3.17z"/>
</symbol><symbol viewBox="0 0 102.05 100" id="icon-svg-checklist" xmlns="http://www.w3.org/2000/svg">
    <path d="M45.86 57.5a5.18 5.18 0 0 1-3.37-1.32L21.86 36.46c-.92-.91-.82-1.43-.62-1.94a11.51 11.51 0 0 1 2.15-2.86l.61-.6c1.23-1.23 2.35-2.46 3.27-2.46a1.92 1.92 0 0 1 1.33.72l17.26 16.34L89.27 2.25c.62-.62 1.03-.62 1.13-.62.81 0 1.94 1.13 3.16 2.35L95 5.41c1.03 1.02 1.95 1.84 1.95 2.56a1.74 1.74 0 0 1-.72 1.22L49.34 56.08a4.86 4.86 0 0 1-3.48 1.43z"/>
    <path d="M79.88 82.43H3.98A3.99 3.99 0 0 1 0 78.45V3.98A3.92 3.92 0 0 1 3.98 0h63.03v7.87H7.86v66.6H75.8V43.4h7.97v34.94a4 4 0 0 1-3.88 4.08z"/>
    <path d="M98.16 100H15.42v-7.87h78.76V50.26h7.86v45.76a3.78 3.78 0 0 1-3.88 3.98z"/>
</symbol><symbol viewBox="0 0 134.58 100" id="icon-svg-checkout-cart-full" xmlns="http://www.w3.org/2000/svg">
    <path d="M32.04 72.12a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.77-5.76 5.61 5.61 0 0 1 5.77-5.63 5.78 5.78 0 0 1 5.76 5.63 5.9 5.9 0 0 1-5.76 5.76zm52.41-19.7a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.76-5.76 5.7 5.7 0 0 1 5.76-5.63 5.7 5.7 0 1 1 0 11.4zM22.79 16.76h71.18v9.38H22.79zm6.43 19.7h58.31v9.38h-58.3z"/>
    <path d="M110.72 0h-1.87l-13 56.57h-75.2l-10.2-43.84L0 15.15l11.8 51.07.27 1.07h92.22l13-56.57h17.3V0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-checkout-check-circle-outline" xmlns="http://www.w3.org/2000/svg">
    <path d="M31.11 48.89l-6.11 5 16.11 15.56L75 36.1l-5.56-5.55-28.88 28.33z"/>
    <path d="M50 7.78A42.22 42.22 0 1 1 7.78 50C8.33 26.67 27.22 7.78 50 7.78M50 0a50 50 0 1 0 50 50A49.8 49.8 0 0 0 50 0z"/>
</symbol><symbol viewBox="0 0 133.47 100" id="icon-svg-checkout-payment" xmlns="http://www.w3.org/2000/svg">
    <path d="M122.27 0H11.07A11.04 11.04 0 0 0 0 11.07v78A11.01 11.01 0 0 0 11.07 100H122.4a11.04 11.04 0 0 0 11.07-11.07V11.07A11.24 11.24 0 0 0 122.27 0zM15.87 10.67H117.6a5.2 5.2 0 0 1 5.2 5.2v9.33H10.67v-9.33a5.12 5.12 0 0 1 5.2-5.2zm106.8 25.2V46.8h-112V35.87zm-5.2 53.46H15.87a5.12 5.12 0 0 1-5.2-5.2V57.47h112v26.8a5.1 5.1 0 0 1-5.2 5.06z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-checkout-sign-in" xmlns="http://www.w3.org/2000/svg">
    <path d="M100 50a50 50 0 1 0-50 50 49.55 49.55 0 0 0 27.15-8.12C91.78 81.86 100 66.43 100 50zM69.94 76.15v10.62h-.1a41.7 41.7 0 0 1-38.48.6h-.1V75.55a15.07 15.07 0 0 1 3.2-10.72c3.12-3.6 8.53-5.41 15.94-5.41 7.52 0 12.93 1.8 16.13 5.41 3.51 4 3.51 9.22 3.41 11.32zM40.78 38.58c0-6.52 4.01-11.93 9.02-11.93s9.02 5.31 9.02 11.93c0 6.51-4.01 11.92-9.02 11.92-5.01-.1-9.02-5.41-9.02-11.92zm37.28 42.38v-4.3c0-.4 1.2-9.73-5.32-17.04A22.98 22.98 0 0 0 62.03 53l-.2-.1.1-.1a21.53 21.53 0 0 0 5.11-14.23c0-11.02-7.71-20.04-17.13-20.04s-17.13 9.02-17.13 20.04a21.55 21.55 0 0 0 5.4 14.53l.1.1-.2.1a22.8 22.8 0 0 0-9.71 6.31c-5.81 6.71-5.31 15.13-5.11 16.73v5.82l-.2-.2a41.91 41.91 0 1 1 55.3-1.1z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-circle" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 0 100A50 50 0 1 0 50 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-circle-o" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 8A42 42 0 1 1 8 50 42 42 0 0 1 50 8m0-8a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-circle-o-thin" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 4A46 46 0 1 1 4 50 46 46 0 0 1 50 4m0-4a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0z"/>
</symbol><symbol viewBox="0 0 84.38 100" id="icon-svg-class-materials" xmlns="http://www.w3.org/2000/svg">
    <path d="M23.5 0v76.13h60.88V27H58.13V0zm38.75 1v21.5H84zm-43 10.88H11.5v76.25h61.63v-6.88H19.24zM7.12 22.5H0V100h61.5v-7.13h-54z"/>
</symbol><symbol viewBox="0 0 48 100" id="icon-svg-close" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M44.03 26L23.96 46l-20-20L0 29.97l20 20L0 70.02 3.97 74l20-20.07L44.02 74 48 70.03 27.93 49.96l20.07-20z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-close-circle" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 50A50 50 0 1 0 50 0 50.02 50.02 0 0 0 0 50zm24.1-19l6.9-6.9 19 19 19-19 6.9 6.9-19 19 19 19-6.9 6.9-19-19-19 19-6.9-6.9 19-19z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-close-circle-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm0 92.1A42.1 42.1 0 1 1 92.1 50 42.1 42.1 0 0 1 50 92.1z"/>
    <path d="M67.3 26.5L50.1 43.6 33 26.5l-6.2 6.2 17.1 17.1L26.8 67l6.2 6.2 17.1-17.1 17.2 17.1 6.2-6.2-17.1-17.2 17.1-17.1z"/>
</symbol><symbol viewBox="0 0 47.92 100" id="icon-svg-close-thick" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 32.38L6.38 26l17.58 17.58L41.54 26l6.38 6.38-17.58 17.58 17.58 17.58-6.38 6.38-17.58-17.58L6.38 74 0 67.54l17.58-17.58z"/>
</symbol><symbol viewBox="0 0 99.84 100" id="icon-svg-close-thick-standalone" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 13.29L13.29 0l36.63 36.63L86.55 0l13.29 13.29L63.2 49.92l36.63 36.63-13.3 13.29-36.6-36.64L13.29 100 0 86.55l36.63-36.63z"/>
</symbol><symbol viewBox="0 0 151.52 100" id="icon-svg-cloud" xmlns="http://www.w3.org/2000/svg">
    <path d="M130.3 56.06c4.85-9.4 5.3-19.7 1.21-28.48C125.3 13.94 115.46 0 90.46 0 77.12 0 64.7 8.94 57.73 23.64a29.86 29.86 0 0 0-5.15-.61c-9.85 0-19.4 5.6-24.7 14.85a28.36 28.36 0 0 0-4.1 16.82c-6.96.3-12.57 2.73-16.81 7.12C4.39 64.7 0 70.46 0 77.58 0 88.48 8.33 100 20.76 100h108.03c14.85-.15 22.88-11.06 22.72-21.2-.15-9.1-5.9-20.16-21.21-22.74zM15.46 69.85c2.12-2.27 5.45-3.49 9.84-3.49a30.93 30.93 0 0 1 5.16.46l1.06.15a5.84 5.84 0 0 0 4.84-2.58 5.76 5.76 0 0 0 .3-6.2c-2.12-3.95-1.66-9.4 1.22-14.4 3.33-5.6 8.63-8.94 14.54-8.94a14.82 14.82 0 0 1 6.21 1.36 6.28 6.28 0 0 0 2.43.46 6.86 6.86 0 0 0 2.42-.46 5.58 5.58 0 0 0 3.18-3.48c5.15-15.3 16.97-20.91 23.64-20.91 20.3 0 25 10.15 30 21.36 3.64 7.88 1.82 16.22-5 24.1a6.05 6.05 0 0 0-.91 6.36 5.8 5.8 0 0 0 5.3 3.48c14.54 0 19.85 6.37 19.85 11.97a8.93 8.93 0 0 1-2.58 6.37 11.84 11.84 0 0 1-8.48 3.03H20.6c-4.7 0-8.94-5.15-8.94-10.76 0-2.58 1.2-5 3.78-7.88z"/>
</symbol><symbol viewBox="0 0 146.19 100" id="icon-svg-cloud-filled" xmlns="http://www.w3.org/2000/svg">
    <path d="M123.39 54.39h-.44a36.49 36.49 0 0 0 4.97-18.28 36.52 36.52 0 0 0-71.78-9.06h-1.32a27.45 27.45 0 0 0-27.48 27.48H22.8a22.73 22.73 0 1 0 0 45.47h100.58a22.8 22.8 0 0 0 0-45.61z"/>
</symbol><symbol viewBox="0 0 109.26 100" id="icon-svg-comments" xmlns="http://www.w3.org/2000/svg">
    <path d="M102.7 0H6.5A6.43 6.43 0 0 0 .03 6.33v87.6c-.1 1.74 0 1.54 0 3.48a2.57 2.57 0 0 0 3.47 2.42c1.13-.44 2.76-2.41 3.47-3.32L22.62 76.1l80.2-.08a6.39 6.39 0 0 0 6.44-6.44V6.44A6.48 6.48 0 0 0 102.71 0zM89.94 50.02H21.88V42.7h68.05zm0-17.33H21.88v-7.54h68.05z"/>
</symbol><symbol viewBox="0 0 109.17 100" id="icon-svg-comments-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M22.48 27.8h64.1v5.35h-64.1zm0 16.04h64.1v5.13h-64.1z"/>
    <path d="M21.4 26.75h66.27v7.53H21.4zm0 16.05h66.27v7.3H21.4z"/>
    <path d="M102.63 0H6.45A6.43 6.43 0 0 0 0 6.33V93.9a6.23 6.23 0 0 0 1.64 4.69 4.38 4.38 0 0 0 3.4 1.41h.21a9.62 9.62 0 0 0 6.34-3.6l15.5-19.32h75.64a6.38 6.38 0 0 0 6.44-6.44V6.44A6.48 6.48 0 0 0 102.62 0zM22.06 70.96L7.54 89.3V7.53h94.1v61.9H25.12a3.83 3.83 0 0 0-3.05 1.53z"/>
</symbol><symbol viewBox="0 0 134.64 100" id="icon-svg-community-forum-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M121.56 52.7a24.74 24.74 0 0 0 6.6-16.72c0-11.18-7.68-20.35-16.98-20.35-10.1 0-18.19 8.9-18.19 20.35 0 6.88 2.56 13.08 7.15 17.12a14.82 14.82 0 0 0-3.78 2.29l-.8.67 5.38 6.74.81-.67c1.89-1.48 4.58-2.3 7.95-2.43h2.97c5.12.27 8.08 1.35 10.24 3.64 2.83 3.1 3.9 8.76 3.37 17.39v10.64H100V100h27.5c3.23-.4 6.87-4.18 7.14-7.68v-11.6c.13-17.1-3.37-24.66-13.08-28.02zm-10.5-28.44c5.25 0 8.48 6.06 8.48 11.59 0 5.93-3.64 12.8-8.49 12.8-5.39 0-9.57-5.66-9.57-12.8 0-6.6 4.18-11.6 9.57-11.6zM22.24 59.57h3.1q5.46.2 8.08 2.43l.81.67 5.4-6.74-.82-.67a20.1 20.1 0 0 0-4.04-2.43 22.83 22.83 0 0 0 7-16.98c0-11.32-7.94-20.35-18.18-20.35-9.44 0-16.99 9.16-16.99 20.35a25.28 25.28 0 0 0 6.47 16.71C3.77 55.8 0 64.02 0 80.6v12c.27 3.23 4.04 6.87 7.55 7.28h27.49v-8.63H8.63V80.46c-.68-8.5.4-14.29 3.1-17.39 2.42-2.56 5.93-3.23 10.5-3.5zm1.48-35.31c5.53 0 9.7 4.99 9.7 11.59 0 7.14-4.31 12.8-9.7 12.8-4.85 0-8.62-6.87-8.62-12.8 0-5.53 3.23-11.6 8.62-11.6zm55.26 20.08c5.66-4.58 9.43-12.67 9.43-20.89C88.41 10.51 79.38 0 68.19 0 56.06 0 46.63 10.24 46.63 23.45c0 8.5 3.5 15.9 9.43 20.48-10.91 3.5-16.03 14.7-16.03 35.05v13.34a7.96 7.96 0 0 0 7.14 7.68h41.64c3.5 0 6.07-3.9 6.34-7.68V78.98c-.27-19.28-5.4-30.73-16.17-34.64zM68.06 8.62c7.14 0 11.59 7.69 11.59 14.83 0 7.68-4.99 16.3-11.6 16.3-7.27 0-13.06-7.14-13.06-16.3 0-8.49 5.66-14.82 13.07-14.82zm-2.7 42.6h3.77c5.53 0 9.44 1.34 12.13 4.17 4.04 4.18 5.66 11.86 5.12 23.59v12.26H48.52v-12.4c-.81-11.19.8-19 4.71-23.32 2.7-2.82 6.74-4.3 12.13-4.3z"/>
</symbol><symbol viewBox="0 0 131.75 100" id="icon-svg-community-forum-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M109.35 57.05c-4.6.13-7.9 1.32-10.54 3.43v39.26h24.64a8.27 8.27 0 0 0 8.3-8.3V83c0-18.84-6.45-25.69-18.97-26.08l-3.43.13zm-41.63-7.38h-3.95c-14.5.53-21.35 8.43-22 29.25v17.52a3.67 3.67 0 0 0 2.9 3.43h42.81c1.45-.13 2.11-1.97 2.24-3.42V81.16c.14-22.66-6.85-30.96-22-31.49zm43.35-.13c7.9 0 13.83-8.17 13.83-16.34 0-8.43-5.93-16.34-13.83-16.34S97.23 23.71 97.23 33.2c-.13 10.01 6.06 16.34 13.84 16.34zM0 83.27v8.43a8.27 8.27 0 0 0 8.3 8.3h24.64V60.6a17.08 17.08 0 0 0-10.54-3.42h-3.3C6.46 57.58 0 64.43 0 83.27zM20.55 16.6c-7.9 0-13.83 8.17-13.83 16.34 0 8.43 5.93 16.34 13.83 16.34s13.84-6.2 13.84-16.34c.13-9.62-6.06-16.34-13.84-16.34zm45.33 23.58c9.62 0 17-9.88 17-20.15S75.49 0 65.88 0s-17 8.3-17 20.16c-.13 12.38 7.25 20.02 17 20.02z"/>
</symbol><symbol viewBox="0 0 79.33 100" id="icon-svg-company-profile" xmlns="http://www.w3.org/2000/svg">
    <path d="M74.61 0H4.73A4.73 4.73 0 0 0 0 4.73v90.6A4.73 4.73 0 0 0 4.73 100h69.88a4.72 4.72 0 0 0 4.72-4.73V4.67A4.72 4.72 0 0 0 74.61 0zM4.71 95.07V4.73h69.9v90.34z"/>
    <path d="M52.23 30a4.95 4.95 0 0 0-3.07 1v11.32h7.12a2.38 2.38 0 0 0 2.38-2.38v-2.4c0-5.4-1.86-7.38-5.49-7.55zm-12.01-2.17h-1.15c-4.2.18-6.19 2.42-6.29 8.44v5.04a1.08 1.08 0 0 0 .84.98h12.36c.4 0 .6-.58.64-.98v-4.4c-.04-6.51-2.02-8.9-6.4-9.08zm12.51-.05c2.27 0 4-2.33 4-4.74s-1.74-4.76-4-4.76-4 1.96-4 4.76 1.74 4.74 4 4.74zm-32.06 9.75v2.42a2.37 2.37 0 0 0 2.38 2.38h7.12V31a5.03 5.03 0 0 0-3.07-.99h-.96c-3.61.14-5.47 2.11-5.47 7.52zm5.99-19.25c-2.26 0-4.01 2.34-4.01 4.76s1.75 4.74 4.01 4.74 4-1.81 4-4.74-1.78-4.76-4-4.76zm13.02 6.84c2.77 0 4.9-2.86 4.9-5.82s-2.13-5.81-4.9-5.81-4.91 2.4-4.91 5.81 2.13 5.82 4.9 5.82zM12 51.35h54.85v4.98H12z"/>
    <path d="M12 51.37a2.49 2.49 0 1 0 0 4.98 2.49 2.49 0 1 0 0-4.98zm54.85 0a2.49 2.49 0 1 0 0 4.98 2.49 2.49 0 1 0 0-4.98zM12 65.02h54.85V70H12z"/>
    <path d="M12 65.02A2.49 2.49 0 1 0 12 70a2.49 2.49 0 1 0 0-4.98zm54.85 0a2.49 2.49 0 1 0 0 4.98 2.49 2.49 0 1 0 0-4.98zM12 78.67h35.26v4.98H12z"/>
    <path d="M12 78.67a2.49 2.49 0 1 0 0 4.98 2.49 2.49 0 1 0 0-4.98zm35.26 0a2.49 2.49 0 1 0 0 4.98 2.49 2.49 0 1 0 0-4.98z"/>
</symbol><symbol viewBox="0 0 207.25 100" id="icon-svg-compare" xmlns="http://www.w3.org/2000/svg">
    <path d="M36.2 15.32l22.73 24.02H0v21.53h58.74L35.6 84.89 50.04 100l48.05-49.9L50.63 0z"/>
    <path d="M146.95 99.46a7.53 7.53 0 0 1-5.55-2.33l-38.85-37.08a12.61 12.61 0 0 1-.23-19.76c4.89-4.65 38.64-38.43 38.64-38.43A8.77 8.77 0 0 1 146.29 0a9.42 9.42 0 0 1 5.55 1.86c9.5 10.44 10.17 11.37 10.62 12.07a10.3 10.3 0 0 1 1.1 3.72 11.36 11.36 0 0 1-.88 3.72 16.4 16.4 0 0 1-1.33 2.09l-11.77 10.55h48.56a10.22 10.22 0 0 1 9.1 9.54v10.92a10.22 10.22 0 0 1-9.1 9.53h-48.56l11.99 11.22a6.59 6.59 0 0 1 1.77 2.55 7.24 7.24 0 0 1 0 6.74c-.44 1.17-11.46 12.62-11.46 12.62-2 1.63-2.93 2.33-4.93 2.33zm-39.3-53.59a7 7 0 0 0-1.33 1.4 4.7 4.7 0 0 0-.44 3.48c.22 1.17 2 2.8 2 2.8l38.85 37.54 9.6-10.26-26.05-24.73h69.2V41.92h-69.6l26.22-24.58-9.15-10.37z"/>
</symbol><symbol viewBox="0 0 63.06 100" id="icon-svg-contract-left-backward" xmlns="http://www.w3.org/2000/svg">
    <path d="M32 50l24-24 7.06 7.06L46.12 50l16.94 16.94L56 74zM0 50l24-24 6.59 7.06L13.65 50l16.94 16.94L24 74z"/>
</symbol><symbol viewBox="0 0 111.44 100" id="icon-svg-cta-go-arrow" xmlns="http://www.w3.org/2000/svg">
    <path d="M111.44 52.45L63.74 100 50.82 87.67l24.66-26.9H0V40.12h75.48L50.38 14.7 63.3 0l48.14 48.44z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-cta-go-arrow-circle" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm27.6 50L55 72.6 49.4 67l13-13h-36v-8h35.9l-13-13 5.7-5.7L77.6 50z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-cta-go-arrow-circle-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm0 92a42 42 0 1 1 42-42 42 42 0 0 1-42 42z"/>
    <path d="M55 27.4L49.4 33l12.9 13H26.4v8h35.9L49.4 67l5.6 5.6L77.6 50z"/>
</symbol><symbol viewBox="0 0 93.8 100" id="icon-svg-data" xmlns="http://www.w3.org/2000/svg">
    <path fill="#231f20" d="M93.8 21.2C93.8 19 91.8 0 47.7 0 3.8 0 .2 18.7 0 20.8v57.9C0 81 2 100 46.1 100c43.8 0 47.4-18.7 47.7-20.8v-58zM47.4 34.5c15.3 0 30.6-2.9 38.4-8.6V37C84.7 40.2 71 48.3 46.9 48.3S9.1 40.3 8 37V25.2c7.3 6.1 23.5 9.3 39.4 9.3zM8 47.4c9 5.5 24.3 8.8 38.9 8.8 14.7 0 30-3.3 38.9-8.8v11.4C84.7 62 71 70.1 46.9 70.1S9.1 62.1 8 58.8V47.4zM47.7 8c23.1 0 32.2 5.4 35.9 9.4-.2 2.9-12.5 9.6-36.2 9.6-23.8 0-36.1-6.7-36.1-9.6h-.4c4.2-4.1 14-9.4 36.8-9.4zm-1.6 84C11 92 8.1 79.5 7.9 78.5v-9.3c9 5.5 24.3 8.8 38.9 8.8 14.7 0 30-3.3 38.9-8.8v9.1C85.4 79.9 80.6 92 46.1 92z"/>
</symbol><symbol viewBox="0 0 113.32 100" id="icon-svg-description" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 0h113.32v19.6H0zm0 40.12h113.32v19.6H0zM0 80.4h79.94V100H0z"/>
</symbol><symbol viewBox="0 0 131.42 100" id="icon-svg-desktop" xmlns="http://www.w3.org/2000/svg">
    <path d="M127.07 0H4.47A4.44 4.44 0 0 0 0 4.47v71.3a4.44 4.44 0 0 0 4.47 4.47h48.16v11.7H42.1V100h44.7v-8.05H76.29V80.24h50.65a4.44 4.44 0 0 0 4.47-4.47V4.47A4.25 4.25 0 0 0 127.07 0zM68.45 91.95H60.5V80.24h7.96zm55.15-19.7H7.9V7.94h115.7v64.3z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-download" xmlns="http://www.w3.org/2000/svg">
    <path d="M92 68.8V92H8V68.8H0V100h100V68.8z"/>
    <path d="M19.1 45.9L50.3 77l31.1-31.1-5.7-5.7-21.4 21.5V0h-8v61.7L24.8 40.2z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-download-circle-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M62.7 39.2l-8 8V19.9h-8.6v27.3l-8-8-6.1 6 18.4 18.4 18.3-18.4z"/>
    <path fill-rule="evenodd" d="M0 50A50 50 0 1 0 50 0 50.02 50.02 0 0 0 0 50zm7.9 0A42.1 42.1 0 1 1 50 92.1 42.04 42.04 0 0 1 7.9 50z"/>
    <path d="M27.2 69h46.1v8H27.2z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-download-circle-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zM37.4 39.2l8 8V19.9H54v27.3l8-8 6 6-18.3 18.4-18.4-18.4zM72.6 77H26.5v-8h46.1z"/>
</symbol><symbol viewBox="0 0 102.05 100" id="icon-svg-download-one" xmlns="http://www.w3.org/2000/svg">
    <path d="M98.16 100H15.41v-7.86h78.77V50.31h7.86v45.71a3.83 3.83 0 0 1-3.88 3.98z"/>
    <path d="M83.67 4.08A3.98 3.98 0 0 0 79.7.1L3.98 0A3.98 3.98 0 0 0 0 3.98v74.49a3.98 3.98 0 0 0 3.98 3.98H79.9a3.98 3.98 0 0 0 3.98-3.98zM7.86 74.38V7.97l67.85.1.1 66.43H7.86z"/>
    <path d="M32.45 34.49l6.73 6.83V19.4h5.41v21.84l6.74-6.74 3.87 3.77-13.36 13.27-13.27-13.26z"/>
    <path d="M58.06 48.88v8.06H25.71v-8.06h-5.3v13.37h42.96V48.88z"/>
</symbol><symbol viewBox="0 0 110.13 100" id="icon-svg-education-students" xmlns="http://www.w3.org/2000/svg">
    <path d="M60.03 63.77a3.96 3.96 0 0 1-1.2-.22L28.52 51.1v14.1a5.6 5.6 0 0 0 1 2.86c3.63 3.3 17.18 13.77 30.06 13.77s26.54-10.46 30.07-13.77a6.36 6.36 0 0 0 .99-2.86V49.67l-29.4 13.77a3.2 3.2 0 0 1-1.22.33zM24.24 100V38l-9.47-4.19V95.6z"/>
    <path d="M109.48 24.23L61.24.22a3.22 3.22 0 0 0-.99-.22 3.4 3.4 0 0 0-.99.11l-56.5 24A2.48 2.48 0 0 0 1 26.55a2.76 2.76 0 0 0 1.43 2.65l12.34 4.73 38.21-17.18 10.13 3.41L24.9 38.11l34.14 13.65a2.18 2.18 0 0 0 1.21.22 3.96 3.96 0 0 0 1.21-.22l29.08-13.65 19.05-8.92a2.72 2.72 0 0 0-.11-4.96z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-email" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 100a49.69 49.69 0 0 1-19.46-3.93 49.83 49.83 0 0 1-15.9-10.71 49.84 49.84 0 0 1-10.71-15.9A49.69 49.69 0 0 1 0 50a49.69 49.69 0 0 1 3.93-19.46 49.83 49.83 0 0 1 10.71-15.9 49.83 49.83 0 0 1 15.9-10.71A49.69 49.69 0 0 1 50 0a49.69 49.69 0 0 1 19.46 3.93 49.83 49.83 0 0 1 15.9 10.71 49.83 49.83 0 0 1 10.71 15.9A49.69 49.69 0 0 1 100 50a49.69 49.69 0 0 1-3.93 19.46 49.83 49.83 0 0 1-10.71 15.9 49.84 49.84 0 0 1-15.9 10.71A49.69 49.69 0 0 1 50 100zM39.04 50.46L21.8 70.12h56.44L60.6 50.46l-11 9.86-10.55-9.86zM21 33.23v31.9l15.25-17.57L21 33.23zm58 0L63.5 47.56 79 65.13v-31.9zM21.8 29l27.78 26.34L78.24 29z"/>
</symbol><symbol viewBox="0 0 141.04 100" id="icon-svg-email-outline" xmlns="http://www.w3.org/2000/svg">
    <path d="M132.16 0H8.75A8.61 8.61 0 0 0 0 8.75v82.37A8.85 8.85 0 0 0 8.89 100h123.27a8.85 8.85 0 0 0 8.88-8.88V8.74A8.82 8.82 0 0 0 132.16 0zM10.72 81.38V16.64l34.7 30.19zm54.02-17.63a8.99 8.99 0 0 0 5.64 2.12 8.51 8.51 0 0 0 5.64-2.12l11.14-9.73 35.27 35.12H18.62l35.12-35.12zm5.92-9.45L20.6 10.86h99.3zm24.69-7.47l34.7-30.19v64.74z"/>
</symbol><symbol viewBox="0 0 141.04 100" id="icon-svg-email-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M141.04 87.87V10.3L103.4 45.13zM1.98 100H139.2L96.33 52.19l-26.8 23.97L43.87 52.2zM0 10.3v77.57l37.1-42.74zM1.98 0l67.56 64.05L139.2 0z" opacity=".9"/>
</symbol><symbol viewBox="0 0 154.1 100" id="icon-svg-embed" xmlns="http://www.w3.org/2000/svg">
    <path d="M88.36 0l10.1 3.41-32.58 96.6-10.1-3.42zM0 49.97l37.93-37.93 8.3 8.3L16.6 49.97l29.63 29.64-8.3 8.3zm107.87 29.64l29.63-29.64-29.63-29.63 8.3-8.3 37.93 37.93-37.93 37.93z"/>
</symbol><symbol viewBox="0 0 124.07 100" id="icon-svg-exit" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 100V0h58.29v11.77H11.76V87.7h46.53V100z"/>
    <path d="M72.2 81.29l23.53-24.07H37.44V42.24h58.3L72.2 18.72l10.16-10.7 41.71 41.71-41.7 41.71z"/>
</symbol><symbol viewBox="0 0 63.06 100" id="icon-svg-expand-right-forward" xmlns="http://www.w3.org/2000/svg">
    <path d="M31.06 50l-24-24L0 33.06 16.94 50 0 66.94 7.06 74zm32.47 0l-24-24-7.06 7.06L49.41 50 32.47 66.94 39.53 74z"/>
</symbol><symbol viewBox="0 0 104.82 100" id="icon-svg-external" xmlns="http://www.w3.org/2000/svg">
    <path d="M11 89V16.87H0V100h89.73V89zm82.82-33.86v12.89H31.34V11h16.98V0H20.34v79.04h84.48v-23.9z"/>
    <path d="M64.36 48.22l29.35-29.35V41.6l11.11-.1-.1-39.83L103.04 0H63l-.1 11 22.12-.1L56.5 39.53z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-facebook" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 0 0-7.1 99.5V64.1H30.2V49.4h12.7V38.6c0-12.5 7.7-19.4 18.9-19.4a94.92 94.92 0 0 1 11.3.6v13.1h-7.8c-6.1 0-7.3 2.9-7.3 7.1v9.4h14.5l-1.9 14.7H58v35.2A49.97 49.97 0 0 0 50 0z"/>
</symbol><symbol viewBox="0 0 100.03 100" id="icon-svg-fast-connection" xmlns="http://www.w3.org/2000/svg">
    <path d="M47.9 24h17.7l-9.8 22.1 7.9-1s1.5-.1 1.8.4c.3.8-1 2.8-1 2.8L43 81.2s-1.1 2.1-2.7 1.6c-1.2-.4-.6-2.5-.6-2.5L46.9 54l-6.9.7a5.83 5.83 0 0 1-2.6-.1c-.7-.3.5-3.1.5-3.1z"/>
    <path d="M98.7 61.3a48.49 48.49 0 0 0 .4-20.8 50 50 0 1 0-39.6 58.6 48.54 48.54 0 0 0 10.8-3.4c1.7 1.8 3.4 2.4 5.7 1.3 3.7-1.7 19-14 19-14l-2-2.6 5-3.9-6.1-7.6-5 3.6L85 70s-13.9 9.7-20 15c0 0-1.1.8.6 3.4a38.2 38.2 0 0 1-7.7 2.3 41.5 41.5 0 1 1 32.8-48.6 40.28 40.28 0 0 1-.2 16.6zM84.5 77a3.5 3.5 0 1 1-3.5 3.5 3.54 3.54 0 0 1 3.5-3.5z"/>
</symbol><symbol viewBox="0 0 119.49 100" id="icon-svg-file-upload-drag" xmlns="http://www.w3.org/2000/svg">
    <path d="M62.3 61.02H101L88.2 47.94l6.54-7.54 24.75 24.9v1.98L95.02 91.75l-6.68-6.4L101 71.55H62.3zM50.78 1.28v28.45h28.45z"/>
    <path d="M56.9 77.1V55.62h23.18v-20.2H45.24V0H0v100h80.08V77.1z"/>
</symbol><symbol viewBox="0 0 122.9 100" id="icon-svg-filter" xmlns="http://www.w3.org/2000/svg">
    <path d="M108.17 6.15c-20.28-7.68-50.7-6-50.7-6S26 0 6.18 10.16c-10.29 5.06-4.6 13.5-4.6 13.5l49.6 43.48v28.42s2.77 4.45 9.84 4.45 10.3-3.38 10.3-3.38V67.44l50.37-43.94c.31 0 6.76-9.98-13.51-17.35zM61.93 29.8c-28.26 0-51.15-5.22-51.15-11.67S33.67 6.3 61.93 6.3s51.15 5.23 51.15 11.83S90.04 29.8 61.93 29.8z"/>
</symbol><symbol viewBox="0 0 114 100" id="icon-svg-flag-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 100V4.67A4.9 4.9 0 0 1 4.9 0h104.34a4.49 4.49 0 0 1 4.22 2.74 4.75 4.75 0 0 1-.69 5.01L89.74 35.23l23.15 27.48a4.71 4.71 0 0 1 .68 5.02 4.8 4.8 0 0 1-4.22 2.74H9.92V100H0zm9.92-39H99.2L80.05 38.2a4.66 4.66 0 0 1 0-6.04L99.2 9.35H9.92z"/>
</symbol><symbol viewBox="0 0 114 100" id="icon-svg-flag-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 100V4.67A4.9 4.9 0 0 1 4.9 0h104.34a4.49 4.49 0 0 1 4.22 2.74 4.75 4.75 0 0 1-.69 5.01L89.74 35.23l23.15 27.48a4.71 4.71 0 0 1 .68 5.02 4.8 4.8 0 0 1-4.22 2.74H9.92V100H0z"/>
</symbol><symbol viewBox="0 0 111.11 100" id="icon-svg-fullscreen" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 0v33.33h8.89V8.9h24.44V0H0zm77.78 0v8.89h24.44v24.44h8.9V0H77.77zM0 91.11V100h33.33v-8.89H8.9V66.67H0zm77.78 0V100h33.33V66.67h-8.89V91.1zM22.22 26.67v48.89H88.9v-48.9H22.22zm8.9 8.89H80v31.1H31.11z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-globe-international" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zM7.6 50.7h14.3v.9a75.48 75.48 0 0 0 1.6 13.2H10.3a41.1 41.1 0 0 1-2.7-14.1zm46.2-29.4V7.8a40.14 40.14 0 0 1 7.7 1.4c.7 1.8 2.3 6.3 4 12.2H53.8zm13.8 7.6a107.9 107.9 0 0 1 2.5 14.2H53.8V28.9zm-21.4-7.6H34.5c1.7-5.9 3.4-10.4 4-12.2a49.52 49.52 0 0 1 7.7-1.3zm0 7.6v14.2H29.9a107.94 107.94 0 0 1 2.6-14.2h13.7zM22.3 43.1H8.2a40.92 40.92 0 0 1 5.1-14.2h11.4a110.74 110.74 0 0 0-2.4 14.2zm7.2 8.3v-.7h16.7v14.1h-15a70.23 70.23 0 0 1-1.7-13.4zm16.7 20.9v19.9a41.73 41.73 0 0 1-6-1 166.69 166.69 0 0 1-7-18.9zm7.6 0h13a159.25 159.25 0 0 1-7 18.9 37.56 37.56 0 0 1-6 1V72.3zm0-7.5V50.7h16.7v.7a68.5 68.5 0 0 1-1.8 13.3H53.8zm24.3-14.1h14.3a41.56 41.56 0 0 1-2.7 14.1H76.5a75.48 75.48 0 0 0 1.6-13.2zm-.4-7.6a107.86 107.86 0 0 0-2.4-14.2h11.4a43.05 43.05 0 0 1 5.1 14.2zm3.5-21.8h-7.8c-.9-3.1-1.7-5.9-2.5-8.2a43.27 43.27 0 0 1 10.3 8.2zm-52.1-8.2c-.8 2.4-1.7 5.1-2.5 8.2h-7.8a43.27 43.27 0 0 1 10.3-8.2zM14 72.3h11.3a128.51 128.51 0 0 0 5.2 15.3A41.9 41.9 0 0 1 14 72.3zm55.5 15.3c1.6-4.1 3.5-9.4 5.2-15.3H86a41.9 41.9 0 0 1-16.5 15.3z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-googleplus" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A49.99 49.99 0 0 0 50 0zM40 71.5h-.63c-11.5 0-20.87-10.13-20.87-21C18.5 37.25 29.13 29 38.88 29h1.24c5.26 0 10.13 2.5 13.63 5v.25l-6.13 6.25a11.9 11.9 0 0 0-8-3.13 12.1 12.1 0 0 0-8.37 3.38c-3.38 3-3.88 7.63-3.88 10 0 5.13 5.13 11.75 12.38 11.75 4.88 0 10.38-2.13 11.13-8.38h-10.5v-8.74h18.87a37.53 37.53 0 0 1 .5 5.5C59.75 62.24 51.5 71.5 40 71.5zm45.13-20h-7.5V59h-5v-7.5h-7.5v-5h7.5V39h5v7.5h7.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-help-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 7.78A42.22 42.22 0 1 1 7.78 50C8.33 26.67 27.22 7.78 50 7.78M50 0a50 50 0 1 0 50 50A49.8 49.8 0 0 0 50 0z"/>
    <path d="M42.34 36.68c1.34-6.9 5.09-7.64 7.94-7.64a7.64 7.64 0 0 1 4.64 1.64 4.83 4.83 0 0 1 1.8 3.9 6 6 0 0 1-1.8 4.2c-1.2.9-2.55 1.65-3.74 2.4a18.86 18.86 0 0 0-4.2 2.85 7.1 7.1 0 0 0-1.8 2.84 9.16 9.16 0 0 0-1.05 3.6 18.95 18.95 0 0 1-.15 2.4c-.15 2.4-.15 3.53-.15 8.48h10.34l-.15-8.18c0-.6.15-1.35.15-1.65a11.62 11.62 0 0 1 3.6-2.4 16.14 16.14 0 0 0 10.18-14.39 14.5 14.5 0 0 0-5.09-11.38A18.86 18.86 0 0 0 51.03 19h-1.95A17.26 17.26 0 0 0 32 34.88v2.4l10.34 2.25zm7.34 30.41h-2.55a5.37 5.37 0 0 0-5.4 5.4v2.54a5.37 5.37 0 0 0 5.4 5.4h2.55a5.37 5.37 0 0 0 5.39-5.4v-2.55a5.37 5.37 0 0 0-5.4-5.4z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-help-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 100a49.69 49.69 0 0 1-19.46-3.93 49.83 49.83 0 0 1-15.9-10.71 49.83 49.83 0 0 1-10.71-15.9A49.68 49.68 0 0 1 0 50a49.69 49.69 0 0 1 3.93-19.46 49.83 49.83 0 0 1 10.72-15.9A49.83 49.83 0 0 1 30.54 3.93 49.69 49.69 0 0 1 50 0a49.69 49.69 0 0 1 19.46 3.93 49.83 49.83 0 0 1 15.9 10.71 49.83 49.83 0 0 1 10.71 15.9A49.69 49.69 0 0 1 100 50a49.69 49.69 0 0 1-3.93 19.46 49.83 49.83 0 0 1-10.71 15.9 49.84 49.84 0 0 1-15.9 10.71A49.69 49.69 0 0 1 50 100zm-3.09-29.43a5.56 5.56 0 0 0-4.01 1.7 5.89 5.89 0 0 0-1.66 4.14v2.75a5.89 5.89 0 0 0 1.66 4.14 5.56 5.56 0 0 0 4 1.7h2.68a5.56 5.56 0 0 0 4.02-1.7 5.89 5.89 0 0 0 1.65-4.14v-2.75a5.89 5.89 0 0 0-1.65-4.14 5.56 5.56 0 0 0-4.02-1.7zm3.31-45.4a7.9 7.9 0 0 1 4.88 1.78 5.3 5.3 0 0 1 1.9 4.21 6.6 6.6 0 0 1-1.9 4.54 34.64 34.64 0 0 1-2.88 1.93l-1.05.66a19.77 19.77 0 0 0-4.42 3.08 7.83 7.83 0 0 0-1.89 3.08 10.04 10.04 0 0 0-1.1 3.9 21.11 21.11 0 0 1-.15 2.59c-.1 1.62-.08 3.6-.04 6.1.02 1.53.04 3.25.04 5.25h10.87l-.32-11.03a10.11 10.11 0 0 1 .1-1.18c.04-.25.06-.47.06-.6a12.09 12.09 0 0 1 3.78-2.6 17.09 17.09 0 0 0 7.6-6.14 18.04 18.04 0 0 0 3.12-9.42 15.63 15.63 0 0 0-1.32-6.77A16.19 16.19 0 0 0 63.46 19 19.45 19.45 0 0 0 51 14.3h-2.05a17.6 17.6 0 0 0-12.17 4.95A18.98 18.98 0 0 0 31 31.48v2.6l10.87 2.43v-3.08c1.4-7.33 5.2-8.27 8.35-8.27z"/>
</symbol><symbol viewBox="0 0 1250 100" id="icon-svg-hide" xmlns="http://www.w3.org/2000/svg">
    <path d="M1250 0v100H0V0z"/>
</symbol><symbol viewBox="0 0 625 100" id="icon-svg-hide-thick" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 0h625v100H0z"/>
</symbol><symbol viewBox="0 0 86.8 100" id="icon-svg-hold-pause" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 0h24.8v100H0zm62 0h24.8v100H62z"/>
</symbol><symbol viewBox="0 0 135.14 100" id="icon-svg-home" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M21.32 64.26V100h33.94V71.47h24.62V100h33.93V64.26h21.32L67.57 0 0 64.26z"/>
</symbol><symbol viewBox="0 0 40.93 100" id="icon-svg-image-carousel-arrow-left" xmlns="http://www.w3.org/2000/svg">
    <path d="M32.9 0l8.04 6.84-30.73 43.1 30.72 43.22L32.9 100 0 53.1v-6.2z"/>
</symbol><symbol viewBox="0 0 40.93 100" id="icon-svg-image-carousel-arrow-right" xmlns="http://www.w3.org/2000/svg">
    <path d="M7.93 0L0 6.84l30.73 43.1L0 93.17 7.93 100l33-46.9v-6.2z"/>
</symbol><symbol viewBox="0 0 40 100" id="icon-svg-info" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 96v4h40v-4H28V36H0v4h12v56zm8-86a10 10 0 0 0 20 0 10 10 0 0 0-20 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-info-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 8A42 42 0 1 1 8 50 42 42 0 0 1 50 8m0-8a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0z"/>
    <path d="M45 46.1h10v30.8H45zm5-23a7 7 0 1 0 0 14 7 7 0 1 0 0-14z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-info-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm5 76.9H45V46.1h10zm-5-39.8a7 7 0 1 1 7-7 6.96 6.96 0 0 1-7 7z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-instagram" xmlns="http://www.w3.org/2000/svg">
    <path d="M75.1 31.3a10.82 10.82 0 0 0-6.2-6.2 18.26 18.26 0 0 0-6.1-1.1c-3.3-.2-4.4-.2-13.1-.2-8.6 0-9.7.2-13.1.2a18.83 18.83 0 0 0-6.2 1.1 10.82 10.82 0 0 0-6.2 6.2 18.83 18.83 0 0 0-1.1 6.2c-.2 3.3-.2 4.5-.2 13.1s.2 9.7.2 13.1a18.83 18.83 0 0 0 1.1 6.2 10.82 10.82 0 0 0 6.2 6.2 19.5 19.5 0 0 0 6.4 1c3.3.2 4.5.2 13.1.2s9.7-.2 13.1-.2a18.26 18.26 0 0 0 6.1-1.1 10.82 10.82 0 0 0 6.2-6.2 18.25 18.25 0 0 0 1.1-6.1c.2-3.3.2-4.5.2-13.1s-.2-9.7-.2-13.1a19.09 19.09 0 0 0-1.3-6.2zM49.7 67.4a16.8 16.8 0 1 1 16.8-16.8 16.77 16.77 0 0 1-16.8 16.8zm17.5-30.3a3.9 3.9 0 0 1-3.9-3.9 3.97 3.97 0 0 1 3.9-3.9 3.9 3.9 0 1 1 0 7.8z"/>
    <path d="M49.7 39.7a10.9 10.9 0 1 0 0 21.8 10.9 10.9 0 1 0 0-21.8z"/>
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm32.2 64.1a24.62 24.62 0 0 1-1.5 8 16.8 16.8 0 0 1-9.6 9.6 23.67 23.67 0 0 1-8 1.5c-3.5.2-4.6.2-13.5.2s-10 0-13.5-.2a24.62 24.62 0 0 1-8-1.5 16.8 16.8 0 0 1-9.6-9.6 23.67 23.67 0 0 1-1.5-8c-.2-3.5-.2-4.6-.2-13.5s0-10 .2-13.5a24.62 24.62 0 0 1 1.5-8 16.8 16.8 0 0 1 9.6-9.6 23.67 23.67 0 0 1 8-1.5c3.5-.2 4.6-.2 13.5-.2s10 0 13.5.3a24.62 24.62 0 0 1 8 1.5 16.8 16.8 0 0 1 9.6 9.6 23.67 23.67 0 0 1 1.5 8c.2 3.5.2 4.6.2 13.5 0 8.8-.2 9.9-.2 13.4z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-jump-link" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M40 33.38h10v-10H40zm10 10h10v-10H50zm10 0v10h10v-10zm-10 10v10h10v-10zm0 20v-10H40v10zM0 50A50 50 0 1 0 50 0 49.99 49.99 0 0 0 0 50zm7.88 0A42.13 42.13 0 1 1 50 92.13 42.14 42.14 0 0 1 7.87 50z"/>
</symbol><symbol viewBox="0 0 103.1 100" id="icon-svg-key-learning" xmlns="http://www.w3.org/2000/svg">
    <path d="M25.82 83.68l16.97 1.96-.66-17.5 16.32 1.84 2.87-12.01.53.26a36.65 36.65 0 0 0 11.48 2.21A29.92 29.92 0 0 0 103.1 30.3C103.1 13.58 89.78 0 73.33 0a29.92 29.92 0 0 0-29.76 30.16 30.34 30.34 0 0 0 1.3 9.14 21.57 21.57 0 0 0 1.3 3.79L1.02 87.99C-3.43 92.69 8.2 100 8.2 100h19.06zm56.65-54.7a8.88 8.88 0 1 1 8.88-8.88 8.89 8.89 0 0 1-8.88 8.88z"/>
</symbol><symbol viewBox="0 0 189.21 100" id="icon-svg-left-menu" xmlns="http://www.w3.org/2000/svg">
    <path d="M60.78 0h128.44v28.43H60.78zm0 71.57h128.44V100H60.78zM0 0h35.29v28.43H0zm0 71.57h35.29V100H0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-link" xmlns="http://www.w3.org/2000/svg">
    <path d="M93.9 12.63L86.87 5.6A19.4 19.4 0 0 0 73.31.08 18.12 18.12 0 0 0 59.25 5.1L44.2 20.16a18.49 18.49 0 0 0-5.53 14.56 13.9 13.9 0 0 0 .5 4.52 12.48 12.48 0 0 0-4.01-.5c-5.02 0-10.05 1.5-13.56 5.52L6.03 59.84A16.9 16.9 0 0 0 0 72.89a20.61 20.61 0 0 0 5.52 14.06l7.03 7.03A19.9 19.9 0 0 0 26.11 100h1.5a21.58 21.58 0 0 0 14.07-5.52l15.06-15.06a21.88 21.88 0 0 0 5.52-14.57 13.9 13.9 0 0 0-.5-4.52 11.06 11.06 0 0 0 4.02.5h.5a19.4 19.4 0 0 0 13.56-5.52L94.4 40.25a20.61 20.61 0 0 0 5.52-14.06 19.9 19.9 0 0 0-6.02-13.56zM64.77 53.8h-3c4.51-4.51 19.07-20.08 22.6-23.6a5.7 5.7 0 0 0 1.5-4.01 6.2 6.2 0 0 0-2.01-4.02l-7.03-7.03a5.45 5.45 0 0 0-4.52-2 5.7 5.7 0 0 0-4.02 1.5c-3.01 3.01-18.08 18.58-22.09 23.1v-2.52a13.26 13.26 0 0 1 3.52-9.53l15.06-15.07c2-2.5 5.02-3.51 8.53-3.51h.5a13.1 13.1 0 0 1 8.54 3.51l7.03 7.03a11.4 11.4 0 0 1 3.01 8.04 13.72 13.72 0 0 1-4.02 9.54L73.81 50.29a14.44 14.44 0 0 1-9.04 3.51zM21.6 73.4l8.54-8.54a9 9 0 0 0 2.5 3.52 8.1 8.1 0 0 0 3.52 2c-2.5 2.52-6.52 7.03-8.03 8.54zm-6.02-4.52a6.1 6.1 0 0 0 0 8.03l8.03 7.53a5.42 5.42 0 0 0 3.52 1.51 5.7 5.7 0 0 0 4.01-1.5l22.1-23.1c0 1 .5 2.5.5 3.5 0 3.02-1 6.54-3.52 8.54L35.15 88.45a11.76 11.76 0 0 1-9.04 4.02 14.44 14.44 0 0 1-9.04-3.52l-7.03-7.03c-2-2-3.01-5.02-3.01-8.53s1-6.53 3.52-8.54L26.1 49.3c2.01-2.52 5.02-3.52 8.54-3.52h3.01zm21.59-6.03c-1-1-1-2.5-.5-4.02l21.59-22.6a5.18 5.18 0 0 1 5.52 5.53l-21.59 22.6a8.48 8.48 0 0 1-5.02-1.5zM78.33 26.7l-9.04 9.54a15.26 15.26 0 0 0-2.5-3.51 10.5 10.5 0 0 0-3.02-2.01l9.04-9.04c1 .5 3.51 3.01 5.52 5.02z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-linkedin" xmlns="http://www.w3.org/2000/svg">
    <path d="M55.1 42.5zM50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zM37.4 71.9H26V37.5h11.4zm-5.8-39.1c-3.9 0-6.4-2.6-6.4-5.9 0-3.4 2.6-5.9 6.5-5.9s6.3 2.6 6.4 5.9c0 3.3-2.5 5.9-6.5 5.9zm47 39.1H67.2V53.5c0-4.6-1.7-7.8-5.8-7.8a6.3 6.3 0 0 0-5.9 4.2 7.88 7.88 0 0 0-.4 2.8v19.2H43.7s.2-31.2 0-34.4h11.4v4.9a11.37 11.37 0 0 1 10.3-5.7c7.5 0 13.2 4.9 13.2 15.5v19.7z"/>
</symbol><symbol viewBox="0 0 85.56 100" id="icon-svg-lock" xmlns="http://www.w3.org/2000/svg">
    <path d="M78.55 35.86h-7.1v-5.9A29.6 29.6 0 0 0 45.63.13a28.6 28.6 0 0 0-31.22 25.62 28.12 28.12 0 0 0-.1 2.9v7.1H7.1a7.29 7.29 0 0 0-7.1 7.2V92.9a7.13 7.13 0 0 0 7.1 7.1h71.35a7.13 7.13 0 0 0 7.1-7.1V42.96a6.98 6.98 0 0 0-7-7.1zm-50.03-7.1a14.31 14.31 0 1 1 28.62 0v7.1H28.52zm42.83 57.03H14.3v-7.1h57.14v7.1zm0-14.2H14.3v-7.1h57.14v7.1zm0-14.32H14.3v-7.1h57.14v7.1z"/>
</symbol><symbol viewBox="0 0 89 100" id="icon-svg-lock-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M83 38.5H72.5V28a28 28 0 0 0-56 0v10.5H6a6.02 6.02 0 0 0-6 6V94a6.02 6.02 0 0 0 6 6h77a6.02 6.02 0 0 0 6-6V44.5a6.02 6.02 0 0 0-6-6zM23 28a21.5 21.5 0 0 1 43 0v10.5h-4.5V28a17 17 0 0 0-34 0v10.5H23zm32 0v10.5H34V28a10.5 10.5 0 0 1 21 0zm27.5 65.5h-76V45h76.1v48.5z"/>
    <path d="M14 55h61v6.5H14zm0 11h61v6.5H14zm0 11h61v6.5H14z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-login" xmlns="http://www.w3.org/2000/svg">
    <path d="M87.1 58.3l12.9-1.9V43.9l-12.9-1.8L82 29.6l7.9-10.4-9.1-8.9-10.3 7.9L58 13.1 56.2.1H43.8l-1.8 13-12.5 5.1-10.2-8-9 9.1 7.9 10.4L13 42.2 0 43.9v12.5l13 1.8 5.1 12.1-7.9 10.6 9.1 9L29.7 82l12.1 5.1 1.9 13h12.5L58 87.2l12.5-5.1L80.9 90l9-9.1L82 70.7zM50 72.4a22.3 22.3 0 1 1 22.5-22.3A22.5 22.5 0 0 1 50 72.4z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-login-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M99.7 44.55a6.88 6.88 0 0 0-5.8-6.79l-7.29-1-1.4-3.4 4.4-5.9a6.83 6.83 0 0 0-.6-8.88l-7.89-7.8a6.57 6.57 0 0 0-4.7-1.9 6.77 6.77 0 0 0-4.1 1.4l-5.8 4.4-3.5-1.5-1-7.39A6.85 6.85 0 0 0 55.36 0h-11a6.7 6.7 0 0 0-6.69 5.9l-.9 7.39-3.3 1.4-6-4.5a6.73 6.73 0 0 0-8.88.6l-7.8 7.89a6.7 6.7 0 0 0-.5 8.79l4.5 5.9-1.5 3.5-7.39 1A6.7 6.7 0 0 0 0 44.55v10.98a6.88 6.88 0 0 0 5.8 6.8l7.5 1 1.4 3.3-4.5 5.9a6.72 6.72 0 0 0 .6 8.88l7.79 7.8a6.73 6.73 0 0 0 8.89.6l5.9-4.5 3.4 1.4 1 7.49a6.78 6.78 0 0 0 6.69 5.8h11.09a6.78 6.78 0 0 0 6.69-5.9l1-7.3 3.4-1.4 5.9 4.5a6.73 6.73 0 0 0 8.88-.6l7.8-7.79a6.83 6.83 0 0 0 .6-8.89l-4.4-5.8 1.5-3.5 7.29-1a6.88 6.88 0 0 0 5.8-6.79zM75.22 68.03l6.5 8.5-5.4 5.39-8.49-6.5-12.69 5.3-1.4 10.79h-7.69l-1.5-10.69-12.49-5.2-8.59 6.3-5.4-5.4 6.5-8.59-5.2-12.58-10.88-1.5v-7.7l10.69-1.4 5.3-12.58-6.4-8.6 5.4-5.39 8.58 6.5 12.6-5.2 1.4-10.89h7.68l1.5 10.59 12.69 5.3 8.4-6.5 5.39 5.4-6.4 8.69 5.3 12.58 10.59 1.4v7.7l-10.6 1.5z"/>
    <path d="M49.85 28.87a21.18 21.18 0 1 0 21.18 21.18 21.19 21.19 0 0 0-21.18-21.18zm0 33.67a12.49 12.49 0 1 1 12.49-12.5 12.5 12.5 0 0 1-12.49 12.5z"/>
</symbol><symbol viewBox="0 0 81.26 100" id="icon-svg-mac" xmlns="http://www.w3.org/2000/svg">
    <path d="M67.83 53.18C67.7 40.57 78.14 34.46 78.7 34.05a23.25 23.25 0 0 0-18.32-9.9c-7.73-.81-15.2 4.62-19.13 4.62-4.07 0-10.04-4.48-16.55-4.34A24.3 24.3 0 0 0 4.19 36.9c-8.8 15.34-2.3 38 6.25 50.47 4.2 6.1 9.23 12.9 15.74 12.62 6.38-.27 8.82-4.07 16.42-4.07s9.9 4.07 16.55 3.94c6.78-.14 11.12-6.1 15.2-12.21a46.66 46.66 0 0 0 6.92-14.25 21.88 21.88 0 0 1-13.44-20.22zM55.35 16.01c3.4-4.34 5.83-10.18 5.16-16.01a22.8 22.8 0 0 0-14.8 7.6c-3.11 3.66-5.96 9.77-5.28 15.47 5.56.4 11.26-2.85 14.92-7.06z"/>
</symbol><symbol viewBox="0 0 133.33 100" id="icon-svg-menu" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 0h133.33v16.67H0zm0 41.6h133.33v16.67H0zm0 41.73h133.33V100H0z"/>
</symbol><symbol viewBox="0 0 66.62 100" id="icon-svg-mic-off" xmlns="http://www.w3.org/2000/svg">
    <path d="M65.66 81.4l-58.1-72a4.26 4.26 0 1 0-6.6 5.4l14 17.3v26.2s1.9 15.4 18 15.4c5.6 0 9.5-1.9 12.1-4.3l4.2 5.2a4.35 4.35 0 0 1-.7.6 12.73 12.73 0 0 1-1.9 1.3c-.4.2-.8.5-1.2.7a3.7 3.7 0 0 1-1.1.5 9.62 9.62 0 0 1-1.8.7l-.9.3-2.1.6c-.3.1-.7.1-1 .2-.7.1-1.5.3-2.2.4-.8.1-1.6.1-2.4.2-.4 0-.8.1-1.2.1a4.87 4.87 0 0 1-1.2-.1c-.8 0-1.7-.1-2.5-.1a14.34 14.34 0 0 1-2.2-.4c-.3-.1-.7-.1-1-.2l-2.1-.6-.9-.3c-.6-.2-1.2-.5-1.8-.7a5.36 5.36 0 0 0-1.1-.5 7.46 7.46 0 0 1-1.2-.7c-.7-.4-1.3-.9-1.9-1.3-7.5-6.1-8.2-15.7-8.2-16.5V42.1s.3-2.3-3.1-2.3c-4 0-3.7 2.3-3.7 2.3v17.4a31.03 31.03 0 0 0 7.8 18.2c4 4.5 10 8.1 18.6 9V94H9.86s-4.4 2.6-4.4 6h54.5s-1.2-5.6-4.9-6.3h-17.6v-7.1a29.43 29.43 0 0 0 16-6.7l5.6 6.9a4.37 4.37 0 0 0 3.3 1.6 4.6 4.6 0 0 0 2.7-.9 4.4 4.4 0 0 0 .6-6.1zm-15.1-34.9V15.4S48.66 0 32.56 0c-8.4 0-12.8 4.2-15.2 8.2l33.1 41v-2.7zm6.2 10.4l6.1 7.5a21.81 21.81 0 0 0 .7-4.9V42.1s.4-2.3-3.7-2.3c-3.4 0-3.1 2.3-3.1 2.3z"/>
</symbol><symbol viewBox="0 0 61.81 100" id="icon-svg-mic-on" xmlns="http://www.w3.org/2000/svg">
    <path d="M61.8 42.1s.3-2.3-3.7-2.3c-3.4 0-3.1 2.3-3.1 2.3v16.6c0 .8-.8 10.4-8.3 16.5a12.73 12.73 0 0 1-1.9 1.3c-.4.2-.8.5-1.2.7a3.7 3.7 0 0 1-1.1.5 9.62 9.62 0 0 1-1.8.7l-.9.3-2.1.6c-.3.1-.7.1-1 .2-.7.1-1.5.3-2.2.4-.6.1-1.5.1-2.3.2-.4 0-.8.1-1.2.1a4.87 4.87 0 0 1-1.2-.1c-.8 0-1.7-.1-2.5-.1a14.34 14.34 0 0 1-2.2-.4c-.3-.1-.7-.1-1-.2l-2.1-.6-.9-.3c-.6-.2-1.2-.5-1.8-.7a5.36 5.36 0 0 0-1.1-.5 7.46 7.46 0 0 1-1.2-.7c-.7-.4-1.3-.9-1.9-1.3-7.5-6.1-8.2-15.7-8.3-16.5V42.1s.3-2.3-3.1-2.3c-4 0-3.7 2.3-3.7 2.3v17.4a32.76 32.76 0 0 0 7.9 18.2c4 4.5 10 8.1 18.6 9V94H8.2s-4.4 2.6-4.4 6h54.4s-1.2-5.6-4.9-6.3H35.8v-7.1c8.4-1 14.3-4.6 18.3-9 6-6.6 7.7-14.9 7.7-18.2V42.1z"/>
    <path d="M31.1 73.6c16.1 0 17.7-15.5 17.7-15.5V15.4S46.9 0 30.8 0 13.2 15.5 13.2 15.5v42.9c0-.1 1.8 15.2 17.9 15.2z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-mobile-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M42 83.6h16.4v6.6H42z"/>
    <path d="M75.63 0H24.71A5.7 5.7 0 0 0 19 5.7v88.6a5.7 5.7 0 0 0 5.7 5.7h50.93a5.7 5.7 0 0 0 5.71-5.7V5.7a5.7 5.7 0 0 0-5.7-5.7zm-.8 93.5H25.51V80.37h49.32zm0-19.63H25.51V21.32h49.32zm0-59.06H25.51v-8.2h49.32z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-mobile-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M75.26 0H25.2A6.24 6.24 0 0 0 19 6.2v87.6a6.17 6.17 0 0 0 6.2 6.2h50.06a6.17 6.17 0 0 0 6.2-6.2V6.2a6.11 6.11 0 0 0-6.2-6.2zM57.54 93.9H43.02v-6.21h14.52zm17.72-13.62H25.2V14.51h50.05z"/>
</symbol><symbol viewBox="0 0 102.46 100" id="icon-svg-mp4-file" xmlns="http://www.w3.org/2000/svg">
    <path d="M101.43 27.46H75.61V0zm-31.76 7.17V.51h-41.5v38.32h49.7v38.01h-49.7V100h74.29V34.63zm9.22 3.18H0v40.06h78.9zM2.05 39.86h74.8v35.96H2.05z"/>
    <path d="M32 47.83v22h-4.16V53.76L23.1 66.85h-3.57l-4.76-13.67v16.64H10.6v-22h5.35l5.35 15.46 5.35-15.45H32zm17.84 1.19c1.19 1.19 2.38 2.38 2.38 4.75v1.79a5.4 5.4 0 0 1-2.38 4.75 10.04 10.04 0 0 1-5.95 1.79h-2.97v7.72h-4.16v-22h7.13c2.38 0 4.16 0 5.95 1.2zm-1.79 5.35a3.09 3.09 0 0 0-1.18-2.38c-.6-1.19-1.79-1.19-2.98-1.19h-2.97v8.32h2.38c2.97 0 4.75-1.19 4.75-3.56zm14.87 11.29H52.8V63.3l7.73-15.46h4.16L57.56 62.7h6.53l.6-5.94h2.97v5.94h2.97v2.97h-3.56v4.16H62.9z"/>
</symbol><symbol viewBox="0 0 110.5 100" id="icon-svg-multi-user" xmlns="http://www.w3.org/2000/svg">
    <path d="M25.86 49.72h-3.98C7.4 50.4.44 58.12 0 79.01v17.56A3.67 3.67 0 0 0 2.87 100h42.88c1.43-.11 2.1-1.99 2.2-3.42V81.31c0-22.65-6.85-30.93-22.1-31.6zm-1.88-9.39c9.61 0 17.02-9.94 17.02-20.1C41 9.93 33.6 0 23.98 0S6.96 8.29 6.96 20.11c0 12.49 7.4 20.22 17.02 20.22zm64.42 9.39h-3.98c-14.59.67-21.44 8.4-21.88 29.29v17.56a3.67 3.67 0 0 0 2.87 3.43h42.88c1.43-.11 2.1-1.99 2.2-3.42V81.31c0-22.65-6.85-30.93-22.1-31.6zm-1.88-9.39c9.61 0 17.02-9.94 17.02-20.1C103.54 9.93 96.14 0 86.52 0S69.5 8.29 69.5 20.11c0 12.49 7.4 20.22 17.02 20.22z"/>
</symbol><symbol viewBox="0 0 134.58 100" id="icon-svg-open-cart" xmlns="http://www.w3.org/2000/svg">
    <path d="M32.04 72.12a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.77-5.76 5.61 5.61 0 0 1 5.77-5.63 5.78 5.78 0 0 1 5.76 5.63 5.9 5.9 0 0 1-5.76 5.76zm52.41-19.7a13.94 13.94 0 1 0 13.94 13.94 13.93 13.93 0 0 0-13.94-13.94zm0 19.7a5.8 5.8 0 0 1-5.76-5.76 5.7 5.7 0 0 1 5.76-5.63 5.7 5.7 0 1 1 0 11.4zM110.72 0h-1.87l-13 56.57h-75.2l-10.2-43.84L0 15.15l11.8 51.07.27 1.07h92.22l13-56.57h17.3V0z"/>
</symbol><symbol viewBox="0 0 106.38 100" id="icon-svg-open-enlarge" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 100V24.79h15v7.98H7.87v59.25h69.47V85h7.87v15zm24.57-21.17V0h81.81v78.83zm73.94-7.98V7.98H32.55v62.87z"/>
    <path d="M47.45 53.09L71.8 28.82l-17.02.21v-7.02H83.5l.53.96-.1 28.5-6.81-.1-.1-17.44L52.65 58.3z"/>
</symbol><symbol viewBox="0 0 107.16 100" id="icon-svg-open-ext-link-same-window" xmlns="http://www.w3.org/2000/svg">
    <path d="M96.1 69.66v20.12H10.64V10.7h24.83V0H0v100h106.84V69.66z"/>
    <path d="M55.98 58.54l40.35-40.52v34.54h10.83l-.1-50.42L105.01 0H54.27v10.87h34.28L48.8 50z"/>
</symbol><symbol viewBox="0 0 107.31 100" id="icon-svg-open-ext-video-new-window" xmlns="http://www.w3.org/2000/svg">
    <path d="M40.46 71.78L61.5 56.33l-21.03-14.8z"/>
    <path d="M97 10.3v67.06h10.3V0H23.84v10.3zM20.09 62.34V29.83h58.04v53h-39.7v10.3h49.9v-73.6H9.78v42.7z"/>
    <path d="M22.54 69h8.6v24.57h-8.6z"/>
    <path d="M6.56 69h24.58v8.69H6.56z"/>
    <path d="M0 94.23L20.63 73.6l5.77 5.76L5.76 100z"/>
</symbol><symbol viewBox="0 0 97.6 100" id="icon-svg-overview" xmlns="http://www.w3.org/2000/svg">
    <path d="M95 0H2.7A2.7 2.7 0 0 0 0 2.7v94.6a2.7 2.7 0 0 0 2.7 2.7h92.2a2.7 2.7 0 0 0 2.7-2.7V2.7A2.55 2.55 0 0 0 95 0zm-2.8 94.6H5.5V5.5h86.7v89.1z"/>
    <path d="M19.62 43.14h58.46a2.9 2.9 0 0 0 0-5.8H19.62a2.9 2.9 0 0 0 0 5.8zm0-17.31h58.46a2.9 2.9 0 0 0 0-5.81H19.62a2.9 2.9 0 1 0 0 5.8zm0 33.83h58.46a2.9 2.9 0 0 0 0-5.8H19.62a2.9 2.9 0 0 0-2.9 2.9 2.84 2.84 0 0 0 2.9 2.9zm0 16.82h58.46a2.9 2.9 0 0 0 0-5.8H19.62a2.9 2.9 0 0 0 0 5.8z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-pdf-content-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M97.2 0H2.8A2.86 2.86 0 0 0 0 2.8v94.4a2.8 2.8 0 0 0 2.8 2.8h94.4a2.8 2.8 0 0 0 2.8-2.8V2.8A2.86 2.86 0 0 0 97.2 0zm-2.8 94.4H5.6V5.6h88.7v88.8z"/>
    <path d="M20.1 46.7h27a2.69 2.69 0 0 0 2.7-2.7V28.8a2.69 2.69 0 0 0-2.7-2.7h-27a2.69 2.69 0 0 0-2.7 2.7V44a2.69 2.69 0 0 0 2.7 2.7zm2.7-15.2h21.5v9.7H22.8zm-2.7 28.7H80a3 3 0 0 0 0-6H20.1a3 3 0 0 0-3 3 2.95 2.95 0 0 0 3 3zm0 11.8h31.7a3 3 0 0 0 3-3 2.95 2.95 0 0 0-3-3H20.1a3 3 0 0 0-3 3 2.95 2.95 0 0 0 3 3zm38.8-38.8h21a3 3 0 0 0 3-3 2.95 2.95 0 0 0-3-3h-21a3 3 0 1 0 0 6zm0 13.7h21a3 3 0 0 0 0-6h-21a3 3 0 0 0-3 3 3.08 3.08 0 0 0 3 3z"/>
</symbol><symbol viewBox="0 0 102.46 100" id="icon-svg-pdf-file" xmlns="http://www.w3.org/2000/svg">
    <path d="M101.43 27.46H75.61V0zm-31.76 7.17V.51h-41.6v38.32h40.58v38.01H28.07V100h74.39V34.63zm0 3.18H0v40.06h69.67zM2.05 39.86h65.57v35.96H2.05zm8.2 29v-8.5h3.07c4.82 0 9.22-2.05 9.22-7.48 0-5.23-4.3-7.07-9.22-7.07h-8.2v23.04zm0-19.78h2.05c3.28 0 5.22 1.03 5.22 3.7 0 3.47-2.76 4-5.53 4h-1.74zM33.6 68.85c7.58 0 12.8-4 12.8-11.99 0-7.58-4.7-11.27-12.3-11.27h-8.2v23.06zm-2.46-19.57h2.25c4.82 0 7.58 2.77 7.58 7.58 0 5.33-2.76 8.3-8.2 8.3h-1.53V49.28zm24.28 19.57v-9.73h9.22v-3.48h-9.22v-6.46h9.73V45.7H50.41v23.05h5.02z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-pencil" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M11.6 60.92l44.57-45.27 27.18 27.28-44.57 45.18L0 100zM62.75 9.65l8.6-8.6s5.4-5.5 19.59 8.6c13.2 13.1 7.6 18.7 7.6 18.7l-8.5 8.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-phone" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 100a50 50 0 1 1 50-50 50.02 50.02 0 0 1-50 50zm0-91.5A41.5 41.5 0 1 0 91.5 50 41.52 41.52 0 0 0 50 8.5z"/>
    <path d="M37.6 22.9a4.13 4.13 0 0 0-1.1.7c-1.3.8-11.5 7.8-2.7 30.1l2.3 5.1c10.8 21.4 22.8 18.4 24.2 18a6.47 6.47 0 0 0 1.3-.4 19.66 19.66 0 0 0 5.7-2.5 12.36 12.36 0 0 0-1.4-6.5 20.07 20.07 0 0 0-4.4-6.2l-6.1 3.5c-3.1 1.4-10.1-3.9-12.4-9l-2.3-5.1c-2.2-5.1-1.5-13.9 1.6-15.2l6.7-2.2s1.1-1.3-1.4-6.9-4.3-5.9-4.3-5.9a22.53 22.53 0 0 0-5.7 2.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-pie-chart-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm40.8 50a39.77 39.77 0 0 1-.9 8.3L54.6 46.7V9.5A40.95 40.95 0 0 1 90.8 50zM45.4 9.5V50a4.72 4.72 0 0 0 3.2 4.4L87.1 67A40.8 40.8 0 1 1 45.4 9.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-pie-chart-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm0 90.8a40.78 40.78 0 0 1-4.6-81.3V50a4.72 4.72 0 0 0 3.2 4.4L87.1 67A40.83 40.83 0 0 1 50 90.8z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-pinterest" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50.01 50.01 0 0 0-20.1 95.8 25.5 25.5 0 0 1 0-7.3c.8-4.7 5.4-24.8 7.2-31 0 0-3.8-9.6 0-15.5 0 0 3.3-6.6 9.7-5.5s5 10 4.6 11l-3.9 13.8a8.02 8.02 0 0 0 2.4 8.1s10.1 7 17.5-7.1c6.8-13 3.9-30.4-5.5-34.3A26.96 26.96 0 0 0 36 29.7s-12.9 8.9-9.6 24.6a11.93 11.93 0 0 0 3.8 6.1 33.15 33.15 0 0 0-1.1 5.3s-.9 2.8-3.2 1.5c0 0-12.7-5.7-9.2-25.2 0 0 3.5-19.9 26.9-24.5s36.6 10.7 39.1 21c2.9 12.1-.4 35.4-19.6 40.5-4.4 1.2-6.7 1.3-9.3.7a17.53 17.53 0 0 1-9.6-6.1s-3.9 16.8-5 18c0 0-2.1 3.9-3.4 6.1a48.03 48.03 0 0 0 14.3 2.1A49.9 49.9 0 1 0 50 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-play" xmlns="http://www.w3.org/2000/svg">
    <path d="M38 70.37a3.69 3.69 0 0 1-3.7-3.7V33.2a3.76 3.76 0 0 1 3.7-3.7 4.13 4.13 0 0 1 1.9.5l28.68 16.8a3.33 3.33 0 0 1 1.7 2.3 3.83 3.83 0 0 1-.4 2.8 4.04 4.04 0 0 1-1.3 1.3L39.9 69.96a3.8 3.8 0 0 1-1.9.4zm3.8-10.2l17.58-10.2L41.8 39.7v20.49z"/>
    <path d="M38 69.07a2.43 2.43 0 0 1-2.4-2.4V33.2a2.43 2.43 0 0 1 2.4-2.4 2.66 2.66 0 0 1 1.2.3l28.68 16.7a2.4 2.4 0 0 1 .8 3.3 3.04 3.04 0 0 1-.8.8L39.2 68.56a1.34 1.34 0 0 1-1.2.5zm2.4-31.68v25.19l21.58-12.6z"/>
    <path d="M50 100a50 50 0 1 1 50-50 50.02 50.02 0 0 1-50 50zm0-91.5A41.5 41.5 0 1 0 91.5 50 41.52 41.52 0 0 0 50 8.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-play-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.04 50.04 0 0 0 50 0zm20.26 51.72c-.43.43-.86 1.3-1.3 1.3L42.68 70.26a2.6 2.6 0 0 1-1.72.43 2.6 2.6 0 0 1-1.73-.43 2.89 2.89 0 0 1-1.72-3.02V32.76a3.63 3.63 0 0 1 1.72-3.02 4.72 4.72 0 0 1 3.45 0l26.3 17.24a3.47 3.47 0 0 1 1.29 4.74z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-plus-thick" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M36.38 100V63.62H0V36.39h36.38V0h27.24v36.38H100v27.24H63.62V100z"/>
</symbol><symbol viewBox="0 0 98.84 100" id="icon-svg-power-off" xmlns="http://www.w3.org/2000/svg">
    <path d="M49.06 37c-1.4 0-4.52-.3-4.52-3.41V2.5c0-1 0-2.51 4.52-2.51s4.52 1.5 4.52 2.51v30.97c0 3.11-3.22 3.52-4.52 3.52zM97.55 7.62a5.06 5.06 0 0 0-7.13-.2L1.57 90.37a5.06 5.06 0 0 0-.2 7.13 4.87 4.87 0 0 0 3.71 1.6 5.03 5.03 0 0 0 3.41-1.3l88.77-82.94a5.3 5.3 0 0 0 .3-7.23zM4.08 54.42A45.18 45.18 0 0 0 9.6 76.1l7.73-6.52a34.96 34.96 0 0 1-3.41-15.16 35.72 35.72 0 0 1 24.9-34.04V10.14A45.75 45.75 0 0 0 4.08 54.42zm70.18-38.46A44.11 44.11 0 0 0 59.2 9.84v10.14a32.42 32.42 0 0 1 8.13 3.41zm13.85 13.86l-7.33 7.03a35.74 35.74 0 0 1-31.12 53.31 35.49 35.49 0 0 1-20.08-6.22l-7.13 7.03a45.48 45.48 0 0 0 72.7-36.55 44.04 44.04 0 0 0-7.04-24.6z"/>
</symbol><symbol viewBox="0 0 102.46 100" id="icon-svg-ppt-file" xmlns="http://www.w3.org/2000/svg">
    <path d="M101.43 27.46H75.61V0zm-31.76 7.17V.51h-41.5v38.32h40.47v38.01H28.18V100h74.28V34.63zm0 3.18H0v40.06h69.67zM2.05 39.86h65.57v35.96H2.05z"/>
    <path d="M11.47 68.96v-8.3h3.08c4.71 0 8.91-2.05 8.91-7.28 0-5.02-4.2-6.97-8.91-6.97h-8v22.44h4.93zm0-19.27h2.05c3.18 0 5.02 1.03 5.02 3.59 0 3.38-2.66 3.9-5.43 3.9h-1.64v-7.49zm20.5 19.27v-8.3h3.07c4.71 0 8.91-2.05 8.91-7.28 0-5.02-4.2-6.97-8.9-6.97h-8v22.44h4.92zm-.2-19.27h2.15c3.17 0 5.02 1.03 5.02 3.59 0 3.38-2.67 3.9-5.43 3.9h-1.64v-7.49zm25.5 19.27V50.3h7.08v-4.1H45.29v4.1h7.07v18.54h4.91z"/>
</symbol><symbol viewBox="0 0 100.1 100" id="icon-svg-preso-content-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M97.2 0H2.8A2.86 2.86 0 0 0 0 2.8V76a2.8 2.8 0 0 0 2.8 2.8h34.6L25.3 95.5a2.83 2.83 0 0 0 .6 3.9 2.52 2.52 0 0 0 1.6.5 2.8 2.8 0 0 0 2.3-1.2l14.4-20H54l14.4 20a2.8 2.8 0 0 0 2.3 1.2 3.02 3.02 0 0 0 1.6-.5 2.75 2.75 0 0 0 .6-3.9L61 78.8h36.2A2.8 2.8 0 0 0 100 76V2.8A2.86 2.86 0 0 0 97.2 0zm-2.8 73.2H5.6V5.6h88.7v67.6z"/>
    <path d="M55.5 30.7h21a3 3 0 0 0 3-3 2.95 2.95 0 0 0-3-3h-21a3 3 0 0 0 0 6zm0 11.1h21a3 3 0 0 0 0-6h-21a3 3 0 0 0 0 6zm0 11.8h21a3 3 0 0 0 0-6h-21a3 3 0 0 0 0 6zm-23.9.6a15.5 15.5 0 1 0-15.5-15.5 15.51 15.51 0 0 0 15.5 15.5zm0-25.1a9.7 9.7 0 1 1-9.7 9.7 9.7 9.7 0 0 1 9.7-9.7z"/>
</symbol><symbol viewBox="0 0 100.1 100" id="icon-svg-printer" xmlns="http://www.w3.org/2000/svg">
    <path d="M61.04 38.36h22.18v6H61.04zM34.27 65.63h31.26v7H34.27zm0 12.09h31.26v7H34.27z"/>
    <path d="M94.6 22.18H83.23V5.2a5.22 5.22 0 0 0-5.2-5.2H21.88a5.33 5.33 0 0 0-5.3 5.3v16.98H5.3a5.33 5.33 0 0 0-5.3 5.3v39.35a5.33 5.33 0 0 0 5.3 5.3h16.98V94.7a5.33 5.33 0 0 0 5.3 5.3h44.95a5.33 5.33 0 0 0 5.3-5.3V72.13H94.8a5.33 5.33 0 0 0 5.29-5.3V27.47a5.65 5.65 0 0 0-5.5-5.3zM23.48 7.09l52.34-.3v15.49l-52.34-.1zm47.15 85.72l-41.16.3.1-36.57 41.16.1v36.17zm7.1-27.68v-9.19c0-3.5.1-5.99-4-5.99H27.56c-2.8 0-5.3 0-5.3 5.2v9.79l-15.18.2V29.73H93l.1 35.4z"/>
</symbol><symbol viewBox="0 0 108.94 100" id="icon-svg-question-faq-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M101.65 0H7.3A7.3 7.3 0 0 0 0 7.3v85.62a7.46 7.46 0 0 0 1.85 5.34A5.76 5.76 0 0 0 6 100h.33a11.29 11.29 0 0 0 6.86-3.92l14.82-18.52h73.64a7.3 7.3 0 0 0 7.3-7.3V7.3a7.3 7.3 0 0 0-7.3-7.3zm-2.18 9.48v58.6H25.6a4.97 4.97 0 0 0-3.81 1.86L9.49 85.5V9.48z"/>
    <path d="M49.14 28.1c.98-5 3.7-5.55 5.77-5.55a5.55 5.55 0 0 1 3.38 1.2 3.51 3.51 0 0 1 1.3 2.83 4.37 4.37 0 0 1-1.3 3.05c-.87.66-1.85 1.2-2.72 1.74a13.72 13.72 0 0 0-3.05 2.07 5.16 5.16 0 0 0-1.31 2.07 6.66 6.66 0 0 0-.76 2.62 13.78 13.78 0 0 1-.11 1.74c-.11 1.74-.11 2.57-.11 6.16h7.52l-.11-5.94c0-.44.1-.98.1-1.2a8.45 8.45 0 0 1 2.62-1.74 11.73 11.73 0 0 0 7.4-10.46 10.55 10.55 0 0 0-3.7-8.28 13.71 13.71 0 0 0-8.6-3.16h-1.42A12.55 12.55 0 0 0 41.62 26.8v1.74l7.52 1.63zm5.34 22.12h-1.85a3.9 3.9 0 0 0-3.93 3.92v1.85a3.9 3.9 0 0 0 3.93 3.92h1.85A3.9 3.9 0 0 0 58.4 56v-1.85a3.9 3.9 0 0 0-3.92-3.92z"/>
</symbol><symbol viewBox="0 0 109.26 100" id="icon-svg-question-faq-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M2.63 100a2.56 2.56 0 0 1-2.59-2.6c0-.77-.01-1.22-.03-1.55a15.18 15.18 0 0 1 .03-1.92V6.33A6.4 6.4 0 0 1 6.51 0h96.2a6.5 6.5 0 0 1 6.55 6.44v64.22a6.5 6.5 0 0 1-6.55 6.45l-78.93.07L7 96.51c-.66.85-2.32 2.87-3.47 3.32a2.43 2.43 0 0 1-.9.17zm51.6-45.02a4.4 4.4 0 0 0-4.4 4.4v2.06a4.4 4.4 0 0 0 4.4 4.4h2.07a4.4 4.4 0 0 0 4.41-4.4v-2.07a4.4 4.4 0 0 0-4.4-4.4zm-2.6-11.86a288 288 0 0 1 .02 3.93h8.45l-.25-8.3a7.43 7.43 0 0 1 .08-.89 4.56 4.56 0 0 0 .04-.45 9.45 9.45 0 0 1 2.94-1.96 13.12 13.12 0 0 0 8.32-11.71 11.87 11.87 0 0 0-4.16-9.28 15.4 15.4 0 0 0-9.67-3.53h-1.59a14.13 14.13 0 0 0-13.95 12.93v1.95l8.45 1.83v-2.32c1.08-5.51 4.03-6.22 6.48-6.22a6.24 6.24 0 0 1 3.8 1.34 3.94 3.94 0 0 1 1.46 3.18 4.88 4.88 0 0 1-1.47 3.41c-.7.53-1.47 1-2.21 1.44l-.85.52a15.24 15.24 0 0 0-3.42 2.31 5.73 5.73 0 0 0-1.47 2.32 7.52 7.52 0 0 0-.86 2.93 15.76 15.76 0 0 1-.12 1.95c-.07 1.22-.05 2.7-.03 4.58v.04z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-quick-execute" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 100a50 50 0 1 1 50-50 50.02 50.02 0 0 1-50 50zm0-91.5A41.5 41.5 0 1 0 91.5 50 41.52 41.52 0 0 0 50 8.5z"/>
    <path d="M47.9 24h17.7l-9.8 22.1 7.9-1s1.5-.1 1.8.4c.3.8-1 2.8-1 2.8L43 81.2s-1.1 2.1-2.7 1.6c-1.2-.4-.6-2.5-.6-2.5L46.9 54l-6.9.7a5.83 5.83 0 0 1-2.6-.1c-.7-.3.5-3.1.5-3.1z"/>
</symbol><symbol viewBox="0 0 138.93 100" id="icon-svg-return" xmlns="http://www.w3.org/2000/svg">
    <path d="M92.62 40.1H36.07l25.17-25.5L48.15 0 0 48.49v3.86L47.65 100l13.09-12.42-24.67-26.84h54.7c9.4 0 17.12 4.36 22.15 12.41s4.53 19.47 4.53 19.47h21.48s.17-15.78-7.55-30.04c-5.88-11.24-15.6-22.48-38.76-22.48z"/>
</symbol><symbol viewBox="0 0 99.9 100" id="icon-svg-search" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M8.2 100a4.83 4.83 0 0 1-3.1-1.4l-3.6-3.4a4.55 4.55 0 0 1-1.5-3 1.43 1.43 0 0 1 .5-1.3l23.9-25.1-.3-.4a41.56 41.56 0 1 1 34.1 18 41.1 41.1 0 0 1-24.4-7.9l-.4-.3-.8.1-23 24.2a1.98 1.98 0 0 1-1.4.5zm50-88a29.7 29.7 0 1 0 29.7 29.7A29.77 29.77 0 0 0 58.2 12z"/>
</symbol><symbol viewBox="0 0 89.16 100" id="icon-svg-secure-shield" xmlns="http://www.w3.org/2000/svg">
    <path d="M44.1 99.8l-.8-.2v-.1l-.4-.1a4.52 4.52 0 0 1-1-.5C-7 76.15.2 18.55.6 16.06a4.18 4.18 0 0 1 4.08-3.6c28.15 0 33.69-6.78 35.84-8.98.37-.45.87-.89 1.34-1.5A13.39 13.39 0 0 1 43.28.52 2.44 2.44 0 0 1 45.1 0a2.88 2.88 0 0 1 1.9.53c.41.4.8.79 1.4 1.44.4.52.72.8 1.3 1.51 1.8 2.1 9.28 9.09 34.83 9.09a4.17 4.17 0 0 1 4.1 3.59c.3 2.5 7.48 60.09-41.73 83.04a2.93 2.93 0 0 1-.8.4 4.8 4.8 0 0 1-1.5.4h-.5zM8.39 20.65c-.9 16.57 1.2 53.3 36.13 70.37 35.73-17.47 36.93-56.6 36.13-70.37-20.26-.6-30.64-6.09-35.53-9.98-4.5 4.59-14.58 9.48-36.73 9.98z"/>
</symbol><symbol viewBox="0 0 86.2 100" id="icon-svg-share" xmlns="http://www.w3.org/2000/svg">
    <path d="M71.8 71.3a14.36 14.36 0 0 0-9.4 3.5L28.1 54.3a15 15 0 0 0 0-8.4l35.2-20a13.98 13.98 0 0 0 8.5 2.8 14.35 14.35 0 1 0-14.4-14.3 15.02 15.02 0 0 0 1 5.2L23.7 39.3A14.32 14.32 0 0 0 0 50.1a14.37 14.37 0 0 0 24.1 10.6l34.2 20.1a15.14 15.14 0 0 0-.9 4.8 14.4 14.4 0 1 0 14.4-14.3z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-show" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M100 46H54V0h-8v46H0v8h46v46h8V54h46z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-show-thick" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M100 42H58V0H42v42H0v16h42v42h16V58h42z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-sign-in" xmlns="http://www.w3.org/2000/svg">
    <path d="M100 50a50 50 0 1 0-50 50 49.55 49.55 0 0 0 27.15-8.12C91.78 81.86 100 66.43 100 50zM69.94 76.15v10.62h-.1a41.7 41.7 0 0 1-38.48.6h-.1V75.55a15.07 15.07 0 0 1 3.2-10.72c3.12-3.6 8.53-5.41 15.94-5.41 7.52 0 12.93 1.8 16.13 5.41 3.51 4 3.51 9.22 3.41 11.32zM40.78 38.58c0-6.52 4.01-11.93 9.02-11.93s9.02 5.31 9.02 11.93c0 6.51-4.01 11.92-9.02 11.92-5.01-.1-9.02-5.41-9.02-11.92zm37.28 42.38v-4.3c0-.4 1.2-9.73-5.32-17.04A22.98 22.98 0 0 0 62.03 53l-.2-.1.1-.1a21.53 21.53 0 0 0 5.11-14.23c0-11.02-7.71-20.04-17.13-20.04s-17.13 9.02-17.13 20.04a21.55 21.55 0 0 0 5.4 14.53l.1.1-.2.1a22.8 22.8 0 0 0-9.71 6.31c-5.81 6.71-5.31 15.13-5.11 16.73v5.82l-.2-.2a41.91 41.91 0 1 1 55.3-1.1z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-sign-out" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 27.15 91.88C91.78 81.86 100 66.43 100 50A49.95 49.95 0 0 0 50 0zm14.83 66.53L48.8 82.47a4.32 4.32 0 0 1-2.2.9c-.9 0-1.3-.4-2.2-.9l-9.12-8.62c-1.3-1.3 0-2.2.9-3.4 1.3-1.3 2.2-2.2 3-.9l6.92 6.5 14.22-14.23c1.3-1.3 2.2 0 3.4 1.3 1.1 1.2 1.9 2.1 1.1 3.41zM40.78 38.58c0-6.52 4.01-11.93 9.02-11.93s9.02 5.31 9.02 11.93c0 6.51-4.01 11.92-9.02 11.92-5.01-.1-9.02-5.41-9.02-11.92zm41.28 38.37a45.96 45.96 0 0 1-3.7 3.91l-.3.1v-4.3c0-.4 1.2-9.73-5.31-17.04A23.07 23.07 0 0 0 62.03 53l-.2-.1.1-.1a21.25 21.25 0 0 0 5.1-14.23c0-11.02-7.71-20.04-17.13-20.04s-17.13 9.02-17.13 20.04a21.61 21.61 0 0 0 5.4 14.53l.1.1-.2.1a22.45 22.45 0 0 0-9.71 6.31c-5.81 6.71-5.31 15.13-5.11 16.73v5.82l-.2-.2a41.88 41.88 0 1 1 59.02-5.01z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-signed-in" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 27.15 91.88C91.78 81.86 100 66.43 100 50A49.95 49.95 0 0 0 50 0zm14.83 66.53L48.8 82.47a4.32 4.32 0 0 1-2.2.9c-.9 0-1.3-.4-2.2-.9l-9.12-8.62c-1.3-1.3 0-2.2.9-3.4 1.3-1.3 2.2-2.2 3-.9l6.92 6.5 14.22-14.23c1.3-1.3 2.2 0 3.4 1.3 1.1 1.2 1.9 2.1 1.1 3.41zM40.78 38.58c0-6.52 4.01-11.93 9.02-11.93s9.02 5.31 9.02 11.93c0 6.51-4.01 11.92-9.02 11.92-5.01-.1-9.02-5.41-9.02-11.92zm41.28 38.37a45.96 45.96 0 0 1-3.7 3.91l-.3.1v-4.3c0-.4 1.2-9.73-5.31-17.04A23.07 23.07 0 0 0 62.03 53l-.2-.1.1-.1a21.25 21.25 0 0 0 5.1-14.23c0-11.02-7.71-20.04-17.13-20.04s-17.13 9.02-17.13 20.04a21.61 21.61 0 0 0 5.4 14.53l.1.1-.2.1a22.45 22.45 0 0 0-9.71 6.31c-5.81 6.71-5.31 15.13-5.11 16.73v5.82l-.2-.2a41.88 41.88 0 1 1 59.02-5.01z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 0h100v100H0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square-o" xmlns="http://www.w3.org/2000/svg">
    <path d="M92 8v84H8V8h84m8-8H0v100h100V0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square-o-thin" xmlns="http://www.w3.org/2000/svg">
    <path d="M96 4v92H4V4h92m4-4H0v100h100V0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square-rounded" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M0 85a14.98 14.98 0 0 0 15 15h70a14.98 14.98 0 0 0 15-15V15A14.98 14.98 0 0 0 85 0H15A14.98 14.98 0 0 0 0 15z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square-rounded-o" xmlns="http://www.w3.org/2000/svg">
    <path d="M85 8a6.96 6.96 0 0 1 7 7v70a6.96 6.96 0 0 1-7 7H15a6.96 6.96 0 0 1-7-7V15a6.96 6.96 0 0 1 7-7h70m0-8H15A14.98 14.98 0 0 0 0 15v70a14.98 14.98 0 0 0 15 15h70a14.98 14.98 0 0 0 15-15V15A14.98 14.98 0 0 0 85 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-square-rounded-o-thin" xmlns="http://www.w3.org/2000/svg">
    <path d="M85 4a10.97 10.97 0 0 1 11 11v70a10.97 10.97 0 0 1-11 11H15A10.97 10.97 0 0 1 4 85V15A10.97 10.97 0 0 1 15 4h70m0-4H15A14.98 14.98 0 0 0 0 15v70a14.98 14.98 0 0 0 15 15h70a14.98 14.98 0 0 0 15-15V15A14.98 14.98 0 0 0 85 0z"/>
</symbol><symbol viewBox="0 0 89.16 100" id="icon-svg-ssl" xmlns="http://www.w3.org/2000/svg">
    <path d="M44.1 99.8l-.8-.2v-.1l-.4-.1a4.52 4.52 0 0 1-1-.5C-7 76.15.2 18.55.6 16.06a4.18 4.18 0 0 1 4.08-3.6c28.15 0 33.69-6.78 35.84-8.98.37-.45.87-.89 1.34-1.5A13.39 13.39 0 0 1 43.28.52 2.44 2.44 0 0 1 45.1 0a2.88 2.88 0 0 1 1.88.53c.43.4.8.79 1.4 1.44.4.52.73.8 1.3 1.51 1.8 2.1 9.29 9.09 34.84 9.09a4.17 4.17 0 0 1 4.1 3.59c.3 2.5 7.48 60.09-41.73 83.04a2.93 2.93 0 0 1-.8.4 4.8 4.8 0 0 1-1.5.4h-.5zM8.39 20.65c-.9 16.57 1.2 53.3 36.13 70.37 35.73-17.47 36.93-56.6 36.13-70.37-20.26-.6-30.64-6.09-35.53-9.98-4.5 4.59-14.58 9.48-36.73 9.98z"/>
    <path d="M39.98 65.04a3.72 3.72 0 0 1-2.66-1.06l-13.62-13c-1.54-1.5-.24-2.7 1.2-4.25 1.5-1.54 2.57-2.85 4.16-1.35l10.92 10.39 25.1-25.17c1.5-1.5 2.7.1 4.26 1.6 1.5 1.5 2.75 2.36 1.26 3.91L42.73 63.93a3.91 3.91 0 0 1-2.75 1.1z"/>
</symbol><symbol viewBox="0 0 120.07 100" id="icon-svg-start-over" xmlns="http://www.w3.org/2000/svg">
    <path d="M49.94 100a50 50 0 0 1 0-100c25.8 0 48.27 21.63 49.94 48.27l.24 4.18 13.26-13.26 6.7 6.52-26.65 26.16-27.48-26.59 7.4-6.21 14.82 14.57-.12-4.66a38.3 38.3 0 1 0-38.23 38.95 39.15 39.15 0 0 0 17.2-4.06l6.33 10.4A51.75 51.75 0 0 1 49.94 100z"/>
</symbol><symbol viewBox="0 0 113.81 100" id="icon-svg-support" xmlns="http://www.w3.org/2000/svg">
    <path d="M92.98 80.8L42.79 32.2C44.61 17.64 37.1 9.9 37.1 9.9l-8.88-6.26h-8.3s-3.42-.11-3.65.69 1.94 2.95 1.94 2.95l8.53 8.77.35 8.65-5.35 5.23-8.88-1.48-8.3-7.96s-2.28-2.62-3.42-2.05c-.57.23-.91 2.73-.91 2.73L0 29.02l5.92 9.33c8.08 9 23.21 6.15 23.21 6.15l49.28 50.53s8.65 9.56 16.16 2.16c7.4-7.4-1.59-16.39-1.59-16.39zm-4.9 14a4.55 4.55 0 1 1 4.56-4.55 4.57 4.57 0 0 1-4.55 4.55z"/>
    <path d="M31.41 56.9l11.6 10.25-29.7 29.47s-5.12 4.44-10.58-1.81c-4.32-5.01 1.94-10.47 1.94-10.47zM53.6 34.94l11.16 11.5 14-14a8.19 8.19 0 0 1 10.01-.46s5.46 2.28 2.4 9.1a9.46 9.46 0 0 0 6.36 8.66l16.28-15.14s-3.42-8.08-9.34-6.48c0 0-3.4.9-6.94-3.76-2.39-3.07-1.59-5.7-.8-7.06.34-.68.46-1.02.23-1.36-.34-.23-13.2-12.3-13.2-12.3s-19.91-9.67-40.63 2.5v2.17H64.2s8.42 3.07 3.98 11.15z"/>
</symbol><symbol viewBox="0 0 123.46 100" id="icon-svg-system-requirements" xmlns="http://www.w3.org/2000/svg">
    <path d="M19.26 9.63a9.64 9.64 0 0 1-9.63 9.63A9.64 9.64 0 0 1 0 9.63 9.64 9.64 0 0 1 9.63 0a9.64 9.64 0 0 1 9.63 9.63zm0 40.37a9.64 9.64 0 0 1-9.63 9.63A9.64 9.64 0 0 1 0 50a9.64 9.64 0 0 1 9.63-9.63A9.64 9.64 0 0 1 19.26 50zm0 40.37A9.64 9.64 0 0 1 9.63 100 9.64 9.64 0 0 1 0 90.37a9.64 9.64 0 0 1 9.63-9.63 9.64 9.64 0 0 1 9.63 9.63zM29.14.86h94.32V18.4H29.14zm0 40.13h94.32v17.53H29.14zm0 40.49h94.32v17.53H29.14z"/>
</symbol><symbol viewBox="0 0 131.58 100" id="icon-svg-tablet-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M123.68 7.9v84.2H7.9V7.9M124.74 0H6.84A6.8 6.8 0 0 0 0 6.84v86.32A6.8 6.8 0 0 0 6.84 100h117.9a6.8 6.8 0 0 0 6.84-6.84V6.84A6.8 6.8 0 0 0 124.74 0z"/>
    <path d="M103.4 78.95H21.07V21.08h82.35m6.72-6.55H14.51V85.5h95.62V14.53zm6.7 31.52A3.95 3.95 0 1 0 120.8 50a3.88 3.88 0 0 0-3.95-3.95z"/>
</symbol><symbol viewBox="0 0 135.14 100" id="icon-svg-tablet-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M128.1 0H7.04A6.98 6.98 0 0 0 0 7.03v85.94A6.98 6.98 0 0 0 7.03 100H128.1a6.98 6.98 0 0 0 7.02-7.03V7.03A6.98 6.98 0 0 0 128.11 0zm-10.53 87.84H12.17V12.16h105.4zm9.19-33.79A4.05 4.05 0 1 1 130.8 50a3.98 3.98 0 0 1-4.05 4.05z"/>
</symbol><symbol viewBox="0 0 99.95 100" id="icon-svg-tag-promo-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M51.6 100a4.1 4.1 0 0 1-2.8-1.1l-47.6-46A4.25 4.25 0 0 1 0 50V23.2a4 4 0 0 1 1.2-2.9L19.9 1.2A3.85 3.85 0 0 1 22.8 0h26.6a3.85 3.85 0 0 1 2.9 1.2l46.5 48a4.1 4.1 0 0 1-.1 5.8L54.5 98.8a4 4 0 0 1-2.9 1.2zM8.2 48.3l43.4 41.9L90.1 52 47.6 8.2H24.5L8.2 24.9z"/>
    <path d="M24 16.3a7.4 7.4 0 1 0 0 14.8 7.4 7.4 0 1 0 0-14.8z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-tag-promo-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M49.3 0H20.4L0 20.9V50l51.8 50L100 52.2zM21.7 29.3a8 8 0 1 1 8-8 8.02 8.02 0 0 1-8 8z"/>
</symbol><symbol viewBox="0 0 110.5 100" id="icon-svg-target-audience" xmlns="http://www.w3.org/2000/svg">
    <path d="M25.86 49.72h-3.98C7.4 50.4.44 58.12 0 79.01v17.56A3.67 3.67 0 0 0 2.87 100h42.88c1.43-.11 2.1-1.99 2.2-3.42V81.31c0-22.65-6.85-30.93-22.1-31.6zm-1.88-9.39c9.61 0 17.02-9.94 17.02-20.1C41 9.93 33.6 0 23.98 0S6.96 8.29 6.96 20.11c0 12.49 7.4 20.22 17.02 20.22zm64.42 9.39h-3.98c-14.59.67-21.44 8.4-21.88 29.29v17.56a3.67 3.67 0 0 0 2.87 3.43h42.88c1.43-.11 2.1-1.99 2.2-3.42V81.31c0-22.65-6.85-30.93-22.1-31.6zm-1.88-9.39c9.61 0 17.02-9.94 17.02-20.1C103.54 9.93 96.14 0 86.52 0S69.5 8.29 69.5 20.11c0 12.49 7.4 20.22 17.02 20.22z"/>
</symbol><symbol viewBox="0 0 117.14 100" id="icon-svg-three-circle-triangle" xmlns="http://www.w3.org/2000/svg">
    <path d="M100.71 67.14a17.5 17.5 0 0 0-2.71.29L69.86 26.57a16.47 16.47 0 1 0-25.57.43L18.86 67.29a13.07 13.07 0 0 0-2.43-.15 16.43 16.43 0 1 0 15.86 20.72h52.57a16.43 16.43 0 1 0 15.85-20.72zM51.3 31.86a17.53 17.53 0 0 0 5.57 1 15.96 15.96 0 0 0 6.28-1.29L90.3 70.86a17.63 17.63 0 0 0-5.43 8.43H32.29a15.85 15.85 0 0 0-5.57-8.58z"/>
</symbol><symbol viewBox="0 0 90.6 100" id="icon-svg-thumbsdown-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M47.9 100a8.43 8.43 0 0 1-4-.9 11.25 11.25 0 0 1-6-12.8c.8-3.4-.4-9.8-2.1-11-4.2-2.9-10.5-11.1-11.7-12.7a5.3 5.3 0 0 1-.8-1.5C21.9 59.3 13 58.3 5.1 59a4.8 4.8 0 0 1-3.6-1.2A4.48 4.48 0 0 1 0 54.4V14.7a4.76 4.76 0 0 1 1.4-3.4A5.08 5.08 0 0 1 4.9 10c17 .6 24.1-2.5 24.1-2.5A70.5 70.5 0 0 1 59.2 0h.1c8.6 0 19.3 1.6 21.6 9.1a13.65 13.65 0 0 1 .6 6.8 11.66 11.66 0 0 1 4.6 7.8 13.06 13.06 0 0 1-.3 6 10.84 10.84 0 0 1 4.8 9.4 14.93 14.93 0 0 1-2.1 8 10.93 10.93 0 0 1 2 7.3c-.8 9.9-16.4 13.3-21.1 14.2l-9 1.1c1.6 6.5 2.9 17.1-2.2 24.3-3.3 4.4-7 6-10.3 6zm-16-42.5c2.6 3.4 7 8.6 9.2 10.2 6.5 4.6 7 16 5.8 20.9a2 2 0 0 0 .8 2.1c.3.2 1.5-.4 2.8-2.2 3.9-5.4.8-17.4-.6-21.2a4.65 4.65 0 0 1 3.8-6.2l14.2-1.7c6.5-1.1 12.8-4.1 13.2-5.7.1-1.6-1.6-2-1.8-2.1a4.77 4.77 0 0 1-3.5-5 4.63 4.63 0 0 1 4.5-4.1c.4-.1.9-1.4.9-3.2 0-1.4-.9-2.2-2.8-2.4a4.82 4.82 0 0 1-4.2-3.5 4.65 4.65 0 0 1 2-5.1 3.36 3.36 0 0 0 .7-3c-.2-2.3-2.8-2.8-2.8-2.8a4.9 4.9 0 0 1-3.9-4.4 4.73 4.73 0 0 1 2.2-4.2 7.45 7.45 0 0 0-.4-2c-.4-.8-4.3-2.5-12.7-2.5h-.1A61.12 61.12 0 0 0 33.1 16c-.9.4-7.8 3.5-23.7 3.5v30c8.2-.2 19.6.8 22.5 8zm41.7-44.1z"/>
</symbol><symbol viewBox="0 0 89.51 100" id="icon-svg-thumbsdown-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M25.4 60.8s7.6 10 11.8 12.9c4.5 3.1 5.5 12.8 4.4 17.6-1.6 6.4 6.3 13.6 13.1 4.1s0-28.2 0-28.2l15.7-1.9s18.4-3.2 19-10.9c.5-6.1-5.8-7.7-5.8-7.7s6-.2 5.9-8.7c0-7.4-7.9-7.7-7.9-7.7s4-2.5 3-8.5c-.9-6.1-7.4-7.2-7.4-7.2s3.9-1.1 1.8-8.1C77.5 1.3 67.8 0 60.1 0 51.5 0 39.8 2.4 29 7.8c0 0-8.3 4-29 3.2v43.8s23.1-2 25.4 6z"/>
</symbol><symbol viewBox="0 0 90.74 100" id="icon-svg-thumbsup-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M59.38 100h-.1a70.09 70.09 0 0 1-30.34-7.61s-7.3-3.1-24.03-2.4a4.84 4.84 0 0 1-3.4-1.3 4.49 4.49 0 0 1-1.5-3.4V45.62a4.34 4.34 0 0 1 1.5-3.4 4.67 4.67 0 0 1 3.6-1.2c7.91.7 16.92-.4 18.23-2.2a4.59 4.59 0 0 1 .7-1.4c1.2-1.6 7.6-9.81 11.71-12.72 1.7-1.2 2.9-7.6 2.1-11.01A11.32 11.32 0 0 1 43.86.86c3.8-1.7 9.62-1.3 14.32 5.2 5.21 7.21 3.8 17.83 2.2 24.34l8.82 1.1c5 .9 20.63 4.3 21.43 14.22a10.73 10.73 0 0 1-2 7.31 13.36 13.36 0 0 1 2.1 8.01 10.86 10.86 0 0 1-4.8 9.42 13.08 13.08 0 0 1 .3 6 12.5 12.5 0 0 1-4.61 7.82 13.67 13.67 0 0 1-.6 6.8C78.72 98.4 68 100 59.39 100zM9.31 80.57c15.83 0 22.84 3.1 23.64 3.5a60.55 60.55 0 0 0 26.23 6.62h.1c8.42 0 12.32-1.8 12.72-2.6a8.22 8.22 0 0 0 .4-2 4.7 4.7 0 0 1 1.7-8.62c.2 0 2.6-.6 2.9-2.7s-.5-2.9-.8-3.1a4.93 4.93 0 0 1-1.7-5.2 4.59 4.59 0 0 1 4.1-3.3q2.7-.15 2.7-2.4c0-2.6-.9-3.2-.9-3.2a4.72 4.72 0 0 1-4.5-4.1 4.59 4.59 0 0 1 3.5-5.02c.6-.2 1.9-.8 1.7-2.1-.4-1.5-6.8-4.5-13.41-5.7l-14.02-1.7a4.66 4.66 0 0 1-3.8-6.21c1.4-3.8 4.5-15.83.6-21.23-1.3-1.8-2.4-2.4-2.8-2.2a2 2 0 0 0-.8 2.1c1.2 4.8.7 16.32-5.81 20.93-2.2 1.5-6.61 6.8-9.22 10.21-3 7.21-14.42 8.21-22.53 8.11v29.91zm64.3 6.01z"/>
</symbol><symbol viewBox="0 0 89.7 100" id="icon-svg-thumbsup-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M25.53 39.23s7.6-10 11.81-12.91c4.5-3.1 5.5-12.82 4.4-17.62-1.6-6.4 6.3-13.62 13.12-4.1s0 28.23 0 28.23l15.71 1.9S89 37.93 89.6 45.63c.5 6.12-5.8 7.72-5.8 7.72s6 .2 5.9 8.7c0 7.42-7.9 7.72-7.9 7.72s4 2.5 3 8.5c-.9 6.11-7.42 7.22-7.42 7.22s3.9 1.1 1.8 8.1c-1.6 5.21-11.3 6.41-19.02 6.41-8.6 0-20.32-2.4-31.13-7.8 0 0-8.31-4-29.03-3.2V45.23c.1 0 23.23 2 25.53-6z"/>
</symbol><symbol viewBox="0 0 106.38 100" id="icon-svg-tip" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" d="M28.32 92.82v-7.18h-7.04V71.28H7.05V28.59h56.78v-7.18H0v57.18h14.1V100h7.18v-7.18h7.05zm7.19-7.05V78.6h-7.05v7.18zm0-14.36v7.18h49.6V42.82h-7.05V71.4H35.5zm28.32-57.18h7.05V7.18h-7.05zm7.05 7.18h7.05v-7.18h-7.05zm14.23-7.18v7.18h7.04v-7.18h-7.04zm7.04-7.05v7.18h7.05V7.18zm-14.1 14.23v7.18h7.06v-7.18zm-7.17 7.18v7.18h7.05V28.6zm0 14.23v-7.18h-7.05v7.18zm14.23-7.05h7.04V28.6h-7.04zm14.23 0h-7.05v7.18h7.04zM78.06 0v7.18h7.05V0zm21.27 21.41v7.18h7.05v-7.18z"/>
</symbol><symbol viewBox="0 0 86.57 100" id="icon-svg-transcript-outline" xmlns="http://www.w3.org/2000/svg">
    <path d="M12 0v88h74.57V0zm8 80V8h58.57v72H20z"/>
    <path d="M74.57 92v8H0V12h8v80zM32 24h34.57v4H32zm0 12h34.57v4H32z"/>
    <path d="M32 48h34.57v4H32zm0 12h24v4H32z"/>
</symbol><symbol viewBox="0 0 86.57 100" id="icon-svg-transcript-solid" xmlns="http://www.w3.org/2000/svg">
    <path d="M74.57 92v8H0V12h8v80z"/>
    <path d="M12 0v88h74.57V0zm46.86 64H30.57v-4h28.29zm10.57-12H30.57v-4h38.86zm0-12H30.57v-4h38.86zm0-12H30.57v-4h38.86z"/>
</symbol><symbol viewBox="0 0 75.08 100" id="icon-svg-trash" xmlns="http://www.w3.org/2000/svg">
    <path d="M50.05 12.51H25.03v-3.1a3.12 3.12 0 0 1 3.1-3.1h18.82a3.12 3.12 0 0 1 3.1 3.1zm-46.25 0a3.8 3.8 0 0 0-3.8 3.8v8.71h75.08v-8.8a3.8 3.8 0 0 0-3.8-3.8H56.26v-3A9.4 9.4 0 0 0 46.85 0H28.13a9.4 9.4 0 0 0-9.41 9.4v3.1zm2.5 18.72h62.57V93.8a6.17 6.17 0 0 1-6.2 6.21H12.6a6.17 6.17 0 0 1-6.2-6.2V31.22z"/>
</symbol><symbol viewBox="0 0 75.65 100" id="icon-svg-trash-line" xmlns="http://www.w3.org/2000/svg">
    <path d="M70.75 16.72h-8.88V5.4c0-2.94-1.96-5.39-4.9-5.39H18.7a5.7 5.7 0 0 0-4.9 5.39v11.33H4.96a4.63 4.63 0 0 0-4.9 4.9v8.83L0 33.38a4.63 4.63 0 0 0 4.9 4.9H6V95.1a4.63 4.63 0 0 0 4.9 4.9h53.88a4.63 4.63 0 0 0 4.9-4.9V38.28h1a4.63 4.63 0 0 0 4.9-4.9l.07-3.47v-8.29a4.63 4.63 0 0 0-4.9-4.9zM56 5.95v10.77h-5.9v-4.9H25.6v4.9h-5.86V5.95zm7.8 88.16H11.82V38.27H63.8zm5.9-61.7H6v-9.8h63.68z"/>
</symbol><symbol viewBox="0 0 120.05 100" id="icon-svg-triangle" xmlns="http://www.w3.org/2000/svg">
    <path d="M60.02 0L0 100h120.05z"/>
</symbol><symbol viewBox="0 0 120.05 100" id="icon-svg-triangle-o" xmlns="http://www.w3.org/2000/svg">
    <path d="M60.02 18.6l43.1 71.8H17.05l42.97-71.8m0-18.6L0 100h120.05L60.02 0z"/>
</symbol><symbol viewBox="0 0 120.05 100" id="icon-svg-triangle-o-thin" xmlns="http://www.w3.org/2000/svg">
    <path d="M60.02 9.36l51.5 85.96H8.4L60.02 9.36m0-9.36L0 100h120.05L60.02 0z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-tumblr" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm3.8 77.2c-11.9.2-16.4-8.5-16.4-14.6V44.7h-5.5v-7.1c8.3-3 10.3-10.5 10.8-14.8a.42.42 0 0 1 .4-.4h8v13.9h11v8.3h-11v17c0 2.3.9 5.5 5.3 5.4a13.7 13.7 0 0 0 4.4-.9l2.6 7.8c-1.1 1.5-5.6 3.2-9.6 3.3z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-twitter" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm27.1 39v1.6c0 16.6-12.7 35.8-35.8 35.8A35.53 35.53 0 0 1 22 70.7c1 .1 2 .2 3 .2a25 25 0 0 0 15.6-5.4 12.5 12.5 0 0 1-11.7-8.7 19.42 19.42 0 0 0 2.4.2 17.53 17.53 0 0 0 3.3-.4 12.54 12.54 0 0 1-10.1-12.3v-.2a13.46 13.46 0 0 0 5.7 1.6 12.58 12.58 0 0 1-5.6-10.5 12.12 12.12 0 0 1 1.7-6.3A35.65 35.65 0 0 0 52.2 42a13.57 13.57 0 0 1-.3-2.9 12.61 12.61 0 0 1 12.6-12.6 12.46 12.46 0 0 1 9.2 4 24.25 24.25 0 0 0 8-3.1 12.75 12.75 0 0 1-5.5 7 24.8 24.8 0 0 0 7.2-2 24.81 24.81 0 0 1-6.3 6.6z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-upload" xmlns="http://www.w3.org/2000/svg">
    <path d="M92 69v23.2H8V69H0v31.2h100V69z"/>
    <path d="M81.4 31.1L50.2 0 19.1 31.1l5.7 5.7 21.4-21.5V77h8V15.3l21.5 21.5z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-user-profile" xmlns="http://www.w3.org/2000/svg">
    <path d="M100 50a50 50 0 1 0-50 50 49.55 49.55 0 0 0 27.15-8.12C91.78 81.86 100 66.43 100 50zM69.94 76.15v10.62h-.1a41.7 41.7 0 0 1-38.48.6h-.1V75.55a15.07 15.07 0 0 1 3.2-10.72c3.12-3.6 8.53-5.41 15.94-5.41 7.52 0 12.93 1.8 16.13 5.41 3.51 4 3.51 9.22 3.41 11.32zM40.78 38.58c0-6.52 4.01-11.93 9.02-11.93s9.02 5.31 9.02 11.93c0 6.51-4.01 11.92-9.02 11.92-5.01-.1-9.02-5.41-9.02-11.92zm37.28 42.38v-4.3c0-.4 1.2-9.73-5.32-17.04A22.98 22.98 0 0 0 62.03 53l-.2-.1.1-.1a21.53 21.53 0 0 0 5.11-14.23c0-11.02-7.71-20.04-17.13-20.04s-17.13 9.02-17.13 20.04a21.55 21.55 0 0 0 5.4 14.53l.1.1-.2.1a22.8 22.8 0 0 0-9.71 6.31c-5.81 6.71-5.31 15.13-5.11 16.73v5.82l-.2-.2a41.91 41.91 0 1 1 55.3-1.1z"/>
</symbol><symbol viewBox="0 0 100.81 100" id="icon-svg-video-content-camera" xmlns="http://www.w3.org/2000/svg">
    <path d="M97.2 99.2a2.86 2.86 0 0 0 2.8-2.8V2.8A2.86 2.86 0 0 0 97.2 0H2.8A2.86 2.86 0 0 0 0 2.8v93.5a2.86 2.86 0 0 0 2.8 2.8h94.4zm-2.8-5.6H5.6v-88h88.8z"/>
    <path d="M3.2 77.7h92.7v5.5H3.2zM79 34.4s0-1-.3-1.1-1.1.3-1.1.3l-11.1 6.5v-9.9a2.11 2.11 0 0 0-2.1-2.1H27.6a2.11 2.11 0 0 0-2.1 2.1v29a2.11 2.11 0 0 0 2.1 2.1h36.8a2.11 2.11 0 0 0 2.1-2.1v-8.7l11 6.1s.7.4 1.1.2c.4-.1.5-1.2.5-1.2zM60.8 55.7H31.4V33.9h29.4zm13.5-6.1l-5.7-4 5.7-4.2z"/>
</symbol><symbol viewBox="0 0 111.95 100" id="icon-svg-video-off" xmlns="http://www.w3.org/2000/svg">
    <path d="M10.63 1.93a4.77 4.77 0 0 0-6.94-.78 4.96 4.96 0 0 0-.78 6.94l5.71 7.05H4.37A4.37 4.37 0 0 0 0 19.51v60.68a4.37 4.37 0 0 0 4.37 4.36H64.6l11.08 13.66a4.92 4.92 0 0 0 3.8 1.79 4.7 4.7 0 0 0 3.14-1.12 4.96 4.96 0 0 0 .78-6.94zm101.2 26.31s.12-2.01-.67-2.35c-.67-.33-2.35.56-2.35.56L85.64 40.22V19.5a4.37 4.37 0 0 0-4.36-4.37H34.03l51.61 64.04V61.94L108.7 74.7a3.3 3.3 0 0 0 2.24.45c.9-.34 1.01-2.58 1.01-2.58z"/>
</symbol><symbol viewBox="0 0 161.45 100" id="icon-svg-video-on" xmlns="http://www.w3.org/2000/svg">
    <path d="M161.13 18.87s.16-2.9-.97-3.39c-.97-.48-3.39.81-3.39.81L123.4 36.13V6.29A6.3 6.3 0 0 0 117.1 0H6.29A6.2 6.2 0 0 0 0 6.29v87.42A6.3 6.3 0 0 0 6.29 100h110.97a6.3 6.3 0 0 0 6.29-6.29v-26.3l33.22 18.4s1.94 1.12 3.23.64 1.45-3.7 1.45-3.7z"/>
</symbol><symbol viewBox="0 0 149.6 100" id="icon-svg-view" xmlns="http://www.w3.org/2000/svg">
    <path d="M44.01 49.85A30.99 30.99 0 1 0 75 18.86a31.05 31.05 0 0 0-30.99 30.99zM75 70.06A20.14 20.14 0 1 1 95.06 50 20.19 20.19 0 0 1 75 70.06z"/>
    <path d="M146.56 39.67l-1.05-1.35C133.08 24.1 107.34 0 73.95 0 49.7.15 26.35 13.32 4.5 39.07l-.9 1.05-.45.6A18.5 18.5 0 0 0 0 51.35a18.18 18.18 0 0 0 4.5 12.27c14.66 17.52 41 36.23 70.95 36.38h.45c27.1 0 49.1-12.13 69.61-38.02l.75-1.05a18.62 18.62 0 0 0 3.3-10.63 16.42 16.42 0 0 0-3-10.63zm-10.18 4.8l.9 1.2a7.14 7.14 0 0 1 1.64 4.78 7.43 7.43 0 0 1-1.64 4.8l-.9.9-.45.6c-22.9 28.28-44.31 32.17-60.33 32.32-26.2-.15-49.55-16.91-62.73-32.63a7.55 7.55 0 0 1-1.8-5.1 7.95 7.95 0 0 1 1.8-5.23l1.2-1.5c19.17-22.3 39.38-33.69 59.88-33.83v-1.8 1.8c28.6.15 51.5 21.1 62.43 33.68z"/>
</symbol><symbol viewBox="0 0 114.84 100" id="icon-svg-viewer" xmlns="http://www.w3.org/2000/svg">
    <path d="M76.94 42.95A14.31 14.31 0 0 0 62.7 57.2a14.14 14.14 0 0 0 14.24 14.13 14.18 14.18 0 1 0 0-28.37zm0 22.05a7.8 7.8 0 1 1 7.81-7.8 7.82 7.82 0 0 1-7.8 7.8z"/>
    <path d="M113.45 51.95l-.8-1.03c-3.68-4.25-17.13-18.05-36.21-18.05q-18.97 0-35.87 18.28l-.92.92v.23l-.11.23a10.8 10.8 0 0 0-1.5 5.29 9.98 9.98 0 0 0 2.42 6.55c7.01 8.27 20.11 17.24 35.86 17.24h1.61a43.41 43.41 0 0 0 34.72-18.16l.69-.8v-.23l.11-.23a10.17 10.17 0 0 0 0-10.23zm-5.75 7.36l-.8.8-.23.46C95.63 73.91 85.63 75.06 76.44 75.06c-14.49 0-26.55-9.77-30.92-14.94a3.63 3.63 0 0 1-.8-2.19 3.77 3.77 0 0 1 1.03-2.53c9.77-10.46 20.11-15.86 30.69-15.86 15.51 0 27.24 11.38 30.46 14.94l.8.92a2.9 2.9 0 0 1 .69 1.96 3.32 3.32 0 0 1-.69 1.95z"/>
    <path d="M65.52 87.7c-.7 1.26-1.38 2.41-2.07 3.68a42.73 42.73 0 0 1-10.92 2.07v-10.7a51.2 51.2 0 0 1-4.95-2.98v13.56a43.36 43.36 0 0 1-11.6-2.3 76.57 76.57 0 0 1-7.7-17.12h11.84c-1.84-1.73-3.57-3.34-5.06-4.95H26.9a77.66 77.66 0 0 1-2.18-16.55h5.86a49.46 49.46 0 0 1 4.25-4.94H24.71a81.75 81.75 0 0 1 2.76-18.5H47.7v7.23a71.16 71.16 0 0 1 4.94-2.99v-4.24h10.12a48.64 48.64 0 0 1 33.8 2.41A50.14 50.14 0 1 0 81.6 88.74a38.95 38.95 0 0 1-5.17.23 47.4 47.4 0 0 1-10.92-1.27zm19.3-63.68h-8.96a85.7 85.7 0 0 0-4.94-12.07 42.66 42.66 0 0 1 13.9 12.07zM52.53 6.55a42.72 42.72 0 0 1 10.93 2.07 89.88 89.88 0 0 1 7.24 15.4H52.53zm-16.66 2.3a43.36 43.36 0 0 1 11.61-2.3v17.47H28.85a76.03 76.03 0 0 1 7.01-15.17zm-7.58 3.45a86.1 86.1 0 0 0-4.72 11.72h-8.39a41.36 41.36 0 0 1 13.1-11.72zM11.84 28.97h10.23a82.54 82.54 0 0 0-2.53 18.5H6.55a43.73 43.73 0 0 1 5.29-18.5zM6.55 52.53h12.99a88.1 88.1 0 0 0 2.07 16.55H10.8a45.15 45.15 0 0 1-4.25-16.55zm7.13 21.5h9.2a82.55 82.55 0 0 0 5.4 13.67 43.72 43.72 0 0 1-14.6-13.68z"/>
</symbol><symbol viewBox="0 0 99.69 100" id="icon-svg-windows" xmlns="http://www.w3.org/2000/svg">
    <path d="M0 14.15l40.77-5.54v39.24L0 48.15zm40.77 38.31v39.39L0 86.15v-34zm4.92-44.61L99.7 0v47.38l-54 .47zm54 44.92V100l-54-7.7V52.63z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-xing" xmlns="http://www.w3.org/2000/svg">
    <path d="M50 0a50 50 0 1 0 50 50A49.99 49.99 0 0 0 50 0zM35.25 61.63H27a1.58 1.58 0 0 1-1.13-.5 1.13 1.13 0 0 1 0-1.26l8.75-15.37-5.5-9.63a1.12 1.12 0 0 1 0-1.24 1.31 1.31 0 0 1 1.13-.63h8.25a2.5 2.5 0 0 1 2.25 1.63l5.63 9.87C46 45 37.5 60.13 37.5 60.13a2.4 2.4 0 0 1-2.25 1.5zm38.75-38L55.87 55.74l11.5 21a.93.93 0 0 1 0 1.13c-.25.37-.62.12-1.12.12h-8.13a2.54 2.54 0 0 1-2.37-1.25s-11.63-20.88-11.63-21c.63-1 18.13-32.38 18.13-32.38.5-.75 1.25-1.62 2.13-1.62h8.5a1.31 1.31 0 0 1 1.12.63 1.13 1.13 0 0 1 0 1.25z"/>
</symbol><symbol viewBox="0 0 100 100" id="icon-svg-youtube" xmlns="http://www.w3.org/2000/svg">
    <path d="M43.1 60.3L61 50 43.1 39.7z"/>
    <path d="M50 0a50 50 0 1 0 50 50A50.02 50.02 0 0 0 50 0zm32.9 66.5a8.56 8.56 0 0 1-6.1 6.1C71.4 74 50 74 50 74s-21.4 0-26.8-1.4a8.56 8.56 0 0 1-6.1-6.1A82.96 82.96 0 0 1 15.7 50a101.14 101.14 0 0 1 1.4-16.5 8.56 8.56 0 0 1 6.1-6.1C28.6 26 50 26 50 26s21.4 0 26.8 1.5a8.77 8.77 0 0 1 6.1 6A82.96 82.96 0 0 1 84.3 50a91.15 91.15 0 0 1-1.4 16.5z"/>
</symbol><symbol viewBox="0 0 102.46 100" id="icon-svg-zip-file" xmlns="http://www.w3.org/2000/svg">
    <path d="M101.43 27.46H75.61V0zm-31.76 7.17V.51h-41.5v38.32h40.47v38.01H28.18V100h74.28V34.63zm0 3.18H0v40.06h69.67zM2.05 39.86h65.57v35.96H2.05z"/>
    <path d="M29 69.88v-3.7H17.32l11.27-14.95v-4.1h-16.6v3.69h11.16L11.68 65.68v4h17.21v.2zm8.3 0V47.23h-5.02v22.44h5.02zm9.73 0v-8.3h3.07c4.72 0 8.92-2.05 8.92-7.28 0-5.02-4.2-6.96-8.92-6.96h-7.99v22.43h4.92zm0-19.27h2.05c3.18 0 5.02 1.03 5.02 3.6 0 3.37-2.66 3.88-5.43 3.88h-1.64z"/>
</symbol></svg>

</div>





 

    <div id="pbl-alert-overlay">
        <div class="wrapper">
            <p><i class="icon icon-globe-international"></i><span>Worldwide Sites</span></p>
            <p>You have been detected as being from <span class="pbl-country"></span>. Where applicable, you can see country-specific product information, offers, and pricing.</p>
            <p><a class="close-pbl-overlay" href="https://www.autodesk.com/site-selector?country=US&locale=en_US">Change country/language</a>
            <span style="margin-left:25px"><a href="#" class="close close-pbl-overlay">X</a></span></p>
        </div>
    </div>

<script type="text/javascript">
    (function(adsk) {
        adsk.defer(['jquery'], function($) {
            $('#adsk-global-control').attr('href', 'https://www.autodesk.com/site-selector?country=US&locale=en_US');
        });
    }(window.adsk));
</script>

<header class="header">
    <div class="utility-content iparsys parsys"><div class="responsive-navigation-element-display section">




    






    
        
        
            <div class="decorative_box_32b9 decorative-box">




    




<div class="utility-full-width global-utility-bar" data-wat-link-section 
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="utility-bar section">




    


<script type="text/javascript">

(function(adsk){
    if(!adsk.defer){
        return;
    }
    
    adsk.defer(['jquery'],function($){
        $('#adsk-global-control').attr('href', 'https://www.autodesk.com/site-selector?country=US&locale=en_US');
    });
}(window.adsk));
</script>

<div class="clearfix">

    <div class="ub-identification-container">
        
        <div class="identification innerParsys">

<div class="innerParsys parsys">
<div class="code section">





    



<!-- DOTCOM SITE IDENTITY CODE SNIPPET -->

<div class="left wd-pv-8 wd-pl-20 wd-font-34"> 

<a href="/" target="_self" class="wd-light" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="adsk-logo" data-wat-tracking="1">

<svg class="wd-autodesk-logo">
<use xlink:href="#autodesk-logo"></use>
<title>Autodesk logo</title>
</svg></a> 

</div>
</div>

</div>
</div>

        
    </div>

    <div class="ub-shortcuts-container">
        
        <div class="shortcuts innerParsys">

<div class="innerParsys parsys">
<div class="responsive-list section">




    





	
  	
  		<ul class=" wd-navigation-bar">
  	


	
	<li>
		<div class="responsive-list-item-0 responsive-list-item">




    






    
    
        <div class="list-item-content parsys">
<div class="cart parbase section">
    
<link rel="stylesheet" href="https://static-dc.autodesk.net/etc/designs/v201809101540/ecommerce/sitewide/clientlibs.min.css" type="text/css">
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/ecommerce/sitewide/clientlibs.min.js"></script>




<script type="text/javascript">
    (function (adsk) {
        adsk.defer(['adsk.cartController', 'adsk.cartConfig'],
                function (CartController, CartConfig) {
                    'use strict';

                    var cartControllerInstance = new CartController(CartConfig());
                    cartControllerInstance.updateCartInfo();
                });
    }(window.adsk));
</script>

<a id="cartLink" class="wd-cart" href="#" data-wat-loc="utilitynav" data-wat-val="cart widget">
    <svg class="icon-svg-open-cart">
        <use xlink:href="#icon-svg-open-cart"></use>
    </svg>
    <div id="cartSummaryItemCount" class="wd-cart-count"></div>
</a>
</div>

</div>

    


</div>

	</li>

	
	<li>
		<div class="responsive-list-item-1 responsive-list-item">




    






    
    
        <div class="list-item-content parsys">
<div class="navigation-bar-search search-form section"><!--
    Copyright © 2017 Autodesk, Inc.
    All rights reserved.

    Displays a navigation search form, including at least a textual query
-->



<!--
    Inline search input
    Visible on medium + large screens in the utility bar itself.
    Hidden on small screens. (2nd search box used for mobile, appears beneath the util bar.)
-->
<div class="navigation-bar-search-inline">
    <form id="cq-site-search" onsubmit="return false" _lpchecked="1">
        <input type="hidden" id="site-search-url" value="/search?sn=en_US">
        <input type="text" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="search" id="site-search-qt" name="q" placeholder="Search">
        <svg class="icon">
            <use xlink:href="#icon-svg-search"></use>
        </svg>
    </form>
</div>

<!--
    Search Input Toggle
    This link controls the visibility of the search box on mobile
-->
<a href="#" class="navigation-bar-search-small-trigger visibility-hidden" data-visibility-target=".navigation-bar-search-small-target">
    <svg class="icon-search">
        <use xlink:href="#icon-svg-search"></use>
    </svg>
</a>


<!--
    Search bar for mobile view
-->
<div class="navigation-bar-search-small-target wd-pa-16 visibility-target-hidden" style="display: none;">
    <form id="cq-site-search-mobile" onsubmit="return false" _lpchecked="1" class="wd-position-relative wd-font-14">
        <input type="text" id="cq-site-search-qt-mobile" name="q" placeholder="Search">
            <svg class="icon">
                <use xlink:href="#icon-svg-search"></use>
            </svg>
    </form>
</div></div>

</div>

    


</div>

	</li>

	
	<li>
		<div class="responsive-list-item-2 responsive-list-item">




    






    
    
        <div class="list-item-content parsys">
<div class="single-sign-on section">




<div class="wd-sso-container">
    <!-- sign-in tab  -->
    <div class="wd-sso-signed-out-menu-container">
        <a href="#" class="wd-sso-signed-out-menu-trigger visibility-hidden" data-visibility-target=".wd-sso-signed-out-menu-popup" data-wat-loc="utilitynav" data-wat-val="sso:open menu:unauth">
            <svg class="wd-sso-signed-out-menu-svg icon-svg-user-profile">
                <use xlink:href="#icon-svg-user-profile"></use>
            </svg>
            <span class="wd-sso-signed-out-menu-caret">
                <svg class="icon-svg-arrow-dropdown wd-vam">
                    <use xlink:href="#icon-svg-arrow-dropdown"></use>
                </svg>
                <svg class="icon-svg-arrow-dropdown-up wd-vam">
                    <use xlink:href="#icon-svg-arrow-dropdown-up"></use>
                </svg>
            </span>
            <span class="wd-sso-signed-out-menu-text">Sign In</span>
        </a>
        <!-- sign-in menu popup -->
        <div class="wd-sso-signed-out-menu-popup wd-ph-20 visibility-target-hidden" style="display: none">
            <p class="wd-sso-signed-out-menu-title wd-font-16 wd-mv-0 wd-pt-16 wd-pb-12">Autodesk Account</p>
            <!-- wrap the links in a div to be able to style :first-child and :last-child -->
            <div>
                <!-- Include the link template and pass it the link properties -->
                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="https://manage.autodesk.com" class="wd-mt-2" data-sso-link="manage-account" data-wat-val="sso:manage products and downloads:unauth" data-automation-id="manage-account:unauth" data-wat-loc="utilitynav">Manage products &amp; downloads</a>
    </p>

                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="https://accounts.autodesk.com/LogOn?theme=light#username" class="wd-mt-2" data-sso-link="autodesk-account" data-wat-val="sso:account settings:unauth" data-automation-id="autodesk-account:unauth" data-wat-loc="utilitynav">Account settings</a>
    </p>

                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="#" class="wd-mt-2" data-sso-link="sign-in" data-wat-val="sso:sign in:unauth" data-automation-id="sign-in:unauth" data-wat-loc="utilitynav">Sign In</a>
    </p>

                
            </div>
        </div>
    </div>
    <!-- signed-in tab - hidden by default -->
    <div class="wd-sso-signed-in-menu-container">
        <a href="#" class="wd-sso-signed-in-menu-trigger visibility-hidden hide" data-visibility-target=".wd-sso-signed-in-menu-popup" data-wat-val="sso:open menu" data-wat-loc="utilitynav">
            <svg class="wd-sso-signed-in-menu-svg icon-svg-signed-in">
                <use xlink:href="#icon-svg-signed-in"></use>
            </svg>
            <span class="wd-sso-signed-in-menu-caret">
                <svg class="icon-svg-arrow-dropdown wd-vam">
                    <use xlink:href="#icon-svg-arrow-dropdown"></use>
                </svg>
                <svg class="icon-svg-arrow-dropdown-up wd-vam">
                    <use xlink:href="#icon-svg-arrow-dropdown-up"></use>
                </svg>
            </span>
        </a>
        <!-- signed-in menu popup -->
        <div class="wd-sso-signed-in-menu-popup wd-ph-20 visibility-target-hidden" style="display: none">
            <p class="wd-sso-signed-in-menu-title wd-font-16 wd-mv-0 wd-pt-16 wd-pb-12"></p>
            <!-- wrap the links in a div to be able to style :first-child and :last-child -->
            <div>
                <!-- include the link template and pass it the link properties -->
                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="https://manage.autodesk.com" class="wd-mt-2" data-sso-link="manage-account" data-wat-val="sso:manage products and downloads" data-automation-id="manage-account" data-wat-loc="utilitynav">Manage products &amp; downloads</a>
    </p>

                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="#" class="wd-mt-2" data-sso-link="show-profile" data-wat-val="sso:account settings" data-automation-id="show-profile" data-wat-loc="utilitynav">Account settings</a>
    </p>

                
                    
    <p class="wd-sso-menu-link wd-inline-icon wd-mv-0 wd-pv-4">
        <svg class="wd-icon"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
        <a href="#" class="wd-mt-2" data-sso-link="sign-out" data-wat-val="sso:sign out" data-automation-id="sign-out" data-wat-loc="utilitynav">Sign out</a>
    </p>

                
            </div>
        </div>
    </div>
</div>

<script>
(function(adsk){
    (adsk.defer || require)(['adsk.single-sign-on'], function(SingleSignOn) {
        new SingleSignOn();
    });
}(window.adsk));
</script></div>

</div>

    


</div>

	</li>

	
	<li>
		<div class="responsive-list-item-3 responsive-list-item">




    






    
    
        <div class="list-item-content parsys">
<div class="geo-navigation parbase section">



    


<div class=" hide-for-small-only">

    

    <a href="/site-selector" class="geo-navigation-site-selector wd-uppercase">
        <svg class="wd-vertical-align-middle icon-svg-globe-international">
            <use xlink:href="#icon-svg-globe-international"></use>
        </svg>
        <span>United States</span>
    </a>
    <div
        class="geo-navigation-popup-container wd-font-14 hide"
        data-wat-link="true"
        data-wat-loc="geo-selector"
        data-wat-content-name="geo-selector"
        data-wat-content-type="pop-up">
        <a href="#" class="geo-navigation-popup-container-close" data-wat-link="true" data-wat-loc="geo-selector" data-wat-val="close">
            <svg class="icon-svg-close-thick"><use xlink:href="#icon-svg-close-thick"></use></svg>
        </a>
        <div class="geo-navigation-popup-content wd-pl-10 wd-pr-20 wd-mt-2 wd-mb-10">
            <p class="geo-navigation-popup-local-message wd-pb-20 wd-ma-0 wd-pt-8 hide">
                We have redirected you to an equivalent page on your local site where you can see local pricing and promotions and purchase online.
            </p>
            <p class="wd-display-flex wd-pt-8 wd-pb-12 wd-ma-0 wd-bbw-1 wd-mb-2 wd-bc-smoke">
                <svg class="icon-svg-popup-arrow wd-mr-2"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
                <a href="/" class="geo-navigation-popup-redirect wd-no-underline wd-bold wd-mt-2" data-wat-link="true" data-wat-loc="geo-selector" data-wat-val="return to global site"></a>
            </p>
            <p class="wd-display-flex wd-ma-0 wd-pt-12">
                <svg class="icon-svg-popup-arrow wd-mr-2"><use xlink:href="#icon-svg-cta-go-arrow-circle"></use></svg>
                <a href="#" class="geo-navigation-popup-stay-on-site wd-no-underline wd-bold wd-mt-2" data-wat-link="true" data-wat-loc="geo-selector" data-wat-val="choose a different local site">Stay on our U.S. site</a>
            </p>
        </div>
    </div>

<div class="geo-navigation-loading-spinner loading-spinner">
    <div class="loading-spinner-cube-1 loading-spinner-cube"></div>
    <div class="loading-spinner-cube-2 loading-spinner-cube"></div>
    <div class="loading-spinner-cube-4 loading-spinner-cube"></div>
    <div class="loading-spinner-cube-3 loading-spinner-cube"></div>
</div>
</div>

</div>

    


</div>

	</li>

	
	<li>
		<div class="responsive-list-item-4 responsive-list-item">




    






    
    
        <div class="list-item-content parsys">
<div class="code section">





    



<style>
/*ATTN CSS BELOW ADDED BY ALEX W ON 2018-04-17*/
@media screen and (min-width: 320px){
.icon-menu::before {
    position: relative;
    top: -3px;
}
}
/*ATTN CSS BELOW ADDED BY ALEX W ON 2018-04-20*/
@media screen and (max-width: 646px){
.icon-svg-user-profile{
    position: relative;
    top: -1px;
}

.icon-search{
    position: relative;
    top: -1px;
    right: -1px;
}
}
</style>

<!-- UTILITY SHORTCUTS CODE SNIPPET -->
<!-- Includes Utility Bar shortcuts for global nav, Sign in / Sign out, & Search -->

<ul class="right wd-inline-list wd-ma-0 wd-pa-0 wp-utility-shortcuts">
 <!--
     --><li class="global-menu-toggle-li"><!--
                Global menu toggle
                Toggles visibility of the global navigation
            --><a href="#" class="toggle-global-menu" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="globalnav:open"><i class="icon icon-menu"></i><span>Menu</span></a></li></ul>
<script type="text/javascript">
$(function() {
var links=document.querySelectorAll('a[href^="/services/adsk/c/oxygen/tooledu2.do/connect-edu.resp"]');
for (i = 0; i < links.length; i++) {
    var queryString=links[i].search;
    if (queryString.indexOf('returnUrl=') > 0) {
        queryObject = parseQuery(queryString);
        if (queryObject.returnUrl !== undefined) {
            var currentPath = document.location.pathname;
            if (currentPath.substring(0,queryObject.returnUrl.length) == queryObject.returnUrl) {
                var newHref = links[i].href.replace('returnUrl=' + queryObject.returnUrl,'');
                links[i].href = newHref;
            }
        }
    }
}
});
function parseQuery(queryStr) {
    var query = {};
    var a = queryStr.substr(1).split('&');
    for (var i = 0; i < a.length; i++) {
        var b = a[i].split('=');
        query[decodeURIComponent(b[0])] = decodeURIComponent(b[1] || '');
    }
    return query;
}
</script></div>

</div>

    


</div>

	</li>


	
	
		</ul>
	



</div>

</div>
</div>

        
    </div>

    <div class="ub-utility-links-container">
        
        <div class="utility-links innerParsys">

<div class="innerParsys parsys">
<div class="code section">





    



<ul class="right wd-inline-list wd-ma-0 wd-pa-0 homenav-links"><!-- 

start:new links fy17 

-->
<li><a class="free-trials-topnav" href="/free-trials" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="free-trials"><span>Free Trials</span></a></li><!--

--><li><a class="all-products-topnav" href="/products" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="all-products"><span>All Products</span></a></li><!--

--><li><a class="buy-topnav" href="https://www.autodesk.com/buy-online" data-wat-link="true" data-wat-loc="utilitynav" data-wat-val="buy"><span>Buy</span></a></li><!--

--></ul>
<!-- end: new links fy17 --></div>

</div>
</div>

        
    </div>

</div>

<script>
    (function(adsk){
        // TODO: Remove this later when 'static nav' is no longer needed.
        if(!adsk.defer){
            return;
        }
        
        adsk.defer(['jquery', 'utility-bar', 'observer', 'modalOverlay'], function($, utilityBar, observer, modalOverlay){

            //create modal overlay
            var utilityBarOverlay = new modalOverlay({
                selectors:{
                    content:      '.nav-panel-utility',
                    closeTriggers: ['.nav-close-utility']
                },
                onOpen: function(){
                    $('.page-container').addClass('page-container-open');
                },
                onClose: function(){
                    $('.page-container').removeClass('page-container-open');
                }
            });

            var utilityBarInstance = new utilityBar({
                onPrimaryNavigationClicked: function(){
                    observer.invoke('primaryNavOverlay.toggle');
                },
                onUtilityLinksClicked: function(){
                    utilityBarOverlay.toggle();
                },
            });
            

            //register method with observer to enable third-party triggered interactions
            observer.register('utilityBarOverlay.toggle', utilityBarOverlay, 'toggle');
            observer.register('utilityBarOverlay.close', utilityBarOverlay, 'close');
            

            
        });
    }(window.adsk));



</script></div>
<div class="code section">





    




<style>li a.wp-cta-go-arrow:before{content:'\e63a' !important;
font-family: 'Autodesk-Icon-Font';content: "\e63e";color: #89b546;position: absolute;top: 2px;left: -19px;font-size: 14px;line-height: 1;font-weight:600}


.utility-links .code.section{
	display: inline-block !important;
	float: right;
}
.homenav-links>li{
	display: none !important;
position:relative;
}

@media only screen and (min-width: 64.064em) {
	
	.homenav-links>li>a{
		border-right: none;
		padding: 0 12px !important;
	}
	.homenav-links>li{
		display: inline-block !important;
		border-right: none !important;
	}
.homenav-links>li::after {
    content: "";
    position: absolute;
    background-color: #dadada;
    width: 1px;
    bottom: 10px;
    top: 10px;
    right: 0;
}
	
}
</style></div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="responsive-grid section">




    




<div class="row">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="code section">





    



<div id="adsk-search" class="search-bar wd-pa-16 visibility-target-hidden">
    <div class="search-container wd-font-14">
        <form id="cq-site-search-mobile" onsubmit="return false" _lpchecked="1">      
                
<input type="text" id="cq-site-search-qt-mobile" name="qt" placeholder="Search"><i class="icon icon-search"></i>
 
</form>   
    </div>
</div></div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="code section">





    



<div id="oxy-lightbox" style="display: none;">
    <div class="js-overlay" onclick="javascript:adsk.oxygen.closeLightbox();"><!-- do not collapse --></div>
    <div class="horizon">
        <div class="mod js-modal modal-2">
            <div class="outer pam">
                <a href="javascript:adsk.oxygen.closeLightbox();" class="container js-closeModal">
                    <span class="icon adsk-lightbox-close fr"><!-- do not collapse --></span>
                </a>
                <div class="inner">
                    <!-- place for title -->
                    <div class="bd">
                        <!-- place for body -->
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!--Global menu container-->

<div class="global-menu" data-wat-link-section="globalnav"> 
  
  <!--
The global menu header
-->
  <ul class="global-menu-header">
    <li> <a class="close-global-menu" data-wat-loc="globalnav" data-wat-link="true" data-wat-val="globalnav:close" href="#">
      <div class='icon-stacked'> <i class="icon icon-circle-o"></i> <i class="icon icon-close"></i> </div>
      </a> </li>
  </ul>
  
  <!-- The global navigation content -->
  <nav class="global-navigation">
    <ul>
      <li> <a href="#" class="visibility-toggle-1 visibility-hidden" data-visibility-target=".submenu-1" data-wat-loc="products:open" data-wat-val="products">Products</a>
        <ul class="submenu-1" data-wat-loc="products">
          <li><a href="/products" data-wat-val="all products and suites" class="wp-cta-go-arrow" target="_self">All products</a></li>
          <li> <a href="#" class="visibility-toggle-2 visibility-visible" data-visibility-target=".submenu-collections">Collections</a>
          <ul class="submenu-collections">
            <li><a href="/collections/architecture-engineering-construction/overview" data-wat-val="collections:Architecture, Engineering and Construction" target="_self">Architecture, Engineering &amp; Construction</a></li>
            <li><a href="/collections/product-design/overview" data-wat-val="collections:Product Design" target="_self">Product Design & Manufacturing</a></li>
            <li><a href="/collections/media-entertainment/overview" data-wat-val="collections:Media and Entertainment" target="_self">Media &amp; Entertainment</a></li>
<li><a href="/collections" data-wat-val="collections:All collections" target="_self">All collections</a></li>
          </ul>
          </li>
          <li><a href="/products/autocad/overview" data-wat-val="autocad" target="_self">AutoCAD</a></li>
          <li><a href="/products/autocad-lt/overview" data-wat-val="autocad lt" target="_self">AutoCAD LT</a></li>
          <li><a href="/products/autocad-360/overview" data-wat-val="autocad mobile" target="_self">AutoCAD Mobile</a></li>
          <li><a href="/products/3ds-max/overview" data-wat-val="3ds max" target="_self">3ds Max</a></li>
          <li><a href="https://bim360.autodesk.com/" data-wat-val="bim360" target="_self">BIM 360</a></li>
          <li><a href="/products/autocad-civil-3d/overview" data-wat-val="civil 3d" target="_self">Civil 3D</a></li>
          <li><a href="/products/flame-family/overview" data-wat-val="flame" target="_self">Flame</a></li>
          <li><a href="/products/fusion-360/overview" data-wat-val="fusion 360" target="_self">Fusion 360</a></li>
          <li><a href="http://www.autodeskfusionlifecycle.com/" data-wat-val="fusion lifecycle" target="_self">Fusion Lifecycle</a></li>
          <li><a href="/products/infraworks-360/overview" data-wat-val="infraworks" target="_self">InfraWorks</a></li>
          <li><a href="/products/inventor/overview" data-wat-val="inventor" target="_self">Inventor</a></li>
          <li><a href="/products/maya/overview" data-wat-val="maya" target="_self">Maya</a></li>
          <li><a href="/products/powermill/overview" data-wat-val="powermill" target="_self">PowerMill</a></li>
          <li><a href="/products/revit-family/overview" data-wat-val="revit" target="_self">Revit</a></li>
          <li><a href="/products/shotgun/overview" data-wat-val="shotgun" target="_self">Shotgun</a></li>
        
 
          


          <li> <a class="global-nav-category">File viewers</a> </li>
          <li><a href="https://www.autodesk.com/viewers/all-viewers" data-wat-val="All viewers" target="_self" class="wp-cta-go-arrow">All viewers</a></li>
          <li><a href="https://www.autodesk.com/products/dwg" data-wat-val="DWG" target="_self">DWG</a></li>
          <li><a href="/viewers/dwf" data-wat-val="DWF" target="_self">DWF</a></li>

 <li><a href="https://viewer.autodesk.com/" data-wat-val="Online viewer" target="_self">Online viewer</a></li>


          <li> <a class="global-nav-category">Solutions</a> </li>
          <li> <a href="#" class="visibility-toggle-2 visibility-hidden" data-visibility-target=".submenu-1b">Industry solutions</a>
            <ul class="submenu-1b">
              <li><a href="/solutions/bim/overview" data-wat-val="industry solutions:Building Information Modeling (BIM)" target="_self">Building Information Modeling (BIM)</a></li>
              <li><a href="/industry/media-entertainment/vfx-film-tv" data-wat-val="industry solutions:Film and TV" target="_self">Film &amp; TV</a></li>
              <li><a href="/industry/media-entertainment/game-design-and-development" data-wat-val="industry solutions:Game design" target="_self">Game design</a></li>
              <li><a href="/solutions/manufacturing" data-wat-val="industry solutions:Manufacturing" target="_self">Manufacturing</a></li>
              <li><a href="/solutions/product-design/overview" data-wat-val="industry solutions:Product design" target="_self">Product design</a></li>
              <li><a href="/solutions/simulation/overview" data-wat-val="industry solutions:simulation" target="_self">Simulation</a></li>
              <li><a href="/solutions" data-wat-val="industry solutions:All solutions" target="_self">All solutions</a></li>             
            </ul>
          </li>
          <li><a href="https://www.autodesk.com/360-cloud" data-wat-val="Cloud and collaboration" target="_self">Cloud &amp; collaboration</a></li>
          <li> <a href="#" class="visibility-toggle-2 visibility-hidden" data-visibility-target=".submenu-1c">Makers &amp; indie designers</a>
            <ul class="submenu-1c">
              <li><a href="https://www.autodesk.com/solutions/3d-printing" data-wat-val="Makers and indie designers:3D printing" target="_self">3D printing</a></li>
              <li><a href="/indie-game-maker/home" data-wat-val="Makers and indie designers:Indie game maker" target="_self">Indie game maker</a></li>
            </ul>
          </li>
        </ul>
      </li>
      <li> <a href="#" class="visibility-toggle-1 visibility-hidden" data-visibility-target=".submenu-2" data-wat-loc="support and learning:open" data-wat-val="Support and learning">Support &amp; learning</a>
        <ul class="submenu-2" data-wat-loc="support and learning">
          <li> <a class="global-nav-category">Support</a> </li>
          <li><a href="https://knowledge.autodesk.com/support" data-wat-val="By product" target="_self">By product</a></li>
          <li><a href="https://knowledge.autodesk.com/support/system-requirements" data-wat-val="System requirements" target="_self">System requirements</a></li>
          <li><a href="https://knowledge.autodesk.com/downloads" data-wat-val="Updates hotfixes service packs" target="_self">Updates, hotfixes &amp; service packs</a></li>
          <li> <a class="global-nav-category" data-wat-val="Customer service">Customer service</a></li>
          <li><a href="https://knowledge.autodesk.com/customer-service" class="wp-cta-go-arrow" data-wat-val="All customer service" target="_self">All customer service</a></li>
          <li><a href="https://knowledge.autodesk.com/installation-and-licensing" data-wat-val="Installation activation licensing" target="_self">Installation, activation, licensing</a></li>
          <li><a href="https://knowledge.autodesk.com/topics/account-management" data-wat-val="Account management" target="_self">Account management</a></li>
          <li> <a class="global-nav-category">Events &amp; Training</a> </li>
          <li><a href="http://au.autodesk.com/au-online/overview" data-wat-val="Classes on demand" target="_self">Classes on demand</a></li>
          <li><a href="/events" data-wat-val="Events" target="_self">Events</a></li>
          <li><a href="/training-and-certification/overview" data-wat-val="Training and certification">Training &amp; certification</a></li>
          <li> <a class="global-nav-category">Community resources</a></li>
          <li><a href="/community" class="wp-cta-go-arrow" data-wat-val="All communities" target="_self">All communities</a></li>
          <li><a href="/blogs" data-wat-val="Blogs" target="_self">Blogs</a></li>
          <li><a href="https://www.autodesk.com/adnopen" data-wat-val="Developer network" target="_self">Developer network</a></li>
          <li><a href="https://forums.autodesk.com/t5/custom/page/page-id/Discussions-Page" data-wat-val="Forums" target="_self">Forums</a></li>
          <li><a href="/education/home" data-wat-val="Students and educators" target="_self">Students &amp; educators</a></li>

          <li> <a class="global-nav-category">Services</a></li>
          <li><a href="/services-support/consulting/overview" data-wat-val="Consulting" target="_self">Consulting</a></li>
          <li><a href="http://partnerproducts.autodesk.com/catalog/default.asp" data-wat-val="Partner apps" target="_self">Partner apps</a></li>
<li><a href="https://servicesmarketplace.autodesk.com/?utm_source=dotcom&utm_medium=referral&utm_campaign=launch-oct&utm_term=home-fly-away" data-wat-val="Autodesk Services Marketplace" target="_self">Autodesk Services Marketplace</a></li>


        </ul>
      </li>
      <li> <a href="#" class="visibility-toggle-1 visibility-hidden" data-visibility-target=".submenu-3" data-wat-loc="downloads:open" data-wat-val="Downloads">Downloads</a>
        <ul class="submenu-3" data-wat-loc="downloads">
          <li> <a href="/free-trials" data-wat-val="Free product trials" target="_self">Free product trials</a></li>
          <li> <a href="/education/free-software/all" data-wat-val="Free student software" target="_self">Free student software</a></li>
          <li> <a href="https://www.autodesk.com/viewers/all-viewers" data-wat-val="File viewers" target="_self">File viewers</a></li>
          <li> <a href="https://knowledge.autodesk.com/downloads" data-wat-val="Updates and service packs" target="_self">Updates &amp; service packs</a></li>
        </ul>
      </li>
      <li> <a href="#" class="visibility-toggle-1 visibility-hidden" data-visibility-target=".submenu-4" data-wat-loc="buy:open" data-wat-val="Buy">Buy</a>
        <ul class="submenu-4" data-wat-loc="buy">
        
          <li class="wd-pt-12"> <a href="https://www.autodesk.com/buy-online" data-wat-val="Autodesk buy online" target="_self">Buy Online</a></li>
          <li> <a href="https://www.autodesk.com/resellers/locate-a-reseller?cntr=US" data-wat-val="Find a reseller" target="_self">Find a reseller</a></li>
          <li> <a href="/promotions" data-wat-val="Special offers" target="_self">Special offers</a></li>
          <li> <a href="/renewal" data-wat-val="Renewal options" target="_self">Renewal options</a></li>
          <li> <a class="global-nav-category">Options</a> </li>
          <li><a href="/subscription" data-wat-val="Subscriber benefits" target="_self">Subscriber benefits</a></li>
          <li><a href="/maintenance-plan" data-wat-val="Maintenance plan benefits" target="_self">Maintenance plan benefits</a></li>
          <li><a href="/education/prepare-and-excel/authorized-academic-partner/find-a-partner" data-wat-val="Educational institutions" target="_self">Educational institutions</a></li>
<li><a href="/financing" data-wat-val="Financing" target="_self">Financing</a></li>
        </ul>
      </li>
      <li> <a href="#" class="visibility-toggle-1 visibility-hidden" data-visibility-target=".submenu-5" data-wat-loc="about autodesk:open" data-wat-val="About Autodesk">About Autodesk</a>
        <ul class="submenu-5" data-wat-loc="about autodesk">
          <li> <a href="/careers" data-wat-val="Careers" target="_self">Careers</a></li>
          <li> <a href="/company" data-wat-val="Company: About us" target="_self">Company</a></li>
              <li><a href="http://news.autodesk.com/" data-wat-val="Newsroom" target="_self">Newsroom</a></li>
          </li>
          <li> <a href="http://investors.autodesk.com/phoenix.zhtml?c=117861&p=irol-irhome" data-wat-val="Investor relations" target="_self">Investor relations</a></li>
          <li> <a href="/trust/overview" data-wat-val="Trust center" target="_self">Trust center</a></li>
        </ul>
      </li>
    </ul>
  </nav>
  <ul class="global-menu-footer wd-list-style-type-none wd-pa-0 wd-uppercase" data-wat-loc="globalft">
    <li><a href="https://www.autodesk.com/free-trials" data-wat-val="free trials" target="_self"><i class="icon icon-download"></i>&nbsp;Free trials</a></li>
    <li><a href="https://www.autodesk.com/education/home" data-wat-val="Students and educators" target="_self"><i class="icon icon-education-students"></i>&nbsp;Students and educators</a></li>
    <li><a href="/site-selector" data-wat-val="Worldwide sites" target="_self"><i class="icon icon-globe-international"></i>&nbsp;Worldwide sites</a></li>
  </ul>
  <ul class="global-menu-footer-social">
    <li><a href="https://www.facebook.com/autodesk" data-wat-link="true" data-wat-val="facebook" data-wat-loc="globalnav" target="_self"><i class="icon icon-facebook"></i></a></li>
    <li><a href="https://twitter.com/autodesk" data-wat-link="true" data-wat-val="twitter" data-wat-loc="globalnav" target="_self"><i class="icon icon-twitter"></i></a></li>
    <li><a href="https://www.linkedin.com/company/autodesk" data-wat-link="true" data-wat-val="linkedin" data-wat-loc="globalnav" target="_self"><i class="icon icon-linkedin"></i></a></li>
    <li><a href="https://www.youtube.com/user/Autodesk" data-wat-link="true" data-wat-val="youtube" data-wat-loc="globalnav" target="_self"><i class="icon icon-youtube"></i></a></li>
  </ul>
</div>
<!--
This is the global menu overlay
--> 
<a class="close-global-menu" data-wat-loc="utilitynav" data-wat-val="globalnav:close" data-wat-link="true"></a> 
</div>
<div class="code section">





    



<style>
.toggle-global-menu {
	color: white !important;
	background-color: #0696d7 !important;
}

#cartSummaryItemCount{
	font-family: 'Artifakt Legend';
}
</style></div>

</div>

    
</div>
</div>

        
    

    
</div>
<div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="utility-content iparsys parsys"></div>
</div>
</div>

    <div class="local-nav-content iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="local-nav-content iparsys parsys"></div>
</div>
</div>

</header>
        









<div class="row" id="grid-overlay">
    <svg>
        <line x1="0"      y1="0" x2="0"      y2="100%"></line>
        <line x1="8.33%"  y1="0" x2="8.33%"  y2="100%"></line>
        <line x1="16.67%" y1="0" x2="16.67%" y2="100%"></line>
        <line x1="25.00%" y1="0" x2="25.00%" y2="100%"></line>
        <line x1="33.33%" y1="0" x2="33.33%" y2="100%"></line>
        <line x1="41.67%" y1="0" x2="41.67%" y2="100%"></line>
        <line x1="50.00%" y1="0" x2="50.00%" y2="100%"></line>
        <line x1="58.33%" y1="0" x2="58.33%" y2="100%"></line>
        <line x1="66.67%" y1="0" x2="66.67%" y2="100%"></line>
        <line x1="75.00%" y1="0" x2="75.00%" y2="100%"></line>
        <line x1="83.33%" y1="0" x2="83.33%" y2="100%"></line>
        <line x1="91.67%" y1="0" x2="91.67%" y2="100%"></line>
        <line x1="100%"   y1="0" x2="100%"   y2="100%"></line>
    </svg>

    <p class="note">Keyboard <strong>ALT + g</strong> to toggle grid overlay</p>
</div>



<div class="body-content">
   <!--[if lte IE 9]>
    <h2>Your browser is not supported. For the best experience, update your browser version or try Chrome or Firefox.</h2>
   <![endif]-->
    

    
        
<script type="text/javascript">
    (function (adsk) {
        adsk.defer(['jquery', 'oxygen', 'domReady!'], function ($, oxygen) {
            oxygen.init(true);
        });
    }(window.adsk));
</script>

    

    
      
        <div class="banner iparsys parsys"><div class="referenced-content parbase section">





    





    
    
        
    
</div>
<div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="banner iparsys parsys"></div>
</div>
</div>

      
    

    <div class="body-content parsys"><div class="referenced-content parbase section">





    





    
        
            
                
                    
                        
                            <div class="body-content parsys"><div class="decorative-box section">




    




<div class="wp-banner"  
    >
    
    <div class="box-content parsys">
<div class="code section">





    



<style>
.hp-banner p:not(.link-icon){
	font-size: 15.8px;
	font-weight: 300;
	line-height: 1.27;
	margin-top: 6px;
	margin-bottom: 14px;
	color: #fff;
}
.wp-align{
  padding: 0px 20px;
}

.wp-banner{
height: 585px;
width: 100%;
overflow:hidden;
background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
background-size: 1700px auto;
background-position: center top;
background-repeat: no-repeat;
background-color: #463824;
margin-top: 53px;
}

.wp-banner .wp-banner-content{
    margin-top: 130px;
    margin-bottom: 203px;
    max-width: 500px;
    padding-right: 50px;
}
.wp-banner .wp-title{
  font-size: 34.1px;
  line-height: 1.11; 
  color: #fff;
  margin-top: 130px;
  margin-bottom: 0px;
  font-weight: 500;
}
.wp-banner .wp-subtitle{
  margin-top: 9px;
  margin-bottom: 17px;
  font-size: 19.2px;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
}
.wp-banner .wp-learn-more a{
  font-size: 19px;
  color: #fff;
  margin:0px;
  text-transform: uppercase;
    border: none;
    text-decoration: none;
}
.wp-banner .wp-learn-more i.icon-arrow-button{
    font-size: 16px;
    left: 5px;
    position: relative;
}
.wp-banner .wp-hr{
width: 100%;
height: 1px;
background-color: #bbb;
margin-top: 24px;
margin-bottom: 26px;
}
.wp-banner .wp-cta i.icon-jump-link{
    font-size: 21px;
    position: absolute;
    left: 0px;
    top: 5px;
    padding-right: 2px;
}
.wp-banner .wp-cta .icon-cta-go-arrow {
    position: absolute;
    top: 9px;
    left: 4px;
    font-size: 14px;
}
.wp-banner .wp-cta .icon-circle-o {
    position: absolute;
    top: 5px;
    font-size: 21px;
    left: 0px;
}
.wp-banner .wp-cta{
padding-left: 25px;
    position: relative;
line-height:1.2;
}
.wp-banner .wp-cta span:not(.wp-no-italic){
font-size: 21px;
font-weight: 700;
text-transform: none;
}
.wp-banner .wp-cta span.wp-no-italic{
font-style: normal;
}
.wp-banner .wp-cta a{
  font-size: 16px;
  color: #0696d7;
    border: none;
    text-decoration: none;
}
.wp-banner .wp-collection-title{
  font-size: 13.9px;
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
  text-transform: none;
  position:relative;
  margin:0px;
  padding-right: 10px;
}
.wp-banner .wp-collection-desc{
  margin-top: 13px;  
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.38;
  color: #ffffff;
} 
.wp-banner .wp-container-topper {
    width: 100%;
    height: 87px;
    position: relative;
    overflow: hidden;
}
.wp-banner .wp-collection-grid .wp-colored-overlay{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgba(37,22,1,.6);
}
.wp-banner .wp-collection-col:hover .wp-collection-container .wp-colored-overlay {
	background-color: rgba(37,22,1,.6);
}
.wp-banner .wp-collection-col.wp-open:hover .wp-collection-container .wp-colored-overlay {
	background-color: rgba(37,22,1,.6);
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-container-topper .wp-blur{
    position: absolute;
    width: 1700px;
    top: -222px;
    left: -850px;
    height: 1016px;
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-container-topper .wp-blur{
    position: absolute;
    width: 1700px;
    top: -222px;
    left: -1038px;
    height: 1016px;
     background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-container-topper .wp-blur{
    position: absolute;
    width: 1700px;
    top: -222px;
    left: -1228px;
    height: 1016px;
     background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-container-topper img {
    height: 100%;
    width: auto;
    float: left;
    position: relative;
    max-width: initial;
    max-width: none;
}
.wp-banner .wp-container-topper img.wp-float-right{
   float: right;
}
.wp-banner .wp-collection-container{
  width: 100%;
  background: rgba(256, 256, 256, 0.15);
  padding: 16px 12px;
overflow: hidden;
    position: relative;
margin-top: 3px;
cursor: pointer;
}
/**
.wp-banner .wp-open .wp-collection-container {
    cursor: initial;
    cursor: auto;
}
**/
.wp-banner .wp-collection-container .wp-hr{
    margin: 12px 0px 0px 0px;
    position: relative;
}
.wp-banner .wp-collection-container .wp-promo{
    font-size: 14px;
    line-height: 1.36;
    position: relative;
    color: #ddd;
    margin-top: 12px;
    padding-left: 18px;
}
.wp-banner .wp-collection-container .wp-promo i.icon-star{
    position: absolute;
    left: 0px;
    top: -6px;
    font-size: 24px;
}
.wp-banner .wp-collection-container .wp-expanded-content{
    position: relative;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    height: 0px;
    overflow: hidden;
}
.wp-banner .wp-collection-container .wp-expanded-content.wp-has-promo .wp-collection-desc{
    border-top: 1px solid rgba(256, 256, 256, 0.2);
    margin-top: 12px;
        padding-top: 13px;
}
.wp-banner .wp-collection-container .wp-expanded-content .wp-collection-cta {
    border-top: 1px solid rgba(256, 256, 256, 0.2);
    padding: 3px 0px;
    position: relative;
    cursor: pointer;
}
.wp-banner .wp-collection-container .wp-expanded-content .wp-collection-cta:first-child {
    border-top: none;
}
.wp-banner .wp-collection-container .wp-expanded-content .wp-collection-cta:last-child {
    padding: 3px 0px 0px 0px;
}
.wp-banner .wp-collection-container .wp-collection-cta a{
    font-size: 14px;
    color: white;
    text-decoration: none;
    border:none;
    font-weight: 500;
}
.wp-banner .wp-collection-container .wp-collection-cta:hover a{
    font-weight: 700;
}
.wp-banner .wp-collection-container .wp-expanded-content .icon-cta-go-arrow {
    color: #a4a4a4;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 10px;
}
.wp-banner .wp-collection-container .wp-expanded-content .wp-collection-cta:hover .icon-cta-go-arrow {
    color: #fff;
}

.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur{
    position: absolute;
    width: 1700px;
    top: -310px;
    left: -850px;
    height: 1016px;
     background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur{
    position: absolute;
    width: 1700px;
    top: -310px;
    left: -1038px;
    height: 1016px;
     background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur{
    position: absolute;
    width: 1700px;
    top: -310px;
    left: -1227px;
    height: 1016px;
     background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg');
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-blur-1700x1016.jpg');
    //filter: blur(12px);
    //-webkit-filter: blur(12px);
    opacity: 1;
}
.wp-banner .wp-collection-col.wp-open{
  position: relative;
  top: -90px;
}

.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-container-topper .wp-blur, 
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-container-topper .wp-blur, 
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-container-topper .wp-blur{
    transition: top 0.75s;
    -webkit-transition: top 0.75s;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur{
    transition: top 0.75s;
    -webkit-transition: top 0.75s;
}

.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+1) .wp-container-topper .wp-blur, 
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+2) .wp-container-topper .wp-blur, 
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n) .wp-container-topper .wp-blur{
top: -277px;
top: -119px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+1) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+2) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n) .wp-collection-container .wp-blur{
top: -367px;
top: -220px;
}

.wp-banner .wp-collection-col{
  position: relative;
  top: 0px;
  transition: top 0.75s;
  -webkit-transition: top 0.75s;
}
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n) {
    padding-left: 2px;
}
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+2) {
    padding-left: 1px;
    padding-right: 1px;
}
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+1) {
    padding-right: 2px;
}
.wp-banner .wp-collection-grid{
    margin-top: 221px;
    padding-right: 40px;
}
.wp-banner .wp-collection-grid .icon-show, 
.wp-banner .wp-collection-grid .icon-hide{
    position: absolute;
    top: 16px;
    right: 9px;
    font-weight: 700;
    color: white;
    opacity: .8;
    font-size: 13px;
    cursor: pointer;
}
.wp-banner .wp-blur.wp-debug{
    background: url('/content/dam/autodesk/www/homepage/fy19/unhcr-banner-bg-1700x1016.jpg') !important; 
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
.wp-banner{
    background-position: calc(50%) 0%;
    height: 610px;
}
.wp-banner .wp-collection-title {
    padding-right: 20px;
}
.wp-banner .wp-collection-col.wp-open  .wp-collection-container {
    padding-bottom:24px;
}
.wp-banner .wp-collection-grid {
   margin-top: 130px;
   padding-right: 14px;
}
.wp-banner .wp-collection-col.wp-open{
  top: 0px;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur {
    top: -310px;
	top: -133px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+1) .wp-collection-container .wp-blur {
    top: -310px;
	top: -133px;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur {
    top: -375px;
	top: -198px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+2) .wp-collection-container .wp-blur {
    top: -375px;
    top: -198px;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur {
    top: -425px;
    top: -248px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n) .wp-collection-container .wp-blur {
    top: -425px;    
	top: -248px;
}
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n), 
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+2),
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+1) {
    padding:0px;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur {
left: -651px;
left: -851px;
}
.wp-banner .wp-title {
    font-size: 29.8px;
    line-height: 1.15;
    margin-top: 130px;
}
.wp-banner .wp-subtitle {
    font-size: 15.8px;
    line-height: 1.27;
}
.wp-banner .wp-hr {
    margin-top: 23px;
    margin-bottom: 20px;
}
.wp-banner .wp-learn-more a {
    font-size: 16px;
}
.wp-banner .wp-cta span:not(.wp-no-italic){
    font-size: 16px;
}
.wp-banner .wp-cta a{
    font-size: 14px;
}
.wp-banner .wp-cta i.icon-jump-link {
    top: -1px;
}
.wp-banner .wp-cta .icon-cta-go-arrow{
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 11px;
}
.wp-banner .wp-cta .icon-circle-o{
    position: absolute;
    top: 2px;
    font-size: 19px;
    left: 0px;
}
.wp-banner > .box-content {
    position: relative;
    z-index: 1;
}
.wp-banner:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0,0.3);
    position: absolute;
    top: 0px;
}

}

@media only screen and (max-width: 40.063em){
.wp-banner {
    height: initial;
    height: auto;
    background-position: -742px -3px;
}
.wp-banner .wp-banner-content {
    margin-top: 102px;
    margin-bottom: 0px;
    padding-right: 0px;
}
.wp-banner .wp-title {
    font-size: 24px;
    line-height: 1.16;
    margin-top: 115px;
}
.wp-banner .wp-subtitle {
    font-size: 15.8px;
    line-height: 1.27;
    margin-top: 6px;
    margin-bottom: 14px;
}
.wp-banner .wp-learn-more a {
    font-size: 16px;
}
.wp-banner .wp-hr {
    margin-top: 18px;
}
.wp-banner .wp-cta span:not(.wp-no-italic){
    font-size: 16px;
}
.wp-banner .wp-cta a{
    font-size: 14px;
}
.wp-banner .wp-collection-grid {
    margin-top: 67px;
    padding-right: 0px;
    margin-bottom: 180px;
}
.wp-banner .wp-align {
background-color: rgba(0, 0, 0, 0.3);
}

.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur,
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur {
left: -762px;
}
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n), 
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+2),
.wp-banner .row.wp-collection-grid .wp-collection-col:nth-child(3n+1) {
    padding:0px;
}
.wp-banner .row.wp-collection-grid{
  min-width: initial;
  min-width: auto;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+1) .wp-collection-container .wp-blur {
    top: -407px;
top:-427px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+1) .wp-collection-container .wp-blur {
    top: -407px;
top:-427px;
}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n+2) .wp-collection-container .wp-blur {
    top: -472px;

}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n+2) .wp-collection-container .wp-blur {
    top: -472px;

}
.wp-banner .wp-collection-grid .wp-collection-col:nth-child(3n) .wp-collection-container .wp-blur {
    top: -522px;
}
.wp-banner .wp-collection-grid .wp-collection-col.wp-open:nth-child(3n) .wp-collection-container .wp-blur {
    top: -522px;
}
.wp-banner .wp-collection-col.wp-open{
  top: 0px;
}
.wp-banner .wp-cta i.icon-jump-link {
    top: -1px;
}
.wp-banner .wp-cta .icon-cta-go-arrow{
    position: absolute;
    top: 5px;
    left: 4px;
    font-size: 12px;
}
.wp-banner .wp-cta .icon-circle-o{
    position: absolute;
    top: 2px;
    font-size: 19px;
    left: 0px;
}
.wp-banner > .box-content {
    position: relative;
    z-index: 1;
}
.wp-banner:after {
    width: 100%;
    height: 100%;
    content: '';
    //background: rgba(0, 0, 0,0.3);
    position: absolute;
    top: 0px;
}
}
@media only screen and (min-width: 64.063em){
   .wp-banner .wp-title{
     color:#fff;
   }
   .wp-banner .wp-subtitle{
    color:#fff;
   }
   .wp-banner .wp-learn-more a{
    color:#fff;
   }
   .wp-banner .wp-hr{
     background-color: #bbb;
   }
   .wp-banner .wp-cta a{
     color: #0696d7;
   }
}


</style></div>
<div class="responsive-grid section">




    




<div class="row wp-align">
    
        
        
        
        <div class="small-12 medium-6 large-6 grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="decorative-box section">




    




<div class="wp-banner-content"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <h1 class="wp-title">READY TO MAKE ANYTHING</h1>
<p class="wp-subtitle">We've combined our most powerful software and services to create one simple package, for one great price—Autodesk industry collections.</p>
<div class="wp-learn-more"><a href="http://www.autodesk.com/collections" data-wat-link="true" data-wat-loc="content" data-wat-val="learn more">learn more<i class="icon-arrow-button"></i></a></div>
<div class="wp-hr">&nbsp;</div>
<div class="wp-cta"><a style="color:white" href="/customer-stories/unhcr-video" data-wat-link="true" data-wat-loc="content" data-wat-val="story: modbot"><i class="icon-cta-go-arrow"></i><i class="icon-circle-o"></i><span><i>UNHCR refugee settlement in Bangladesh</i></span> <br>
 <i>Watch video</i></a></div>

    

    
        
</div>

</div>

    
</div>
</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-6 large-6 grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="responsive-grid section">




    




<div class="row wp-collection-grid">
    
        
        
        
        <div class="small-12 medium-12 large-4 wp-collection-col grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="code section">





    



<div class="wp-container-topper hide-for-medium-down">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<img src='https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/pd-collection-white.svg'>
</div></div>
<div class="code section">





    



<div class="wp-collection-container wp-pd-container">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<p class="wp-collection-title"> PRODUCT DESIGN &<br class="hide-for-medium-down">
MANUFACTURING COLLECTION</p>

<div class="wp-expanded-content">

<div class="wp-collection-desc">Professional CAD/CAM tools built on Inventor and AutoCAD</div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/product-design/overview" data-wat-link="true" data-wat-loc="content" data-wat-val="pd:learn more">Learn more</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/product-design/included-software" data-wat-link="true" data-wat-loc="content" data-wat-val="pd:free trial">Free trial</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="http://www.autodesk.com/store/products/product-design-collection?term=1year&support=basic" data-wat-link="true" data-wat-loc="content" data-wat-val="pd:subscribe">Subscribe</a>
<i class="icon-cta-go-arrow"></i>
</div>

</div>

<i class="icon-show"></i>
<i class="icon-hide hide"></i>

</div> </div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-12 large-4 wp-collection-col grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="code section">





    



<div class="wp-container-topper hide-for-medium-down">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<img src='https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/aec-collection-white.svg'>
</div> </div>
<div class="code section">





    



<div class="wp-collection-container wp-aec-container">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<p class="wp-collection-title"> ARCHITECTURE,
ENGINEERING & <br class="show-for-medium-down">
CONSTRUCTION
COLLECTION</p>


<div class="wp-expanded-content">
<div class="wp-collection-desc">Integrated BIM tools, including Revit, AutoCAD, and Civil 3D </div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/architecture-engineering-construction/overview" data-wat-link="true" data-wat-loc="content" data-wat-val="aec:learn more">Learn more</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/architecture-engineering-construction/included-software" data-wat-link="true" data-wat-loc="content" data-wat-val="aec:free trial">Free trial</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="http://www.autodesk.com/store/products/architecture-engineering-construction-collection?term=1year&support=basic" data-wat-link="true" data-wat-loc="content" data-wat-val="aec:subscribe">Subscribe</a>
<i class="icon-cta-go-arrow"></i>
</div>

</div>

<i class="icon-show"></i>
<i class="icon-hide hide"></i>

</div> </div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-12 large-4 wp-collection-col grid-columns">
            <div class="responsive-column-2 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="code section">





    



<div class="wp-container-topper hide-for-medium-down">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<img src='https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/me-collection-white.svg'>
</div></div>
<div class="code section">





    



<div class="wp-collection-container wp-me-container">
<div class="wp-blur"></div>
<div class="wp-colored-overlay"></div>
<p class="wp-collection-title"> MEDIA & <br class="hide-for-small">
ENTERTAINMENT
COLLECTION</p>
<!--- add wp-has-promo to wp-expanded-content if added back the promo ----
<div class="wp-hr"></div>
<div class="wp-promo"><i class="icon-star">⋆</i> 20% off a 3-year
subscription plan</div>
--->

<div class="wp-expanded-content">
<div class="wp-collection-desc">Artistic tools for entertainment content creation, including 3ds Max and Maya</div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/media-entertainment/overview"  data-wat-link="true" data-wat-loc="content" data-wat-val="me:learn more">Learn more</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="https://www.autodesk.com/collections/media-entertainment/included-software"  data-wat-link="true" data-wat-loc="content" data-wat-val="me:free trial">Free trial</a>
<i class="icon-cta-go-arrow"></i>
</div>

<div class="wp-collection-cta">
<a href="http://www.autodesk.com/store/products/media-entertainment-collection?term=1year&support=basic"  data-wat-link="true" data-wat-loc="content" data-wat-val="me:subscribe">Subscribe</a>
<i class="icon-cta-go-arrow"></i>
</div>

</div>


<i class="icon-show"></i>
<i class="icon-hide hide"></i>

</div></div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-3 responsive-column">



    






    
    
        <div class="column-content parsys">

</div>

    


</div>

        </div>
    
</div>

</div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="code section">





    



<div class="wp-view"></div>

<script>
var getView = "";

adsk.defer(['jquery'], function($) {
   //return values 0-small 1-medium 2-large
   getView = function(){
      return $(".wp-view").width();
   };

});
</script>
<style>
.wp-view{
  position:absolute;
  top:0px;
  height:1px;
  width: 2px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    .wp-view{
      width: 1px;
    }
}
@media only screen and (max-width: 40.063em){
    .wp-view{
      width: 0px;
    }
}
</style>

<script>

  adsk.defer(['jquery', 'AEMPublishMode'], function($, AEMPublishMode) {
        if(AEMPublishMode){

var closeCollection = function(obj){
    var height = 0;
    $($(obj).find(".wp-expanded-content")).children().each(function(){
       height+= $(this).outerHeight(true);
    });
    
    $($(obj).find(".wp-expanded-content")).removeAttr("style");
    $(obj).closest(".wp-collection-col").removeClass("wp-open");
    $(obj).find("i.icon-hide").addClass("hide");
    $(obj).find("i.icon-show").removeClass("hide");
    
    if( getView() < 2){
    var compressPosition;
   if($(obj).hasClass("wp-pd-container")){
       compressPosition = 0;
   } else if($(obj).hasClass("wp-aec-container")){
       compressPosition = 1;
   } else {
       compressPosition = 2;
   }

   var initialHeightOffset = -133;
   if(getView() == 0 ){
        initialHeightOffset = -($(".wp-banner .wp-collection-container:first").offset().top - 50);
   }
   $(".wp-banner .wp-collection-col:first").find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
   
   $(".wp-banner .wp-collection-col").each(function(i){
        $(this).find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
        if( i == compressPosition){
            initialHeightOffset -= ($(this).height()-height);
        } else {
            initialHeightOffset -= $(this).height();
        }
   });
   };
}

var expandCollection = function(obj){
    var height = 0;
    $($(obj).find(".wp-expanded-content")).children().each(function(){
       height+= $(this).outerHeight(true);
    });
    if(getView() < 2){
        var minimizeFirst = false;
        $(".wp-banner .wp-collection-col").each(function(){
            if( $(this).hasClass("wp-open")){
                minimizeFirst = true;
            }
        });
        
        var expandPosition;
        if($(obj).hasClass("wp-pd-container")){
           expandPosition = 0;
        } else if($(obj).hasClass("wp-aec-container")){
           expandPosition = 1;
        } else {
           expandPosition = 2;
        }
        if(minimizeFirst){
            $(".wp-banner .wp-collection-grid .wp-collection-col.wp-open .wp-collection-container").click();
            setTimeout(function(){
                $($(obj).find(".wp-expanded-content")).css('height', height);
                $(obj).closest(".wp-collection-col").addClass("wp-open");
                $(obj).find("i.icon-hide").removeClass("hide");
                $(obj).find("i.icon-show").addClass("hide");
                var initialHeightOffset = -133;
                if(getView() == 0 ){
                    initialHeightOffset = -($(".wp-banner .wp-collection-container:first").offset().top - 50);
                }
                $(".wp-banner .wp-collection-col:first").find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
                $(".wp-banner .wp-collection-col").each(function(i){
                    $(this).find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
                    initialHeightOffset -= $(this).height();
                    if( i == expandPosition){
                        initialHeightOffset -= height;
                    }
                });
            }, 800);
        } else {
            $($(obj).find(".wp-expanded-content")).css('height', height);
            $(obj).closest(".wp-collection-col").addClass("wp-open");
            $(obj).find("i.icon-hide").removeClass("hide");
            $(obj).find("i.icon-show").addClass("hide");
            var initialHeightOffset = -133;
            if(getView() == 0 ){
                initialHeightOffset = -($(".wp-banner .wp-collection-container:first").offset().top - 50);
            }
            $(".wp-banner .wp-collection-col:first").find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
            $(".wp-banner .wp-collection-col").each(function(i){
                $(this).find(".wp-collection-container .wp-blur").css("top", initialHeightOffset);
                initialHeightOffset -= $(this).height();
                if( i == expandPosition){
                    initialHeightOffset -= height;
                }
            });
        }
    } else {
     $($(obj).find(".wp-expanded-content")).css('height', height);
     $(obj).closest(".wp-collection-col").addClass("wp-open");
     $(obj).find("i.icon-hide").removeClass("hide");
     $(obj).find("i.icon-show").addClass("hide");
    }
    
};

$(".wp-banner .wp-collection-container").bind("click", function(){
       if( parseInt($($(this).find(".wp-expanded-content")).css("height")) > 1){
           closeCollection(this);
       } else {
           expandCollection(this);
       }
});


$(".wp-banner .wp-collection-container .wp-collection-cta").bind("click", function(e){
     if(e.target === e.currentTarget){
     $(this).find("a")[0].click();
     }
});


setTimeout(function(){
$(".wp-banner .wp-collection-container").get(1).click();
}, 1000);

var repositionFrostedPanels = function(){
   if(getView() == 2){
       $(".wp-banner .wp-collection-col .wp-blur").removeAttr("style");
       var initialLeftOffset = parseInt($(".wp-banner .wp-collection-col:first .wp-collection-container .wp-blur").css("left")) - $(".wp-banner .wp-collection-col:first").innerWidth();
        $(".wp-banner .wp-collection-col:gt(0)").each(function(){
             $(this).find(".wp-blur").css("left", initialLeftOffset);
             initialLeftOffset -= $(this).innerWidth();
        });
   }else if(getView() < 2){
        if(  $(".wp-banner .wp-collection-grid .wp-collection-col.wp-open").size() > 1){
            $(".wp-banner .wp-collection-grid .wp-collection-col.wp-open .wp-collection-container:gt(0)").click();
            setTimeout( function(){
                var initialHeightOffset = -133;
                if(getView() == 0 ){
                    initialHeightOffset = -($(".wp-banner .wp-collection-container:first").offset().top - 50);
                }
                $(".wp-banner .wp-collection-col:first").find(".wp-collection-container .wp-blur").removeAttr("style").css("top", initialHeightOffset);
                initialHeightOffset -= $(".wp-banner .wp-collection-col:first").height();

                $(".wp-banner .wp-collection-col:gt(0)").each(function(){
                    $(this).find(".wp-collection-container .wp-blur").removeAttr("style").css("top", initialHeightOffset);
                    initialHeightOffset -= $(this).height();
                });
            },800);
        } else {
            var initialHeightOffset = -133;
            if(getView() == 0 ){
                initialHeightOffset = -($(".wp-banner .wp-collection-container:first").offset().top - 50);
            }
            $(".wp-banner .wp-collection-col:first").find(".wp-collection-container .wp-blur").removeAttr("style").css("top", initialHeightOffset);
            initialHeightOffset -= $(".wp-banner .wp-collection-col:first").height();

            $(".wp-banner .wp-collection-col:gt(0)").each(function(){
                $(this).find(".wp-collection-container .wp-blur").removeAttr("style").css("top", initialHeightOffset);
                initialHeightOffset -= $(this).height();
            });
        }
        
   } else {}
};

var resizeOpenedPanels = function(){
  $(".wp-collection-col.wp-open .wp-expanded-content").each(function(){
        var height = 0;
        $(this).children().each(function(){
           height+= $(this).outerHeight(true);
        });
        $(this).css('height', height);
  });
};

$(window).bind("resize", function(){
   repositionFrostedPanels();
   resizeOpenedPanels();
});

$(window).trigger("resize");

        }
  });
</script>
</div>
<div class="code section">





    



<!-----------   Image Credit ------------->

<div class="wp-credits-container hide">
   <div class="row">
      <div class="small-12 medium-12 large-12 grid-columns wd-ph-20">
	<!-----------                           ------------->
        <!-----------   INSERT CREDIT COPY HERE ------------->
	<!-----------                           ------------->
	<div class="wp-credits" style="font-size:12px;"></div>
      </div>
   </div>
</div> 

<style>

html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-credits-container {
   position: absolute;
   z-index: 2;
   width: 100%;
   top: 550px;
   bottom: auto;
}

@media only screen and (max-width: 641px) {
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-credits-container {
    top: 81.5%;
}
}


</style></div>

</div>

    
</div>
</div>

</div>

                        
                        
                    
                
            
            
        
    
    
</div>
<div class="decorative-box section">




    




<div class="wp-banner-position"  
    >
    
    <div class="box-content parsys">
<div class="code section">





    



<style>
.wp-banner-position{
    position: relative; 
    overflow: hidden;
}
.e-promotion.pc-promo-container{
    min-height: 0px !important;
    background-color: transparent !important;
    border-left: none !important;
    margin-bottom: 0px !important;
    overflow: hidden;
    padding: 0px;
}
.e-promotion.pc-promo-container > .row{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.e-promotion.pc-promo-container .row .row{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 78em;
}
.e-promotion.pc-promo-container .e-promotion-info{
    padding: 0px !important;
}
.e-promotion.pc-promo-container .e-promotion-info a{
    background-color: transparent !important;
}
.e-promotion.pc-promo-container{
    background-color: #f2f4f5 !important;
}
</style></div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-56c-f9a0'), {
                componentId: 'promotion-banner-56c-f9a0',
                daysLeft: '\u002D69',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner1530636320894-ce7b'), {
                componentId: 'promotion-banner1530636320894-ce7b',
                daysLeft: '\u002D49',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>
<div class="referenced-content parbase section">





    





    
        
            
                
                    
                        
                            <div class="body-content parsys"><div class="decorative-box section">




    




<div class="hp-product-showcase"  
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row hide-for-large wd-ph-20">
    
        
        
        
        <div class="small-12 medium-8 large-8 grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h2 class="pc-brand wd-normal">
                
                Try, buy, or learn more about Autodesk products
                
            </h2>
        
    


</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-4 large-4 end grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="button section">







    



<a
    href="/content/autodesk/global/en/products"
    id="bodycontent-decorativebox4bf0-boxcontent-responsivegrid5833-responsivecolumn1-columncontent-buttonc537"
    class="wd-button wd-font-14 wd-button-responsive
         wd-uppercase
        
         pc-brand
    "
    
    data-wat-link="true"
    data-wat-val="see all products"
    data-wat-loc="product showcase"
    
    ><!--
    --><span>
        
            
            
                See all products
            
        
    </span><!--
    --><span><i class="icon-arrow-button"></i></span><!--
--></a></div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="responsive-grid section">




    




<div class="row hp-products wd-ph-20">
    
        
        
        
        <div class="small-12 medium-4 large-3 grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-e45-371c'), {
                componentId: 'promotion-banner-e45-371c',
                daysLeft: '01',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Day Left'
            })
        })
    })(window.adsk);
</script>



<div class="e-promotion wd-mb-8 " id="promotion-banner-e45-371c">
    <!-- /* If a background image is present, use it as background */ -->
    

    




    




<div class="row e-promotion-wrapper">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="decorative-box section">




    




<div class="hp-product-card"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/www/collections/architecture-engineering-construction/images/trial/autocad-trial-thumb-768x160.jpg" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="decorative-box section">




    




<div class="hp-product-info"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/draftr/2068/autocad-2017-lockup-1200x132.png" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="text section">





    






    
    
        <p>Software for 2D and 3D CAD. Subscription includes AutoCAD, specialized toolsets, and apps.</p>

    

    
        
</div>
<div class="decorative-box section">




    




<div class="hp-product-links"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-16"><a href="/products/autocad/overview" data-wat-link="true" data-wat-loc="content" data-wat-val="autocad: learn more"><span>Learn more</span> <i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/autocad/free-trial" data-wat-link="true" data-wat-loc="content" data-wat-val="autocad: free trial"><span>Free trial</span> <i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/autocad/subscribe" data-wat-link="true" data-wat-loc="content" data-wat-val="autocad: subscribe"><span>Subscribe</span> <i class="icon-arrow-button wd-font-14"></i></a></p>

    

    
        
</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>
<div class="decorative-box section">




    




<div class="hp-product-price"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-21 wd-bold wd-mt-0 wd-mb-20 wd-color-gray-25"><span data-pds-target="PRICING" data-pds-plc="ACDIST" data-pds-billing-plan="1-YEAR" data-pds-regular-price-container="div" data-pds-regular-price-location="APPEND_TO_PARENT" data-pds-regular-price-class="wd-strikethrough wd-normal wd-font-16 wd-color-gray-60 wd-pr-4">—</span><span class="wd-font-19 wd-normal">/year</span></p>

    

    
        
</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-1d9-d63d'), {
                componentId: 'promotion-banner-1d9-d63d',
                daysLeft: '\u002D296',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>

</div>

    


</div>

        </div>
    
</div>


</div>


</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-4f4-0085'), {
                componentId: 'promotion-banner-4f4-0085',
                daysLeft: '\u002D69',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-4 large-3 grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-923-fa73'), {
                componentId: 'promotion-banner-923-fa73',
                daysLeft: '01',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Day Left'
            })
        })
    })(window.adsk);
</script>



<div class="e-promotion wd-mb-8 " id="promotion-banner-923-fa73">
    <!-- /* If a background image is present, use it as background */ -->
    

    




    




<div class="row e-promotion-wrapper">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="decorative-box section">




    




<div class="hp-product-card"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/www/collections/architecture-engineering-construction/images/trial/revit-trial-thumb-768x160.jpg" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="decorative-box section">




    




<div class="hp-product-info"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/www/products/2017_badges/logo_lockups/responsive/revit-2017-lockup-1200x132.png" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="text section">





    






    
    
        <p>Software for Building Information Modeling</p>

    

    
        
</div>
<div class="decorative-box section">




    




<div class="hp-product-links"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-16"><a href="/products/revit/overview" data-wat-link="true" data-wat-loc="content" data-wat-val="revit: learn more"><span>Learn more</span><i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/revit/free-trial" data-wat-link="true" data-wat-loc="content" data-wat-val="revit: free trial"><span>Free trial</span><i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/revit/subscribe" data-wat-link="true" data-wat-loc="content" data-wat-val="revit: subscribe"><span>Subscribe</span> <i class="icon-arrow-button wd-font-14"></i></a></p>

    

    
        
</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>
<div class="decorative-box section">




    




<div class="hp-product-price"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-21 wd-bold wd-mt-0 wd-mb-20 wd-color-gray-25"><span data-pds-target="PRICING" data-pds-plc="RVT" data-pds-billing-plan="1-YEAR" data-pds-regular-price-container="div" data-pds-regular-price-location="APPEND_TO_PARENT" data-pds-regular-price-class="wd-strikethrough wd-normal wd-font-16 wd-color-gray-60 wd-pr-4">—</span><span class="wd-font-19 wd-normal">/year</span></p>

    

    
        
</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-1d9-af96'), {
                componentId: 'promotion-banner-1d9-af96',
                daysLeft: '\u002D296',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>

</div>

    


</div>

        </div>
    
</div>


</div>


</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-ee7-831b'), {
                componentId: 'promotion-banner-ee7-831b',
                daysLeft: '\u002D69',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-4 large-3 grid-columns">
            <div class="responsive-column-2 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-c23-a2b0'), {
                componentId: 'promotion-banner-c23-a2b0',
                daysLeft: '01',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Day Left'
            })
        })
    })(window.adsk);
</script>



<div class="e-promotion wd-mb-8 " id="promotion-banner-c23-a2b0">
    <!-- /* If a background image is present, use it as background */ -->
    

    




    




<div class="row e-promotion-wrapper">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="decorative-box section">




    




<div class="hp-product-card"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/www/collections/architecture-engineering-construction/images/trial/maya-trial-thumb-768x160.jpg" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="decorative-box section">




    




<div class="hp-product-info"  
    >
    
    <div class="box-content parsys">
<div class="image parbase section">



    





    
    
        
            
            
                <img src="https://damassets.autodesk.net/content/dam/autodesk/www/products/2017_badges/logo_lockups/responsive/maya-2017-lockup-1200x132.png" alt="" title="" class="cq-dd-image"/>
            
        
    
    

</div>
<div class="text section">





    






    
    
        <p>Fast, creative toolset for 3D animation, modeling, simulation, and rendering</p>

    

    
        
</div>
<div class="decorative-box section">




    




<div class="hp-product-links"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-16"><a href="/products/maya/overview" data-wat-link="true" data-wat-loc="content" data-wat-val="maya: learn more"><span>Learn more</span><i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/maya/free-trial" data-wat-link="true" data-wat-loc="content" data-wat-val="maya: free trial"><span>Free trial</span><i class="icon-arrow-button wd-font-14"></i></a></p>
<p class="wd-font-16"><a href="/products/maya/subscribe" data-wat-link="true" data-wat-loc="content" data-wat-val="maya: subscribe"><span>Subscribe</span> <i class="icon-arrow-button wd-font-14"></i></a></p>

    

    
        
</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>
<div class="decorative-box section">




    




<div class="hp-product-price"  
    >
    
    <div class="box-content parsys">
<div class="text section">





    






    
    
        <p class="wd-font-21 wd-bold wd-mt-0 wd-mb-20 wd-color-gray-25"><span data-pds-target="PRICING" data-pds-plc="MAYA" data-pds-billing-plan="1-YEAR" data-pds-regular-price-container="div" data-pds-regular-price-location="APPEND_TO_PARENT" data-pds-regular-price-class="wd-strikethrough wd-normal wd-font-16 wd-color-gray-60 wd-pr-4">—</span><span class="wd-font-19 wd-normal">/year</span></p>

    

    
        
</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-1d9-56e6'), {
                componentId: 'promotion-banner-1d9-56e6',
                daysLeft: '\u002D296',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    
</div>
</div>

</div>

    
</div>
</div>

</div>

    


</div>

        </div>
    
</div>


</div>


</div>
<div class="promotion-banner section">
    




<div></div>







<script>
    (function(adsk){
        adsk.defer(['adsk.promotion-banner'], function(promoBanner){
            var promo = new promoBanner($('#promotion-banner-b47-0ac9'), {
                componentId: 'promotion-banner-b47-0ac9',
                daysLeft: '\u002D69',
                isAuthorMode: false,
                showCountDown: false,
                daysLeftText: 'Days Left'
            })
        })
    })(window.adsk);
</script>






</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-4 large-3 hide-for-medium-down grid-columns">
            <div class="responsive-column-3 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h2 class="pc-brand wd-normal">
                
                Try, buy, or learn more about Autodesk products
                
            </h2>
        
    


</div>
<div class="button section">







    



<a href="/products" id="bodycontent-decorativebox4bf0-boxcontent-responsivegridaff3-responsivecolumn3-columncontent-buttonbb20" class="wd-button wd-font-14 wd-button-responsive
         wd-uppercase
        
         pc-brand
    " data-wat-link="true" data-wat-val="see all products" data-wat-loc="product showcase"><!--
    --><span>
        
            
            
                See all products
            
        
    </span><!--
    --><span><i class="icon-arrow-button"></i></span><!--
--></a></div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="code section">





    



<style>
.hp-product-showcase{
	padding-top: 43px;
	padding-bottom: 84px;
	background: url(/content/dam/autodesk/www/homepage/fy18/products-bg-1700.jpg);
	background-position: -774px bottom;	
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: rgb(242,243,245);
	width: 100%;
	overflow: hidden;
}
.hp-product-showcase .row{
	min-width: 0px !important;
}
.hp-product-showcase h2{
	margin-bottom: 14px;
	max-width: 215px;
	font-size: 24px;
	line-height: 1.15;
}
.hp-product-showcase .wd-button{
	background: white;
	border: 1px solid rgb(233,233,233) !important;
	box-shadow: none;
	color: #666 !important;
}
.hp-product-showcase .wd-button:hover {
	background-color: #0696d7;
	color: #fff !important;
}
.hp-product-showcase .hp-products{
	margin-top: 24px;
}
.hp-product-showcase .hp-products .grid-columns{
	margin-bottom: 14px;
}
.hp-product-showcase .hp-products .grid-columns:nth-child(3n+1){
	padding-right: 0px;
	padding-left: 0px;
}
.hp-product-showcase .hp-products .grid-columns:nth-child(3n+2){
	padding-right: 0px;
	padding-left: 0px;
}
.hp-product-showcase .hp-products .grid-columns:nth-child(3n){
	padding-right: 0px;
	padding-left: 0px;
}
.hp-product-showcase .hp-product-info{
	border: 1px solid rgb(223,223,223);
	padding: 12px 14px 28px 14px;
	background: #fff;
}
.hp-product-showcase .hp-products .hp-product-links p{
	padding: 9px 0px 7px 0px;
	border-bottom: 1px solid rgb(233,233,233);
	margin: 0px;
}
.hp-product-showcase .hp-products .hp-product-links p:last-child{
	padding-bottom: 0px !important;
	border-bottom: none !important;
}
.hp-product-showcase .hp-products .hp-product-links a{
	color: #666666 !important;
	font-weight: 400 !important;
	border-bottom: none !important;
	display: table;
	width: 100%;
}
.hp-product-showcase .hp-products .hp-product-links a:hover{
	color: rgb(233,233,233);
	font-weight: 700 !important;
}
.hp-product-showcase .hp-products .hp-product-links a span,
.hp-product-showcase .hp-products .hp-product-links a i{
	display: table-cell;
}
.hp-product-showcase .hp-products .hp-product-links a span{
	width: calc(100% - 20px);
}
.hp-product-showcase .hp-products .hp-product-links a i{
	text-align: right;
	width: 18px;
}
.hp-product-showcase .hp-product-price{
	background: rgb(249,249,249);
	padding: 14px 14px 12px 14px;
	border-bottom: 1px solid rgb(233,233,233);
	border-right: 1px solid rgb(233,233,233);
	border-left: 1px solid rgb(233,233,233);
}
.hp-product-showcase .hp-product-price .row{
	min-width: 0px !important;
}
.hp-product-showcase .e-promotion{
	min-height: 0px !important;
	background-color: transparent !important;
	border-left: none !important;
	margin-bottom: 0px !important;
}
.hp-product-showcase .e-promotion-info{
	padding: 0px !important;
}
.hp-product-showcase .wp-promo{
	font-size: 12px;
	text-align: left;
	color: #444444;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid rgb(233,233,233);
}
.hp-product-showcase .wp-promo.hide{
	display: block;
	visibility: hidden;
}
@media only screen and (min-width: 40.063em){
	.hp-product-showcase{
		padding-top: 72px;
		padding-bottom: 89px;
		background-position: center bottom;
		background-size: cover;
	}
	.hp-product-showcase h2{
		margin-bottom: 0px;
		max-width: 400px;
		font-size: 30px;
	}
	.hp-product-showcase .wd-button{
		margin-top: 40px;
	}
	.hp-product-showcase .hp-products{
		margin-top: 30px;
	}
	.hp-product-showcase .hp-products .grid-columns:nth-child(3n+1){
		padding-right: 8px;
		padding-left: 0px;
	}
	.hp-product-showcase .hp-products .grid-columns:nth-child(3n+2){
		padding-right: 4px;
		padding-left: 4px;
	}
	.hp-product-showcase .hp-products .grid-columns:nth-child(3n){
		padding-right: 0px;
		padding-left: 8px;
	}
	.hp-product-showcase .hp-products .grid-columns:nth-child(4n){
		padding-left: 30px;
	}
}
@media only screen and (min-width: 64.063em){
	.hp-product-showcase{
		padding-top: 85px;
		padding-bottom: 96px;
	}
	.hp-product-showcase h2{
		margin-top: 19px;
		margin-bottom: 14px;
		max-width: 100%;
	}
	.hp-product-showcase .wd-button{
		margin-top: 0px;
	}
	.hp-product-showcase .hp-products{
		margin-top: 0px;
	}
}
</style></div>
<div class="code section">





    



<script type="text/javascript">
(function(adsk){
adsk.defer(['jquery', 'AEMPublishMode'], function($, AEMPublishMode) {
if(AEMPublishMode){

function sortNumber(a,b){
	return a - b;
}
var allProductDesc = [];
var allProductLinks = [];
var allProductPrice = [];

function resizeProductBoxes(){
	if (window.matchMedia('(min-width: 40.063em)')){
		$('.hp-product-showcase .hp-product-info .image + .text p').each(function(){
			$(this).css('height', '');
		});
		$('.hp-product-showcase .hp-product-links').each(function(){
			$(this).css('height', '');
		});
		$('.hp-product-showcase .hp-product-price').each(function(){
			$(this).css('height', '');
		});
		allProductDesc.length = 0; 
		allProductLinks.length = 0; 
		allProductPrice.length = 0; 
		$('.hp-product-showcase .hp-product-info .image + .text p').each(function(){
			allProductDesc.push($(this).height());
		});
		$('.hp-product-showcase .hp-product-links').each(function(){
			allProductLinks.push($(this).height());
		});
		$('.hp-product-showcase .hp-product-price').each(function(){
			allProductPrice.push($(this).height());
		});
		allProductDesc.sort(sortNumber);
		allProductLinks.sort(sortNumber);
		allProductPrice.sort(sortNumber);
		var maxProductDesc = allProductDesc[allProductDesc.length-1];
		var maxProductLinks = allProductLinks[allProductLinks.length-1];
		var maxProductPrice = allProductPrice[allProductPrice.length-1];
		$('.hp-product-showcase .hp-product-info .image + .text p').each(function(){
			$(this).height(maxProductDesc);
		});
		$('.hp-product-showcase .hp-product-links').each(function(){
			$(this).height(maxProductLinks);
		});
		$('.hp-product-showcase .hp-product-price').each(function(){
			$(this).height(maxProductPrice);
		});
	} else {
		$('.hp-product-showcase .hp-product-info .image + .text p').each(function(){
			$(this).css('height', '');
		});
		$('.hp-product-showcase .hp-product-links').each(function(){
			$(this).css('height', '');
		});
		$('.hp-product-showcase .hp-product-price').each(function(){
			$(this).css('height', '');
		});
	}
}

	$(function(){
		resizeProductBoxes();
		setTimeout(function(){ resizeProductBoxes(); }, 2000);
	});

	$(window).resize(function(){
		resizeProductBoxes();
	});

}
});
}(window.adsk));
</script></div>

</div>

    
</div>
</div>

</div>

                        
                        
                    
                
            
            
        
    
    
</div>
<div class="referenced-content parbase section">





    





    
        
            
                
                    
                        
                            <div class="body-content parsys"><div class="decorative-box section">




    




<div class="hp-customer-story"  
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row wd-ph-20">
    
        
        
        
        <div class="small-12 medium-7 large-7 end grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
        <div class="wp-mobile-adjustment">
            <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h3 class="wd-light wd-color-white">
                
                The future of making things
                
            </h3>
        
    


</div>
<div class="heading section">




    



    
    
    
        
            <h2 class="pc-brand wd-mt-10 wd-mb-12 wd-normal">
                
                woom Bikes makes lightweight bikes just for kids
                
            </h2>
        
    


</div>
<div class="text section">





    






    
    
        <p class="wd-mt-0 wd-color-white wd-light wd-mb-20">Two dads set out to create the best kids’ bikes possible. They produce some of the lightest bicycles for children on the market, custom-designing the bike parts to fit the needs of small riders.</p>

    

    
        
</div>
<div class="code section">





    



<style>
#play-line {
fill: white;
position: relative;
top: 2px;
}
</style></div>
<div class="text section">





    






    
    
        <p class="wd-mt-20 wd-mb-0 wd-uppercase"><a data-wat-linkname="story: mqdc" href="/customer-stories/woom-bikes-video" style="border-bottom: none; color: white;"><svg id="play-line" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" width="16px"><g transform="scale(1)" data-name="Group 265"><path d="M37.992 70.373a3.69 3.69 0 0 1-3.7-3.7V33.189a3.756 3.756 0 0 1 3.7-3.7 4.135 4.135 0 0 1 1.9.5l28.689 16.794a3.33 3.33 0 0 1 1.7 2.3 3.829 3.829 0 0 1-.4 2.8 4.035 4.035 0 0 1-1.3 1.3L39.892 69.974a3.805 3.805 0 0 1-1.9.4zm3.8-10.2l17.593-10.2-17.593-10.284v20.488z" data-name="Path 133"></path><path d="M37.992 69.073a2.432 2.432 0 0 1-2.4-2.4V33.188a2.432 2.432 0 0 1 2.4-2.4 2.662 2.662 0 0 1 1.2.3l28.689 16.694a2.407 2.407 0 0 1 .8 3.3 3.042 3.042 0 0 1-.8.8L39.192 68.574a1.345 1.345 0 0 1-1.2.499zm2.4-31.685v25.19l21.592-12.6z" data-name="Path 134"></path><path d="M50 100a50 50 0 1 1 50-50 50.018 50.018 0 0 1-50 50zm0-91.5A41.5 41.5 0 1 0 91.5 50 41.525 41.525 0 0 0 50 8.5z" data-name="Path 234"></path></g></svg> Watch video</a></p>

    

    
        
</div>

</div>

        </div>
    
    


</div>

        </div>
    
</div>

</div>
<div class="decorative-box section">




    




<div class="hp-customer-story-credits hide"  
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row wd-ph-20">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="text section">





    






    
    
        <p class="wd-mv-0 wd-font-12"></p>

    

    
        
</div>

</div>

    


</div>

        </div>
    
</div>

</div>

</div>

    
</div>
</div>
<div class="code section">





    



<style>
.hp-customer-story {
	background: #000;
	background-image: url(/content/dam/autodesk/www/homepage/fy19/woom-story-panel-bg-1920x516.jpg);
	background-size: 1300px auto;
	background-repeat: no-repeat;
	background-position: top center;
	max-height: none;
	overflow: visible;
	padding-bottom: 70px;
	position: relative;
}	
.hp-customer-story h3{
	margin-top: 490px;
	font-size: 14px;
}
.hp-customer-story h2{
	font-size: 24px;
	line-height: 1.15;
}
.hp-customer-story p{
	max-width: 370px;
	font-size: 16px;
}
.hp-customer-story a,
.hp-customer-story a:visited,
.hp-customer-story a:hover,
.hp-customer-story a:active{
	color: #444;
	border-bottom: none !important;
}
.hp-customer-story a i{
	font-size: 16px;
	line-height: 25px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .hp-customer-story-credits{
	width: 100%;
	position: absolute;
	bottom: 20px;
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .hp-customer-story-credits p{
	font-size: 12px !important;
}


@media only screen and (min-width: 20.000em){
.wp-mobile-adjustment{
position: relative;
top: -120px;
}
.hp-customer-story {
padding-bottom: 0;
}
}


@media only screen and (min-width: 40.063em){
.wp-mobile-adjustment{
position: relative;
top: 0;
}
.hp-customer-story {
padding-bottom: 70px;
}
	.hp-customer-story{
		background: #000;
		background-image: url(/content/dam/autodesk/www/homepage/fy19/woom-story-panel-bg-1920x516.jpg);
		background-position: left 25% top;
		background-repeat: no-repeat;
		overflow: hidden;
		padding-bottom: 100px;
	}
	.hp-customer-story h3{
		margin-top: 110px;
		font-size: 16px;
	}
	.hp-customer-story h2{
		max-width: 550px;
		font-size: 30px;
	}
	.hp-customer-story p{
		max-width: 550px;
		font-size: 19px;
	}
}
@media only screen and (min-width: 64.063em){
	.hp-customer-story{
		background: #000;
		background-image: url(/content/dam/autodesk/www/homepage/fy19/woom-story-panel-bg-1920x516.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .hp-customer-story{
		max-height: 530px;
	}
}
</style></div>

</div>

    
</div>
</div>

</div>

                        
                        
                    
                
            
            
        
    
    
</div>
<div class="referenced-content parbase section">





    





    
        
            
                
                    
                        
                            <div class="body-content parsys"><div class="decorative-box section">




    




<div class="wp-make-anything"  
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row wp-align">
    
        
        
        
        <div class="small-12 medium-7 large-7 grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="text section">





    






    
    
        <div class="wp-subtitle"><img class="wp-logo" src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/adsk-white.svg"><h3>Make anything.</h3>
</div>
<div class="wp-hr">&nbsp;</div>

    

    
        
</div>
<div class="text section">





    






    
    
        <div class="wp-title">Autodesk makes software for<br class="show-for-small">
people who make things</div>
<div class="wp-text">Across the manufacturing, architecture, building, construction, media, and entertainment industries, Autodesk gives you the power to make anything.</div>
<div><a class="wp-learn-more-cta" href="https://www.autodesk.com/company" data-wat-link="true" data-wat-val="learn more about autodesk" data-wat-loc="content">Learn more about Autodesk<i class="icon-arrow-button"></i></a></div>

    

    
        
</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-5 large-5 grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="text section">





    






    
    
        <div class="wp-logo-padding wp-hr">&nbsp;</div>
<h2 class="wp-resources">Resources</h2>
<div class="wp-resource-cta"><a href="https://www.autodesk.com/education/free-software/featured" data-wat-link="true" data-wat-val="free software for students" data-wat-loc="content"><img src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/education-white.svg">FREE SOFTWARE FOR STUDENTS</a></div>
<div class="wp-resource-cta"><a href="https://viewer.autodesk.com/" data-wat-link="true" data-wat-val="file viewers" data-wat-loc="content"><img src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/viewers-white.svg">file viewers</a></div>
<div class="wp-resource-cta"><a href="https://knowledge.autodesk.com/support" data-wat-link="true" data-wat-val="support" data-wat-loc="content"><img src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/support-white.svg">Support</a></div>
<div class="wp-resource-cta"><a href="https://forums.autodesk.com/t5/custom/page/page-id/Discussions-Page" data-wat-link="true" data-wat-val="Autodesk Community" data-wat-loc="content"><img src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/community.svg">Autodesk Community</a></div>

    

    
        
</div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="code section">





    



<div class="wp-bg">
<img class="wp-bg-corner" src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/aboutus-leftbottom.png">
<img class="wp-bg-corner-right" src="https://damassets.autodesk.net/content/dam/autodesk/www/homepage/fy18/aboutus-rightbottomv3.png">
</div></div>
<div class="code section">





    



<style>
.wp-align{
    padding: 0px 20px;
}
.wp-make-anything{
    position:relative;
    overflow:hidden;
    padding: 77px 0px 135px 0px;
    background-color: rgb(2, 150, 215);
}
.wp-make-anything .row{
    position: relative;
    z-index: 1;
}
.wp-make-anything .wp-subtitle{
    position: relative;
}
.wp-make-anything .wp-subtitle .wp-logo {
    max-height: 26px;
    float: left;
    padding-right: 8px;
    top: 1px;
    position: relative;
    width: 150px;
}
.wp-make-anything .wp-subtitle h3{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.26;
    color: #ffffff;
}
.wp-make-anything .wp-hr{
    margin-top: 26px;
    margin-bottom: 34px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #a2d8f1;
}
.wp-make-anything .wp-logo-padding.wp-hr{
    margin-top: 49.5px;
}
.wp-make-anything .wp-title {
    font-size: 30px;
    line-height: 1.13;
    color: #ffffff;
    margin: 0px;
        max-width: 550px;
    font-weight: 500;
}
.wp-make-anything .wp-text{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.26;
    color: #ffffff;
    margin: 14px 0px 27px 0px;
        max-width: 570px;
}
.wp-make-anything .wp-learn-more-cta{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
    color: #ffffff !important;
    margin: 0px;
    border: none !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.wp-make-anything .wp-learn-more-cta i.icon-arrow-button{
    position: relative;
    top: 1px;
}
.wp-make-anything .wp-resources{
font-size: 24px;
  line-height: 1.58;
  color: #ffffff;
  margin:0px;
  font-weight: 500;
  text-transform: uppercase;
}
.wp-make-anything .wp-resource-cta img {
    max-width: 30px;
    margin-right: 10px;
    max-height:30px;
    position:absolute;
    left: 0px;
}
.wp-make-anything .wp-resource-cta {
    margin-top: 15px;
    padding-left: 40px;
    position:relative;
}
.wp-make-anything .wp-resource-cta a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
    text-align: left;
    color: #eeeeee;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}
.wp-make-anything .row .grid-columns:nth-child(2n+1){
    padding-right: 50px;
}
.wp-make-anything .wp-bg{
    position:absolute;
    max-width: 1700px;
    min-width: 1600px;
    width: 100%;
    z-index:0;
    position : absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wp-make-anything .wp-bg-corner{
    position:absolute;
    z-index:0;
    bottom:0px;
    left: 0px;
}
.wp-make-anything .wp-bg-corner-right{
    position:absolute;
    z-index:0;
    bottom:0px;
    right: 0px;
}



@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
.wp-make-anything{
    padding: 80px 0px 99px 0px;
}
.wp-make-anything .wp-text {
    margin: 23px 0px 18px 0px;
}
.wp-make-anything .wp-hr{
    margin-top:24px;
}
.wp-make-anything .wp-logo-padding.wp-hr {
    margin-top: 47.5px;
}
.wp-make-anything .wp-bg{
    min-width: initial;
    min-width: none;
    min-width: auto;
}
.wp-make-anything .wp-bg-corner {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: -200px;
}
.wp-make-anything .wp-bg-corner-right{
    left: 275px;
}

}


@media only screen and (max-width: 40.063em){

.wp-make-anything{
    padding: 79px 0px 104px 0px;
}
.wp-make-anything .wp-subtitle{
    position: relative;
}
.wp-make-anything .wp-subtitle .wp-logo{
    max-height: 26px;
    padding-right: 8px;
    top: 1px;
}
.wp-make-anything .wp-subtitle h3{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.wp-make-anything .wp-hr{
    margin-top: 22px;
    margin-bottom: 23px;
}
.wp-make-anything .wp-logo-padding.wp-hr{
    margin-top: 44px;
    margin-bottom: 36px;
}
.wp-make-anything .wp-title {
font-size: 24px;
  line-height: 1.17;
}
.wp-make-anything .wp-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin: 16px 0px 19px 0px;
}
.wp-make-anything .wp-learn-more-cta{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
}
.wp-make-anything .wp-resources{
    font-size: 21px;
    line-height: 1.14;
    padding-bottom: 2px;
}
.wp-make-anything .wp-resource-cta img {
    max-width: 25px;
    margin-right: 9px;
    position:absolute;
    max-width: 25px;
    top:0px;
    left: 0px;
}
.wp-make-anything .wp-resource-cta {
    margin-top: 12px;
    padding-left: 34px;
}
.wp-make-anything .wp-resource-cta a{
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
}
.wp-make-anything .row .grid-columns:nth-child(2n+1){
    padding-right: 0px;
}
.wp-make-anything .wp-bg{
    min-width: initial;
    min-width: none;
    min-width: auto;
}
.wp-make-anything .wp-bg-corner {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: -200px;
}
.wp-make-anything .wp-bg-corner-right{
    left: 275px;
}


}
</style></div>

</div>

    
</div>
</div>

</div>

                        
                        
                    
                
            
            
        
    
    
</div>

</div>

    
</div>
</div>

</div>


    
        <div class="feedback qualtrics-feedback">
    











<div data-wat-loc="qualtrics" data-wat-val="open" id="qualtrics-trigger" class="wd-feedback">FEEDBACK</div>

<div>
    <!--BEGIN QUALTRICS SITE INTERCEPT-->
<script type='text/javascript'>
(function(){var g=function(e,h,f,g){
this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};
this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g+ "&t=" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};
this.start=function(){var a=this;window.addEventListener?window.addEventListener("load",function(){a.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){a.go()})}};
try{(new g(100,"r","QSI_S_SI_7QX75zDbUj6f7Cd","//zn00ygpbo2pyyhahp-autodeskfeedback.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_SIID=SI_7QX75zDbUj6f7Cd&Q_LOC="+encodeURIComponent(window.location.href))).start()}catch(i){}})();
</script><div id='SI_7QX75zDbUj6f7Cd'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END SITE INTERCEPT-->
</div>
</div>

    
</div><!--.body-content-->

        



    <div class="footer-content iparsys parsys"><div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="footer-content iparsys parsys"></div>
</div>
</div>



    <div class="legalfooter-content iparsys parsys"><div class="responsive-navigation-element-display section">




    






    
        
        
            <div class="decorative_box_c871 decorative-box">




    




<div class="fat-footer wd-pv-20" data-wat-link-section='megafooter' 
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row">
    
        
        
        
        <div class="small-12 medium-12 large-2 grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h5 class="wd-font-16 wd-bold wd-uppercase">
                
                FOLLOW AUTODESK
                
            </h5>
        
    


</div>
<div class="code section">





    






<ul>
<li><i class="icon icon-facebook"></i><span style="vertical-align:middle;"><a href="https://www.facebook.com/autodesk" target="_blank">Facebook</a></span></li>
<li><i class="icon icon-instagram"></i><span style="vertical-align:middle;"><a href="https://www.instagram.com/autodesk" target="_blank">Instagram</a></span></li>
<li><i class="icon icon-twitter"></i><span style="vertical-align:middle;"><a href="https://twitter.com/autodesk" target="_blank">Twitter</a></span></li>
<li><i class="icon icon-linkedin"></i><span style="vertical-align:middle;"><a href="https://www.linkedin.com/company/autodesk" target="_blank">LinkedIn</a></span></li>

<!--

<li><i class="icon icon-email"></i><span style="vertical-align:middle;"><a href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1073074">Contact us</a></span></li>

-->

<li class="wd-mt-8 wd-bbw-1-sm wd-pb-20-sm wd-bc-smoke"><span style="vertical-align:middle;"><a href="/social-media">All social media</a></span></li>


<li class="wd-bbw-1 wd-pt-10 wd-pb-10 wd-mb-20 wd-bc-smoke ww-sites-sm"><span style="vertical-align:middle;"><i class="icon icon-globe-international"></i><a href="/site-selector">Worldwide sites</a></span></li>

<li class="wd-btw-1 wd-mt-24 wd-mb-12 wd-pt-24 wd-bc-smoke ww-sites-lg"><span style="vertical-align:middle;"><i class="icon icon-globe-international"></i><a href="/site-selector">Worldwide sites</a></span></li>

</ul></div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-3 large-2 grid-columns">
            <div class="responsive-column-1 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h5 class="wd-font-16 wd-bold wd-uppercase">
                <a href="/products">
                
                Products
                </a>
            </h5>
        
    


</div>
<div class="text section">





    






    
    
        <ul class="hide-for-small">
<li><a href="/free-trials">Free product trials</a></li>
<li><a href="/solutions/3d-cad-software">3D CAD software</a></li>
<li><a href="/collections/architecture-engineering-construction/overview">Civil engineering</a></li>
<li><a href="/products/autocad-lt/overview">Drafting</a></li>
<li><a href="/solutions/manufacturing">Manufacturing</a></li>
<li><a href="/solutions/product-design/overview">Product design</a></li>
<li><a href="/solutions">Find by industry</a></li>
<li><a href="/collections">Industry collections</a></li>
</ul>

    

    
        
</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-3 large-2 grid-columns">
            <div class="responsive-column-2 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h5 class="wd-font-16 wd-bold wd-uppercase">
                <a href="https://www.autodesk.com/store">
                
                Buying
                </a>
            </h5>
        
    


</div>
<div class="text section">





    






    
    
        <ul class="hide-for-small">
<li><a href="/buy-online">Buy online</a></li>
<li><a href="https://www.autodesk.com/store/all-promotions">Special offers</a></li>
<li><a href="https://www.autodesk.com/store-footer-help-account?mktvar004=ilt_wwm_amer_us_nc__Footer_SupportAssistance_ManageAct">Manage your account</a></li>
<li><a href="https://help.autodesk.com/view/STORE/ENU/">Help with buying</a></li>
<li><a href="https://www.autodesk.com/store-footer-help-download?mktvar004=ilt_wwm_amer_us_nc__Footer_ShoppingWithUs_DLSoftware#download-info">Download your software</a></li>
<li><a href="https://www.autodesk.com/store-footer-help-return?mktvar004=ilt_wwm_amer_us_nc__Footer_ShoppingWithUs_OrderReturn#returns-and-cancellations">Returns &amp; refunds</a></li>
<li><a href="/renewal">Subscription renewal</a></li>
</ul>

    

    
        
</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-3 large-2 grid-columns">
            <div class="responsive-column-3 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h5 class="wd-font-16 wd-bold wd-uppercase">
                <a href="https://knowledge.autodesk.com/support">
                
                Support &amp; Learning
                </a>
            </h5>
        
    


</div>
<div class="text section">





    






    
    
        <ul class="hide-for-small">
<li><a href="https://knowledge.autodesk.com/support">Product support</a></li>
<li><a href="https://knowledge.autodesk.com/customer-service/download-install">Software installation, registration &amp; licensing</a></li>
<li><a href="https://knowledge.autodesk.com/downloads">Updates &amp; service packs</a></li>
<li><a href="https://knowledge.autodesk.com/support/system-requirements">System requirements</a></li>
<li><a href="https://www.autodesk.com/education/home?mktvar004=ilt_wwm_amer_us_nc__Footer_SubscNSoftware_EDU">Students &amp; educators</a></li>
<li><a href="http://au.autodesk.com/au-online/overview">Classes on demand</a></li>
<li><a href="/events">Events &amp; training</a></li>
<li><a href="/training-and-certification/overview">Training &amp; certification</a></li>
<li><a href="http://au.autodesk.com/?mktvar004=ilt_wwm_amer_us_nc__Footer_ADSK_AU">Autodesk University</a></li>
</ul>

    

    
        
</div>

</div>

    


</div>

        </div>
    
        
        
        
        <div class="small-12 medium-3 large-4 end grid-columns">
            <div class="responsive-column-4 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="heading section">




    



    
    
    
        
            <h5 class="wd-font-16 wd-bold wd-uppercase">
                <a href="/company">
                
                Autodesk
                </a>
            </h5>
        
    


</div>
<div class="text section">





    






    
    
        <div class="hide-for-small"><p class="wd-pt-0 wd-mt-0"><i>Autodesk is a leader in 3D design, engineering and entertainment software.<a href="/affiliate-program/overview"></a></i></p>
<div class="row"><div class="grid-columns small-12 large-6"><ul>
<li><a href="/company" data-wat-val="about us">About us</a></li>
<li><a href="/careers">Careers</a></li>
<li><a href="https://www.autodesk.com/company/contact-us">Contact us</a></li>
<li><a href="http://investors.autodesk.com/">Investor relations</a></li>
<li><a href="/trust/overview">Trust center</a></li>
<li><a href="http://news.autodesk.com/">Newsroom</a></li>
<li><a href="/company/suppliers">Suppliers</a></li>
<li><a href="https://www.autodesk.com/affiliate-program/overview">Affiliate program</a></li>
</ul>
</div>
</div>
</div>

    

    
        
</div>

</div>

    


</div>

        </div>
    
</div>

</div>
<div class="code section">





    



<style>
.fat-footer{
color: #666 !important;
}

.ww-sites-sm{display:block !important; margin-bottom: 20px !important;}
.ww-sites-md{display:none !important;}
.ww-sites-lg{display:none !important;}
.emerging-footer-teaser{display:none !important;}

@media only screen and (min-width: 40.063em){
.ww-sites-sm{border-top: 1px solid #dadada; margin-top: 10px !important;}
.emerging-footer-teaser{display:inline-block !important;}
}

@media only screen and (min-width: 64.063em){
.ww-sites-sm{display:none !important;}
.ww-sites-md{display:none !important;}
.ww-sites-lg{display:block !important;}
}

</style></div>

</div>

    
</div>
</div>

        
    

    
</div>
<div class="responsive-navigation-element-display section">




    






    
        
        
            <div class="decorative_box_8dd2 decorative-box">




    




<div class="legal-footer wd-pv-20"  
    >
    
    <div class="box-content parsys">
<div class="responsive-grid section">




    




<div class="row">
    
        
        
        
        <div class="grid-columns">
            <div class="responsive-column-0 responsive-column">



    






    
    
        <div class="column-content parsys">
<div class="text section">





    






    
    
        <p><a data-opt-in-preferences href="javascript:;">Privacy settings</a> | <a href="https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement">Privacy/Cookies</a> | <a href="https://www.autodesk.com/company/legal-notices-trademarks/privacy-statement/autodesk-privacy-statement-2015-english#mixpanel">About our Ads</a> | <a href="https://www.autodesk.com/company/legal-notices-trademarks">Legal Notices &amp; Trademarks</a> | <a href="https://www.autodesk.com/reportpiracy">Report Noncompliance</a> | <a href="https://www.autodesk.com/sitemap">Site map</a> | © 2018 Autodesk Inc. All rights reserved</p>

    

    
        
</div>

</div>

    


</div>

        </div>
    
</div>

</div>

</div>

    
</div>
</div>

        
    

    
</div>
<div class="section"><div class="new"></div>
</div><div class="iparys_inherited"><div class="legalfooter-content iparsys parsys"></div>
</div>
</div>



    </div>
    





<!-- Set Web SDK version -->
<script type="text/javascript">
    adsk.webSDK = adsk.webSDK || {};
    adsk.webSDK.css="https://emsfs.autodesk.com/utility/dlm/prod/SDK/3_31/adsk.fxsdk.min.css";
    adsk.webSDK.script="https://emsfs.autodesk.com/utility/dlm/prod/SDK/3_31/adsk.fxsdk.min.js";
    adsk.webSDK.jquery="https://emsfs.autodesk.com/utility/dlm/prod/SDK/3_31/jqt/jquery-ui.min.1.9.1.js";
    adsk.webSDK.isWebSDKDirectDownloadUrl = false;
</script>

<script type="text/javascript" src="https://static-dc.autodesk.net/etc/clientlibs/v201809101540/adsk-commons.min.js"></script>



<script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/structure/clientlibs.min.js"></script>
<script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/autodesk-oxygen/oxygen-general/clientlibs.min.js"></script>



<script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/external-libraries/clientlibs.min.js"></script>




    
        
            <script type="text/javascript" src="https://static-dc.autodesk.net/etc/designs/v201809101540/templates-general/skins/troposphere/clientlibs.min.js"></script>

        
    










    <script type="text/javascript" src="https://damassets.autodesk.net/content/dam/autodesk/javascript/jquery-ui.js"></script>

    <script type="text/javascript" src="https://damassets.autodesk.net/content/dam/autodesk/javascript/awp/flipping-card.js"></script>



<script>
    require.config({
        config: {
            'adsk.data.pdsErrandBoy' : {
                host: 'https://web-engineering-svc.autodesk.com'
            },
            'adsk.data.pdsMaestro' : {
                
                pdsErrorMessage: '',
                buyContainerTotalPriceText: '',
                buyContainerTotalPriceTooltip: '',
                language : 'en'
            },
            'adsk.userLocation': {
                countryCode: 'US'
            },
            'adsk.geoNavigation':{
                geoNavigationMapping: '{"US":{"countryName":"United States","domain":"https://www.autodesk.com","redirectLocalSiteText":"Visit our United States site","enablePopupAndRedirect":true},"AR":{"countryName":"Latinoamérica","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"AT":{"countryName":"Österreich","domain":"https://www.autodesk.de","redirectLocalSiteText":"Besuchen Sie die für Österreich, Deutschland, Schweiz relevante Site","enablePopupAndRedirect":true},"AU":{"countryName":"Australia","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"BE":{"countryName":"België - NL","domain":"https://www.autodesk.be/nl","redirectLocalSiteText":"Bezoek onze België site","enablePopupAndRedirect":true},"fr_BE":{"countryName":"Belgique - FR","domain":"https://www.autodesk.be/fr","redirectLocalSiteText":"Visitez notre site Belgique.","enablePopupAndRedirect":true},"BG":{"countryName":"Bulgaria","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"BO":{"countryName":"Bolivia","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"BR":{"countryName":"Brasil","domain":"https://www.autodesk.com.br","redirectLocalSiteText":"Visite nosso site Brasil","enablePopupAndRedirect":true},"CA":{"countryName":"Canada - EN","domain":"https://www.autodesk.ca/en","redirectLocalSiteText":"Visit our Canada site","enablePopupAndRedirect":true},"fr_CA":{"countryName":"Canada - FR","domain":"https://www.autodesk.ca/fr","redirectLocalSiteText":"Visitez notre site du Canada","enablePopupAndRedirect":true},"CH":{"countryName":"Schweiz (CHF)","domain":"https://www.autodesk.ch/de","redirectLocalSiteText":"Besuchen Sie die für Schweiz relevante Seiten in Deutsch","enablePopupAndRedirect":true},"fr_CH":{"countryName":"Suisse (CHF)","domain":"https://www.autodesk.ch/fr","redirectLocalSiteText":"Visitez notre site suisse en français","enablePopupAndRedirect":true},"it_CH":{"countryName":"Svizzera (CHF)","domain":"https://www.autodesk.ch/it","redirectLocalSiteText":"Visitate il nostro sito svizzero in italiano","enablePopupAndRedirect":true},"CK":{"countryName":"Cook Islands","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"CL":{"countryName":"Chile","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"CN":{"countryName":"中国","domain":"https://www.autodesk.com.cn","redirectLocalSiteText":"访问我们的 中国 站点","enablePopupAndRedirect":true},"CO":{"countryName":"Colombia","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"CR":{"countryName":"Costa Rica","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"CU":{"countryName":"Cuba","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"CY":{"countryName":"Cyprus","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"CZ":{"countryName":"Česká republika","domain":"https://www.autodesk.cz","redirectLocalSiteText":"Navštívit naše stránky v Česká republika","enablePopupAndRedirect":true},"DE":{"countryName":"DACH","domain":"https://www.autodesk.de","redirectLocalSiteText":"Besuchen Sie die für Österreich, Deutschland, Schweiz relevante Site","enablePopupAndRedirect":true},"DK":{"countryName":"Danmark","domain":"https://www.autodesk.dk","redirectLocalSiteText":"Besøg vores Danmark websted","enablePopupAndRedirect":true},"DO":{"countryName":"Dominican Republic","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"EC":{"countryName":"Ecuador","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"EE":{"countryName":"Estonia","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"ES":{"countryName":"España","domain":"https://www.autodesk.es","redirectLocalSiteText":"Visite nuestro sitio de España","enablePopupAndRedirect":true},"FI":{"countryName":"Suomi","domain":"https://www.autodesk.fi","redirectLocalSiteText":"Siirry alueen Suomi sivustollemme","enablePopupAndRedirect":true},"FR":{"countryName":"France","domain":"https://www.autodesk.fr","redirectLocalSiteText":"Visitez notre site en France","enablePopupAndRedirect":true},"GB":{"countryName":"United Kingdom (£)","domain":"https://www.autodesk.co.uk","redirectLocalSiteText":"Visit our United Kingdom site","enablePopupAndRedirect":true},"GR":{"countryName":"Greece","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"GT":{"countryName":"Guatemala","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"HK":{"countryName":"Hong Kong - EN","domain":"https://www.autodesk.com.hk","redirectLocalSiteText":"Visit our Hong Kong site","enablePopupAndRedirect":true},"HN":{"countryName":"Honduras","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"HR":{"countryName":"Croatia","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"HT":{"countryName":"Haiti","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"HU":{"countryName":"Magyarország","domain":"https://www.autodesk.hu","redirectLocalSiteText":"Látogasson el helyi weboldalunkra: Magyarország","enablePopupAndRedirect":true},"IE":{"countryName":"Ireland","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"IN":{"countryName":"India - EN","domain":"https://www.autodesk.in","redirectLocalSiteText":"Visit our India site","enablePopupAndRedirect":true},"IS":{"countryName":"Iceland","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"IT":{"countryName":"Italia","domain":"https://www.autodesk.it","redirectLocalSiteText":"Visita il nostro sito in Italia","enablePopupAndRedirect":true},"JP":{"countryName":"日本","domain":"https://www.autodesk.co.jp","redirectLocalSiteText":"日本のサイトをご覧ください。","enablePopupAndRedirect":true},"KR":{"countryName":"한국","domain":"https://www.autodesk.co.kr","redirectLocalSiteText":"한국 사이트를 방문해 주십시오.","enablePopupAndRedirect":true},"LI":{"countryName":"Liechtenstein","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"LT":{"countryName":"Lithuania","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"LU":{"countryName":"Luxembourg","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"LV":{"countryName":"Latvia","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"MH":{"countryName":"Marshall Islands","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"MT":{"countryName":"Malta","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"MX":{"countryName":"México","domain":"https://www.autodesk.mx","redirectLocalSiteText":"Visite nuestro sitio de México","enablePopupAndRedirect":true},"NI":{"countryName":"Nicaragua","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"NL":{"countryName":"Nederland","domain":"https://www.autodesk.nl","redirectLocalSiteText":"Bezoek onze Nederland site","enablePopupAndRedirect":true},"NO":{"countryName":"Norge","domain":"https://www.autodesk.no","redirectLocalSiteText":"Gå til det Norge nettstedet vårt","enablePopupAndRedirect":true},"NZ":{"countryName":"New Zealand","domain":"https://www.autodesk.co.nz","redirectLocalSiteText":"Visit our New Zealand site","enablePopupAndRedirect":true},"PA":{"countryName":"Panama","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"PE":{"countryName":"Perú","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"PG":{"countryName":"Papua New Guinea","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"PL":{"countryName":"Polska","domain":"https://www.autodesk.pl","redirectLocalSiteText":"Odwiedź naszą Polska witrynę","enablePopupAndRedirect":true},"PT":{"countryName":"Portugal","domain":"https://www.autodesk.pt","redirectLocalSiteText":"Visitar o nosso site Portugal","enablePopupAndRedirect":true},"PY":{"countryName":"Paraguay","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"RO":{"countryName":"Romania","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"RU":{"countryName":"Россия","domain":"https://www.autodesk.ru","redirectLocalSiteText":"Посетите наш сайт Россия","enablePopupAndRedirect":true},"SE":{"countryName":"Sverige","domain":"https://www.autodesk.se","redirectLocalSiteText":"Besök vår webbplats i Sverige","enablePopupAndRedirect":true},"SG":{"countryName":"Singapore","domain":"https://www.autodesk.com.sg","redirectLocalSiteText":"Visit our Singapore site","enablePopupAndRedirect":true},"SI":{"countryName":"Slovenia","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"SK":{"countryName":"Slovakia","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"SV":{"countryName":"El Salvador","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"TO":{"countryName":"Tonga","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"TR":{"countryName":"Türkiye","domain":"https://www.autodesk.com.tr","redirectLocalSiteText":"Türkiye sitemizi ziyaret edin","enablePopupAndRedirect":true},"TV":{"countryName":"Tuvalu","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"TW":{"countryName":"台灣","domain":"https://www.autodesk.com.tw","redirectLocalSiteText":"造訪我們的 台灣 網站","enablePopupAndRedirect":true},"UY":{"countryName":"Uruguay","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"VE":{"countryName":"Venezuela","domain":"https://latinoamerica.autodesk.com","redirectLocalSiteText":"Visite nuestro sitio de Latinoamérica","enablePopupAndRedirect":true},"WS":{"countryName":"Samoa","domain":"https://www.autodesk.com.au","redirectLocalSiteText":"Visit our Australia site","enablePopupAndRedirect":true},"ZA":{"countryName":"South Africa","domain":"https://www.autodesk.co.za","redirectLocalSiteText":"Visit our South Africa site","enablePopupAndRedirect":true},"en_NL":{"countryName":"Europe","domain":"https://www.autodesk.eu","redirectLocalSiteText":"Visit our Europe site","enablePopupAndRedirect":true},"AE":{"countryName":"Middle East","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"SA":{"countryName":"Kingdom of Saudi Arabia","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"QA":{"countryName":"Qatar","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"KW":{"countryName":"Kuwait","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"BH":{"countryName":"Bahrain","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"OM":{"countryName":"Oman","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"EG":{"countryName":"Egypt","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"JO":{"countryName":"Jordan","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"LB":{"countryName":"Lebanon","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"YE":{"countryName":"Yemen","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"IQ":{"countryName":"Iraq","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"PK":{"countryName":"Pakistan","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"LY":{"countryName":"Libyan Arab Jamahiriya","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"PS":{"countryName":"Palestinian Territory, Occupied","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"AF":{"countryName":"Afghanistan","domain":"https://www.autodesk.ae","redirectLocalSiteText":"Visit our Middle East site","enablePopupAndRedirect":true},"MY":{"countryName":"Malaysia- EN","domain":"https://asean.autodesk.com","redirectLocalSiteText":"Visit our Malaysia site","enablePopupAndRedirect":true}}',
                enableLocalPageRedirect: false,
                enableRedirectedLocalPagePopup: false,
                dictionary: {
                    
                    'geo-navigation-return-to-global-site': "Return to the U.S. site",
                    'geo-navigation-choose-different-local-site': "Choose a different local site"
                    
                }
            }
        }
    });
</script>


<script>
    define('adsk.pdsConfiguration', function(){
       return {"digitalRiver":{"countryMapping":{"NO":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"no_NO"},"RU":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"ru_RU"},"CH":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"it_CH"},"IN":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"en_IN"},"JP":{"storeKey":"adskjp","domain":"https://store.autodesk.co.jp","locale":"ja_JP"},"DK":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"da_DK"},"KR":{"storeKey":"adskkr","domain":"https://store.autodesk.co.kr","locale":"ko_KR"},"MX":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"es_MX"},"MY":{"storeKey":"adskjp","domain":"https://store.autodesk.com","locale":"en_MY"},"NZ":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"en_NZ"},"BR":{"storeKey":"adskbr","domain":"https://store.autodesk.com","locale":"pt_BR"},"SE":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"sv_SE"},"AU":{"storeKey":"adsk","domain":"https://store.autodesk.com.au","locale":"en_AU"},"SG":{"storeKey":"adsk","domain":"https://store.autodesk.com.sg","locale":"en_SG"},"CZ":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"cs_CZ"},"PL":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"pl_PL"},"TR":{"storeKey":"adsk","domain":"https://store.autodesk.com","locale":"tr_TR"}},"templates":{"cartLinkUrl":"/store?Action=DisplayPage&Locale={{locale}}&SiteID={{storeKey}}&id=QuickBuyCartPage","cartCountUrl":"/store/{{storeKey}}/{{locale}}/DisplayDRCartSummary/Version.2/output.json/jsonp.define"},"domain":"https://store.autodesk.com"},"countryProviderMapping":{"DE":"pelican","NO":"digitalRiver","BE":"pelican","FI":"pelican","RU":"digitalRiver","PT":"pelican","BG":"pelican","JP":"digitalRiver","DK":"digitalRiver","LT":"pelican","LU":"pelican","HR":"pelican","LV":"pelican","FR":"pelican","NZ":"digitalRiver","HU":"pelican","BR":"digitalRiver","SE":"digitalRiver","SG":"digitalRiver","SI":"pelican","SK":"pelican","GB":"pelican","IE":"pelican","CA":"pelican","US":"pelican","EE":"pelican","CH":"digitalRiver","IN":"digitalRiver","MT":"pelican","KR":"digitalRiver","IS":"pelican","GR":"pelican","IT":"pelican","MX":"digitalRiver","MY":"digitalRiver","ES":"pelican","AT":"pelican","AU":"digitalRiver","CY":"pelican","CZ":"digitalRiver","PL":"digitalRiver","LI":"pelican","RO":"pelican","NL":"pelican","TR":"digitalRiver"},"pelican":{"endPointMapping":{"qa":"https://cart.bicstg.autodesk.com","prod":"https://cart.autodesk.com","dev":"https://cart.bicdev.autodesk.com","stg":"https://cart.bicstg.autodesk.com"},"countryMapping":{"DE":{"storeKey":"STORE-DE"},"BE":{"storeKey":"STORE-EU"},"FI":{"storeKey":"STORE-EU"},"PT":{"storeKey":"STORE-EU"},"BG":{"storeKey":"STORE-EU"},"LT":{"storeKey":"STORE-EU"},"LU":{"storeKey":"STORE-EU"},"HR":{"storeKey":"STORE-EU"},"LV":{"storeKey":"STORE-EU"},"FR":{"storeKey":"STORE-FR"},"HU":{"storeKey":"STORE-EU"},"SI":{"storeKey":"STORE-EU"},"SK":{"storeKey":"STORE-EU"},"GB":{"storeKey":"STORE-UK"},"IE":{"storeKey":"STORE-EU"},"CA":{"storeKey":"STORE-CA"},"US":{"storeKey":"STORE-NAMER"},"EE":{"storeKey":"STORE-EU"},"MT":{"storeKey":"STORE-EU"},"IS":{"storeKey":"STORE-EU"},"GR":{"storeKey":"STORE-EU"},"IT":{"storeKey":"STORE-IT"},"ES":{"storeKey":"STORE-ES"},"AT":{"storeKey":"STORE-DE"},"CY":{"storeKey":"STORE-EU"},"LI":{"storeKey":"STORE-EU"},"RO":{"storeKey":"STORE-EU"},"NL":{"storeKey":"STORE-EU"}},"templates":{"cartLinkUrl":"/r?storeKey={{storeKey}}&language={{language}}&country={{country}}&visitorId={{visitorId}}","cartCountUrl":"/services/v5/cart/{{visitorId}}|{{storeKey}}/count"}}}
    });
</script>



<script>
    require(['adsk.updateUserProfileStorage']);
</script>


<div class="defer">
<script>
    (function(adsk){
        adsk.defer.execute();
    }(window.adsk));
</script></div>

    
    


<script type="text/javascript">
    var digitalData = {"pageInstanceID":"prod","page":{"pageName":"adsk:en:home","destinationURL":"https://www.autodesk.com/content/autodesk/global/en/home.html"},"products":[],"version":{"versionNumber":"1.0"},"user":{"loginStatus":"","authSystem":"","oxygenGuid":""}};
    if (digitalData && digitalData.hasOwnProperty('page') && digitalData.page.destinationURL) {
        digitalData.page.destinationURL = document.URL;
    }
</script>
</body>

</html>