CINXE.COM
Tech articles | The Swedish Internet Foundation | Internetstiftelsen
<!doctype html> <html class="no-js" lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="https://static.internetstiftelsen.se/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://static.internetstiftelsen.se/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://static.internetstiftelsen.se/favicons/favicon-16x16.png"> <link rel="manifest" href="https://static.internetstiftelsen.se/favicons/site.webmanifest"> <link rel="mask-icon" href="https://static.internetstiftelsen.se/favicons/safari-pinned-tab.svg" color="#ff4069"> <link rel="shortcut icon" href="https://static.internetstiftelsen.se/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="https://static.internetstiftelsen.se/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <meta name="format-detection" content="telephone=no"> <meta name="supported-color-schemes" content="light"> <style>/* Menu item */ [class*='a-main-menu__list__link'].rsbtn_play:not(button) { position: relative; display: inline-flex; } .rsbtn_play [class*='standalone'] { margin-left: 0.5rem; } .rsbtn_play [class*='a-button'] .icon { width: 1.5rem; height: 1.5rem; } .rsbtn_play[aria-expanded="false"] + .rsbtn_exp { display: none; } .rsbtn_play[aria-expanded="true"] + .rsbtn_exp { display: block; } /* Hide visually */ .rsbtn_btnlabel, .rsbtn_focusforward { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip: rect(0, 0, 0, 0); } /* Player Controls */ .rsbtn { position: relative; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; } .rsbtn_exp { position: absolute; left: 50%; transform: translateX(-50%); border: 1px solid #ededed; padding: 0.5rem; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .rsbtn .rsbtn_exp { display: none; } .rsbtn.rsexpanded .rsbtn_exp { display: block; } .rsbtn_exp_inner { display: flex; } .rsbtn_exp_inner a:hover { background-color: transparent; } .rsbtn_player_item, .rslightbox-tool { border: 0; border-radius: 0; width: 1.5rem; height: 1.5rem; position: relative; margin: 0.25rem; opacity: 0.5; background-color: #fff; } .rsbtn_player_item:hover, .rsplaying .rsbtn_pause { opacity: 1; } .rsbtn_player_item:after, .rsmpl-tool button:after { content: ''; display: block; position: absolute; top: 0.25rem; left: 0.25rem; right: 0.25rem; bottom: 0.25rem; background-position: center center; background-repeat: no-repeat; } .rsbtn_rewind, .rsbtn_forward, .rsbtn_volume, .rsbtn_speed, .rsbtn_dropdown, .rs-player-loadindicator { display: none !important; } .rsbtn_pause::after, .rsicn-play { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6.8 32c-.7 0-1.3-.6-1.3-1.3V1.3C5.5.6 6.1 0 6.8 0c.3 0 .6.1.8.3L28.1 15c.6.4.7 1.3.3 1.9l-.3.3L7.6 31.7c-.2.2-.5.3-.8.3zM8.2 4v24L25 16 8.2 4z'/%3E%3C/svg%3E"); } .rsbtn_pause[title="Paus"]::after, .rsbtn_pause[title="Pausa"]::after, .rsbtn_pause[title="Pause"]::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M4.5 2.5h3v27h-3zM22.5 2.5h3v27h-3z'/%3E%3C/svg%3E"); } .rsbtn_stop::after, .rsicn-stop { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-miterlimit='10' d='M4 4h24v24H4z'/%3E%3C/svg%3E"); } .rsstopped .rsbtn_stop { opacity: 1; } .rsbtn_dl::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-download' viewBox='0 0 28.6 32' width='100%25' height='100%25'%3E%3Cpath d='M13.2,0h2.7v23.7h-2.7V0L13.2,0z M24.9,13.7l1.7,2.1l-12,9.6L2.5,15.7l1.7-2.1l10.3,8.3L24.9,13.7z M0,32v-2.7h28.6V32H0z'%3E%3C/path%3E%3C/svg%3E"); } .rsbtn_closer::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-close' viewBox='0 0 32 32' width='100%25' height='100%25'%3E%3Cpath d='M27.5,2L30,4.5L4.5,30L2,27.5L27.5,2z'%3E%3C/path%3E%3Cpath d='M30,27.5L27.5,30L2,4.5L4.5,2L30,27.5z'%3E%3C/path%3E%3C/svg%3E"); } /* Progress bar is buggy, hide it */ .rsbtn_progress_container { display: none; } /* Volume is unneccesary, hide it */ .rsbtn_volume, .rsbtn_volume_container { display: none; } /* Mobile controls */ @media (max-width: 768px) { .rsbtn_exp { position: fixed; bottom: 0 !important; left: 0 !important; right: 0 !important; top: auto !important; background-color: #fff; box-shadow: 0 -2px 5px rgba(0,0,0,0.1); transform: translateX(0); padding: 0.25rem; } .rsbtn_exp_inner { justify-content: space-around; } } @supports (-webkit-overflow-scrolling: touch) { @media (max-width: 768px) { .rsbtn[data-readspeaker-current="0"] .rsbtn_closer { display: none; } .rsbtn[data-readspeaker-buffered~="999"] .rsbtn_closer { display: block !important; } } } /* Tools panel */ .rsbtn_toolpanel { display: none; } /* Download disclaimer */ .has-tools { background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); padding: 2rem; } @media (max-width: 768px) { .has-tools { padding: 0; } #rslightbox_content { max-width: 100vw; padding: 1rem; } #rslightbox_toolbar { padding: 1rem; } #rslightbox_buttons { max-width: 100vw; flex-direction: column; align-items: center; } #rsdl_button_decline { margin-top: 1rem; } .rsform-buttons { transform: translateY(-100%); } } #rs_lightboxplayer { display: none; } .rsform-buttons { display: flex; justify-content: space-between; align-items: center; transform: translateY(-150%); } #rsdl_button_accept { background-color: #0477ce; border-radius: 0.25rem; font-family: "HK Grotesk Semibold", sans-serif; color: #fff; padding: 0.556rem 1rem; text-decoration: none; } #rsdl_button_decline { color: #1f2a36; } </style> <script> var cl = document.querySelector('html').classList; cl.remove('no-js'); cl.add('js'); </script> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/138f3747-c7bf-4b22-8792-14c0af25dd59/OtAutoBlock.js" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="138f3747-c7bf-4b22-8792-14c0af25dd59" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <script> var waitForTrackerCount = 0; function matomoWaitForTracker() { if (typeof _paq === 'undefined' || typeof OnetrustActiveGroups === 'undefined') { if (waitForTrackerCount < 40) { setTimeout(matomoWaitForTracker, 250); waitForTrackerCount++; return; } } else { window.addEventListener('OneTrustGroupsUpdated', function (e) { consentSet(); }); } } function consentSet() { if (OnetrustActiveGroups.includes('C0002')) { _paq.push(['rememberCookieConsentGiven']); _paq.push(['setConsentGiven']); } else { _paq.push(['forgetCookieConsentGiven']); _paq.push(['deleteCookies']); } } document.addEventListener('DOMContentLoaded', matomoWaitForTracker()); </script> <script type="text/javascript"> window.Internetstiftelsen = { data: {}, }; </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v24.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>Tech articles | The Swedish Internet Foundation | Internetstiftelsen</title> <meta name="description" content="Here you can find and read tech articles related to The Swedish Internet Foundation DNS-Labs' work." /> <link rel="canonical" href="https://internetstiftelsen.se/dns-labs/tech/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Tech articles | The Swedish Internet Foundation | Internetstiftelsen" /> <meta property="og:description" content="Here you can find and read tech articles related to The Swedish Internet Foundation DNS-Labs' work." /> <meta property="og:url" content="https://internetstiftelsen.se/dns-labs/tech/" /> <meta property="og:site_name" content="Internetstiftelsen" /> <meta property="article:publisher" content="https://www.facebook.com/internetstiftelsen/" /> <meta property="article:modified_time" content="2021-08-11T13:12:28+00:00" /> <meta property="og:image" content="https://internetstiftelsen.se/app/uploads/2021/03/kpa-7985-dns-nerd-2021.jpg" /> <meta property="og:image:width" content="1960" /> <meta property="og:image:height" content="1103" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@stiftelsen" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://internetstiftelsen.se/dns-labs/tech/","url":"https://internetstiftelsen.se/dns-labs/tech/","name":"Tech articles | The Swedish Internet Foundation | Internetstiftelsen","isPartOf":{"@id":"https://internetstiftelsen.se/#website"},"primaryImageOfPage":{"@id":"https://internetstiftelsen.se/dns-labs/tech/#primaryimage"},"image":{"@id":"https://internetstiftelsen.se/dns-labs/tech/#primaryimage"},"thumbnailUrl":"https://internetstiftelsen.se/app/uploads/2021/03/kpa-7985-dns-nerd-2021.jpg","datePublished":"2021-03-17T12:51:30+00:00","dateModified":"2021-08-11T13:12:28+00:00","description":"Here you can find and read tech articles related to The Swedish Internet Foundation DNS-Labs' work.","breadcrumb":{"@id":"https://internetstiftelsen.se/dns-labs/tech/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://internetstiftelsen.se/dns-labs/tech/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://internetstiftelsen.se/dns-labs/tech/#primaryimage","url":"https://internetstiftelsen.se/app/uploads/2021/03/kpa-7985-dns-nerd-2021.jpg","contentUrl":"https://internetstiftelsen.se/app/uploads/2021/03/kpa-7985-dns-nerd-2021.jpg","width":1960,"height":1103,"caption":"Keyboards, DNS, computer, nerd"},{"@type":"BreadcrumbList","@id":"https://internetstiftelsen.se/dns-labs/tech/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://internetstiftelsen.se/"},{"@type":"ListItem","position":2,"name":"DNS-Labs","item":"https://internetstiftelsen.se/dns-labs/"},{"@type":"ListItem","position":3,"name":"Tech articles"}]},{"@type":"WebSite","@id":"https://internetstiftelsen.se/#website","url":"https://internetstiftelsen.se/","name":"Internetstiftelsen","description":"Internetstiftelsen är oberoende, verkar för ett internet som bidrar positivt till människa och samhälle och ansvarar för toppdomänen .se och driften av .nu.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://internetstiftelsen.se/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//static.internetstiftelsen.se' /> <link rel="alternate" type="application/rss+xml" title="Internetstiftelsen » Feed" href="https://internetstiftelsen.se/feed/" /> <link rel="alternate" type="application/rss+xml" title="Internetstiftelsen » Comments Feed" href="https://internetstiftelsen.se/comments/feed/" /> <style id='wp-block-library-inline-css' type='text/css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='iis-style-css' href='https://internetstiftelsen.se/app/themes/internetstiftelsen/assets/dist/site-DbKtvydW.css?ver=6.7.1' type='text/css' media='all' /> <link rel="https://api.w.org/" href="https://internetstiftelsen.se/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://internetstiftelsen.se/wp-json/wp/v2/pages/116567" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://internetstiftelsen.se/wp/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://internetstiftelsen.se/?p=116567' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://internetstiftelsen.se/wp-json/oembed/1.0/embed?url=https%3A%2F%2Finternetstiftelsen.se%2Fdns-labs%2Ftech%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://internetstiftelsen.se/wp-json/oembed/1.0/embed?url=https%3A%2F%2Finternetstiftelsen.se%2Fdns-labs%2Ftech%2F&format=xml" /> <!-- Matomo Tag Manager --> <script> var _mtm = window._mtm = window._mtm || []; window.dataLayer = window.dataLayer || []; /* This is used to setup blocking of Matomo cookies before consent is given. the rest of the code is located header.php in the site theme */ var _paq = window._paq = window._paq || []; _paq.push(['requireCookieConsent']); let syncDataLayer = function(array, callback) { array.push = function(e) { Array.prototype.push.call(array, e); callback(array); }; }; syncDataLayer(window.dataLayer, function(e) { window._mtm.push(dataLayer.at(-1)) }); _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'}); (function() { var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src='https://matomo.internetstiftelsen.se/js/container_nMTXWP8a.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Tag Manager --> </head> <body class="page-template page-template-page-templates page-template-tech-articles page-template-page-templatestech-articles-php page page-id-116567 page-child parent-pageid-114874"> <ul class="iis-skip" role="menu" aria-label=">Skip menu"> <li role="menuitem"><a id="skipNav" href="#siteNav">To navigation</a></li> <li role="menuitem"><a accesskey="s" href="#siteMain">To content</a></li> </ul> <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="logotype-default" viewbox="0 0 361 108"> <path d="M29 86.5c-2.4-2-5.7-3.1-8-3.7L14.4 81c-4.7-1.3-6.2-2.8-6.2-6.1s3-5.3 7.9-5.3c5.3 0 8.2 2.2 8.6 6.6v.6h7l-.1-.6c-.7-8.3-6.3-12.9-15.4-12.9-8.6 0-14.7 4.9-14.7 11.6 0 6.3 3.3 10.2 10.4 12.2l8.1 2.3c4.2 1.2 5.9 2.9 5.9 6.1 0 4.5-4.9 6.1-9.2 6.1-4 0-9-1.3-9.6-7.4v-.6H0l.1.6c.6 8.3 7.1 13.5 16.6 13.5 9.3 0 15.9-5.2 15.9-12.5.1-3.7-1.1-6.5-3.6-8.7zm5.8-16h12.3v36.3H54V70.5h12.3v-6.3H34.8v6.3zm73.7 36.3h6.9V88.3h18.1v-6.4h-18.1V70.5H135v-6.3h-26.5v42.6zm32.2-36.3H153v36.3h6.9V70.5h12.3v-6.3h-31.6v6.3zm36.9 36.3h28.6v-6.3h-21.6V88.3h18.7v-6.4h-18.7V70.5h21.6v-6.3h-28.6v42.6zm42-42.6h-7v42.6h25.6v-6.3h-18.6V64.2zm41.7 18.6l-6.6-1.8c-4.7-1.3-6.2-2.8-6.2-6.1s3-5.3 7.9-5.3c5.3 0 8.2 2.2 8.6 6.6l.1.6h7l-.1-.6c-.7-8.1-6.4-12.7-15.4-12.7-8.6 0-14.7 4.9-14.7 11.6 0 6.3 3.3 10.2 10.4 12.2l8.1 2.3c4.1 1.2 5.8 2.9 5.8 6.1 0 4.5-4.9 6.1-9.2 6.1-4 0-9-1.3-9.6-7.4l-.1-.5h-7l.1.6c.7 8.3 7.1 13.5 16.6 13.5 9.3 0 15.9-5.2 15.9-12.5 0-8.4-5.9-11.1-11.6-12.7zm17.7 24h28.6v-6.3h-21.7V88.3h18.8v-6.4h-18.8V70.5h21.7v-6.3H279v42.6zm61.4-42.6v33L324 64.3l-.1-.1h-9v42.6h6.7V73.6l16.3 33.1v.1h9.2V64.2h-6.7zM72.7 70.6h10.9v29.8H72.7v6.4h28.6v-6.4H90.5V70.6h10.8v-6.4H72.7v6.4zm-8.2-29.5L48.2 8.2v-.1H39v42.6h6.8V17.5l16.3 33.1v.1h9.1V8.1h-6.7v33zm12.4-26.7h12.2v36.3h7V14.4h12.3V8.1H76.9v6.3zm65.7 30H121V32.2h18.8v-6.4H121V14.4h21.6V8.1H114v42.6h28.6v-6.3zm26.8-11.6l.4-.1c2.5-.4 4.4-1.4 6.1-3.1 2.1-2.1 3.1-5.1 3.1-9.1 0-4.2-1.1-7.3-3.3-9.3-2.2-2.1-5.7-3.1-10.2-3.1h-16v42.6h6.7V33.1h6.2l.1.2 9.7 17.5h7.7l-10.5-18zm-13.3-5.6v-13h11.6c2.7 0 4.3 1.5 4.3 4.1v4.6c0 2.2-1.3 4.3-4.3 4.3h-11.6zm63-19.1h-6.8v33L196.1 8.2l-.1-.1h-9.1v42.6h6.8V17.5l16.2 33.1.1.1h9.1V8.1zm35.6 36.3h-21.5V32.2H252v-6.4h-18.7V14.4h21.5V8.1h-28.5v42.6h28.5v-6.3zm25 6.3V14.4H292V8.1h-31.6v6.3h12.3v36.3h7zM31.2 44.3H20.5V14.5h10.7V8.1H2.8v6.4h10.8v29.8H2.8v6.4h28.4v-6.4z"/><path fill="#ff4069" d="M360 8.1v14.2h-6.4v7.1h-6.4v7h-6.4v7.1h-6.4v7.1h-7v-7.1H321v-7.1h-6.4v-7h-6.4v-7.1H302V8.1h6.4V1h19.1v7.1h7V1h19.1v7.1h6.4z"/><path fill="#ffffff" d="M353 12.7v4.6h-8.9V7.9h4.5v4.8h4.4z"/> </symbol> <symbol id="logotype-horizontal" viewbox="0 0 459 38"> <path fill="#ff4069" d="M459 5.4v10.9h-4.8v5.4h-4.8v5.4h-4.8v5.4h-4.8V38h-5.2v-5.4h-4.8v-5.4H425v-5.4h-4.8v-5.4h-4.8v-11h4.8V0h14.4v5.4h5.2V0h14.4v5.4h4.8z"/><path fill="#ffffff" d="M452.8 9.6v3.5h-6.7V5.9h3.4v3.7h3.3z"/><path d="M206.2 25.3c0 4.6-4.2 7.9-9.9 7.9-6 0-10-3.3-10.4-8.6v-.3h4.2v.2c.4 4 3.6 4.8 6.1 4.8 2.7 0 5.8-1 5.8-4 0-2-1.1-3.2-3.7-4l-5.1-1.4c-4.4-1.2-6.5-3.7-6.5-7.8 0-4.3 3.9-7.3 9.2-7.3 5.7 0 9.2 3 9.6 8.1v.3h-4.2v-.3c-.3-2.9-2.1-4.3-5.5-4.3-3.1 0-5.1 1.3-5.1 3.5s1 3.2 4 4l4.2 1.2c1.8.5 3.6 1.2 5 2.4s2.3 2.9 2.3 5.6zm21.2-19.9v3.9h-7.8v23.3h-4.2V9.3h-7.7V5.4h19.7zm31 3.9v7.5h11.4v3.9h-11.4v11.9h-4.2V5.4h16.5v3.9h-12.3zm35.5-3.9v3.9h-7.7v23.3H282V9.3h-7.7V5.4h19.6zm7.7 3.9v7.5h11.8v3.9h-11.8v8h13.6v3.9h-17.8V5.4h17.8v3.9h-13.6zm33.9 19.4v3.9h-15.9V5.4h4.2v23.3h11.7zm21.5-3.4c0 4.6-4.2 7.9-9.9 7.9-6 0-10-3.3-10.4-8.6v-.3h4.2v.2c.4 4 3.6 4.8 6.1 4.8 2.7 0 5.8-1 5.8-4 0-2-1.1-3.2-3.7-4l-5.1-1.4c-4.4-1.2-6.5-3.7-6.5-7.8 0-4.3 3.9-7.3 9.2-7.3 5.7 0 9.2 3 9.6 8.1v.3H352v-.3c-.2-2.9-2.1-4.3-5.5-4.3-3.1 0-5.1 1.3-5.1 3.5s1 3.2 4 4l4.2 1.2c3.7 1 7.4 2.8 7.4 8zm8.3-16v7.5h11.9v3.9h-11.9v8h13.6v3.9h-17.7V5.4h17.7v3.9h-13.6zm38-3.9v27.1h-5.6l-10-20.8-.4-.8v21.6h-4V5.4h5.5l10.4 21.5V5.4h4.1zM242.7 9.3v19.4h6.7v3.9h-17.7v-3.9h6.8V9.3h-6.8V5.4h17.7v3.9h-6.7zM44 5.4v27.1h-5.6l-10-20.8-.4-.7v21.6h-4.1V5.4h5.6l10.4 21.5V5.4H44zm23.5 0v3.9h-7.8v23.3h-4.1V9.3h-7.8V5.4h19.7zm7.9 3.9v7.5h11.8v3.9H75.4v8H89v3.9H71.2V5.4H89v3.9H75.4zm30.9 11.9l.3-.1c1.6-.3 2.8-.9 3.8-1.9 1.3-1.3 2-3.3 2-5.8 0-2.7-.7-4.6-2-5.9-1.4-1.3-3.5-1.9-6.4-1.9H94v27.1h4.2V21.3h3.8l.1.1 6 11.2h4.8l-6.6-11.4zM98 17.6V9.3h7.2c1.7 0 2.7 1 2.7 2.7v2.9c0 1.4-.8 2.8-2.7 2.8H98zm39.7-12.2v27.1h-5.6l-10-20.8-.4-.8v21.6h-4V5.4h5.5l10.4 21.5V5.4h4.1zm9.3 3.9v7.5h11.9v3.9H147v8h13.6v3.9h-17.8V5.4h17.8v3.9H147zm37.1-3.9v3.9h-7.7v23.3h-4.2V9.3h-7.7V5.4h19.6zM12 9.3v19.3h6.7v4H1v-4h6.8V9.3H1V5.4h17.7v3.9H12z"/> </symbol> <symbol id="logotype-vertical" viewbox="0 0 34 324"> <path fill="#ff4069" d="M34 4.1v8.1h-3.8v4.1h-3.8v4.1h-3.8v4H19v4.1h-4.1v-4.1h-3.7v-4H7.5v-4.1H3.8v-4.1H0V4.1h3.8V0H15v4.1h4V0h11.3v4.1H34z"/><path fill="#ffffff" d="M28.6 6.8v2.7h-5.2V4.1H26v2.7h2.6z"/><path d="M12.6 184c-3.2 0-5.6-3-5.6-7.1 0-4.3 2.3-7.1 6.1-7.4h.2v3h-.2c-2.8.3-3.5 2.5-3.5 4.4 0 1.9.7 4.2 2.8 4.2 1.4 0 2.2-.8 2.8-2.7l1-3.6c.9-3.1 2.6-4.6 5.5-4.6 3 0 5.2 2.7 5.2 6.5 0 4-2.1 6.5-5.7 6.8H21v-3h.2c2-.2 3-1.5 3-3.9 0-2.2-.9-3.6-2.4-3.6s-2.2.7-2.8 2.8l-.8 3c-.3 1.3-.8 2.6-1.6 3.5-1 1-2.2 1.7-4 1.7zm14 15h-2.7v-5.5H7.4v-3h16.4V185h2.7v14zm-2.7 22h-5.3v8.1h-2.7V221H7.4v-3h19.2v11.8h-2.7V221zm2.7 25.3h-2.7v-5.5H7.4v-3h16.4v-5.5h2.7v14zm-2.7 5.5h-5.3v8.4h-2.7v-8.4h-5.7v9.6H7.4v-12.6h19.2v12.6h-2.7v-9.6zm-13.8 24H7.4v-11.3h19.2v3H10.1v8.3zm2.5 15.3c-3.2 0-5.6-3-5.6-7.1 0-4.2 2.3-7.1 6.1-7.4h.2v3h-.2c-2.8.3-3.5 2.5-3.5 4.4s.7 4.2 2.8 4.2c1.4 0 2.2-.8 2.8-2.6l1-3.6c.9-3.1 2.6-4.6 5.5-4.6 3 0 5.2 2.7 5.2 6.5 0 4.1-2.1 6.6-5.7 6.9H21v-3h.2c2-.2 3-1.5 3-3.9 0-2.2-.9-3.6-2.4-3.6s-2.2.7-2.8 2.8l-.8 3c-.7 2.4-2 5-5.6 5zm11.3 6h-5.3v8.4h-2.7v-8.4h-5.7v9.6H7.4v-12.6h19.2v12.6h-2.7v-9.6zm2.7 26.9H7.4v-4l14.7-7.1.5-.3H7.4v-2.9h19.2v4l-15.1 7.4h15.1v2.9zm-2.7-114.1H10.1v4.7H7.4V202h2.7v4.9h13.7V202h2.7v12.6h-2.7v-4.7zm2.7-141.2H7.4v-4l14.7-7.1.5-.3H7.4v-2.9h19.2v4l-15.1 7.4h15.1v2.9zm0 16.6h-2.7v-5.5H7.4v-3h16.4v-5.5h2.7v14zM23.9 91h-5.3v8.4h-2.7V91h-5.7v9.6H7.4V88h19.2v12.6h-2.7V91zm-8.5 22v.2c.2 1.1.6 2 1.4 2.7.9.9 2.2 1.4 4.1 1.4 1.9 0 3.2-.5 4.2-1.4.9-1 1.4-2.5 1.4-4.5v-7.1H7.4v3h7.9v2.7h-.1l-7.8 4.2v3.4l8-4.6zm2.6-5.9h5.9v5.1c0 1.2-.7 1.9-1.8 1.9h-2c-1 0-1.9-.6-1.9-1.9v-5.1H18zm8.6 28.2H7.4v-3.9l14.7-7.2.5-.3H7.4v-2.8h19.2v3.9l-15.1 7.4h15.1v2.9zm-2.7 6.6h-5.3v8.4h-2.7v-8.4h-5.7v9.6H7.4v-12.6h19.2v12.6h-2.7v-9.6zm2.7 26.5h-2.7v-5.5H7.4v-3h16.4v-5.5h2.7v14zM23.9 46H10.3v4.8H7.5V38.2h2.7V43h13.6v-4.8h2.7v12.6h-2.7V46z"/> </symbol> <symbol id="logotype-goto10" viewbox="0 0 211 60"> <path d="M29.5 14.5V31h-4.3l-.5-4.3c-1.6 2.9-4.9 4.7-9 4.7C5.7 31.4 1 24.1 1 15.7S5.6 0 15.7 0C21.5-.2 26.8 3.3 29 8.8l-4.8 2c-1.1-3.7-4.6-6.2-8.5-6-6.4 0-9.2 5.1-9.2 10.7 0 6.1 2.8 11 9.3 11 4.8 0 8.1-2.6 8.3-7.6h-6.7v-4.4h12.1zm3.4 5.6c-.2-6 4.5-10.9 10.4-11.1h.6c6-.1 10.9 4.6 11 10.6v.5c0 6.1-4.4 11.3-11 11.3s-11-5.2-11-11.3zm16.5 0c0-3.5-1.6-6.6-5.5-6.6s-5.5 3.1-5.5 6.6 1.6 6.7 5.6 6.7 5.4-3.1 5.4-6.7zm9.8 4.9V13.8h-3.5V9.4h3.5V4.1L64.4.3v9.1h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.6-3.9.6-4.2 0-6.7-2.5-6.7-6.4zm13.3-4.9c0-6.1 4.9-11 11-11s11 4.9 11 11-4.4 11.3-11 11.3-11-5.2-11-11.3zm16.5 0c0-3.5-1.6-6.6-5.5-6.6-4 0-5.5 3.1-5.5 6.6s1.6 6.7 5.5 6.7c3.9.1 5.5-3.1 5.5-6.7zM113.4.5V31H108V9.4h-7.1V5.3h4.1c2.1 0 3.2-.9 3.2-2.9V.5h5.2zm5.3 15.2c0-6.5 1-15.7 10.3-15.7 8.4 0 10.5 8.2 10.5 15.8s-2.1 15.6-10.2 15.6c-9.4 0-10.6-9.2-10.6-15.7zm15.2 0c0-4.9-.1-10.4-4.9-10.4-4.8 0-4.9 5.6-4.9 10.5s.1 10.5 5.1 10.5c4.6-.1 4.7-5.8 4.7-10.6z"/><path fill="#ff4069" d="M211 45.5v4.9h-2.2v2.4h-2.2v2.4h-2.2v2.4h-2.2V60h-2.4v-2.4h-2.2v-2.4h-2.2v-2.4h-2.2v-2.4H191v-4.9h2.2v-2.4h6.6v2.4h2.4v-2.4h6.6v2.4h2.2z"/><path fill="#ffffff" d="M207.7 47.1v1.6h-3v-3.2h1.5v1.6h1.5z"/><path d="M94.9 54.3c0 2-1.9 3.5-4.5 3.5s-4.5-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8L89 52c-2-.6-3-1.7-3-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.2h-1.8v-.1c-.1-1.3-.9-1.9-2.5-1.9-1.5 0-2.3.6-2.3 1.6s.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.2 1 .7.5 1.1 1.5 1 2.4zm9.7-8.8v1.7H101v10.4h-1.9V47.2h-3.5v-1.7h9zm14 1.7v3.3h5.2v1.7h-5.2v5.3h-1.9v-12h7.5v1.7h-5.6zm16.2-1.7v1.7h-3.5v10.4h-1.9V47.2h-3.5v-1.7h8.9zm3.5 1.7v3.3h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1v-12h8.1v1.7h-6.2zm15.4 8.6v1.7h-7.3v-12h1.9v10.4h5.4zm10.1-1.5c0 2-1.9 3.5-4.5 3.5s-4.5-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8L158 52c-2-.6-2.9-1.7-2.9-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.8v-.1c-.1-1.3-.9-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c1.4.4 3 1.2 3 3.5zm4.2-7.1v3.3h5.4v1.7H168v3.6h6.2v1.7h-8.1v-12h8.1v1.7H168zm17.7-1.7v12.1h-2.5l-4.6-9.3-.2-.4v9.6h-1.8v-12h2.5l4.8 9.6v-9.6h1.8zm-74.2 1.7v8.7h3.1v1.7h-8v-1.7h3.1v-8.7h-3.1v-1.7h8v1.7h-3.1zm-90.6-1.7v12.1h-2.5l-4.6-9.3-.2-.4v9.6h-1.8v-12h2.5L19 55v-9.6h1.9zm10.6 0v1.7H28v10.4h-1.9V47.2h-3.5v-1.7h8.9zm3.6 1.7v3.3h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1v-12h8.1v1.7h-6.2zm14 5.3h.1c.7-.1 1.3-.4 1.7-.9.7-.7 1-1.7.9-2.6.1-1-.3-1.9-1-2.6-.8-.7-1.9-1-2.9-.9h-4.5v12.1h1.9v-5H47l2.7 5H52l-2.9-5.1zm-3.7-1.6v-3.7h3.3c.6-.1 1.2.3 1.2.9v1.5c0 .6-.4 1.2-1.1 1.2H45.4zm18-5.4v12.1h-2.5l-4.6-9.3-.2-.4v9.6h-1.9v-12h2.5l4.7 9.6v-9.6h2zm4.6 1.7v3.3h5.4v1.7H68v3.6h6.2v1.7h-8.1v-12h8.1v1.7H68zm16.9-1.7v1.7h-3.5v10.4h-1.9V47.2H76v-1.7h8.9zM6.3 47.2v8.6h3.1v1.7h-8v-1.7h3.1v-8.6H1.3v-1.7h8v1.7h-3z"/> </symbol> <symbol id="logotype-bredbandskollen" viewbox="0 0 315 60"> <path d="M.8 0h10.6c4.6 0 9.8 2.1 9.8 8.3 0 2.5-1.3 4.8-3.4 6.1 2.9 1.4 4.8 4.3 4.9 7.5 0 5.7-4.8 8.9-10 8.9H.8V0zm11.1 12.4c2.1 0 4.2-.8 4.2-3.8 0-2.4-2-3.6-4.6-3.6H6.3v7.4h5.6zm.9 13.1c2.8 0 4.5-1.4 4.5-4.3 0-2.2-1.8-4-4.7-4H6.3v8.3h6.5zM26.5 9h5.1v3.7c.9-2.5 3.2-4.1 5.8-4.1 1.5 0 2.9.5 4 1.6L39 14.5c-.7-.5-1.5-.7-2.3-.7-2.5 0-5 2.3-5 7.8v9.2h-5.1L26.5 9zm14.8 10.9c0-5.7 3.3-11.4 10.6-11.4 7.6 0 10 6.1 10 11 0 .7 0 1.4-.2 2.1H46.8c.5 2.8 2 4.8 5.4 4.8 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.9 3.9-7.3 0-10.8-5.4-10.8-11.3zm15.4-2.1c0-.5-.1-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zm7.7 2.1c0-6 3.3-11.3 9.3-11.3 2.3-.1 4.6.9 6.1 2.6V0h5.4v30.7h-4.9l-.3-2.4c-1.5 1.9-3.8 3-6.3 2.9-6 0-9.3-5.3-9.3-11.3zm15.8 0c0-3.7-1.6-6.5-5.2-6.5s-5.3 2.9-5.3 6.5 1.6 6.5 5.3 6.5c3.6 0 5.2-2.8 5.2-6.5zm15.1 8.7v2.2h-5.5V0h5.5v11.2c1.5-1.8 3.7-2.7 6-2.6 6 0 9.3 5.3 9.3 11.3s-3.3 11.3-9.2 11.3c-2.4.1-4.6-.9-6.1-2.6zm10-8.7c0-3.6-1.6-6.5-5.3-6.5-3.6 0-5.3 2.8-5.3 6.5s1.7 6.4 5.3 6.4c3.7 0 5.3-2.8 5.3-6.4zm26.7-2.3v13.2h-4.3l-.3-2.9c-1.6 2.2-4.1 3.4-6.7 3.3-4.4 0-7.8-2.6-7.8-7.1 0-4.7 3.7-6.3 8.6-6.3h5.8c-.1-3.2-1-4.6-4.5-4.6-2.1 0-4.1 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9-4.8 5.8 0 9.3 3.7 9.3 9.1zm-4.8 4.2v-.2h-5.6c-2.4 0-3.5 1.3-3.5 2.6s1.1 2.5 3.5 2.5c2.9.1 5.3-2.1 5.6-4.9zM136 9h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.7 0 7.9 4.6 7.9 9.1v13h-5.3V18.4c0-2.9-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9H136V9zm22.7 10.9c0-6 3.3-11.3 9.3-11.3 2.3-.1 4.6.9 6.1 2.6V0h5.3v30.7h-4.9l-.2-2.5c-1.5 1.9-3.8 3-6.3 2.9-6 .1-9.3-5.2-9.3-11.2zm15.9 0c0-3.7-1.6-6.5-5.2-6.5s-5.3 2.9-5.3 6.5 1.6 6.5 5.3 6.5c3.6 0 5.2-2.8 5.2-6.5zm7.9 5.2l4.2-1.8c.6 1.6 1.7 3.6 4.6 3.6 2.4 0 3.5-1.4 3.5-2.6 0-3.7-10.8-1.2-10.8-8.9 0-4.6 3.8-6.8 8-6.8 3.4-.1 6.6 1.7 8.2 4.7l-4.1 2.2c-.8-1.7-2.4-2.8-4.3-2.8-1.7 0-2.8.8-2.8 1.9 0 3.3 11 1.3 11 9.3 0 5-4.3 7.2-8.4 7.2-4.1.2-7.7-2.2-9.1-6zm21-25.1h5.3v18l8.1-9h6.8l-8.1 8.4 9 13.3h-6.2l-6.3-10.1-3.3 3.7v6.4h-5.3V0zM224.3 19.8c0-6.1 4.9-11.1 11.1-11.1 6.1 0 11.1 5 11.1 11.1 0 6.2-4.4 11.4-11 11.4s-11.2-5.2-11.2-11.4zm16.6 0c0-3.6-1.6-6.7-5.6-6.7s-5.6 3.1-5.6 6.7 1.6 6.8 5.6 6.8c4 0 5.6-3.2 5.6-6.8zm8.9 6.6V0h5.3v24.9c0 1 .7 1.5 1.7 1.5.5 0 1-.1 1.4-.1v4.5c-1.3.3-2.6.4-3.9.4-2.5 0-4.5-1-4.5-4.8zm11.6 0V0h5.3v24.9c0 1 .7 1.5 1.7 1.5.5 0 1-.1 1.4-.1v4.5c-1.3.3-2.6.4-3.9.4-2.5 0-4.5-1-4.5-4.8zm9.8-6.5c0-5.7 3.3-11.4 10.6-11.4 7.6 0 10 6.1 10 11 0 .7 0 1.4-.2 2.1h-14.9c.5 2.8 2 4.8 5.4 4.8 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.9 3.9-7.3 0-10.8-5.4-10.8-11.3zm15.4-2.1c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zm7.9-8.8h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.7 0 7.9 4.6 7.9 9.1v13h-5.3V18.4c0-2.9-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9h-5.3V9z"/><path fill="#ff4069" d="M210.6 45.3v4.9h-2.2v2.4h-2.2V55H204v2.4h-2.2V60h-2.4v-2.4h-2.2v-2.4H195v-2.4h-2.2v-2.4h-2.2v-4.9h2.2v-2.4h6.6v2.4h2.4v-2.4h6.6v2.4h2.2z"/><path fill="#ffffff" d="M207.8 47v1.6h-3v-3.2h1.6V47h1.4z"/><path d="M94 54.3c0 2-1.9 3.6-4.5 3.6s-4.6-1.5-4.8-3.9v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-3-1.7-3-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.8v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.3 1.1.6.6 1 1.5.9 2.5zm9.7-9V47h-3.6v10.5h-1.9V47.1h-3.5v-1.7h9zm14.1 1.8v3.4h5.2v1.8h-5.2v5.4h-1.9V45.3h7.5V47h-5.6zm16.2-1.8V47h-3.5v10.5h-1.9V47.1H125v-1.7h9zm3.6 1.8v3.4h5.4v1.8h-5.4v3.6h6.2v1.8h-8.1V45.3h8.1V47h-6.2zm15.4 8.7v1.8h-7.3V45.3h1.9v10.5h5.4zm10.3-1.5c0 2-1.9 3.6-4.5 3.6s-4.6-1.5-4.8-3.9v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-2.9-1.7-2.9-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1H161v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c1.7.5 3.4 1.2 3.4 3.6zm4.1-7.2v3.4h5.4v1.8h-5.4v3.6h6.2v1.8h-8.1V45.3h8.1V47h-6.2zm17.8-1.8v12.2h-2.5l-4.6-9.4-.2-.4v9.7H176V45.3h2.5l4.8 9.7v-9.7h1.9zm-74.5 1.8v8.8h3.1v1.7h-8.1v-1.7h3.1v-8.8h-3.1v-1.7h8.1v1.7h-3.1zm-91.1-1.8v12.2h-2.5l-4.6-9.4-.2-.4v9.7h-1.9V45.3H13l4.8 9.7v-9.7h1.8zm10.7 0V47h-3.5v10.5h-1.9V47.1h-3.5v-1.7h8.9zm3.6 1.8v3.4h5.4v1.7h-5.4v3.6h6.2v1.7H32V45.3h8.1V47c0 .1-6.2.1-6.2.1zM48 52.4h.1c.7-.1 1.3-.4 1.7-.9.6-.7 1-1.7.9-2.6.1-1-.3-2-.9-2.7-.8-.7-1.9-1-2.9-.9h-4.6v12.2h1.9v-5H46v.1l2.8 5H51l-3-5.2zm-3.7-1.6v-3.7h3.3c.6-.1 1.2.4 1.2 1v1.5c0 .6-.4 1.2-1.1 1.2h-3.4zm18.1-5.5v12.2h-2.5l-4.6-9.4-.2-.4v9.7h-1.9V45.3h2.5l4.8 9.7v-9.7h1.9zm4.6 1.8v3.4h5.4v1.7H67v3.6h6.2v1.7h-8.1V45.3h8.1V47c0 .1-6.2.1-6.2.1zm17-1.8V47h-3.5v10.5h-1.9V47.1H75v-1.7h9zM5 47.1v8.7h3.1v1.7H0v-1.7h3.1v-8.7H0v-1.7h8.1v1.7H5z"/> </symbol> <symbol id="logotype-internetmuseum" viewbox="0 0 317 60"> <path d="M2.6.2h5.5v30.6H2.6V.2zm10.9 9h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13.1h-5.3V18.5c0-2.8-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9h-5.3V9.2zM39 24.8V13.6h-3.5V9.2h3.6V3.8L44.3 0v9.2h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.7-3.9.7-4.2-.1-6.8-2.5-6.8-6.5zm13.3-4.7c0-5.6 3.3-11.4 10.6-11.4 7.5 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1H57.8c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.8 3.9-7.4 0-10.9-5.3-10.9-11.1zm15.3-2.2c0-.5 0-.9-.2-1.4-.4-2.1-2.4-3.5-4.6-3.4-3.1 0-4.5 2-5 4.8h9.8zm8.9-8.7h5.1v3.6c.9-2.5 3.2-4.1 5.8-4.1 1.5 0 2.9.5 3.9 1.6L89 14.6c-.7-.5-1.5-.7-2.3-.7-2.5 0-5 2.3-5 7.8v9.2h-5.1l-.1-21.7zm17.3 0h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13.1H108V18.5c0-2.8-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9h-5.3V9.2zm22.9 10.9c0-5.6 3.3-11.4 10.6-11.4 7.5 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1h-14.8c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.8 3.9-7.5 0-11-5.3-11-11.1zm15.4-2.2c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zm10.2 6.9V13.6h-3.5V9.2h3.6V3.8l5.2-3.8v9.2h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.7-3.9.7-4.3-.1-6.8-2.5-6.8-6.5zm15.1-15.6h5.1v2.7c1.2-2.1 3.4-3.3 5.8-3.2 2.7-.2 5.2 1.3 6.4 3.8 1.4-2.4 4.1-3.9 6.9-3.8 5.5 0 7.7 4.5 7.7 9.1v13.1H184V18.5c0-2.7-.8-4.9-3.5-4.9S176 16 176 18.9v11.9h-5.3V18.4c0-2.6-.8-4.8-3.5-4.8-2.9 0-4.5 2.4-4.5 5.3v11.9h-5.3V9.2zm36.2 13v-13h5.2v12.3c0 2.8 1.4 4.9 4.1 4.9 3 0 4.8-1.6 4.8-5.4V9.2h5.2v21.7h-5.2v-2.5c-1.6 1.9-3.9 3-6.4 3-5.6-.2-7.7-4.7-7.7-9.2zm22.3 3l4.2-1.9c.6 1.6 1.7 3.6 4.6 3.6 2.4 0 3.5-1.4 3.5-2.6 0-3.6-10.8-1.2-10.8-8.9 0-4.6 3.8-6.7 8-6.7 3.4-.1 6.5 1.7 8.2 4.7l-4.1 2.2c-.8-1.7-2.4-2.8-4.3-2.8-1.7 0-2.8.8-2.8 1.9 0 3.3 11 1.3 11 9.3 0 5-4.3 7.2-8.4 7.2-4.1.2-7.8-2.2-9.1-6zm20.3-5.1c0-5.6 3.3-11.4 10.6-11.4 7.5 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1h-14.8c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.9 3.9-7.4 0-10.9-5.3-10.9-11.1zm15.4-2.2c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zm9 4.3v-13h5.2v12.3c0 2.8 1.4 4.9 4.1 4.9 3 0 4.8-1.6 4.8-5.4V9.2h5.2v21.7h-5.2v-2.5c-1.6 1.9-3.9 3-6.4 3-5.5-.2-7.7-4.7-7.7-9.2zm24.5-13h5.1v2.7c1.2-2.1 3.4-3.3 5.8-3.2 2.7-.2 5.2 1.3 6.4 3.8 1.4-2.4 4.1-3.9 6.9-3.8 5.5 0 7.7 4.5 7.7 9.1v13.1h-5.3V18.5c0-2.7-.8-4.9-3.5-4.9s-4.5 2.4-4.5 5.3v11.9h-5.3V18.4c0-2.6-.8-4.8-3.5-4.8-2.9 0-4.5 2.4-4.5 5.3v11.9h-5.3V9.2z"/><path fill="#ff4069" d="M211.3 45.4v4.9h-2.2v2.4h-2.2v2.4h-2.2v2.4h-2.2V60h-2.4v-2.4H198v-2.4h-2.2v-2.4h-2.2v-2.4h-2.2v-4.9h2.2V43h6.6v2.4h2.4V43h6.6v2.4h2.1z"/><path fill="#ffffff" d="M208.5 47v1.6h-3v-3.2h1.6V47h1.4z"/><path d="M94.9 54.3c0 2-1.9 3.5-4.5 3.5s-4.6-1.4-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-3-1.7-3-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.8v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.3 1 .5.7.9 1.6.8 2.6zm9.7-8.9v1.7H101v10.4h-1.9V47.1h-3.5v-1.7h9zm14.1 1.7v3.4h5.2v1.7h-5.2v5.3h-1.9V45.4h7.5v1.7h-5.6zm16.2-1.7v1.7h-3.5v10.4h-1.9V47.1H126v-1.7h8.9zm3.5 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1V45.4h8.1v1.7h-6.2zm15.4 8.7v1.7h-7.3V45.4h1.9v10.4h5.4zm10.2-1.5c0 2-1.9 3.5-4.5 3.5s-4.6-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-2.9-1.7-2.9-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1H162v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c1.5.5 3.1 1.2 3.1 3.6zm4.2-7.2v3.4h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1V45.4h8.1v1.7h-6.2zm17.7-1.7v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4h2.5L184 55v-9.6h1.9zm-74.4 1.7v8.8h3.1v1.7h-8.1v-1.7h3.1v-8.8h-3.1v-1.7h8.1v1.7h-3.1zm-90.9-1.7v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4H14l4.8 9.6v-9.6h1.8zm10.7 0v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zm3.6 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7H33V45.4h8.1v1.7h-6.2zM49 52.4h.1c.7-.1 1.3-.4 1.7-.9.6-.7 1-1.7.9-2.6.1-1-.3-1.9-.9-2.6-.8-.7-1.9-1-2.9-.9h-4.6v12.1h1.9v-5H47v.1l2.8 5H52l-3-5.2zm-3.8-1.6v-3.7h3.3c.6-.1 1.2.4 1.2 1v1.5c0 .6-.4 1.2-1.1 1.2h-3.4zm18.1-5.4v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4h2.5l4.8 9.6v-9.6h1.9zm4.6 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7H66V45.4h8.1v1.7h-6.2zm17-1.7v1.7h-3.5v10.4h-1.9V47.1H76v-1.7h8.9zM6 47.1v8.7h3.1v1.7H1v-1.7h3.1v-8.7H1v-1.7h8.1v1.7H6z"/> </symbol> <symbol id="logotype-digitala-lektioner" viewbox="0 0 325 60"> <path d="M1.3.2h8.8C20.5.2 26 5.8 26 15.7c0 9.5-5.6 15.1-15.9 15.1H1.3V.2zm8.3 25.6c6.7 0 10.9-2.6 10.9-10.3 0-7.3-2.9-10.3-10.4-10.3H6.8v20.5h2.8zM29.5.2H35V5h-5.5V.2zm.1 9h5.3v21.7h-5.3V9.2zm29.6 24.6c0 4.9-4.2 7.2-9.5 7.2-6.8 0-10.3-3.3-10.3-7.7 0-.3 0-.6.1-.9l2.5-2.1c-1.4-.9-2.2-2.5-2.1-4.2 0-1.7.7-3.3 2-4.4-1.2-1.4-1.8-3.2-1.8-5 0-4.7 4.1-8 8.8-8 1.8 0 3.6.5 5.1 1.4l3.3-2.8 2.7 3.4-3.1 2.5c.6 1.2.9 2.5.9 3.8 0 4.8-4 7.9-8.8 7.9-1.4 0-2.8-.3-4.1-.8-.4.2-.7.7-.6 1.2 0 1.8 2.6 1.8 6.5 2.3 4.1.4 8.4 1.3 8.4 6.2zm-5.1.6c0-1.7-1.7-2-5.3-2.4-1.3-.1-2.5-.2-3.8-.5l-1.2 2 .1.6c.6 2.2 2.9 2.9 5.5 2.9 3 0 4.8-.9 4.7-2.6zm-8.7-17.7c0 2.2 1.3 3.8 3.6 3.8s3.6-1.6 3.6-3.8c0-2.2-1.2-3.9-3.5-3.9s-3.7 1.6-3.7 3.9zM62.8.2h5.5V5h-5.5V.2zm.1 9h5.3v21.7h-5.3V9.2zm12.5 15.6V13.6H72V9.2h3.6V3.8L80.7 0v9.2h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.7-3.9.7-4.2-.1-6.8-2.5-6.8-6.5zm32.3-7.1v13.1h-4.3l-.3-2.9c-1.6 2.1-4.1 3.4-6.7 3.3-4.4 0-7.8-2.6-7.8-7 0-4.7 3.7-6.3 8.6-6.3h5.8c-.1-3.2-1-4.6-4.5-4.6-2.1 0-4 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9.1-4.7 5.7 0 9.2 3.7 9.2 9zm-4.8 4.2v-.2h-5.6c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 2.8.1 5.3-2 5.6-4.8zm8.5 4.6V.2h5.2V25c0 1 .7 1.4 1.7 1.4.5 0 1-.1 1.5-.1v4.4c-1.3.3-2.6.4-3.9.4-2.4.1-4.5-.8-4.5-4.6zm29.9-8.8v13.1H137l-.3-2.9c-1.6 2.1-4.1 3.4-6.7 3.3-4.4 0-7.8-2.6-7.8-7 0-4.7 3.8-6.3 8.6-6.3h5.8c-.1-3.2-1.1-4.6-4.5-4.6-2.1 0-4 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9-4.7 5.8 0 9.3 3.7 9.3 9zm-4.8 4.2v-.2H131c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 2.8.1 5.2-2 5.5-4.8zm17.6 4.6V.2h5.3V25c0 1 .7 1.4 1.7 1.4.5 0 1-.1 1.4-.1v4.4c-1.3.3-2.6.4-3.9.4-2.5.1-4.5-.8-4.5-4.6zm10.6-6.4c0-5.6 3.3-11.4 10.6-11.4 7.6 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1h-14.8c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.8 3.9-7.5 0-11-5.3-11-11.1zm15.4-2.2c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zM188.4.2h5.3v17.9l8.1-9h6.8l-8.1 8.4 9 13.3h-6.2L197 20.7l-3.3 3.7v6.4h-5.3V.2zm25 24.6V13.6H210V9.2h3.6V3.8l5.2-3.8v9.2h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.7-3.9.7-4.3-.1-6.9-2.5-6.9-6.5zM228.8.2h5.5V5h-5.5V.2zm.2 9h5.3v21.7H229V9.2zm8.8 10.7c0-6.1 4.9-11.1 11-11.1s11 5 11 11.1-4.4 11.3-11 11.3-11-5.1-11-11.3zm16.7 0c0-3.6-1.6-6.7-5.6-6.7s-5.6 3.1-5.6 6.7 1.6 6.8 5.6 6.8 5.6-3.2 5.6-6.8zm8.4-10.7h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13h-5.3V18.5c0-2.8-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9h-5.3V9.2zm22.6 10.9c0-5.6 3.3-11.4 10.6-11.4 7.6 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1h-14.8c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.5 4-8.8 3.9-7.5 0-11-5.3-11-11.1zm15.4-2.2c0-.5-.1-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.8h9.9zm8.7-8.7h5.1v3.6c.9-2.5 3.2-4.1 5.8-4.1 1.5 0 2.9.5 3.9 1.6l-2.4 4.3c-.7-.5-1.5-.7-2.4-.7-2.5 0-5 2.3-5 7.8v9.2h-5.1l.1-21.7z"/><path fill="#ff4069" d="M209.9 45.4v4.9h-2.2v2.4h-2.2v2.4h-2.2v2.4h-2.2V60h-2.4v-2.4h-2.2v-2.4h-2.2v-2.4h-2.2v-2.4h-2.2v-4.9h2.2V43h6.6v2.4h2.4V43h6.6v2.4h2.2z"/><path fill="#ffffff" d="M207 47v1.6h-3v-3.2h1.6V47h1.4z"/><path d="M93.4 54.3c0 2-1.9 3.5-4.5 3.5s-4.6-1.4-4.7-3.8v-.1H86v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-3-1.7-3-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.8v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.3 1.1.6.6 1 1.5.9 2.5zm9.7-8.9v1.7h-3.6v10.4h-1.9V47.1h-3.5v-1.7h9zm14.1 1.7v3.4h5.2v1.7h-5.2v5.3h-1.9V45.4h7.5v1.7h-5.6zm16.2-1.7v1.7h-3.5v10.4H128V47.1h-3.5v-1.7h8.9zm3.5 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.8H135V45.4h8.1v1.7h-6.2zm15.4 8.7v1.8H145V45.4h1.9v10.4h5.4zm10.3-1.5c0 2-1.9 3.5-4.5 3.5s-4.6-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-2.9-1.7-2.9-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.9v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c1.4.5 3.1 1.2 3.1 3.6zm4.1-7.2v3.4h5.4v1.7h-5.4v3.6h6.2v1.8h-8.1V45.4h8.1v1.7h-6.2zm17.8-1.7v12.2H182l-4.6-9.3-.2-.4v9.7h-1.9V45.4h2.5l4.8 9.6v-9.6h1.9zM110 47.1v8.8h3.1v1.7H105v-1.7h3.1v-8.8H105v-1.7h8.1v1.7H110zm-90.9-1.7v12.2h-2.5L12 48.2l-.2-.4v9.7H9.9V45.4h2.5l4.8 9.6v-9.6h1.9zm10.7 0v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zm3.6 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1V45.4h8.1v1.7h-6.2zm14.1 5.3h.1c.7-.1 1.3-.4 1.7-.9.6-.7 1-1.7.9-2.6.1-1-.3-1.9-.9-2.6-.8-.7-1.9-1-2.9-.9h-4.6v12.1h1.9v-5h1.8l2.8 5h2.2l-3-5.1zm-3.8-1.6v-3.7H47c.6-.1 1.2.4 1.2 1v1.5c0 .6-.4 1.2-1.1 1.2h-3.4zm18.1-5.4v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4h2.5L60 55v-9.6h1.8zm4.6 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1V45.4h8.1v1.7h-6.2zm17-1.7v1.7h-3.5v10.4H78V47.1h-3.5v-1.7h8.9zM4.5 47.1v8.7h3.1v1.7H-.5v-1.7h3.1v-8.7H-.5v-1.7h8.1v1.7H4.5z"/> </symbol> <symbol id="logotype-svenskarna-och-internet" viewbox="0 0 232 102"> <path d="M1 22.29l5.4-1.38c.38 3.79 3.07 5.47 6.31 5.47s5-1.72 5-3.88C17.72 16.19 3 18.3 3 8.4 3 3 7.36 0 12.49 0a10.19 10.19 0 0 1 9.26 5.34l-4.54 2.78a5.52 5.52 0 0 0-4.91-3.25c-2.16 0-3.84 1.31-3.84 3.25 0 5.73 14.73 3.79 14.73 13.89 0 5.75-4.76 9.22-10.57 9.22-5.38 0-10.68-2.95-11.62-8.94zM23 9.37h5.73l5.2 14.73 5.23-14.73h5.71l-8.79 21.51h-4.33zM45.64 20.2c0-5.6 3.27-11.28 10.55-11.28 7.54 0 10 6.05 10 10.85a9.14 9.14 0 0 1-.19 2.07H51.19c.46 2.82 2 4.71 5.39 4.71a6.5 6.5 0 0 0 5.16-2.28l3.62 3.16a11.22 11.22 0 0 1-8.83 3.88c-7.4 0-10.89-5.31-10.89-11.11zM61 18.05a4.66 4.66 0 0 0-.17-1.36 4.44 4.44 0 0 0-4.67-3.36c-3.11 0-4.46 2-5 4.72zM69.76 9.37H75v2.5a8.17 8.17 0 0 1 6.31-2.95c5.64 0 7.86 4.54 7.86 9v12.96h-5.24V18.63c0-2.82-1.42-4.87-4.11-4.87-2.95 0-4.81 1.59-4.81 5.34v11.78h-5.25zM91.69 25.28l4.18-1.85C96.45 25 97.59 27 100.45 27c2.44 0 3.49-1.42 3.49-2.56 0-3.62-10.81-1.19-10.81-8.79 0-4.54 3.84-6.69 8-6.69a9 9 0 0 1 8.16 4.67l-4.07 2.22a4.65 4.65 0 0 0-4.22-2.78c-1.72 0-2.78.84-2.78 1.85 0 3.26 10.94 1.32 10.94 9.22 0 5-4.33 7.17-8.4 7.17a9.21 9.21 0 0 1-9.07-6.03zM112.7.45h5.3V18.3l8.11-8.93h6.83l-8.05 8.33 8.93 13.18h-6.2l-6.31-10-3.31 3.69v6.31h-5.3zM153.76 17.83v13.05h-4.33l-.32-2.88a8.07 8.07 0 0 1-6.72 3.29c-4.41 0-7.81-2.54-7.81-7 0-4.67 3.74-6.22 8.57-6.22H149c-.11-3.19-1-4.55-4.48-4.55a5.81 5.81 0 0 0-5.06 3l-4-2.91a10.51 10.51 0 0 1 9-4.71c5.86.02 9.3 3.68 9.3 8.93zM149 22v-.17h-5.55c-2.39 0-3.49 1.25-3.49 2.6s1.14 2.44 3.49 2.44A5.46 5.46 0 0 0 149 22zM158 9.37h5.12V13a6.12 6.12 0 0 1 5.77-4.07 5.53 5.53 0 0 1 3.95 1.55l-2.39 4.3a4.26 4.26 0 0 0-2.35-.73c-2.46 0-5 2.28-5 7.75v9.09H158zM175.32 9.37h5.26v2.5a8.15 8.15 0 0 1 6.31-2.95c5.64 0 7.86 4.54 7.86 9v12.96h-5.26V18.63c0-2.82-1.42-4.87-4.11-4.87-2.95 0-4.8 1.59-4.8 5.34v11.78h-5.26zM217.18 17.83v13.05h-4.33l-.32-2.88a8.09 8.09 0 0 1-6.72 3.29c-4.42 0-7.82-2.54-7.82-7 0-4.67 3.75-6.22 8.57-6.22h5.84c-.11-3.19-1.06-4.55-4.48-4.55a5.79 5.79 0 0 0-5.06 3l-4-2.91a10.52 10.52 0 0 1 9-4.71c5.87.02 9.32 3.68 9.32 8.93zM212.42 22v-.17h-5.56c-2.39 0-3.49 1.25-3.49 2.6s1.15 2.44 3.49 2.44a5.47 5.47 0 0 0 5.56-4.87zM1.1 61.33a10.79 10.79 0 0 1 11-11.16 10.8 10.8 0 0 1 11 11.16c0 6.09-4.37 11.24-11 11.24s-11-5.15-11-11.24zm16.58 0c0-3.53-1.57-6.61-5.56-6.61s-5.55 3.08-5.55 6.61 1.59 6.72 5.55 6.72 5.56-3.19 5.56-6.72zM25.61 61.41c0-5.64 3.39-11.24 10.39-11.24a9.37 9.37 0 0 1 9.3 6.36l-5 1.93a4.45 4.45 0 0 0-4.3-3.53c-3.62 0-5 3.27-5 6.48s1.38 6.4 5 6.4a4.43 4.43 0 0 0 4.3-3.42l4.78 1.8a9.23 9.23 0 0 1-9 6.38c-7.08 0-10.47-5.45-10.47-11.16zM49.12 41.71h5.34v11.41a8 8 0 0 1 6.23-2.95c5.64 0 7.94 4.55 7.94 9v12.97h-5.34V59.88c0-2.64-.71-5-3.88-5-3.35 0-4.95 2.74-4.95 6.31v10.9h-5.34zM80.31 41.71h5.51v4.84h-5.51zm.13 8.91h5.25v21.52h-5.25zM92.05 50.62h5.25v2.5a8.15 8.15 0 0 1 6.31-2.95c5.64 0 7.86 4.55 7.86 9v12.97h-5.26V59.88c0-2.82-1.42-4.86-4.11-4.86-2.95 0-4.8 1.59-4.8 5.34v11.78h-5.25zM117.53 66.19V55h-3.47v-4.4h3.56v-5.32l5.17-3.74v9.08h5.38V55h-5.38v10.27c0 2.07 1 2.67 2.39 2.67a7.37 7.37 0 0 0 3-.78v4.76a12.33 12.33 0 0 1-3.92.65c-4.21 0-6.73-2.46-6.73-6.38zM130.73 61.46c0-5.6 3.27-11.29 10.55-11.29 7.53 0 10 6 10 10.86a8.3 8.3 0 0 1-.2 2.06h-14.8c.45 2.82 2 4.72 5.39 4.72a6.51 6.51 0 0 0 5.16-2.28l3.62 3.16a11.23 11.23 0 0 1-8.83 3.88c-7.41 0-10.89-5.32-10.89-11.11zm15.35-2.16a4.63 4.63 0 0 0-.17-1.35 4.45 4.45 0 0 0-4.68-3.36c-3.1 0-4.45 2-4.95 4.71zM154.94 50.62h5.12v3.62a6.14 6.14 0 0 1 5.77-4.07 5.55 5.55 0 0 1 3.94 1.55L167.38 56a4.23 4.23 0 0 0-2.38-.7c-2.46 0-5 2.28-5 7.75v9.09h-5.08zM172.22 50.62h5.26v2.5a8.14 8.14 0 0 1 6.31-2.95c5.64 0 7.86 4.55 7.86 9v12.97h-5.26V59.88c0-2.82-1.42-4.86-4.11-4.86-2.95 0-4.8 1.59-4.8 5.34v11.78h-5.26zM194.93 61.46c0-5.6 3.27-11.29 10.55-11.29 7.54 0 10 6 10 10.86a8.42 8.42 0 0 1-.19 2.06h-14.8c.45 2.82 2 4.72 5.38 4.72a6.53 6.53 0 0 0 5.13-2.28l3.62 3.16a11.25 11.25 0 0 1-8.83 3.88c-7.37 0-10.86-5.32-10.86-11.11zm15.35-2.16a4.63 4.63 0 0 0-.17-1.35 4.44 4.44 0 0 0-4.67-3.36c-3.1 0-4.46 2-4.95 4.71zM220.46 66.19V55H217v-4.4h3.55v-5.32l5.17-3.74v9.08h5.38V55h-5.38v10.27c0 2.07 1 2.67 2.39 2.67a7.33 7.33 0 0 0 3-.78v4.76a12.33 12.33 0 0 1-3.92.65c-4.19 0-6.73-2.46-6.73-6.38z"/> <path fill="#ff4069" d="M210.06 86.58v4.84h-2.19v2.42h-2.19v2.41h-2.19v2.42h-2.19v2.42h-2.37v-2.42h-2.19v-2.42h-2.19v-2.41h-2.19v-2.42h-2.19v-4.84h2.19v-2.42h6.57v2.42h2.37v-2.42h6.57v2.42h2.19z"/> <path fill="#fff" fill-rule="evenodd" d="M207.24 88.21v1.58h-3.04v-3.21h1.55v1.63h1.49z"/> <path d="M93.76 95.42c0 2-1.9 3.51-4.53 3.51s-4.56-1.46-4.74-3.82V95h1.9v.11c.19 1.77 1.62 2.15 2.79 2.15s2.67-.47 2.67-1.8c0-.92-.5-1.43-1.71-1.77l-2.3-.69c-2-.56-3-1.65-3-3.44s1.76-3.26 4.18-3.26c2.59 0 4.19 1.32 4.39 3.6v.13h-1.85v-.12c-.12-1.27-1-1.92-2.49-1.92s-2.31.6-2.31 1.57.44 1.41 1.81 1.79l1.89.53a5.8 5.8 0 0 1 2.26 1 3 3 0 0 1 1.04 2.54zM103.44 86.58v1.73h-3.55v10.37h-1.9V88.31h-3.53v-1.73h8.98zM117.53 88.31v3.33h5.19v1.74h-5.19v5.3h-1.9v-12.1h7.51v1.73h-5.61zM133.69 86.58v1.73h-3.53v10.37h-1.91V88.31h-3.53v-1.73h8.97zM137.19 88.31v3.33h5.4v1.74h-5.4v3.56h6.21v1.74h-8.11v-12.1h8.11v1.73h-6.21zM152.62 96.94v1.74h-7.27v-12.1h1.91v10.36h5.36zM162.82 95.42c0 2-1.91 3.51-4.53 3.51s-4.55-1.46-4.74-3.82V95h1.9v.11c.2 1.77 1.63 2.15 2.8 2.15s2.66-.47 2.66-1.8c0-.92-.49-1.43-1.69-1.77l-2.33-.69c-2-.56-2.94-1.65-2.94-3.44s1.76-3.26 4.18-3.26c2.6 0 4.2 1.32 4.39 3.6v.13h-1.91v-.12c-.11-1.27-1-1.92-2.49-1.92s-2.31.6-2.31 1.57.44 1.41 1.81 1.79l1.89.53c1.65.46 3.31 1.22 3.31 3.54zM166.96 88.31v3.33h5.4v1.74h-5.4v3.56h6.2v1.74h-8.11v-12.1h8.11v1.73h-6.2zM184.69 86.58v12.1h-2.54l-4.59-9.27-.17-.36v9.63h-1.85v-12.1h2.53l4.77 9.57v-9.57h1.85zM110.37 88.31v8.72h3.06v1.73h-8.07v-1.73h3.11v-8.72h-3.11v-1.73h8.07v1.73h-3.06zM19.57 86.58v12.09h-2.54l-4.58-9.27-.17-.35v9.62h-1.86V86.58h2.54l4.75 9.56v-9.56h1.86zM30.24 86.58v1.72H26.7v10.37h-1.91V88.3h-3.53v-1.72h8.98zM33.84 88.3v3.34h5.4v1.73h-5.4v3.57h6.2v1.73h-8.1V86.58h8.1v1.72h-6.2zM47.91 93.59h.13a3.07 3.07 0 0 0 1.72-.88 3.47 3.47 0 0 0 .89-2.59 3.42 3.42 0 0 0-.93-2.64 4.15 4.15 0 0 0-2.91-.88h-4.58v12.07h1.91v-5h1.75l2.75 5h2.18zM44.14 92v-3.7h3.29a1.11 1.11 0 0 1 1.23 1.18v1.29A1.16 1.16 0 0 1 47.43 92zM62.23 86.58v12.09h-2.54l-4.58-9.27-.17-.35v9.62h-1.86V86.58h2.54l4.75 9.57v-9.57h1.86zM66.82 88.31v3.33h5.4v1.73h-5.4v3.57h6.19v1.73h-8.09V86.58h8.09v1.73h-6.19zM83.75 86.58v1.73h-3.53v10.36h-1.9V88.31h-3.54v-1.73h8.97zM5 88.3v8.61h3.06v1.73H0v-1.73h3.09V88.3H0v-1.72h8.06v1.72H5z"/> </symbol> <symbol id="logotype-internetdagarna" viewbox="0 0 308 60"> <path d="M2.3.2h5.5v30.6H2.3V.2zm10.9 8.9h5.2v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13h-5.2V18.5c0-2.8-1.4-4.9-4.1-4.9-2.9 0-4.8 1.6-4.8 5.4v11.9h-5.2l-.1-21.8zm25.5 15.7V13.6h-3.5V9.1h3.5V3.8L43.9 0v9.1h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.6-3.9.6-4.2.1-6.7-2.3-6.7-6.3zM51.9 20c0-5.6 3.3-11.3 10.5-11.3 7.5 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1H57.4c.5 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.4 4-8.8 3.9-7.4 0-10.9-5.3-10.9-11.2zm15.3-2.1c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.5-4.6-3.4-3.1 0-4.5 2-5 4.7h9.8zm8.9-8.8h5.1v3.6c.9-2.5 3.2-4.1 5.8-4.1 1.5 0 2.9.5 3.9 1.6l-2.4 4.3c-.7-.5-1.5-.7-2.3-.7-2.5 0-5 2.3-5 7.8v9.1h-5.1V9.1zm17.2 0h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13h-5.3V18.5c0-2.8-1.4-4.9-4.1-4.9-2.9 0-4.8 1.6-4.8 5.4v11.9h-5.3V9.1zM116.2 20c0-5.6 3.3-11.3 10.5-11.3 7.5 0 10 6 10 10.9 0 .7 0 1.4-.2 2.1h-14.8c.4 2.8 2 4.7 5.4 4.7 2 .1 3.9-.8 5.2-2.3l3.6 3.2c-2.2 2.6-5.4 4-8.8 3.9-7.4 0-10.9-5.3-10.9-11.2zm15.3-2.1c0-.5 0-.9-.2-1.4-.5-2.1-2.5-3.6-4.7-3.4-3.1 0-4.5 2-5 4.7h9.9zm10.2 6.9V13.6h-3.5V9.1h3.5V3.8l5.2-3.8v9.1h5.4v4.4h-5.4v10.3c0 2.1 1 2.7 2.4 2.7 1 0 2.1-.3 3-.8v4.8c-1.3.4-2.6.7-3.9.7-4.2 0-6.7-2.4-6.7-6.4zM155 20c0-6 3.3-11.3 9.2-11.3 2.3-.1 4.6.9 6.1 2.6V.2h5.3v30.6h-4.9l-.2-2.4c-1.5 1.9-3.8 3-6.2 2.8-6 0-9.3-5.2-9.3-11.2zm15.8 0c0-3.6-1.6-6.5-5.2-6.5s-5.3 2.9-5.3 6.5 1.6 6.5 5.2 6.5 5.3-2.9 5.3-6.5zm27.6-2.3v13.1h-4.3l-.3-2.9c-1.6 2.1-4.1 3.4-6.7 3.3-4.4 0-7.8-2.6-7.8-7 0-4.7 3.7-6.3 8.6-6.3h5.8c-.1-3.2-1-4.6-4.5-4.6-2.1 0-4 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9-4.7 5.8 0 9.3 3.7 9.3 9zm-4.8 4.2v-.2H188c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 2.9.1 5.3-2 5.6-4.8zM222 33.8c0 4.9-4.2 7.2-9.5 7.2-6.8 0-10.3-3.3-10.3-7.7 0-.3 0-.6.1-.9l2.5-2.1c-1.4-.9-2.2-2.5-2.1-4.2 0-1.7.7-3.3 2-4.4-1.2-1.4-1.8-3.2-1.8-5 0-4.7 4.1-7.9 8.8-7.9 1.8 0 3.5.5 5.1 1.4l3.3-2.8 2.7 3.4-3.1 2.5c.6 1.2.9 2.5.9 3.8 0 4.8-4 7.9-8.7 7.9-1.4 0-2.8-.3-4.1-.8-.4.2-.6.7-.6 1.1 0 1.8 2.6 1.8 6.5 2.3 3.9.4 8.3 1.2 8.3 6.2zm-5 .6c0-1.7-1.7-2-5.3-2.4-1.3-.1-2.5-.2-3.8-.5l-1.2 2 .1.6c.6 2.2 2.9 2.9 5.5 2.9 2.9 0 4.7-.9 4.7-2.6zm-8.7-17.7c0 2.2 1.2 3.8 3.6 3.8s3.5-1.6 3.5-3.8-1.2-3.9-3.5-3.9c-2.4 0-3.6 1.6-3.6 3.9zm35.3 1v13.1h-4.3l-.3-2.9c-1.6 2.1-4.1 3.4-6.7 3.3-4.4 0-7.8-2.6-7.8-7 0-4.7 3.7-6.3 8.6-6.3h5.8c-.1-3.2-1.1-4.6-4.5-4.6-2.1 0-4 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9-4.7 5.9 0 9.3 3.7 9.3 9zm-4.7 4.2v-.2h-5.5c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 2.8.1 5.2-2 5.5-4.8zm8.7-12.8h5.1v3.6c.9-2.5 3.2-4.1 5.8-4.1 1.5 0 2.9.5 3.9 1.6l-2.4 4.3c-.7-.5-1.5-.7-2.3-.7-2.4 0-5 2.3-5 7.8v9.1h-5.1V9.1zm17.6 0h5.3v2.5c1.6-1.9 3.9-3 6.3-3 5.6 0 7.9 4.6 7.9 9.1v13h-5.3V18.5c0-2.8-1.4-4.9-4.1-4.9-3 0-4.8 1.6-4.8 5.4v11.9h-5.3V9.1zm42.3 8.6v13.1h-4.4l-.3-2.9c-1.6 2.1-4 3.3-6.7 3.3-4.4 0-7.8-2.6-7.8-7 0-4.7 3.7-6.3 8.6-6.3h5.8c-.1-3.2-1-4.6-4.5-4.6-2.1 0-4 1.2-5.1 3l-4-2.9c2-3 5.4-4.8 9-4.7 6 0 9.4 3.7 9.4 9zm-4.8 4.2v-.2h-5.5c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 2.8.1 5.2-2 5.5-4.8z"/><path fill="#ff4069" d="M210.3 45.4v4.9h-2.2v2.4h-2.2v2.4h-2.2v2.4h-2.2V60h-2.4v-2.4H197v-2.4h-2.2v-2.4h-2.2v-2.4h-2.2v-4.9h2.2V43h6.6v2.4h2.4V43h6.6v2.4h2.1z"/><path fill="#ffffff" d="M207.5 47v1.6h-3v-3.2h1.5V47h1.5z"/><path d="M94.2 54.3c0 2-1.9 3.5-4.5 3.5s-4.6-1.5-4.7-3.9v-.1h1.9v.2c.2 1.8 1.6 2.2 2.8 2.2 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-3-1.7-3-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-2v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.3 1.1.6.6 1 1.6 1 2.5zm9.6-8.9v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zm14.1 1.7v3.4h5.2v1.8h-5.2v5.3H116V45.4h7.5v1.7h-5.6zm16.1-1.7v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zm3.5 1.7v3.4h5.4v1.8h-5.4v3.6h6.2v1.8h-8.1V45.4h8.1v1.7h-6.2zm15.4 8.7v1.8h-7.3V45.4h1.9v10.4h5.4zm10.2-1.5c0 2-1.9 3.5-4.5 3.5s-4.5-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.2 2.8 2.2s2.7-.5 2.7-1.8c0-.9-.5-1.4-1.7-1.8l-2.3-.7c-2-.6-2.9-1.7-2.9-3.5s1.8-3.3 4.2-3.3c2.6 0 4.2 1.3 4.4 3.6v.1h-1.9v-.1c-.1-1.3-1-1.9-2.5-1.9s-2.3.6-2.3 1.6.4 1.4 1.8 1.8l1.9.5c1.5.5 3.1 1.3 3.1 3.6zm4.2-7.2v3.4h5.4v1.8h-5.4v3.6h6.2v1.8h-8.1V45.4h8.1v1.7h-6.2zm17.7-1.7v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.8V45.4h2.5l4.8 9.6v-9.6h1.8zm-74.3 1.7v8.8h3.1v1.7h-8.1v-1.7h3.1v-8.8h-3.1v-1.7h8.1v1.7h-3.1zM20 45.4v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4h2.5L18 55v-9.6h2zm10.7 0v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zm3.6 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.7h-8.1V45.4h8.1v1.7h-6.2zm14.1 5.4h.1c.7-.1 1.3-.4 1.7-.9.6-.7 1-1.7.9-2.6.1-1-.3-2-.9-2.7-.8-.7-1.9-1-2.9-.9h-4.6v12.2h1.9v-5h1.7l2.7 5h2.2l-2.8-5.1zm-3.8-1.6v-3.7h3.3c.6-.1 1.2.4 1.2 1v1.5c0 .6-.5 1.2-1.1 1.2h-3.4zm18.1-5.5v12.2h-2.5l-4.6-9.3-.2-.4v9.7h-1.9V45.4H56l4.7 9.6v-9.6h2zm4.5 1.7v3.4h5.4v1.7h-5.4v3.6h6.2v1.8h-8.1V45.4h8.1v1.7h-6.2zm17-1.7v1.7h-3.5v10.4h-1.9V47.1h-3.5v-1.7h8.9zM5.5 47.1v8.7h3.1v1.8H.5v-1.8h3.1v-8.7H.5v-1.7h8.1v1.7H5.5z"/> </symbol> <symbol id="logotype-internetkunskap" viewbox="0 0 316 64"> <path fill="#ff4069" d="M212 47.3v4.8h-2.2v2.5h-2.2V57h-2.2v2.4h-2.1v2.4h-2.4v-2.4h-2.2V57h-2.2v-2.4h-2.2v-2.5h-2.2v-4.8h2.2v-2.4h6.6v2.4h2.4v-2.4h6.5v2.4z"/><path fill="#ffffff" d="M209.2 48.9v1.6h-3v-3.2h1.5v1.6z"/><g><path d="M95.7 56.1c0 2-1.9 3.5-4.5 3.5-2.7 0-4.6-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.1 2.8 2.1 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8l-2.3-.6c-2-.6-2.9-1.6-2.9-3.4 0-1.9 1.8-3.3 4.2-3.3 2.6 0 4.2 1.3 4.4 3.6v.1h-1.9v-.1c-.1-1.3-1-1.9-2.5-1.9-1.4 0-2.3.6-2.3 1.6s.4 1.4 1.8 1.8l1.9.5c.8.2 1.6.5 2.3 1.1.4.5.8 1.3.8 2.4zM105.4 47.3V49h-3.6v10.4h-1.9V49h-3.5v-1.7zM119.5 49v3.4h5.2v1.7h-5.2v5.3h-1.9V47.3h7.5V49zM135.6 47.3V49h-3.5v10.4h-1.9V49h-3.5v-1.7zM139.1 49v3.4h5.4v1.7h-5.4v3.6h6.3v1.7h-8.2V47.3h8.2V49zM154.6 57.7v1.7h-7.3V47.3h1.9v10.4zM164.8 56.1c0 2-1.9 3.5-4.5 3.5-2.7 0-4.5-1.5-4.7-3.8v-.1h1.9v.1c.2 1.8 1.6 2.1 2.8 2.1 1.2 0 2.7-.5 2.7-1.8 0-.9-.5-1.4-1.7-1.8l-2.3-.6c-2-.6-2.9-1.6-2.9-3.4 0-1.9 1.8-3.3 4.2-3.3 2.6 0 4.2 1.3 4.4 3.6v.1h-1.9v-.1c-.1-1.3-1-1.9-2.5-1.9-1.4 0-2.3.6-2.3 1.6s.4 1.4 1.8 1.8l1.9.5c1.4.5 3.1 1.2 3.1 3.5zM168.9 49v3.4h5.4v1.7h-5.4v3.6h6.2v1.7H167V47.3h8.1V49zM186.6 47.3v12.1h-2.5l-4.6-9.3-.2-.3v9.6h-1.8V47.3h2.5l4.8 9.6v-9.6zM112.3 49v8.7h3.1v1.8h-8.1v-1.8h3.1V49h-3.1v-1.7h8.1V49z"/><g><path d="M21.5 47.3v12.1H19l-4.6-9.3-.2-.3v9.6h-1.8V47.3h2.5l4.8 9.6v-9.6z"/></g><g><path d="M32.2 47.3V49h-3.5v10.4h-2V49h-3.5v-1.7z"/></g><g><path d="M35.8 49v3.4h5.4v1.7h-5.4v3.6H42v1.7h-8.1V47.3H42V49z"/></g><g><path d="M49.9 54.3h.1c.7-.1 1.3-.4 1.7-.9.6-.6.9-1.4.9-2.6 0-1.2-.3-2.1-.9-2.6-.6-.6-1.6-.9-2.9-.9h-4.6v12.1h1.9v-5h1.7l2.7 5h2.2l-2.8-5.1zm-3.8-1.6V49h3.3c.8 0 1.2.4 1.2 1.2v1.3c0 .6-.4 1.2-1.2 1.2h-3.3z"/></g><g><path d="M64.2 47.3v12.1h-2.6l-4.5-9.3-.2-.3v9.6H55V47.3h2.6l4.7 9.6v-9.6z"/></g><g><path d="M68.8 49v3.4h5.4v1.7h-5.4v3.6H75v1.7h-8.1V47.3H75V49z"/></g><g><path d="M85.7 47.3V49h-3.5v10.4h-1.9V49h-3.6v-1.7z"/></g><g><path d="M6.9 49v8.6H10v1.8H2v-1.8h3V49H2v-1.7h8V49z"/></g></g><g><path d="M3.9 2.3h5.5v30.4H3.9V2.3zM16 11.2h5.2v2.5c1.7-2.1 4.2-2.9 6.3-2.9 5.6 0 7.8 4.5 7.8 9v12.9h-5.2V20.5c0-2.8-1.4-4.9-4.1-4.9-2.9 0-4.8 1.6-4.8 5.3v11.8H16V11.2zM40.5 26.8V15.6H37v-4.4h3.5V5.9l5.2-3.7v9.1h5.4v4.4h-5.4v10.2c0 2.1 1 2.7 2.4 2.7 1.1 0 2.3-.4 3-.8v4.7c-.8.3-2.3.6-3.9.6-4.2 0-6.7-2.4-6.7-6.3zM53.4 22c0-5.6 3.3-11.3 10.5-11.3 7.5 0 9.9 6 9.9 10.8 0 .9-.1 1.8-.2 2.1H58.9c.5 2.8 2 4.7 5.4 4.7 1.9 0 3.7-.6 5.2-2.3l3.6 3.2c-2.3 2.6-5.2 3.9-8.8 3.9-7.4 0-10.9-5.3-10.9-11.1zm15.3-2.1c0-.5 0-.9-.2-1.4-.5-2.2-2.4-3.4-4.7-3.4-3.1 0-4.4 2-4.9 4.7h9.8zM77.8 11.2h5.1v3.6c.9-2.6 3.4-4.1 5.8-4.1 1.4 0 2.9.5 3.9 1.5l-2.4 4.3c-.7-.5-1.5-.7-2.3-.7-2.4 0-5 2.3-5 7.7v9.1h-5.1V11.2zM95 11.2h5.2v2.5c1.7-2.1 4.2-2.9 6.3-2.9 5.6 0 7.8 4.5 7.8 9v12.9h-5.2V20.5c0-2.8-1.4-4.9-4.1-4.9-2.9 0-4.8 1.6-4.8 5.3v11.8H95V11.2zM117.7 22c0-5.6 3.3-11.3 10.5-11.3 7.5 0 9.9 6 9.9 10.8 0 .9-.1 1.8-.2 2.1h-14.7c.5 2.8 2 4.7 5.4 4.7 1.9 0 3.7-.6 5.2-2.3l3.6 3.2c-2.3 2.6-5.2 3.9-8.8 3.9-7.4 0-10.9-5.3-10.9-11.1zm15.3-2.1c0-.5 0-.9-.2-1.4-.5-2.2-2.4-3.4-4.7-3.4-3.1 0-4.4 2-4.9 4.7h9.8zM143 26.8V15.6h-3.5v-4.4h3.5V5.9l5.2-3.7v9.1h5.4v4.4h-5.4v10.2c0 2.1 1 2.7 2.4 2.7 1.1 0 2.3-.4 3-.8v4.7c-.8.3-2.3.6-3.9.6-4.2 0-6.7-2.4-6.7-6.3zM157.8 2.3h5.2v17.8l8.1-8.9h6.8l-8 8.3 8.9 13.1h-6.2l-6.3-9.9-3.3 3.7v6.3h-5.2V2.3zM180.6 24.1V11.2h5.2v12.2c0 2.8 1.4 4.8 4.1 4.8 2.9 0 4.8-1.6 4.8-5.3V11.2h5.2v21.5h-5.2v-2.5c-1.7 2.1-4.2 2.9-6.3 2.9-5.7 0-7.8-4.5-7.8-9zM203.9 11.2h5.2v2.5c1.7-2.1 4.2-2.9 6.3-2.9 5.6 0 7.8 4.5 7.8 9v12.9H218V20.5c0-2.8-1.4-4.9-4.1-4.9-2.9 0-4.8 1.6-4.8 5.3v11.8h-5.2V11.2zM225.9 27.1l4.2-1.8c.6 1.5 1.7 3.5 4.6 3.5 2.4 0 3.5-1.4 3.5-2.6 0-3.6-10.8-1.2-10.8-8.8 0-4.5 3.8-6.7 8-6.7 3.7 0 6.5 1.8 8.1 4.7l-4.1 2.2c-.7-1.3-1.9-2.7-4.3-2.7-1.7 0-2.8.8-2.8 1.8 0 3.2 10.9 1.3 10.9 9.2 0 5-4.3 7.2-8.4 7.2-4.4 0-7.8-2.7-8.9-6zM246.7 2.3h5.2v17.8l8.1-8.9h6.8l-8 8.3 8.9 13.1h-6.2l-6.3-9.9-3.3 3.7v6.3h-5.2V2.3zM286.9 19.7v13h-4.3l-.3-2.9c-1.4 2.2-4.3 3.3-6.7 3.3-4.4 0-7.8-2.5-7.8-7 0-4.7 3.7-6.2 8.6-6.2h5.8c-.1-3.2-1.1-4.5-4.5-4.5-2.5 0-4.1 1.5-5 3l-4-2.9c2.1-2.8 4.8-4.7 9-4.7 5.8 0 9.2 3.6 9.2 8.9zm-4.7 4.2v-.2h-5.5c-2.4 0-3.5 1.2-3.5 2.6 0 1.4 1.1 2.4 3.5 2.4 3.2 0 5.2-2.3 5.5-4.8zM291.2 11.2h5.4v2.1c1.5-1.8 3.9-2.6 6.1-2.6 6 0 9.2 5.2 9.2 11.2 0 6-3.2 11.2-9.3 11.2-2.3 0-4.5-.7-6-2.6v11h-5.4V11.2zM306.7 22c0-3.6-1.6-6.3-5.2-6.3s-5.3 2.7-5.3 6.3 1.7 6.4 5.3 6.4 5.2-2.9 5.2-6.4z"/></g> </symbol> </defs> </svg> <style media="screen"> .icon-sprite { display: none; } </style> <svg class="icon-sprite" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="icon-search" viewbox="0 0 32 32"> <path d="M24,21.8l8,8L29.9,32l-8-8c-5.9,4.6-14.3,3.6-19-2.2S-0.7,7.6,5.1,2.9S19.3-0.7,24,5.1C27.9,10,27.9,16.9,24,21.8L24,21.8z M13.4,23.9c5.8,0,10.5-4.7,10.5-10.5S19.2,3,13.4,3S3,7.7,3,13.4S7.7,23.9,13.4,23.9z"/> </symbol> <symbol id="icon-search-domain" viewbox="0 0 32 32"> <path d="m24 21.8 8 8-2.1 2.2-8-8c-5.9 4.6-14.3 3.6-19-2.2S-.7 7.6 5.1 2.9C10.9-1.8 19.3-.7 24 5.1c3.9 4.9 3.9 11.8 0 16.7Zm-10.6 2.1c5.8 0 10.5-4.7 10.5-10.5S19.2 3 13.4 3 3 7.7 3 13.4s4.7 10.5 10.4 10.5Z"/><path d="M6 15.2h1.8V17H6v-1.8ZM9.7 16.7c-.5-.3-.9-.6-1.2-1l1.2-1c.2.3.4.5.7.7.3.2.6.3 1 .3s.6 0 .8-.2c.2-.1.3-.3.3-.5s0-.3-.2-.4c-.1-.1-.3-.2-.4-.3s-.4-.1-.7-.2c-.5-.1-.9-.3-1.2-.4-.3-.1-.6-.4-.8-.6-.2-.3-.3-.6-.3-1.1s.1-.8.3-1.1.5-.5.9-.7c.4-.2.8-.3 1.3-.3s1 .1 1.5.3.8.5 1 .9l-1.1.8-.6-.6c-.3-.1-.5-.2-.8-.2s-.5 0-.6.2c-.2.1-.3.2-.3.4s0 .2.1.3.2.2.4.2.4.1.7.2c.5.1.9.3 1.3.4.3.1.6.3.9.6.3.3.4.7.4 1.2s-.1.8-.3 1.2c-.2.3-.6.6-1 .8-.4.2-.9.3-1.5.3s-1.3-.1-1.8-.4ZM16.2 16.7c-.5-.3-.9-.7-1.1-1.3-.2-.5-.4-1.1-.4-1.7s.1-1.2.3-1.8c.2-.5.6-1 1.1-1.3.5-.3 1.1-.5 1.8-.5s1.3.2 1.7.5c.5.3.8.7 1.1 1.2.2.5.4 1.1.4 1.8v.6h-4.6c0 .4.2.8.5 1 .3.3.7.4 1.2.4s1.2-.2 1.6-.7l1.2 1c-.4.4-.8.7-1.2.9-.5.2-1 .3-1.6.3s-1.4-.2-1.9-.5Zm3.3-3.8c0-.3 0-.5-.2-.7-.1-.2-.3-.4-.5-.5-.2-.1-.5-.2-.8-.2-.5 0-.9.1-1.1.4-.3.3-.4.6-.5 1h3.1Z"/> </symbol> <symbol id="icon-arrow-forwards" viewbox="0 0 18.9 32"> <polygon points="2.8,0 18.9,16 2.8,32 0,29.1 12.5,16 0,2.9 "/> </symbol> <symbol id="icon-arrow-backwards" viewbox="0 0 18.1 32"> <polygon points="16,32 0,16 16,0 18.9,2.9 5.9,16 18.9,29.1 "/> </symbol> <symbol id="icon-arrow-down" viewbox="0 0 32 18.9"> <polygon points="32,2.9 16,18.9 0,2.9 2.9,0 16,13.1 29.1,0 "/> </symbol> <symbol id="icon-arrow-variant" viewbox="0 0 32 32"> <path d="M16.4 1.5l-2.2 2.2 10.4 10.7H1.5v3.2h23.1L14.2 28.3l2.2 2.2L30.5 16z"/> </symbol> <symbol id="icon-hamburger" viewbox="0 0 32 22.4"> <path d="M32,0v3.2H0V0H32z M32,9.6v3.2H0V9.6C0,9.6,32,9.6,32,9.6z M32,19.2v3.2H0v-3.2H32z"/> </symbol> <symbol id="icon-close" viewbox="0 0 32 32"> <path d="M27.5,2L30,4.5L4.5,30L2,27.5L27.5,2z"/> <path d="M30,27.5L27.5,30L2,4.5L4.5,2L30,27.5z"/> </symbol> <symbol id="icon-check" viewbox="0 0 32 24.42"> <polygon points="12.04 24.42 0 13.26 2.87 10.16 11.81 18.44 28.9 0 32 2.87 12.04 24.42"/> </symbol> <symbol id="icon-quote" viewbox="0 0 16 32"> <path d="M16,0v24H8v-8H0V0H16z M0,24h8v8H0C0,32,0,24,0,24z"/> </symbol> <symbol id="icon-file" viewbox="0 0 23.4 32"> <path d="M0,1.8h0.8v28.5H0V1.8z M22.6,8.8h0.8v21.5h-0.8V8.8z M1.5,31.2h20.6V32H1.5V31.2z M1.5,0h12v0.8h-12V0z M13.5,2.1h0.8v6.8 h-0.8V2.1z"/> <path d="M14.6,1.2l0.6-0.6l7.6,7.1l-0.6,0.6L14.6,1.2z"/> <path d="M14.4,8.8h7.3v0.8h-7.3C14.4,9.6,14.4,8.8,14.4,8.8z"/> <text transform="matrix(1 0 0 1 3.5493 27.0766)" class="icon-file-text" font-size="6">.FILE</text> </symbol> <symbol id="icon-download" viewbox="0 0 28.6 32"> <path d="M13.2,0h2.7v23.7h-2.7V0L13.2,0z M24.9,13.7l1.7,2.1l-12,9.6L2.5,15.7l1.7-2.1l10.3,8.3L24.9,13.7z M0,32v-2.7h28.6V32H0z"/> </symbol> <symbol id="icon-upload" viewbox="0 0 28.6 32"> <path d="M15.4 32h-2.7V8.3h2.7V32zM3.7 18.3L2 16.2l12-9.6 12.1 9.7-1.7 2.1-10.3-8.3-10.4 8.2zM28.6 0v2.7H0V0h28.6z"/> </symbol> <symbol id="icon-filter" viewbox="0 0 32 22"> <path d="M0 3.4h32v3.2H0zM0 15.4h32v3.2H0z"/> <path d="M5.4 0h3.2v10H5.4zM23.4 12h3.2v10h-3.2z"/> </symbol> <symbol id="icon-read" viewbox="0 0 32 16.5"> <path d="M32,9.6l-2.6,1.3c-2.5-5.1-7-8-13.4-8C10,2.9,5.3,6.1,2.6,11L0,9.6C3.1,3.8,8.8,0,16,0C23.5,0,29,3.6,32,9.6z"/> <path d="M16,16.2c-3.2,0-5.9-2.6-5.9-5.9s2.6-5.9,5.9-5.9s5.9,2.6,5.9,5.9S19.2,16.2,16,16.2z M16,13.2c1.6,0,2.9-1.3,2.9-2.9 S17.6,7.4,16,7.4s-3,1.3-3,2.9C13,11.9,14.4,13.2,16,13.2z"/> </symbol> <symbol id="icon-pin" viewbox="0 0 22 32"> <path d="M11 5.8c-2.4 0-4.4 2-4.4 4.4s2 4.4 4.4 4.4 4.4-2 4.4-4.4-2-4.4-4.4-4.4z"/> <path d="M11 2.6c4.3 0 8 3.5 8 8 0 1.9-2.5 7.9-7.9 16.4-5.5-8.5-7.9-14.6-7.9-16.4-.2-4.5 3.5-8 7.8-8M11 0C5.1 0 .3 4.8.3 10.7S11 32 11 32s10.7-15.4 10.7-21.3S16.9 0 11 0z"/> </symbol> <symbol id="icon-user" viewbox="0 0 32 32"> <path d="M16 22c-1.3 0-2.6-.5-3.7-1.4l-.1-.1c-2.2-1.8-3.7-4.9-3.7-7.7 0-4.2 3.4-7.6 7.6-7.6s7.6 3.4 7.6 7.6c0 2.8-1.5 6-3.7 7.7l-.1.1c-1.3.9-2.6 1.4-3.9 1.4zm1.9-3.8l1 1.1-1-1.1c1.6-1.2 2.7-3.6 2.7-5.4 0-2.5-2-4.6-4.6-4.6-2.5 0-4.6 2-4.6 4.6 0 1.9 1.1 4.2 2.6 5.4 1.4 1.1 2.6 1 3.9 0z"/><path d="M16 31.5c-3.6 0-7.1-1.3-9.9-3.5-.3-.3-.5-.7-.5-1.2 0-4.5 2.8-7.4 7-8.9.4-.2.9-.1 1.3.2.1 0 .1.1.2.2 1.2.9 2.5.9 3.7 0 .1-.1.2-.1.2-.2.4-.3.9-.3 1.3-.2 4.2 1.4 7 4.4 7 8.8 0 .4-.2.9-.5 1.2-2.7 2.3-6.2 3.6-9.8 3.6zm-7.4-5.4c2.1 1.6 4.7 2.4 7.4 2.4s5.2-.8 7.4-2.4c-.2-2.6-1.9-3.9-4.3-5-2 1.2-4.2 1.2-6.2 0-2.4 1.1-4 2.4-4.3 5zm16.3.7zm-12.8-6.3z"/> <g transform="translate(-624 -576)"> <path class="st0" d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/> </g> </symbol> <symbol id="icon-language" viewbox="0 0 26 26"> <path d="M18.678 11.45h1.69L26 25.92h-2.376l-1.178-3.256h-5.817L15.43 25.92h-2.406l5.654-14.47zm3.072 9.319l-2.212-6.114-2.223 6.114h4.435zM7.294.08h2.067v4.775H7.294z"/><path d="M0 3.822h16.656v2.067H0z"/><path d="M3.924 17.286l-.957-1.833A21.99 21.99 0 0013.068 4.458l1.908.797A24.072 24.072 0 013.924 17.286z"/><path d="M12.693 17.265a24.114 24.114 0 01-8.928-8.089L5.493 8.04a22.036 22.036 0 008.16 7.394l-.96 1.831z"/> </symbol> <symbol id="icon-linkedin" viewbox="0 0 32 32"> <path d="M27.3 27.3h-4.7v-7.4c0-1.8 0-4-2.5-4s-2.8 1.9-2.8 3.9v7.6h-4.7V12.1h4.6v2.1c.9-1.6 2.7-2.5 4.5-2.5 4.8 0 5.7 3.2 5.7 7.3v8.4ZM7.1 9.9c-1.5 0-2.8-1.2-2.8-2.8s1.2-2.8 2.8-2.8c1.5 0 2.8 1.2 2.8 2.8S8.7 9.9 7.1 9.9m2.4 17.4H4.8V12h4.7v15.3ZM29.6 0H2.4C1.1 0 0 1 0 2.3v27.4C0 31 1.1 32 2.4 32h27.3c1.3 0 2.4-1 2.4-2.3V2.3C32 1 30.9 0 29.6 0"/> </symbol> <symbol id="icon-facebook" viewbox="0 0 32 32"> <path d="M32 16c0-8.8-7.2-16-16-16S0 7.2 0 16s5.2 13.8 12.1 15.5V20.9H8.8V16h3.3v-2.1c0-5.4 2.5-8 7.8-8s2.8.2 3.5.4v4.4h-1.8c-2.6 0-3.6 1-3.6 3.6V16h5.2l-.9 4.9H18v11c7.9-1 14.1-7.7 14.1-15.9Z"/> </symbol> <symbol id="icon-instagram" viewbox="0 0 32 32"> <path d="M23.2,0H8.8C4,0,0,4,0,8.8v14.3C0,28,4,32,8.8,32h14.3c4.9,0,8.8-4,8.8-8.8V8.8C32,4,28,0,23.2,0z M29.2,23.2 c0,3.3-2.7,6-6,6H8.8c-3.3,0-6-2.7-6-6V8.8c0-3.3,2.7-6,6-6h14.3c3.3,0,6,2.7,6,6L29.2,23.2L29.2,23.2z"/> <path d="M16,7.8c-4.5,0-8.2,3.7-8.2,8.2c0,4.5,3.7,8.2,8.2,8.2s8.2-3.7,8.2-8.2C24.2,11.5,20.5,7.8,16,7.8z M16,21.4 c-3,0-5.4-2.4-5.4-5.4c0-3,2.4-5.4,5.4-5.4s5.4,2.4,5.4,5.4C21.4,19,19,21.4,16,21.4z M24.6,5.3c-0.5,0-1.1,0.2-1.5,0.6 c-0.4,0.4-0.6,0.9-0.6,1.5c0,0.5,0.2,1.1,0.6,1.5c0.4,0.4,0.9,0.6,1.5,0.6c0.5,0,1.1-0.2,1.5-0.6c0.4-0.4,0.6-0.9,0.6-1.5 c0-0.5-0.2-1.1-0.6-1.5C25.7,5.6,25.1,5.3,24.6,5.3z"/> </symbol> <symbol id="icon-twitter" viewbox="0 0 32 26.02"> <path d="M32,3.1c-1.2,0.5-2.5,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6C25.7,0.8,24,0,22.2,0 c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5C10.4,7.8,5.6,5.2,2.3,1.2c-0.6,1-0.9,2.1-0.9,3.3c0,2.3,1.2,4.3,2.9,5.5 c-1,0-2.1-0.3-3-0.8v0.1c0,3.2,2.3,5.8,5.3,6.4c-0.5,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1c0.8,2.6,3.3,4.5,6.1,4.6 c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,3,10.1,3c12.1,0,18.6-10,18.6-18.6V6.6C30,5.5,31.1,4.4,32,3.1L32,3.1z"/> </symbol> <symbol id="icon-x" viewbox="0 0 32 32"> <rect width="32" height="31.9" rx="7.2" ry="7.2"/> <path fill="#fff" d="M20.2 9.3h2.3l-4.9 5.6 5.8 7.7h-4.5l-3.6-4.7-4.1 4.7H8.9l5.3-6-5.6-7.3h4.7l3.2 4.3 3.7-4.3Zm-.8 12h1.3l-8.1-10.7h-1.3l8.2 10.7Z"/> </symbol> <symbol id="icon-external-link" viewbox="0 0 32 32"> <polygon points="18,0 23.3,5.3 14.3,14.3 17.7,17.7 26.7,8.7 32,14 32,0"/> <polygon points="28.5,18.5 28.5,28.5 3.5,28.5 3.5,3.5 10.5,3.5 10.5,0 0,0 0,32 32,32 32,18.5"/> </symbol> <symbol id="icon-app-share" viewbox="0 0 32 32"> <path d="M6.3 10.2h7.4V23h4.9V10.2H26L16.1.3z"/> <path d="M28.5 4v24.5h-25V4H0v28h32V4z"/> </symbol> <symbol id="icon-print" viewbox="0 0 32 32"> <path class="cls-1" d="M32 9.78h-5.51V6L20.6 0h-15v9.78H0v14.44h5.56V32h20.93v-7.78H32zM23 6h-3.14V2.82zM8.06 2.5h9.8V8H24v1.78H8.06zM24 29.5H8.06v-7.62l15.94.05zm5.51-7.78h-3v-2.28l-20.95-.07v2.35H2.5v-9.44h27z"/> <path class="cls-1" d="M10.94 23.25h10v1.5h-10zM10.94 26.5h10V28h-10zM23.85 14h3.8v2h-3.8z"/> </symbol> <symbol id="icon-chapters" viewbox="0 0 32 32"> <path d="M26.7 6.4V1H2.5v25.7L7.1 31h22.4V6.4h-2.8zm-2.3-3.1v3H8.9l-2.7-3h18.2zm2.8 25.4H8l-3.2-3V5.4l3 3.3h3.9v7.6l2.4-1.5 2.2 1.5V8.7h10.8v20z"/> </symbol> <symbol id="icon-article" viewbox="0 0 32 32"> <path d="M27.2 30.2H4.8V1.8h16.8l5.7 5.7v22.7zm-20-2.4h17.5V8.5l-4.2-4.3H7.2v23.6z"/> <path d="M12.7 20.3h-2.2v-2.5h11v2.5h-8.8zM12.3 25.3h-1.8v-2.5h9v2.5h-7.2zM25 9.7h-5.7V4h1.5v4.2H25zM12.7 15.3h-2.2v-2.5h11v2.5h-8.8z"/> </symbol> <symbol id="icon-padlock" viewbox="0 0 32 32"> <path d="M26.5 12V7.4c0-3.3-2.6-5.9-5.9-5.9h-9.2c-3.3 0-5.9 2.6-5.9 5.9V12H3v18h26V12h-2.5zm-18-4.6c0-1.6 1.3-2.9 2.9-2.9h9.2c1.6 0 2.9 1.3 2.9 2.9V12h-15V7.4zM26 27H6V15h20v12z"/> <path d="M17.9 19.4c0-1.1-.9-1.9-1.9-1.9s-1.9.9-1.9 1.9c0 .6.2 1.1.6 1.4v3.7h2.5v-3.7c.5-.3.7-.8.7-1.4z"/> </symbol> <symbol id="icon-trash" viewbox="0 0 32 32"> <path d="M28.3 6.9h-8V2.4h-8.5v4.5h-8v2.5h2v20.8h20.5V9.4h2V6.9zM11.6 27.6H8.2V9.4h3.4v18.2zm6.1 0h-3.5V9.4h3.5v18.2zm.1-20.7h-3.5v-2h3.5v2zm6 20.9h-3.6V9.4h3.6v18.4z"/> </symbol> <symbol id="icon-link" viewbox="0 0 32 32"> <path d="M14.3 16.3l.7.7c.9.9 2.1 1.4 3.3 1.4 1.3 0 2.5-.5 3.4-1.4l5.1-5.1c1.9-1.9 1.9-4.9 0-6.8s-4.9-1.9-6.8 0l-3.6 3.6L13.7 6l3.6-3.6c3.3-3.3 8.8-3.3 12.1 0 3.3 3.3 3.3 8.8 0 12.1l-5.1 5.1c-1.6 1.6-3.8 2.5-6.1 2.5s-4.4-.9-6-2.5l-.7-.7 2.8-2.6z"/> <path d="M17.7 15.7L17 15c-1.9-1.8-4.9-1.8-6.7 0l-5.1 5c-1.9 1.9-1.9 4.9 0 6.8.9.9 2.1 1.4 3.4 1.4s2.5-.5 3.4-1.4l3.6-3.6 2.7 2.7-3.6 3.6C13 31.1 10.9 32 8.6 32s-4.5-.9-6.1-2.5c-3.3-3.3-3.3-8.8 0-12.1l5.1-5.1c3.3-3.3 8.8-3.3 12.1 0l.7.7-2.7 2.7z"/> </symbol> <symbol id="icon-share" viewbox="0 0 32 32"> <path d="M17.4 19.6c.5-.4 1.1-.6 1.7-.6 1.6.1 2.8 1.4 2.8 3 .1 1.6-1.2 3-2.8 3-1.6-.1-2.8-1.4-2.8-3v-.5l-4.9-3.2c-.5.4-1.1.6-1.7.6-1.6-.1-2.9-1.4-2.8-3 0-1.6 1.2-2.9 2.8-3 .6 0 1.2.2 1.7.6l4.9-3.2v-.5c-.1-1.6 1.2-3 2.8-3 1.6.1 2.9 1.4 2.8 3 0 1.6-1.2 2.9-2.8 3-.6 0-1.2-.2-1.7-.6l-4.9 3.2v1l4.9 3.2z"/> <g transform="translate(-624 -576)"> <path class="st0" d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/> </g> </symbol> <symbol id="icon-questionmark" viewbox="0 0 32 32"> <path d="M16.5 23.9h-2.2v-2.3h2.2v2.3zm3.6-10c-.5.8-1.1 1.5-1.8 2.1-.6.5-1.3 1.1-1.6 1.8-.2.4-.3.8-.3 1.3h-2c0-.7.2-1.4.5-2 .5-.8 1-1.5 1.7-2.1.6-.5 1.2-1 1.6-1.6.3-.4.3-.8.3-1.3 0-.8-.3-1.5-.8-2.1-.8-.6-1.7-1-2.4-.9-1.7 0-2.7 1-3.1 3h-2c.1-1.3.6-2.6 1.6-3.4 1-.9 2.3-1.4 3.7-1.3 1.4-.1 2.7.4 3.8 1.3.9.8 1.5 2 1.5 3.2-.2.7-.4 1.4-.7 2z"/><path d="M14 21.1h3.2v3.3H14v-3.3zm3-1.5h-3v-.5c0-.7.2-1.4.5-2.2.5-.9 1.1-1.6 1.9-2.3.7-.5 1.1-1 1.4-1.5.2-.3.2-.6.2-1 0-.7-.2-1.2-.7-1.8-.5-.4-1.2-.7-1.8-.7-1.5 0-2.4.8-2.7 2.6l-.1.4h-3v-.5c.1-1.5.7-2.8 1.7-3.7 1.1-1 2.5-1.5 4-1.4 1.4-.1 2.8.4 4.1 1.4 1 .9 1.7 2.3 1.7 3.6-.1.9-.4 1.7-.7 2.2-.5.9-1.2 1.6-1.9 2.2-.7.5-1.2 1.1-1.5 1.7-.1.3-.2.7-.2 1.1v.4h.1z"/> <g transform="translate(-624 -576)"> <path class="st0" d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/> </g> </symbol> <symbol id="icon-info" viewbox="0 0 32 32"> <path d="M14.5 7.1h3v3.1h-3V7.1zm3 17.8h-3.1V12.7h3.1v12.2z"/> <g transform="translate(-624 -576)"> <path class="st0" d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/> </g> </symbol> <symbol id="icon-contrast" viewbox="0 0 32 32"> <path d="M15.4 6c5.5 0 10 4.5 10 10s-4.5 10-10 10V6z"/> <g transform="translate(-624 -576)"> <path d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/> </g> </symbol> <symbol id="icon-gauge" viewbox="0 0 32 32"> <path d="M9.2 23.1c0 .3-.2.5-.5.5s-.5-.2-.5-.5.2-.5.5-.5.5.2.5.5M6.9 20c0 .3-.2.5-.5.5s-.5-.3-.5-.5c0-.3.2-.5.5-.5s.5.2.5.5M6.9 12.8c0 .3-.2.5-.5.5s-.5-.3-.5-.5c0-.3.2-.5.5-.5s.5.2.5.5M9.2 9.5c0 .3-.2.5-.5.5s-.4-.2-.4-.5.2-.5.4-.5c.3 0 .5.2.5.5M12.4 6.9c0 .3-.2.5-.5.5s-.5-.2-.5-.5.2-.5.5-.5.5.2.5.5M16.6 5.8c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7s.3-.7.7-.7c.4-.1.7.3.7.7M6.3 16.6c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7M22.7 23.1c0 .3.2.5.5.5s.5-.2.5-.5-.2-.5-.5-.5-.5.2-.5.5M25 20c0 .3.2.5.5.5s.5-.2.5-.5-.2-.5-.5-.5-.5.2-.5.5M25 12.8c0 .3.2.5.5.5s.5-.2.5-.5-.2-.5-.5-.5-.5.2-.5.5M22.7 9.5c0 .3.2.5.5.5s.5-.2.5-.5-.3-.5-.6-.5c-.2 0-.4.2-.4.5M19.4 6.9c0 .3.2.5.5.5s.5-.2.5-.5-.2-.5-.5-.5-.5.2-.5.5M25.5 16.6c0 .4.3.7.7.7.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7-.4 0-.7.3-.7.7"/><g transform="translate(-624 -576)"><path class="st0" d="M640 604.5c6.9 0 12.5-5.6 12.5-12.5s-5.6-12.5-12.5-12.5-12.5 5.6-12.5 12.5 5.6 12.5 12.5 12.5m0 3c-8.6 0-15.5-6.9-15.5-15.5s6.9-15.5 15.5-15.5 15.5 6.9 15.5 15.5-6.9 15.5-15.5 15.5"/></g><path d="M18.1 14.1c-1-1.1-2.8-1.2-3.9-.2s-3.6 7-3.6 7 6.2-1.9 7.3-3c1.2-1 1.3-2.7.2-3.8zM16 17.4c-.7 0-1.3-.6-1.3-1.3 0-.7.6-1.3 1.3-1.3.7 0 1.3.6 1.3 1.3.1.7-.5 1.3-1.3 1.3z"/> </symbol> <symbol id="icon-backward-15" viewbox="0 0 32 32"> <path d="M16.6 4.1V1l-4.5 4.5 4.5 4.5V7c5.6.3 10 4.9 10 10.6 0 5.9-4.8 10.6-10.6 10.6S5.4 23.4 5.4 17.5c0-3.5 1.8-6.8 4.7-8.8L8.5 6.4c-3.7 2.5-5.9 6.7-5.9 11.2C2.5 25 8.6 31 16 31s13.5-6 13.5-13.5c0-7.2-5.8-13.1-12.9-13.4z"/> <path d="M12.5 14.5c0 .2-.1.5-.6.5h-1.1v1.3h1.6v4.8H14v-7.2h-1.5v.6zM18.7 16c-.3 0-.6 0-.8.1l.2-.8H21v-1.5h-4.1l-.9 4 1.4.4.1-.1c.2-.3.6-.6 1-.6.7 0 1.1.5 1.1 1.1 0 .6-.4 1.1-1.1 1.1-.8 0-1-.6-1.2-1.1v-.2l-1.5.4v.2c.3 1.3 1.4 2.2 2.6 2.2 1.5 0 2.7-1.2 2.7-2.6.1-1.4-1.1-2.6-2.4-2.6z"/> </symbol> <symbol id="icon-step-backwards" viewbox="0 0 32 32"> <path d="m25.7 28.9-14.2-13 14.2-13v26zM9.753 28h-5V3h5z"/> </symbol> <symbol id="icon-play" viewbox="0 0 32 32"> <path d="M16 28.5c6.9 0 12.5-5.6 12.5-12.5S22.9 3.5 16 3.5 3.5 9.1 3.5 16 9.1 28.5 16 28.5m0 3C7.4 31.5.5 24.6.5 16S7.4.5 16 .5 31.5 7.4 31.5 16 24.6 31.5 16 31.5"/> <path d="M11.7 8.2l11.4 7.7-11.4 7.7z"/> </symbol> <symbol id="icon-step-forwards" viewbox="0 0 32 32"> <path d="m4.8 2.9 14.2 13-14.2 13v-26zM20.7 3.1h5v25h-5z"/> </symbol> <symbol id="icon-forward-60" viewbox="0 0 32 32"> <path d="M15.4 4.1V1l4.5 4.5-4.5 4.5V7c-5.6.2-10.1 4.9-10.1 10.5 0 5.9 4.8 10.6 10.7 10.6s10.7-4.8 10.7-10.6c0-3.5-1.8-6.8-4.7-8.8l1.6-2.3c3.7 2.5 6 6.7 6 11.2C29.5 25 23.4 31 16 31S2.5 25 2.5 17.5c0-7.2 5.7-13.1 12.9-13.4z"/> <path d="M14.2 16.3c-.2-.1-.5-.1-.7-.2l1.4-2.2H13l-2.1 3.4c-.3.4-.4.9-.4 1.4 0 1.4 1.2 2.6 2.7 2.6 1.5 0 2.7-1.2 2.7-2.6 0-1.1-.7-2-1.7-2.4zm-1 3.4c-.6 0-1.1-.5-1.1-1.1 0-.6.5-1.1 1.1-1.1.6 0 1.1.5 1.1 1.1 0 .7-.5 1.1-1.1 1.1zM18.9 13.8c-2.5 0-2.5 2.8-2.5 3.7 0 2.5.9 3.7 2.6 3.7 1.6 0 2.5-1.3 2.5-3.7 0-2.4-.9-3.7-2.6-3.7zm0 1.6c.9 0 .9 1 .9 2.2 0 1.2-.1 2.2-.9 2.2-.9 0-1-1-1-2.2.1-1.3.2-2.2 1-2.2z"/> </symbol> <symbol id="icon-pause" viewbox="0 0 32 32"> <path d="M6 3h8v26H6zM18 3h8v26h-8z"/> </symbol> <symbol id="icon-subtitles" viewbox="0 0 32 32"> <path d="M27 10v12H5V10h22m3-3H2v18h28V7z"/> <path d="M25 19h-4"/> <path d="M21 18h4v2h-4z"/> <path d="M19 19H7"/> <path d="M7 18h12v2H7z"/> <path d="M7 15h4"/> <path d="M7 14h4v2H7z"/> <path d="M13 15h12"/> <path d="M13 14h12v2H13z"/> </symbol> <symbol id="icon-author" viewbox="0 0 32 32"> <path d="M4 29h24v2H4zM10.3 26H4v-6.3L22.1 1.6l6.3 6.3L10.3 26zM6 24h3.5L25.6 7.9l-3.5-3.5L6 20.5V24z"/> <path d="M17.07 6.69l1.414-1.414 6.293 6.293-1.414 1.415z"/> </symbol> <symbol id="icon-copy" viewbox="0 0 32 32"> <path d="M7 16h9v3H7v-3Zm0 6h9v3H7v-3Z" class="cls-1"/> <path d="M10 1v8.9H1V31h21.1v-9H31V1H10Zm3 3h15v15h-5.9V9.9H13V4ZM4 28V13h15v15H4Z" class="cls-1"/> </symbol> <symbol id="icon-speaker" viewbox="0 0 32 32"> <path d="M18 29a1 1 0 0 1-.57-.18l-10-7A1 1 0 0 1 7 21V11a1 1 0 0 1 .43-.82l10-7a1 1 0 0 1 1-.07A1 1 0 0 1 19 4v24a1 1 0 0 1-.54.89A1 1 0 0 1 18 29zm-9-8.52l8 5.6V5.92l-8 5.6z"/><path class="cls-1" d="M8 22H4a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM4 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3v-8zM18 21v-2a3 3 0 0 0 2.12-5.12l1.42-1.42A5 5 0 0 1 18 21z"/><path class="cls-1" d="M23.65 22.65a1 1 0 0 1-.7-.29A1 1 0 0 1 23 21a7 7 0 0 0 0-9.9 1 1 0 0 1 1.41-1.41 9 9 0 0 1 0 12.72 1 1 0 0 1-.76.24z"/> </symbol> <symbol id="icon-mute" viewbox="0 0 32 32"> <path class="cls-1" d="M18 29a1 1 0 0 1-.57-.18l-10-7A1 1 0 0 1 7 21V11a1 1 0 0 1 .43-.82l10-7a1 1 0 0 1 1-.07A1 1 0 0 1 19 4v24a1 1 0 0 1-.54.89A1 1 0 0 1 18 29zm-9-8.52l8 5.6V5.92l-8 5.6z"/><path class="cls-1" d="M8 22H4a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM4 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3v-8z"/><path class="cls-1" transform="rotate(-45 25.758 16)" d="M24.76 10h2v12h-2z"/><path class="cls-1" transform="rotate(-45 25.758 16)" d="M19.76 15h12v2h-12z"/> </symbol> <symbol id="icon-settings" viewbox="0 0 32 32"> <path d="M31.5 18.2v-4.4h-4.7c-.3-1.4-.8-2.6-1.5-3.7l3.3-3.3-3.1-3.1L22.2 7c-1.2-.8-2.6-1.4-4-1.7V.5h-4.4v4.7c-1.4.2-2.7.8-3.9 1.6L6.7 3.6 3.6 6.7l3.2 3.2c-.8 1.2-1.3 2.5-1.6 3.9H.5v4.4h4.7c.3 1.5.9 2.8 1.7 4l-3.3 3.3 3.1 3.1 3.3-3.3c1.1.7 2.4 1.3 3.7 1.5v4.7h4.4v-4.7c1.4-.3 2.7-.8 3.9-1.6l3.4 3.4 3.1-3.1-3.4-3.4c.8-1.2 1.3-2.5 1.6-3.9h4.8zM16 23.5c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5 7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5z"/> </symbol> <symbol id="icon-lte" viewbox="0 0 32 32"> <path d="M1.5 16v14.5h8.6v-2.8H4.4V16zM10.2 16v2.9h2.9v11.6H16V18.9h2.8V16zM21.9 16v14.3h8.6v-2.7h-5.8v-2.9l5.6-.1v-2.8h-5.6v-2.9h5.8V16zM20.5 12.3c-1.4-1.2-3.1-1.9-5.1-1.9-2 0-3.8.7-5.2 1.9L8.1 10c1.9-1.7 4.5-2.8 7.3-2.8s5.3 1 7.2 2.7l-2.1 2.4z"/><path d="M24.5 8.1c-2.5-2.3-5.7-3.5-9.1-3.5-3.4 0-6.7 1.3-9.2 3.6L4 6c3.1-2.9 7.1-4.5 11.4-4.5 4.2 0 8.2 1.6 11.3 4.4l-2.2 2.2z"/> </symbol> <symbol id="icon-wifi" viewbox="0 0 32 21.9"> <path d="M16.1 16.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8z"/> <path d="M22.8 14.3c-1.8-1.5-4.1-2.5-6.7-2.5-2.6 0-5 1-6.8 2.6l-2.8-3c2.6-2.3 5.9-3.6 9.6-3.6 3.6 0 7 1.3 9.5 3.6l-2.8 2.9z"/> <path d="M28.1 8.7c-3.3-3-7.6-4.6-12-4.6-4.5 0-8.8 1.7-12.2 4.7L1 5.9C5.1 2.1 10.4 0 16.1 0 21.6 0 26.9 2.1 31 5.8l-2.9 2.9z"/> </symbol> <symbol id="icon-reception" viewbox="0 0 32 32"> <path d="M24 3h5v26h-5zM17 10h5v19h-5zM10 17h5v12h-5zM3 24h5v5H3z"/> </symbol> <symbol id="icon-2g" viewbox="0 0 32 32"> <path d="M24 3h5v26h-5V3zm-7 7h5v19h-5V10zm-7 7h5v12h-5V17zm-7 7h5v5H3v-5z"/> <text transform="translate(2.72 9.396)" class="u-weight-bolder" font-size="9">2G</text> </symbol> <symbol id="icon-3g" viewbox="0 0 32 32"> <path d="M24 3h5v26h-5V3zm-7 7h5v19h-5V10zm-7 7h5v12h-5V17zm-7 7h5v5H3v-5z"/> <text transform="translate(2.72 9.396)" class="u-weight-bolder" font-size="9">3G</text> </symbol> <symbol id="icon-4g" viewbox="0 0 32 32"> <path d="M24 3h5v26h-5V3zm-7 7h5v19h-5V10zm-7 7h5v12h-5V17zm-7 7h5v5H3v-5z"/> <text transform="translate(2.72 9.396)" class="u-weight-bolder" font-size="9">4G</text> </symbol> <symbol id="icon-5g" viewbox="0 0 32 32"> <path d="M24 3h5v26h-5V3zm-7 7h5v19h-5V10zm-7 7h5v12h-5V17zm-7 7h5v5H3v-5z"/> <text transform="translate(2.72 9.396)" class="u-weight-bolder" font-size="9">5G</text> </symbol> <symbol id="icon-latency" viewbox="0 0 32 32"> <path d="M20.3 1h-8.6v2.9h8.6V1zm-5.7 18.6h2.9V11h-2.9v8.6zM26 10.1l2.1-2c-.7-.7-1.4-1.4-2.1-2l-2 2c-2.1-1.7-5-2.9-8-2.9-7.1 0-12.9 5.7-12.9 12.9S8.9 31 16 31s12.9-5.7 12.9-12.9c0-3-1-5.8-2.9-8zm-10 18c-5.6 0-10-4.4-10-10s4.4-10 10-10 10 4.4 10 10-4.4 10-10 10z" fill-rule="evenodd" clip-rule="evenodd"/> </symbol> <symbol id="icon-spinner" viewbox="0 0 100 100" class="spinner"> <g> <circle cx="50" cy="50" fill="none" r="43" stroke="#50b2fc" stroke-width="7"></circle> <circle cx="50" cy="50" fill="none" r="43" stroke="#a7d8fd" stroke-width="7" stroke-linecap="square" transform="rotate(27.6965 50 50)"> <animatetransform attributename="transform" type="rotate" calcmode="linear" values="0 50 50;180 50 50;720 50 50" keytimes="0;0.5;1" dur="2.5s" begin="0s" repeatcount="indefinite"></animatetransform> <animate attributename="stroke-dasharray" calcmode="linear" values="9.42477796076938 179.0707812546182;188.4955592153876 -2.842170943040401e-14;9.42477796076938 179.0707812546182" keytimes="0;0.5;1" dur="2.5" begin="0s" repeatcount="indefinite"></animate> </circle> </g> </symbol> <symbol id="icon-spinner-white" viewbox="0 0 100 100" class="spinner"> <g> <circle cx="50" cy="50" fill="none" r="43" stroke="none" stroke-width="7"></circle> <circle cx="50" cy="50" fill="none" r="43" stroke="#fff" stroke-width="7" stroke-linecap="square" transform="rotate(27.6965 50 50)"> <animatetransform attributename="transform" type="rotate" calcmode="linear" values="0 50 50;180 50 50;720 50 50" keytimes="0;0.5;1" dur="2.5s" begin="0s" repeatcount="indefinite"></animatetransform> <animate attributename="stroke-dasharray" calcmode="linear" values="9.42477796076938 179.0707812546182;188.4955592153876 -2.842170943040401e-14;9.42477796076938 179.0707812546182" keytimes="0;0.5;1" dur="2.5" begin="0s" repeatcount="indefinite"></animate> </circle> </g> </symbol> <symbol id="icon-3d" viewbox="0 0 30 18"> <path d="M0 12.186l2.954-.183c0 1.927 1.501 3.027 3.503 3.027 1.77 0 3.393-.879 3.393-2.722 0-2.453-2.27-2.527-4.223-2.527V7.425c2.905 0 3.271-.867 3.271-2.197 0-1.501-1.098-2.221-2.49-2.221-1.575 0-2.625.927-2.649 2.454L.83 5.253C.83 2.006 3.381.127 6.359.127c2.868 0 5.516 1.757 5.516 4.722 0 1.355-.55 2.759-2.245 3.552 2.294.623 3.174 2.282 3.174 4.149 0 3.503-3.027 5.321-6.395 5.321C2.978 17.873 0 16.006 0 12.186zM16.026.383h5.004c5.871 0 8.97 3.148 8.97 8.75 0 5.37-3.198 8.494-8.995 8.494h-4.979V.383zM20.7 14.785c3.808 0 6.2-1.477 6.2-5.786 0-4.088-1.671-5.772-5.919-5.772h-1.855v11.558H20.7z"/> </symbol> <symbol id="icon-accessibility" viewbox="0 0 28 31"> <path d="M17.244 20.144a7.335 7.335 0 0 1-4.359 7.172 7.271 7.271 0 0 1-5.597.117 7.26 7.26 0 0 1-4.04-3.875c-1.621-3.692.065-8.016 3.757-9.637l.16-.07-.347-2.669-.273.1a10 10 0 0 0-6.072 6.326 9.876 9.876 0 0 0 .643 7.581 9.87 9.87 0 0 0 5.815 4.905 9.891 9.891 0 0 0 7.581-.643 9.875 9.875 0 0 0 4.906-5.815l.029-.09-2.277-4.554.074 1.152z"/> <path d="M26.811 21.501l-3.333 1.669-3.739-7.459a1.304 1.304 0 0 0-1.169-.718h-7.46l-.211-1.691h6.824v-2.624H10.57l-.563-4.398a2.902 2.902 0 0 0 2.001-.854 2.902 2.902 0 0 0 .858-2.068 2.903 2.903 0 0 0-.855-2.068A2.916 2.916 0 0 0 9.904.431a2.9 2.9 0 0 0-2.779 2.088c-.073.254-.11.514-.108.803l1.618 13.129a1.347 1.347 0 0 0 1.309 1.163h7.811l3.962 7.91c.224.443.672.718 1.165.719h.02c.203 0 .404-.05.577-.143L28 23.838l-1.189-2.337z"/> </symbol> <symbol id="icon-cafe" viewbox="0 0 22 30"> <path d="M21.52 3.195h-1.104L19.39.064H2.61L1.584 3.195H.48V8.69h1.169l1.018 21.245h16.667L20.352 8.69h1.169V3.195zM3.595 15.888h14.809l-.209 4.354H3.804l-.209-4.354zm.597 12.448l-.311-6.494H18.12l-.311 6.494H4.192zm14.289-14.048H3.519L3.25 8.691h15.5l-.269 5.597z"/> </symbol> <symbol id="icon-capacity" viewbox="0 0 30 18"> <path d="M21.516 14.702a5.911 5.911 0 0 0-4.344-5.566h-.136c.136 0 .136-.136.271-.136a6.14 6.14 0 0 0 2.172-4.344 4.344 4.344 0 0 0-8.688-.004v.004A5.466 5.466 0 0 0 12.963 9l.137.137h-.136c-2.579.95-4.344 2.715-4.344 5.566v2.986h12.896v-2.987z"/> <path d="M9.473 9.646a4.486 4.486 0 0 0-2.631-1.785h-.109c.109 0 .109-.109.217-.109a5.362 5.362 0 0 0 1.738-3.584A3.43 3.43 0 0 0 5.303.693h-.09a3.43 3.43 0 0 0-3.475 3.385v.09a4.37 4.37 0 0 0 1.737 3.475l.109.109h-.109A4.728 4.728 0 0 0 0 12.205v2.389h7.269c.027-1.983.794-3.666 2.204-4.948zM26.525 7.752h-.109c.109 0 .109-.109.217-.109a4.912 4.912 0 0 0 1.738-3.475 3.475 3.475 0 1 0-6.951-.003v.003a4.37 4.37 0 0 0 1.738 3.475l.109.109h-.109c-1.091.402-1.991.993-2.606 1.792a7.322 7.322 0 0 1 2.311 5.05H30v-2.389a4.727 4.727 0 0 0-3.475-4.453z"/> </symbol> <symbol id="icon-display" viewbox="0 0 30 25"> <path id="Rectangle_158_1_" d="M28 2.295v16.411H2V2.295h26m2-2H0v20.411h30V.295z"/> <path d="M1.834 22.705h26.332v2H1.834z"/> </symbol> <symbol id="icon-email" viewbox="0 0 26 19"> <path d="M.375.454v18.092h25.25V.454H.375zm23.333 5.504v7.997l-6.773-3.72 6.773-4.277zm0 10.184v.488H2.292v-.488l8.627-4.738L13 12.716l2.082-1.312 8.626 4.738zm0-12.451L13 10.45 2.292 3.691v-1.32h21.417v1.32zM2.292 13.954V5.958l6.774 4.276-6.774 3.72z"/> </symbol> <symbol id="icon-headset" viewbox="0 0 25 25"> <path d="M22.63 11.185v-1C22.63 4.597 18.084.051 12.496.051S2.362 4.597 2.362 10.185v1H.365v7.258h2.448l3.075 5.808H10v.699h5v-2.997h-5v.698H6.852l-2.49-4.703v-7.763c0-4.485 3.649-8.134 8.134-8.134S20.63 5.7 20.63 10.185v8.258h4.005v-7.258H22.63z"/> </symbol> <symbol id="icon-phone" viewbox="0 0 20 29"> <path d="M17.52.174H2.479C1.385.174.495 1.093.495 2.223v24.554c0 1.13.89 2.049 1.984 2.049H17.52c1.094 0 1.984-.919 1.984-2.049V2.223c.001-1.13-.89-2.049-1.984-2.049zm-.005 20.827H2.495V7.098h15.012l.008 13.903zm-.01-18.778l.002 3.875H2.495V2.223l-.016-.049 15.026.049zM2.495 26.777v-4.776h15.021l.004 4.825-15.025-.049z"/> <circle cx="10.008" cy="24.413" r="1.5"/> <path d="M7.932 3.636h4.135v1H7.932z"/> </symbol> <symbol id="icon-plus" viewbox="0 0 37 37"> <path d="M36.531 16.732H20.268V.469h-3.536v16.263H.469v3.536h16.263v16.263h3.536V20.268h16.263z"/> </symbol> <symbol id="icon-podcast" viewbox="0 0 21 28"> <path d="M18.312 13.274h2.49a9.319 9.319 0 0 1-2.593 6.534 10.434 10.434 0 0 1-6.257 3.353V28h-2.9v-4.839a10.445 10.445 0 0 1-6.257-3.353 9.315 9.315 0 0 1-2.597-6.534h2.49c-.054 2.04.793 4 2.316 5.358a7.89 7.89 0 0 0 5.5 2.109 7.89 7.89 0 0 0 5.5-2.109 6.932 6.932 0 0 0 2.316-5.358h-.008zm-7.813 4.425a4.488 4.488 0 0 1-4.425-4.425V4.425a4.248 4.248 0 0 1 1.314-3.111 4.34 4.34 0 0 1 6.221 0 4.255 4.255 0 0 1 1.314 3.111v8.85a4.488 4.488 0 0 1-4.425 4.425l.001-.001z"/> </symbol> <symbol id="icon-richtext-bold" viewbox="0 0 10 14"> <path d="M.55 13.209h4.844c2.109 0 4.056-1.292 4.056-3.6a3.45 3.45 0 0 0-2-3.041A2.797 2.797 0 0 0 8.83 4.14C8.83 1.653 6.747.791 4.857.791H.55v12.418zm2.232-7.418V2.803h2.111c1.063 0 1.89.492 1.89 1.459 0 1.222-.844 1.529-1.714 1.529H2.782zm0 5.291V7.716h2.559A1.734 1.734 0 0 1 7.25 9.359c0 1.169-.67 1.723-1.821 1.723H2.782z"/> </symbol> <symbol id="icon-richtext-bullet-list" viewbox="0 0 17 15"> <circle cx="1.86" cy="2.291" r="1.86"/> <circle cx="1.86" cy="7.5" r="1.86"/> <circle cx="1.86" cy="12.709" r="1.86"/> <path d="M6.07 1.291H17v2H6.07zM6.07 6.5H17v2H6.07zM6.07 11.709H17v2H6.07z"/> </symbol> <symbol id="icon-richtext-italic" viewbox="0 0 10 14"> <path d="M10.082 2.282v-2H4.364v2h1.508l-3.908 9.436H-.082v2h5.718v-2H4.129l3.908-9.436z"/> </symbol> <symbol id="icon-streaming" viewbox="0 0 28 20"> <path d="M25.967 9.989a11.93 11.93 0 0 1-3.49 8.438l1.436 1.436A13.97 13.97 0 0 0 28 9.98c-.032-3.804-1.603-7.267-4.113-9.797l-1.433 1.433c2.144 2.165 3.486 5.124 3.513 8.373zM2.031 9.989c0-3.279 1.327-6.252 3.471-8.416L4.066.137A13.953 13.953 0 0 0 0 9.989c0 3.85 1.563 7.341 4.086 9.874l1.436-1.436a11.93 11.93 0 0 1-3.491-8.438z"/> <path d="M20.772 9.989a6.75 6.75 0 0 1-1.967 4.766L20.4 16.35a9.014 9.014 0 0 0 2.63-6.371c-.021-2.445-1.029-4.67-2.638-6.3l-1.593 1.593a6.798 6.798 0 0 1 1.973 4.717zM7.228 9.989c0-1.846.745-3.521 1.947-4.744L7.579 3.65A8.998 8.998 0 0 0 4.97 9.989a8.997 8.997 0 0 0 2.629 6.361l1.595-1.595a6.753 6.753 0 0 1-1.966-4.766z"/> <path id="Path_68" d="M14 6.885a3.104 3.104 0 1 0 3.104 3.104A3.132 3.132 0 0 0 14 6.885z"/> </symbol> <symbol id="icon-time" viewbox="0 0 20 20"> <path d="M10 2.2c4.301 0 7.8 3.499 7.8 7.8s-3.499 7.8-7.8 7.8-7.8-3.499-7.8-7.8S5.699 2.2 10 2.2M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0z"/> <path d="M14.522 11.46H8.941V4.078h2.118v5.265h3.463z"/> </symbol> <symbol id="icon-drag-item" viewbox="0 0 32 32"> <circle cx="10" cy="6" r="3.5"/> <circle cx="10" cy="16" r="3.5"/> <circle cx="10" cy="26" r="3.5"/> <circle cx="21" cy="6" r="3.5"/> <circle cx="21" cy="16" r="3.5"/> <circle cx="21" cy="26" r="3.5"/> </symbol> <symbol id="icon-personal-data" viewbox="0 0 32 32"> <path d="M18 19.2c0-2-1.4-3.7-3.3-4.2h-.1c.1 0 .1-.1.2-.1 1-.8 1.6-2 1.6-3.3 0-1.8-1.5-3.3-3.3-3.3-1.8 0-3.3 1.5-3.3 3.3 0 1.3.6 2.5 1.6 3.3l.1.1h-.1c-2 .7-3.3 2.1-3.3 4.2v1.4H18v-1.4z"/> <path d="M19 25.6c-2.3 1.6-4.8 2.5-5.7 2.8-.2.1-.4.1-.5 0-1.7-.6-10.1-3.7-10.1-9.8v-13c1.5-.6 6-2.1 10.4-2.1S22 5 23.5 5.6v8.3c.6-.1 1.1-.2 1.7-.2V4.5l-.5-.2c-.3-.1-5.9-2.5-11.7-2.5S1.7 4.2 1.4 4.3l-.5.2v14.1c0 7.2 8.7 10.6 11.3 11.5.3.1.5.1.8.1.3 0 .5 0 .8-.1 1.3-.4 3.9-1.4 6.3-3.1-.4-.5-.8-.9-1.1-1.4z"/> <path d="M25.3 15.8c-3.1 0-5.5 2.5-5.5 5.5s2.5 5.5 5.5 5.5 5.5-2.5 5.5-5.5-2.4-5.5-5.5-5.5zm-.7 7.8l-2.3-2.1.5-.6 1.7 1.6 3.2-3.5.6.5-3.7 4.1z"/> </symbol> <symbol id="icon-romance" viewbox="0 0 32 32"> <path d="M15.953 29.329l-12.6-12.7c-3.2-3.2-3.2-8.4 0-11.7 1.5-1.6 3.6-2.4 5.8-2.4 2.2 0 4.3.8 5.8 2.4l.9.9.9-.9c3.2-3.2 8.5-3.2 11.7 0 3.2 3.2 3.2 8.5 0 11.7l-12.5 12.7zm-6.8-24.6c-1.6 0-3.2.6-4.4 1.8-2.4 2.4-2.4 6.3 0 8.8l11.1 11.1 11.1-11.1c2.4-2.4 2.4-6.3 0-8.8-2.4-2.4-6.3-2.4-8.8 0l-2.4 2.4-2.4-2.4c-.9-1.2-2.6-1.8-4.2-1.8z"/> <path d="M15.953 29.329l-12.6-12.7c-3.2-3.2-3.2-8.4 0-11.7 1.5-1.6 3.6-2.4 5.8-2.4 2.2 0 4.3.8 5.8 2.4l.9.9.9-.9c3.2-3.2 8.5-3.2 11.7 0 3.2 3.2 3.2 8.5 0 11.7l-12.5 12.7zm-6.8-24.6c-1.6 0-3.2.6-4.4 1.8-2.4 2.4-2.4 6.3 0 8.8l11.1 11.1 11.1-11.1c2.4-2.4 2.4-6.3 0-8.8-2.4-2.4-6.3-2.4-8.8 0l-2.4 2.4-2.4-2.4c-.9-1.2-2.6-1.8-4.2-1.8z"/> </symbol> <symbol id="icon-shopping" viewbox="0 0 32 32"> <path d="M23.3 2H8.6c-1.1 0-2 .9-1.9 2v24c0 1.1.9 2 1.9 2h14.7c1.1 0 2-.9 1.9-2V4c.1-1.1-.8-2-1.9-2zM8.6 28V4H18v24H8.6zm14.7 0h-2.5V4h2.5v24z"/> </symbol> <symbol id="icon-warning" viewbox="0 0 32 32"> <path d="M17 24.1h-2v-2h2v2zm-2-11.7h2v8h-2v-8z"/> <path d="M29 28.3H3c-.4 0-.7-.2-.9-.5-.2-.3-.2-.7 0-1l13-22.5c.2-.3.5-.5.9-.5s.7.2.9.5l13 22.5c.2.3.2.7 0 1-.2.3-.5.5-.9.5zm-24.3-2h22.6L16 6.7 4.7 26.3z"/> </symbol> <symbol id="icon-world" viewbox="0 0 32 32"> <path d="M16 .5C7.4.5.5 7.4.5 16S7.4 31.5 16 31.5 31.5 24.6 31.5 16 24.6.5 16 .5zM7.1 7.2c.8-.8 1.6-1.4 2.5-2l-.8 2.5h2.4l2.4-2.4V4.1h-1.2l-1.2 1.2v-.9c1.5-.6 3.1-.9 4.8-.9 2.4 0 4.7.7 6.6 1.9v.1L24 6.9l-1.3 1.3-1.9-1.8h-2.4l-2.4 3 1.2 2.6 1.2-.8V10h1.2l1.3 1.1-1.3 1.3-4.8 2.4h-1.2v2.4h1.2l2.4-1.2 1.2 1.2h2.4V16l1-1.4 2.6-1V16H22v1.2h2.4l2.4 3.6 1.2-1.2v-1.2h-1.2v-1.2H28l.5-.1c-.2 2.2-1 4.3-2.2 6.1h-.8l-2.9-4.8-3 1.2-3.6-1.2-3.6 1.2-1.2 3.6 1.2 2.4h2.4l1.2-1.2 1.2 1.2v2.9c-.4 0-.8.1-1.2.1C9.1 28.5 3.5 22.9 3.5 16c0-1.2.2-2.4.5-3.6h1.2V9.6c.4-.7.9-1.4 1.4-2l.5-.4z"/> <path d="M13.6 10h1.2v2.4h-1.2z"/> </symbol> <symbol id="icon-table" viewbox="0 0 32 32"> <path d="M1.9 5.9v20.3h28.2V5.9H1.9Zm25.9 2.2v3.5l-23.6-.2V8.1h23.6ZM11.7 19.5v-3h7.9v3.1h-7.9Zm8 1.1v3.3h-7.9v-3.3h7.9Zm-.1-8v3h-7.8v-3h7.8Zm-8.9 2.9H4.2v-3h6.5v3Zm-6.5 1h6.5v3H4.2v-3Zm16.4.1h7.2v3h-7.2v-3Zm0-1v-3h7.2v3h-7.2ZM4.2 20.5h6.5v3.4H4.2v-3.4Zm16.5 3.3v-3.2h7.1v3.2h-7.1Z"/> </symbol> </defs> </svg> <div class="iis-site" id="site" data-namespace="iis-"> <div class="iis-site__header" id="siteHeader"> <div class="u-position-relative"> <header class="iis-o-header"> <div class="wrapper"> <div class="row justify-content-between align-items-center flex-nowrap"> <div class="grid-auto"> <a class="iis-o-header__logo-link" href="https://internetstiftelsen.se"> <span class="iis-o-header__logo"> <svg class="iis-logotype"> <use xlink:href="#logotype-default"></use> </svg> </span> <span class="u-visuallyhidden">To startpage</span> </a> </div> <div class="grid"> <nav class="iis-a-main-menu" id="siteNav" aria-label="Main menu"> <ul class="iis-a-main-menu__list"> <li id="menu-item-117380" class="iis-a-main-menu__list__item u-hidden-mobile iis-a-main-menu__list__item--top-level"><a href="https://internetstiftelsen.se/en/domains/" class="iis-a-main-menu__list__link is-top-level"><span class="iis-a-main-menu__list__text">Domains</span></a></li> <li id="menu-item-117379" class="iis-a-main-menu__list__item u-hidden-mobile iis-a-main-menu__list__item--top-level"><a href="https://internetstiftelsen.se/dns-labs/" class="iis-a-main-menu__list__link is-ancestor is-top-level"><span class="iis-a-main-menu__list__text">DNS-Labs</span></a></li> <li id="menu-item-117381" class="iis-a-main-menu__list__item u-hidden-mobile iis-a-main-menu__list__item--top-level"><a href="https://internetstiftelsen.se/en/about-us/" class="iis-a-main-menu__list__link is-top-level"><span class="iis-a-main-menu__list__text">About us</span></a></li> <li id="menu-item-117382" class="iis-a-main-menu__list__item u-hidden-mobile iis-a-main-menu__list__item--top-level"><a href="/" class="iis-a-main-menu__list__link is-top-level"><span class="iis-a-main-menu__list__text">Svenska</span></a></li> <li class="iis-a-main-menu__list__item u-hide-md" id="readspeakerMenuItem"> <div id="readspeaker_button1" class="rs_skip rsbtn rs_preserve"> <a rel="nofollow" id="readspeakerBtn" accesskey="L" class="rsbtn_play iis-a-main-menu__list__link is-top-level" aria-describedby="readspeaker-info" href="//app-eu.readspeaker.com/cgi-bin/rsent?customerid=10645&lang=en_US&voice=Maja&readclass=iis-site__main&url=https://internetstiftelsen.se/dns-labs/tech/"> <span class="iis-a-main-menu__list__text rsbtn_left rsimg rspart"><span class="rsbtn_text"><span>Listen</span></span></span> <div class="iis-a-button iis-a-button--standalone-icon iis-a-button--icon u-p-0"> <svg class="icon iis-a-button__icon "> <use xlink:href="#icon-speaker"></use> </svg> </div> <span class="u-visuallyhidden" id="readspeaker-info">Lyssna på sidans text med ReadSpeaker</span> </a> </div> </li> <li class="iis-a-main-menu__list__item u-hide-md"> <span class="iis-a-main-menu__list__button"> <a href="/en/search-domains/" class="iis-a-main-menu__list__link iis-a-main-menu__list__search-link u-p-r-3 "> <span class="iis-a-main-menu__list__text"> Search domain </span> <svg class="icon iis-a-button__icon "> <use xlink:href="#icon-search-domain" fill="#1f2a36"></use> </svg> </a> </span> </li> <li class="iis-a-main-menu__list__item u-hide-md"> <span class="iis-a-main-menu__list__button"> <a href="/en/search/" class="iis-a-main-menu__list__link iis-a-main-menu__list__search-link u-p-r-3 "> <span class="iis-a-main-menu__list__text"> Search </span> <svg class="icon iis-a-button__icon "> <use xlink:href="#icon-search" fill="#1f2a36"></use> </svg> </a> </span> </li> <li class="iis-a-main-menu__list__item"> <button type="button" class="iis-a-main-menu__list__link js-toggle-mega-menu" aria-expanded="false" aria-controls="megaMenu" data-toggle-target="menu-btn-text" data-toggle-text="Menu|Close"> <span class="iis-a-main-menu__list__text" id="menu-btn-text">Menu</span> <div class="iis-icon-hamburger"></div> </button> </li> </ul> </nav> </div> </div> </div> </header> <div class="wrapper-fluid background-snow iis-o-domain-search" id="domain-search" aria-hidden="true"> <div class="wrapper u-p-x-0"> <div class="grid"> <form method="post" action="/en/search-domains/" id="iis-menu-domain-form" role="search" novalidate> <div class="grid display-flex u-p-x-0"> <label for="" class="u-visuallyhidden">Search available .se or .nu domain</label> <input name="domain" type="url" class="iis-o-domain-search__input js-search-domain-input" placeholder="Search for .se- or .nu-domain"> <button class="iis-a-button iis-a-button iis-a-button--large iis-o-domain-search__submit"> <span class="iis-a-button__text">Search domain</span> </button> <input type="hidden" id="iis-search-domain-nonce" name="iis-search-domain-nonce" value="c833abd374" /><input type="hidden" name="_wp_http_referer" value="/dns-labs/tech/" /> </div> </form> <div class="row iis-o-domain-search__list-container"> <div class="grid"> <ul class="iis-o-domain-search__list u-list-clean row"> <li class="grid-18 grid-md-9 grid-xl-4"><a class="color-cyberspace" href="/en/how-to-register-a-domain-name/">How to register a domain</a></li> <li class="grid-18 grid-md-9 grid-xl-4"><a class="color-cyberspace" href="/en/how-to-register-a-domain-name/contact-your-customer-service/">Change my customer information</a></li> <li class="grid-18 grid-md-9 grid-xl-4"><a class="color-cyberspace" href="/en/search-domains/">Find out who owns a domain name</a></li> <li class="grid-18 grid-md-9 grid-xl-4"><a class="color-cyberspace" href="/en/registrars/">Find domain name retailers</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="wrapper-fluid iis-o-mega-menu color-jade-light js-menu-toggles" aria-hidden="true" id="megaMenu"> <ul class="iis-o-mega-menu__buttons-list js-search-toggles"> <li class="iis-o-mega-menu__buttons-list__item color-jade"> <button type="button" data-a11y-toggle="domain-search-in-mega-menu" class="iis-o-mega-menu__buttons-list__link color-jade"> <svg class="icon"> <use xlink:href="#icon-search-domain"></use> </svg> <span class="color-cyberspace u-display-inline-block u-p-x-1">Search domain</span> </button> </li> <li class="iis-o-mega-menu__buttons-list__item color-jade"> <button type="button" data-a11y-toggle="site-search" class="iis-o-mega-menu__buttons-list__link color-jade"> <svg class="icon"> <use xlink:href="#icon-search"></use> </svg> <span class="color-cyberspace u-display-inline-block u-p-x-1">Search information</span> </button> </li> </ul> <div id="domain-search-in-mega-menu" class="iis-o-mega-menu__search-container color-jade"> <form method="post" action="/en/search-domains/" role="search" novalidate> <div class="wrapper"> <div class="display-flex align-items-center"> <div class="grid display-flex u-p-x-0"> <label for="domain-search-input" class="u-visuallyhidden">Search domain</label> <input name="domain" type="url" class="iis-o-search__input iis-o-domain-search__input js-search-domain-input color-cyberspace" autocomplete="off" placeholder="Search for .se- or .nu-domain" id="domain-search-input"> <button type="submit" class="iis-a-button iis-a-button--secondary u-p-x-2 u-flex-grow-1 u-flex-shrink-0" id="iis-o-domain-search-submit"> <span class="iis-a-button__text u-nowrap">Search domain</span> </button> <input type="hidden" id="iis-search-domain-nonce" name="iis-search-domain-nonce" value="c833abd374" /><input type="hidden" name="_wp_http_referer" value="/dns-labs/tech/" /> </div> </div> </div> </form> </div> <div id="site-search" class="iis-o-mega-menu__search-container color-jade"> <form role="search" method="get" action="/en/search/"> <div class="wrapper"> <div class="display-flex align-items-center"> <div class="grid display-flex u-p-x-0"> <label for="site-search-input" class="u-visuallyhidden">search internetstiftelsen.se</label> <input type="search" name="s" id="site-search-input" class="iis-o-search__input js-search-domain-input color-cyberspace" value="" placeholder="Search internetstiftelsen.se" aria-describedby="number-of-hits" id=""> <button type="submit" class="iis-a-button a-button--secondary u-p-x-2 u-flex-grow-1 u-flex-shrink-0" id="search-submit"> <span class="iis-a-button__text u-nowrap">Search</span> </button> </div> </div> </div> </form> </div> <nav class="wrapper iis-o-mega-menu__wrapper color-jade js-item-toggles" aria-label="Mega menu"> <div class="row align-items-start"> <div class="grid-18 grid-lg iis-o-mega-menu__column"> <div class="iis-o-mega-menu__topic color-jade"> <a href="https://internetstiftelsen.se/domaner/" class="iis-o-mega-menu__link iis-o-mega-menu__link--large menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Domäner</a> <button class="iis-a-button iis-a-button--standalone-icon iis-o-mega-menu__topic-button color-jade" data-a11y-toggle="domaner" data-toggle-target="domaner-text" data-toggle-text="Show submenu for Domäner|Hide submenu for Domäner" id="a11y-toggle-domaner" aria-controls="domaner" aria-expanded="false"> <span class="iis-a-button__text" id="domaner-text">Show submenu for Domäner</span> <svg class="iis-icon iis-a-button__icon"><use xlink:href="#icon-arrow-down"></use></svg> </button> </div><dl class="iis-o-mega-menu__list color-jade" id="domaner"><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/sok-doman/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Sök domän</a></dt><dl class="iis-o-mega-menu__list color-jade" id="sok-doman"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/registrera-ett-domannamn/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Registrera ett domännamn</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kontakta-din-kundtjanst/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Ändra mina befintliga uppgifter</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/sok-doman/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Ta reda på ägaren av ett domännamn</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/registrera-ett-domannamn/aterforsaljare/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Återförsäljare</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/domannamn-vad-ar-det/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Domännamn – vad är det?</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/vem-tar-ansvar-for-innehall-pa-natet/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Vem tar ansvar för innehåll på nätet?</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/oseriosa-metoder/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Oseriösa metoder</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/tvistlosning/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Tvistlösning</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/domannamnsbranschen/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">För domännamnsbranschen</a></dt><dl class="iis-o-mega-menu__list color-jade" id="for-domannamnsbranschen"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/domannamnsbranschen/domanstatistik/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Domänstatistik</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/domannamnsbranschen/teknik/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Teknik</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/domaner/domannamnsbranschen/bli-registrar/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Bli registrar</a></dd></dl></div><div class="grid-18 grid-lg iis-o-mega-menu__column"> <div class="iis-o-mega-menu__topic color-jade"> <a href="https://internetstiftelsen.se/kunskap/" class="iis-o-mega-menu__link iis-o-mega-menu__link--large menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Kunskap</a> <button class="iis-a-button iis-a-button--standalone-icon iis-o-mega-menu__topic-button color-jade" data-a11y-toggle="kunskap" data-toggle-target="kunskap-text" data-toggle-text="Show submenu for Kunskap|Hide submenu for Kunskap" id="a11y-toggle-kunskap" aria-controls="kunskap" aria-expanded="false"> <span class="iis-a-button__text" id="kunskap-text">Show submenu for Kunskap</span> <svg class="iis-icon iis-a-button__icon"><use xlink:href="#icon-arrow-down"></use></svg> </button> </div><dl class="iis-o-mega-menu__list color-jade" id="kunskap"><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-alla/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">För alla</a></dt><dl class="iis-o-mega-menu__list color-jade" id="for-alla"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/nyheter/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Nyheter</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-alla/vara-poddar/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Våra poddar</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetkunskap.se/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-custom menu-item-object-custom">Internetkunskap</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://www.internetmuseum.se" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-custom menu-item-object-custom">Internetmuseum</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-alla/digital-delaktighet/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Digital delaktighet</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://www.bredbandskollen.se/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-custom menu-item-object-custom">Bredbandskollen</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-skolan/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">För skolan</a></dt><dl class="iis-o-mega-menu__list color-jade" id="for-skolan"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://digitalalektioner.se" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-custom menu-item-object-custom">Digitala lektioner</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-skolan/fortbildning-for-pedagoger/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Fortbildning för pedagoger</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-samhallet/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">För samhället</a></dt><dl class="iis-o-mega-menu__list color-jade" id="for-samhallet"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://svenskarnaochinternet.se" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-custom menu-item-object-custom">Svenskarna och internet</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-samhallet/identitets-och-behorighetsfederationer/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Identitets- och behörighetsfederationer</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-samhallet/oppna-data/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Öppna data</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/kunskap/for-samhallet/internetstiftelsen-stottar/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Internetstiftelsen stöttar</a></dd></dl></div><div class="grid-18 grid-lg iis-o-mega-menu__column"> <div class="iis-o-mega-menu__topic color-jade"> <a href="https://internetstiftelsen.se/motesplatser/" class="iis-o-mega-menu__link iis-o-mega-menu__link--large menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Mötesplatser</a> <button class="iis-a-button iis-a-button--standalone-icon iis-o-mega-menu__topic-button color-jade" data-a11y-toggle="motesplatser" data-toggle-target="motesplatser-text" data-toggle-text="Show submenu for Mötesplatser|Hide submenu for Mötesplatser" id="a11y-toggle-motesplatser" aria-controls="motesplatser" aria-expanded="false"> <span class="iis-a-button__text" id="motesplatser-text">Show submenu for Mötesplatser</span> <svg class="iis-icon iis-a-button__icon"><use xlink:href="#icon-arrow-down"></use></svg> </button> </div><dl class="iis-o-mega-menu__list color-jade" id="motesplatser"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetdagarna.se" class="iis-o-mega-menu__link menu-item menu-item-type-custom menu-item-object-custom">Internetdagarna</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://www.goto10.se/" class="iis-o-mega-menu__link menu-item menu-item-type-custom menu-item-object-custom">Goto 10</a></dd></dl></div><div class="grid-18 grid-lg iis-o-mega-menu__column"> <div class="iis-o-mega-menu__topic color-jade"> <a href="https://internetstiftelsen.se/om-oss/" class="iis-o-mega-menu__link iis-o-mega-menu__link--large menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Om oss</a> <button class="iis-a-button iis-a-button--standalone-icon iis-o-mega-menu__topic-button color-jade" data-a11y-toggle="om-oss" data-toggle-target="om-oss-text" data-toggle-text="Show submenu for Om oss|Hide submenu for Om oss" id="a11y-toggle-om-oss" aria-controls="om-oss" aria-expanded="false"> <span class="iis-a-button__text" id="om-oss-text">Show submenu for Om oss</span> <svg class="iis-icon iis-a-button__icon"><use xlink:href="#icon-arrow-down"></use></svg> </button> </div><dl class="iis-o-mega-menu__list color-jade" id="om-oss"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/vi-ar-internetstiftelsen/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Vi är Internetstiftelsen</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/kontakt/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Kontakt</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="/om-webbplatsen/integritetspolicy-for-besokare-pa-internetstiftelsens-webbplatser/" class="iis-o-mega-menu__link menu-item menu-item-type-custom menu-item-object-custom">Integritetspolicy</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/press/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page">Press</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://jobb.internetstiftelsen.se" class="iis-o-mega-menu__link menu-item menu-item-type-custom menu-item-object-custom">Jobba hos oss</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Mer om oss</a></dt><dl class="iis-o-mega-menu__list color-jade" id="mer-om-oss"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/organisation/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Organisation</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/organisation/vision-och-varderingar/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Vision och värderingar</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/vart-hallbarhetsarbete/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Vårt hållbarhetsarbete</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/vart-kvalitetsarbete/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Vårt kvalitetsarbete</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/arsredovisningar/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Årsredovisningar</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/om-oss/mer-om-oss/remisser/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Remisser</a></dd></dl></div><div class="grid-18 grid-lg iis-o-mega-menu__column"> <div class="iis-o-mega-menu__topic color-jade"> <a href="https://internetstiftelsen.se/en/" class="iis-o-mega-menu__link iis-o-mega-menu__link--large menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current_page_ancestor menu-item-has-children is-current-ancestor">English</a> <button class="iis-a-button iis-a-button--standalone-icon iis-o-mega-menu__topic-button color-jade" data-a11y-toggle="english" data-toggle-target="english-text" data-toggle-text="Show submenu for English|Hide submenu for English" id="a11y-toggle-english" aria-controls="english" aria-expanded="false"> <span class="iis-a-button__text" id="english-text">Show submenu for English</span> <svg class="iis-icon iis-a-button__icon"><use xlink:href="#icon-arrow-down"></use></svg> </button> </div><dl class="iis-o-mega-menu__list color-jade" id="english"><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/domains/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">Domains</a></dt><dl class="iis-o-mega-menu__list color-jade" id="domains"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/domains/how-to-register-a-domain-name/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Register a domain name</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/domains/dispute-resolution/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Dispute resolution</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/project-internet-access/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Project Internet access</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/domains/tech-tools/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Tech tools</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/about-us/" class="iis-o-mega-menu__link menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children">About us</a></dt><dl class="iis-o-mega-menu__list color-jade" id="about-us"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/about-us/we-are-the-swedish-internet-foundation/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">We are The Swedish Internet Foundation</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/about-us/contact/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Contact</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/about-this-website/privacy-policy/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Privacy policy</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/en/about-us/press/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Press</a></dd><dt class="iis-o-mega-menu__list__topic color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/" class="iis-o-mega-menu__link iis-o-mega-menu__link--special menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor current-menu-ancestor current-menu-parent current-page-parent current_page_parent current_page_ancestor menu-item-has-children is-current-ancestor is-current-parent">DNS-Labs</a></dt><dl class="iis-o-mega-menu__list color-jade" id="dns-labs"><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/about-dns-labs/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">About DNS-Labs</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/projects/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Projects</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/education/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Education</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/collaborate/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Collaborate</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/community/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page">Community</a></dd><dd class="iis-o-mega-menu__list__item color-jade-medium-dark"><a href="https://internetstiftelsen.se/dns-labs/tech/" class="iis-o-mega-menu__link iis-o-mega-menu__link--sub-level menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-116567 current_page_item is-current">Tech articles</a></dd></dl></div> </div> </nav> <ul class="iis-o-mega-menu__buttons-list"> <li class="iis-o-mega-menu__buttons-list__item color-jade"> <span id="readspeaker_button2" class="rs_skip rsbtn rs_preserve"> <button type="button" accesskey="L" class="iis-o-mega-menu__buttons-list__link color-jade-light js-close-mega-menu" aria-describedby="readspeaker-info"> <svg class="icon"> <use xlink:href="#icon-speaker"></use> </svg> <span class="color-cyberspace">Listen</span> </button> </span> </li> <li class="iis-o-mega-menu__buttons-list__item color-jade"> <a href="/en/about-us/contact/" class="iis-o-mega-menu__buttons-list__link color-jade-light"> <svg class="icon"> <use xlink:href="#icon-headset"></use> </svg> <span class="color-cyberspace">Contact</span> </a> </li> </ul> </div> </div> <div class="iis-site__main" id="siteMain"> <div class="background-snow"> <div class="wrapper"> <div class="iis-site__breadcrumbs"> <nav class="rs_skip" aria-label="Breadcrumbs"> <ol class="iis-m-breadcrumb"> <li class="iis-m-breadcrumb__item"> <a href="/" class="iis-m-breadcrumb__link"> Home </a> <svg class="iis-icon"> <use xlink:href="#icon-arrow-forwards"></use> </svg> </li> <li class="iis-m-breadcrumb__item"> <a href="https://internetstiftelsen.se/dns-labs/" class="iis-m-breadcrumb__link">DNS-Labs</a> <svg class="iis-icon"> <use xlink:href="#icon-arrow-forwards"></use> </svg> </li> <li class="iis-m-breadcrumb__item"> <span class="iis-m-breadcrumb__link" aria-current="page">Tech articles</span> <svg class="iis-icon"> <use xlink:href="#icon-arrow-forwards"></use> </svg> </li> </ol> </nav> </div> </div> </div> <div class="iis-site__main__content"> <div class="iis-section iis-section--tight"> <main role="main" class="wrapper"> <div class="row"> <div class="grid-18 grid-lg-12"> <div class="iis-o-search"> <div class="iis-o-search-result"> <ul class="iis-o-search-result__list"> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/it-is-time-for-yearly-clean-up-of-your-domain/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-887x514.jpg.webp 887w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-8x5.jpg.webp 8w" sizes="(max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-500x290.jpg" alt="Lego-skrivbord och pixelhjärta" decoding="async" fetchpriority="high" srcset="https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-887x514.jpg 887w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2024/03/skrivbord-internethjarta-8x5.jpg 8w" sizes="(max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/it-is-time-for-yearly-clean-up-of-your-domain/" class="iis-o-search-result__item__link">It is time for yearly clean-up of your domain!</a></h1> <p>It is more common to have routines for adding new functions than for cleaning-up old ones that are not in use anymore. Time for clean-up!</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/mapping-the-dnssec-quality-of-dnssec-secured-se-domains/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-8x5.jpg.webp 8w" sizes="(max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-500x290.jpg" alt="Hans typing on keyboard" decoding="async" srcset="https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2021/03/kpa-7883-dns-nerd-2021-8x5.jpg 8w" sizes="(max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/mapping-the-dnssec-quality-of-dnssec-secured-se-domains/" class="iis-o-search-result__item__link">Mapping the DNSSEC Quality of DNSSEC Secured .se Domains</a></h1> <p>The material presented in this article is taken from Thomas Ido's thesis "Mapping the DNSSEC Quality of DNSSEC Secured .se Domains"</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/take-a-university-course-in-dns-remotely-this-autumn/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-8x5.jpg.webp 8w" sizes="(max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-500x290.jpg" alt="Man talar och pekar på presentation under Internetstiftelsens DNS-kurs 2019." decoding="async" srcset="https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2021/03/kth-kurs-om-dns-mats-8x5.jpg 8w" sizes="(max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/take-a-university-course-in-dns-remotely-this-autumn/" class="iis-o-search-result__item__link">Take a university course in DNS remotely this autumn</a></h1> <p>It is now possible to apply for a university course in DNS provided by The Swedish Internet Foundation at KTH Royal Institute of Technology. The course provides basic and detailed knowledge of DNS and DNS protocols, including DNSSEC and IDN. The course is aimed at professionals.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/a-german-in-the-netherlands-on-an-exchange-experience-in-sweden/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-500x290.jpg" alt="internetstiftelsens hjärta i mossa" decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2019/01/puff_jobb-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/a-german-in-the-netherlands-on-an-exchange-experience-in-sweden/" class="iis-o-search-result__item__link">A German in the Netherlands on an exchange experience in Sweden</a></h1> <p>Moritz Müller is a research engineer at SIDN, the registry of the Dutch country code top-level domain. But for three months he is working in Stockholm at The Swedish Internet Foundation, which was made possible through a close collaboration within the CENTR community.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/what-to-look-for-in-a-quality-dns-service/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--500x290.jpg" alt="En hand som håller ett klistermärke som det står "it's always DNS" på." decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2022/05/kpa-7149-dns-labs-2021-2--8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/what-to-look-for-in-a-quality-dns-service/" class="iis-o-search-result__item__link">What to Look for in a Quality DNS Service</a></h1> <p>Internetstiftelsen and Netnod joint forces in order to outline some of the critical elements you should look for when setting up or procuring a DNS service for an enterprise .</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/se-first-tld-to-support-csyn/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-500x290.jpg" alt="Tangentbord i två delar med sladdar emellan." decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2022/04/hallbarhet2020-internetstiftelsen-hog-9-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/se-first-tld-to-support-csyn/" class="iis-o-search-result__item__link">.SE – first TLD to support CSYNC</a></h1> <p>The Swedish Internet Foundation has been a big supporter of DNSSEC from the beginning. .SE was the first TLD to be DNSSEC signed back in 2005, long before the root. Now we continue to innovate and allow DNS operators to update registry data with the help of DNSSEC.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/easier-handling-of-records-with-automated-dnssec-provisioning/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-500x290.jpg" alt="En man jobbar på en bärbar dator stående vid ett bord bredvid en krukväxt" decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2021/09/dns-labs-dns-dnssec-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/easier-handling-of-records-with-automated-dnssec-provisioning/" class="iis-o-search-result__item__link">Easier handling of records with automated DNSSEC provisioning</a></h1> <p>DNSSEC is currently enabled for almost half of the .se zone, and slightly less than that for .nu. To reach the other half of the “market”, DNSSEC needs to be more accessible. That is why we now add a new and easier method of updating records.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/the-swedish-internet-foundation-provides-postgraduate-research-scholarship/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-500x290.jpg" alt="Fyra män sitter i ett konferensrum med sina laptops" decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2021/04/alx7875-dns-labs-2021-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/the-swedish-internet-foundation-provides-postgraduate-research-scholarship/" class="iis-o-search-result__item__link">The Swedish Internet Foundation provides Postgraduate Research scholarship</a></h1> <p>The Swedish Internet Foundation and DNS-Labs will provide a Postgraduate Research scholarship at Karlstad University to research DNS. This initiative is an unique opportunity to collaborate with one of the leading scientific and educational institutions in Sweden.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/solving-the-decade-old-problem-with-multi-signer-dnssec/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-500x290.jpg" alt="Två händer jobbar med DNS på ett tangentbord" decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2021/03/multisigner-dnssec-dns-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/solving-the-decade-old-problem-with-multi-signer-dnssec/" class="iis-o-search-result__item__link">Solving the decade-old problem with Multi-Signer DNSSEC</a></h1> <p>The Swedish Internet Foundation has for the last couple of months been working together with Shumon Huque of Salesforce, and the Internet pioneer Steve Crocker. Together they are solving the problem with multi-signer DNSSEC.</p> </div> </div> </article> </li> <li class="iis-o-search-result__item iis-o-search-result__item--article"> <article class="row"> <div class="grid-18 grid-md-4"> <a href="https://internetstiftelsen.se/dns-labs/tech/the-swedish-internet-foundation-offers-a-unique-dns-class-at-kth/"> <picture> <source type="image/webp" srcset="https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-500x290.jpg.webp 500w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-700x406.jpg.webp 700w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-726x420.jpg.webp 726w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-8x5.jpg.webp 8w" sizes="auto, (max-width: 500px) 100vw, 500px"/> <img width="500" height="290" src="https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-500x290.jpg" alt="Magnifying glass investigating computer screen" decoding="async" loading="lazy" srcset="https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-500x290.jpg 500w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-700x406.jpg 700w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-726x420.jpg 726w, https://internetstiftelsen.se/app/uploads/2020/05/kpa-5875-internetstiftelsen-2020-8x5.jpg 8w" sizes="auto, (max-width: 500px) 100vw, 500px" class="iis-o-search-result__image iis-o-search-result__image--article wp-post-image"/> </picture> </a> </div> <div class="grid-18 grid-md-14"> <div class="iis-o-search-result__item__content"> <h1 class="beta"><a href="https://internetstiftelsen.se/dns-labs/tech/the-swedish-internet-foundation-offers-a-unique-dns-class-at-kth/" class="iis-o-search-result__item__link">The Swedish Internet Foundation offers a unique DNS class at KTH</a></h1> <p>The third round of the class covering the internet’s domain name system, DNS, at the Royal Institute of Technology, KTH, started in January 2021. The class is a cooperation between KTH and the Swedish Internet Foundation.</p> </div> </div> </article> </li> </ul> </div> <div class="iis-o-search__padded iis-o-search__border"> <div class="iis-a-paging-wrapper"> <span class="iis-a-paging-wrapper__text"> page 1 of 3 </span> <a href="https://internetstiftelsen.se/dns-labs/tech/page/2/" class="iis-a-paging"> <span class="u-visuallyhidden">Next page</span> <svg class="iis-icon iis-a-paging__icon"> <use xlink:href="#icon-arrow-forwards"></use> </svg> </a> </div> </div> </div> </div> <aside class="grid-18 grid-lg-6"> <nav class="rs_skip " id="pageSubmenu" aria-label="Submenu"><dl class="iis-m-submenu" data-responsive="xs:article,lg:pageSubmenu"><dt class="iis-m-submenu__title"><a href="https://internetstiftelsen.se/dns-labs/" class="iis-m-submenu__title__link"><span>DNS-Labs</span></a></dt><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/about-dns-labs/" class="iis-m-submenu__item__link"><span>About DNS-Labs</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/projects/" class="iis-m-submenu__item__link"><span>Making the internet safer</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/education/" class="iis-m-submenu__item__link"><span>Educating about DNS</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/collaborate/" class="iis-m-submenu__item__link"><span>Collaborate with DNS-Labs</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/community/" class="iis-m-submenu__item__link"><span>Working in the community</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/zonemaster/" class="iis-m-submenu__item__link"><span>Zonemaster</span></a></dd><dd class="iis-m-submenu__item"><a href="https://internetstiftelsen.se/dns-labs/tech/" class="iis-m-submenu__item__link is-current"><span>Tech articles</span></a></dd></dl></nav> </aside> </div> </main> </div> </div> <section class="iis-o-mailchimp iis-o-mailchimp--static" id="newsletter" data-iis-mailman="iis-mailman-static-form" > <div class="wrapper"> <div class="iis-o-mailchimp__wrapper"> <div class="row flex-row-reverse iis-o-mailchimp__close"> <button type="button" class="iis-a-button iis-a-button--transparent iis-a-button--icon js-close-mailman-popup" aria-controls="iis-mailman-static-form"> <span class="iis-a-button__text">Close</span> <svg class="iis-icon iis-a-button__icon"> <use xlink:href="#icon-close"></use> </svg> </button> </div> <div class="row flex-row-reverse iis-o-mailchimp__row-bottom"> <div class="iis-o-mailchimp__image-container grid-18 grid-lg-10"> <img class="iis-o-mailchimp__image" src="https://internetstiftelsen.se/app/uploads/2021/03/kpa-5875-internetstiftelsen-2020-1.jpg" /> </div> <div class="iis-o-mailchimp__content grid-18 grid-lg-8"> <h1 class="iis-o-mailchimp__headline">Join the DNS mailing list</h1> <p class="iis-o-mailchimp__preamble">ns.se (former DNS Reference Group) is our forum where you can share knowledge and discuss questions about DNS. Join by signing up for the mailing list here.</p> <form action="./" method="post"> <div class="iis-m-form-control row"> <div class="iis-m-form__row grid-18 grid-lg-14 grid-md-10 u-m-b-2"> <div class="field-group"> <label for="email" class="a-label u-visuallyhidden">Your email address</label> <input type="email" class="iis-a-input js-iis-mailman-email" name="email" placeholder="Your email address" required/> </div> </div> <div class="iis-m-form__row grid-18 grid-lg-14 grid-md-10"> <div class="iis-o-mailchimp__policy"> <fieldset class="field-group"> <legend class="u-visuallyhidden">I have read and accept the privacy policy</legend> <div class="iis-checkbox"> <input id="pa-static" name="policy-agree" class="iis-o-mailchimp__policy-agree iis-a-checkbox u-visuallyhidden" data-iis-mailman-policy-agree type="checkbox" value="1" /> <label for="pa-static" class="u-p-r-0"> <span>I have read and understood <a class="u-link" href="https://internetstiftelsen.se/en/about-this-website/privacy-policy-for-visitors-to-the-swedish-internet-foundations-websites/" target="_blank">the privacy policy</a> and consent to the processing of my personal data.</span> </label> </div> </fieldset> </div> </div> </div> <input type="text" name="hname" class="iis-mailchimp__hname-field is-hidden" placeholder="Leave this field empty" /> <button type="submit" disabled class="iis-a-button js-iis-mailman-btn has-loader u-m-t-2"> <span class="iis-a-button__text">Subscribe</span> <svg class="icon iis-a-button__spinner"> <use xlink:href="#icon-spinner-white"></use> </svg> </button> <div class="iis-m-alert u-m-t-2 u-m-b-0 is-hidden" data-mailman-result></div> </form> </div> </div> </div> </div> </section> </div> <div class="wrapper-fluid"> <footer class="iis-o-footer" id="siteFooter"> <div class="row"> <div class="grid-18 iis-o-footer__info"> <div class="row"> <div class="grid-18 grid-lg-9 iis-o-footer__info__freetext"> <p>Internetstiftelsen är en oberoende, affärsdriven och allmännyttig organisation. Vi verkar för ett internet som bidrar positivt till människan och samhället. Vi ansvarar för internets svenska toppdomän .se och sköter drift och administration av toppdomänen .nu. Intäkterna från affärsverksamheten finansierar en rad satsningar i syfte att möjliggöra att människor kan nyttja internet på bästa sätt, och stimulera kunskapsdelning och innovation med inriktning på internet.</p> </div> <div class="grid-18 grid-lg-9 iis-o-footer__info__contact"> <div class="row iis-o-footer__info__contact__row-first"> <div class="grid-md-9 grid-lg-18 grid-xl-9 grid-18 iis-o-footer__info__address1"> <ul class="u-list-clean iis-o-footer__info__contact__address"> <li class="iis-o-footer__info__contact__address__li">Internetstiftelsen</li> <li class="iis-o-footer__info__contact__address__li">Hammarby Kaj 10D</li> <li class="iis-o-footer__info__contact__address__li">Box 92073</li> <li class="iis-o-footer__info__contact__address__li">120 07 Stockholm</li> </ul> </div> <div class="grid-md-9 grid-lg-18 grid-xl-9 grid-18 iis-o-footer__info__address2"> <ul class="u-list-clean iis-o-footer__info__contact__address"> <li class="iis-o-footer__info__contact__address__li">E-post: <a class="iis-o-footer__link" href="mailto:info@internetstiftelsen.se">info@internetstiftelsen.se</a></li> <li class="iis-o-footer__info__contact__address__li">Telefon: <a class="iis-o-footer__link" href="tel:084523500">08-452 35 00</a></li> <li class="iis-o-footer__info__contact__address__li">Organisationsnummer: 802405-0190</li> </ul> </div> </div> <div class="row iis-o-footer__info__contact__row-second"> <div class="grid-19 grid-md-9 iis-o-footer__info__ISO"> <img width="54" height="67" src="https://internetstiftelsen.se/app/themes/internetstiftelsen/images/ISO_27001_2022_black_TM.svg" class="iis-o-footer__external-logo" alt="Certifierade enligt ISO/IEC 27001:2022"> <span>Certifierade enligt ISO/IEC<br>27001:2022</span> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="grid-18 iis-o-footer__logotypes"> <div class="row"> <div class="iis-o-footer__logotypes__item"> <a href="https://svenskarnaochinternet.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Svenskarna och internet" src="https://static.internetstiftelsen.se/images/logotypes/svenskarna-och-internet.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Svenskarna och internet</h2> <span>En årlig studie av svenska folkets internetvanor</span> </div> </div> </a> </div> <div class="iis-o-footer__logotypes__item"> <a href="https://internetdagarna.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Internetdagarna" src="https://static.internetstiftelsen.se/images/logotypes/internetdagarna.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Internetdagarna</h2> <span>Internetdagarna är en konferens som arrangeras av Internetstiftelsen</span> </div> </div> </a> </div> <div class="iis-o-footer__logotypes__item"> <a href="https://www.goto10.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Goto 10" src="https://static.internetstiftelsen.se/images/logotypes/goto-10.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Goto 10</h2> <span>Goto 10 är en start- och mötesplats för internetrelaterade frågor som drivs av Internetstiftelsen</span> </div> </div> </a> </div> <div class="iis-o-footer__logotypes__item"> <a href="https://www.internetmuseum.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Internetmuseum" src="https://static.internetstiftelsen.se/images/logotypes/internetmuseum.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Internetmuseum</h2> <span>Ett digitalt museum som byggts, och kureras av Internetstiftelsen</span> </div> </div> </a> </div> <div class="iis-o-footer__logotypes__item"> <a href="https://digitalalektioner.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Digitala lektioner" src="https://static.internetstiftelsen.se/images/logotypes/digitala-lektioner.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Digitala lektioner</h2> <span>Öppen digital lärresurs med färdiga lektioner för alla stadier i grundskolan</span> </div> </div> </a> </div> <div class="iis-o-footer__logotypes__item"> <a href="https://internetkunskap.se" class="iis-o-footer__logotypes__item__link" target="_blank" rel="noopener"> <div class="iis-o-footer__logotypes__item__inner"> <div class="iis-o-footer__logotypes__item__front"> <img class="iis-o-footer__logotype" alt="Internetkunskap" src="https://static.internetstiftelsen.se/images/logotypes/internetkunskap.svg"> </div> <div class="iis-o-footer__logotypes__item__back"> <h2>Internetkunskap</h2> <span>Samlad kunskap som hjälper dig att bli en säker och medveten internetanvändare</span> </div> </div> </a> </div> </div> </div> </div> <div class="row"> <div class="u-p-y-1 iis-o-footer__bottom-links"> <nav> <ul class="u-list-clean display-flex"> <li class="u-p-x-1"><a href="https://internetstiftelsen.se/om-webbplatsen/" class="iis-o-footer__link iis-o-footer__about-link">Om webbplatsen</a></li> <li class="u-p-x-1"><a href="https://internetstiftelsen.se/om-webbplatsen/om-kakor/" class="iis-o-footer__link iis-o-footer__about-link">Om kakor</a></li> <li class="u-p-x-1"><button id="ot-sdk-btn" class="iis-o-footer__link iis-o-footer__about-link ot-sdk-show-settings">Anpassa kakor</button></li> </ul> </nav> </div> </div> </footer> </div> <div class="iis-o-podcast-player iis-o-podcast-player--hidden js-podcast"> <div class="wrapper"> <div class="row justify-content-between align-items-center"> <img src="https://ssl-static.libsyn.com/p/assets/a/9/6/5/a9653e010511f97e/internetpodden-logo.png" class="iis-o-podcast-player__player__image js-image" alt="false"> <div class="iis-o-podcast-player__player"> <div class="iis-o-podcast-player__player__show-info"> <header class="iis-o-podcast-player__title color-ruby js-title"></header> <div class="display-flex align-items-center"> <time class="iis-o-podcast-player__playtime js-duration"></time> <span class="iis-o-podcast-player__spacer">-</span> <div class="iis-o-podcast-player__description js-description"></div> </div> </div> <div class="iis-o-podcast-player__controls"> <button type="button" class="iis-o-podcast-player__button js-step-backward" title="Back 15 seconds"> <span class="u-visuallyhidden">Back 15 seconds</span> <svg class="icon iis-o-podcast-player__rewind-icon"> <use xlink:href="#icon-backward-15"></use> </svg> </button> <button type="button" class="iis-o-podcast-player__button iis-o-podcast-player__button--play js-play-button" title="Play/Pause"> <span class="u-visuallyhidden">Play/Pause</span> <svg class="icon iis-o-podcast-player__play-icon js-play-icon"> <use xlink:href="#icon-play"></use> </svg> <svg class="icon iis-o-podcast-player__play-icon js-pause-icon is-hidden"> <use xlink:href="#icon-pause"></use> </svg> </button> <button type="button" class="iis-o-podcast-player__button js-step-forward" title="Forward 60 seconds"> <span class="u-visuallyhidden">Forward 60 seconds</span> <svg class="icon iis-o-podcast-player__rewind-icon"> <use xlink:href="#icon-forward-60"></use> </svg> </button> <time class="iis-o-podcast-player__timeleft u-visibility-hidden js-timeleft"></time> <audio controls id="podcastPlayer" class="u-visuallyhidden"></audio> </div> </div> </div> </div> <button class="iis-a-button iis-a-button--standalone-icon iis-a-button--icon iis-o-podcast-player__close js-close-player" title="Close player"> <span class="iis-a-button__text">Close player</span> <svg class="iis-icon iis-a-button__icon"> <use xlink:href="#icon-close"></use> </svg> </button> <div class="iis-o-podcast-player__progressbar"> <div class="iis-o-podcast-player__progressbar__progress background-ruby js-progress"></div> </div> </div> </div><!-- site wrapper --> <script type="text/javascript"> <!-- window.rsConf = { general: {usePost: true}, ui: { disableDetachment: true, mobileVertPos: 'top=0', tools: { ESC: false, } } }; //--> </script> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--cyberspace: #1f2a36;--wp--preset--color--ocean: #50b2fc;--wp--preset--color--ocean-light: #a7d8fd;--wp--preset--color--ocean-dark: #0477ce;--wp--preset--color--ruby: #ff4069;--wp--preset--color--ruby-light: #ff9fb4;--wp--preset--color--ruby-dark: #d9002f;--wp--preset--color--jade: #55c7b4;--wp--preset--color--jade-light: #aae3d9;--wp--preset--color--jade-dark: #2d897a;--wp--preset--color--lemon: #ffce2e;--wp--preset--color--lemon-light: #ffe696;--wp--preset--color--peacock: #c27fec;--wp--preset--color--peacock-light: #e0bff5;--wp--preset--color--sandstone: #f99963;--wp--preset--color--sandstone-light: #fcccb1;--wp--preset--color--granit: #8E9297;--wp--preset--color--snow: #ffffff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <script type="text/javascript" id="iis-mailman-js-extra"> /* <![CDATA[ */ var iisMailmanDefs = {"ajax_nonce":"c2d4957341","ajax_url":"https:\/\/internetstiftelsen.se\/wp\/wp-admin\/admin-ajax.php","namespace":""}; /* ]]> */ </script> <script src="https://internetstiftelsen.se/app/plugins/iis-mailman/public/js/dist/iis-mailman.js?ver=0.0.3" id="iis-mailman-js" type="module" defer></script> <script type="text/javascript" src="https://static.internetstiftelsen.se/readspeaker/webReader.js?pids=wr&noDefaultSkin=1&nofeatures=1&mobile=0&lang=en_US&ver=1.0.1" id="readspeaker-script-js" integrity="sha384-ndknTx7a5KXm4/GCPfX8Z/ojkZwKiRAs+RHiY++IY6mfAcxuS6kdJAYn7uM7s9kO" crossorigin="anonymous"></script> <script type="text/javascript" id="iis-script-js-extra"> /* <![CDATA[ */ var Iis_Lang = {"address_row_1":"Address row 1","address_row_2":"Address row 2","address_row_3":"Address row 3","call_failed":"Call failed","city":"City","contact_created":"Contact created","contact_id":"Contact ID","contact_last_updated":"Contact last updated","country":"Country","created":"Created","created_tooltip":"The date that the domain name was registered for the first time. The domain may have changed owners since then.","deactivation_date":"Deactivation date","deactivation_date_tooltip":"If the domain is not renewed within ten days after it has expired, the status on the domain changes to \"Deactivated\", which means that it will not be in the in zone file. Then the domain stops working on the internet, but is still registered to the same holder in The Swedish Internet Foundation's database. The domain name is deactivated for 60 days if no renewal occurs. During the deactivation period, it is possible for the current holder to renew the domain name.","deletion_date":"Deletion date","deletion_date_tooltip":"If the holder does not renew the domain name after it has been deactivated, then the holder will be deregistered from that date. The domain name is then placed in quarantine with The Swedish Internet Foundation until the date of its release.","domain_name":"Domain Name","domain_status":"Domain Status","expire_date":"Expire date","expire_date_tooltip":"A .se or .nu domain name can be registered for a period of between 12-120 months. The expiration date is the date when the current registration period expires. After a domain name expires, it will receive the status \"Expired\" for ten days.","fax":"Fax","free_unavailable":"It is not possible to search for available domains at the moment. Please try again later.","gdpr_info_1":"Contact details for private individuals\/individual companies are not shown as these data are personal information.","gdpr_info_2":"Contact person for legal entities are not shown as this information may contain personal information.","gdpr_info_3":"Email address for legal entities are also not shown as this information may contain personal information.","gdpr_info_4":"Phone numbers for legal entities are also not shown as this information may contain personal information.","gdpr_info_5":"Fax numbers for legal entities are also not shown as this information may contain personal information.","holder":"Holder (contact ID)","holder_email_address":"Holder e-mail address","invalid_domain":"Invalid domain","is_already_registered":"is already registered","is_available":"is available","last_updated":"Last updated","last_updated_tooltip":"The date when the latest changes around the domain occurred in the Internet Foundation's database. The changes can, for example, be changing registrars, name servers, holders or contacts.","link_search_result":"Link to search result","name":"Name","name_server":"Name server","name_server_tooltip":"When a domain changes name servers, it takes a while before the update goes through the internet. We update the zone files the following times: .nu: once an hour, at half hour, 11.30, 12.30 and so on. .se: once an hour, at full hour, 11.00, 12.00 and so on.","organization":"Organization","organization_number":"Organization number","phone":"Phone","registrant_reachout_link":"\/en\/registrant-reachout\/","registrant_reachout_text":"Contact the domain holder","registry_lock":"Registry lock","registry_lock_tooltip":"When the domain is locked with Registry lock following registration services can not be performed: updating the domain name such as redelegation, deregistration of the domain name, change of domain name holder, transfer to new registrar.","release_date":"Release date","release_date_tooltip":"On this date, the domain name is released and can be registered by a new holder. This occurs no earlier than 04:00 UTC (Swedish time 05.00 in winter, 06.00 in the summer).","transferred_date":"Transferred","transferred_date_tooltip":"The date when the domain last changed registrar. The current registrar is displayed in the Registrar field below.","unexpected_error":"Unexpected error","validation":{"required":"This field is required","min":"The field has to be at least :min characters"},"view_contact_information":"View contact information","view_registration_info":"View registration info","whois_contact_unavailable":"It is not possible to show contact information right now. Please try again later.","whois_unavailable":"It is not possible to view domain registration info at the moment. Please try again later.","zip_code":"Zip code"}; var wpApiSettings = {"root":"https:\/\/internetstiftelsen.se\/wp-json\/","nonce":"0a37790a36"}; /* ]]> */ </script> <script src="https://internetstiftelsen.se/app/themes/internetstiftelsen/assets/dist/site-V_TQ9_7h.js" id="iis-script-js" type="module" defer></script> <script src="https://static.rekai.se/bb4832e5.js" defer></script> </body> </html>