It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.dinside.no/phpf/feed/rss/data.php

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="robots" content="noindex">
  7. <title>Dinside - Not Found</title>
  8. <meta name="description" content="Error 404 - Page not found - Din Side">
  9.  
  10. <link rel="preload" as="image" href="https://graphics.dbstatic.no/404-pages/dinside/404-dinside.png">
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
  12. <link rel="preconnect" href="https://fonts.googleapis.com">
  13. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  14. <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
  15.  
  16. <style type="text/css">
  17. @font-face {
  18. font-family: 'Gotham Narrow';
  19. font-weight: 300;
  20. font-style: normal;
  21. src: local('Gotham Narrow Light'), local('GothamNarrow-Light'),
  22. url('/_fonts/woff2/gotham-narrow-Light.woff2?v=2') format('woff2'),
  23. url('/_fonts/woff/gotham-narrow-Light.woff?v=2') format('woff');
  24.     }
  25.  
  26.     @font-face {
  27. font-family: 'Gotham Narrow';
  28. font-weight: 300;
  29. font-style: italic;
  30. src: local('Gotham Narrow LightItalic'), local('GothamNarrow-LightItalic'),
  31. url('/_fonts/woff2/italic/gotham-narrow-LightItalic.woff2?v=2') format('woff2'),
  32. url('/_fonts/woff/italic/gotham-narrow-LightItalic.woff?v=2') format('woff');
  33.     }
  34.  
  35.     @font-face {
  36. font-family: 'Gotham Narrow';
  37. font-weight: 400;
  38. font-style: normal;
  39. src: local('Gotham Narrow Book'), local('GothamNarrow-Book'),
  40. url('/_fonts/woff2/gotham-narrow-Book.woff2?v=2') format('woff2'),
  41. url('/_fonts/woff/gotham-narrow-Book.woff?v=2') format('woff');
  42.     }
  43.  
  44.     @font-face {
  45. font-family: 'Gotham Narrow';
  46. font-weight: 400;
  47. font-style: italic;
  48. src: local('Gotham Narrow BookItalic'), local('GothamNarrow-BookItalic'),
  49. url('/_fonts/woff2/italic/gotham-narrow-BookItalic.woff2?v=2') format('woff2'),
  50. url('/_fonts/woff/italic/gotham-narrow-BookItalic.woff?v=2') format('woff');
  51.     }
  52.  
  53.     @font-face {
  54. font-family: 'Gotham Narrow';
  55. font-weight: 700;
  56. font-style: normal;
  57. src: local('Gotham Narrow Bold'), local('GothamNarrow-Bold'),
  58. url('/_fonts/woff2/gotham-narrow-Bold.woff2?v=2') format('woff2'),
  59. url('/_fonts/woff/gotham-narrow-Bold.woff?v=2') format('woff');
  60.     }
  61.  
  62.     @font-face {
  63. font-family: 'Gotham Narrow';
  64. font-weight: 700;
  65. font-style: italic;
  66. src: local('Gotham Narrow BoldItalic'), local('GothamNarrow-BoldItalic'),
  67. url('/_fonts/woff2/italic/gotham-narrow-BoldItalic.woff2?v=2') format('woff2'),
  68. url('/_fonts/woff/italic/gotham-narrow-BoldItalic.woff?v=2') format('woff');
  69.     }
  70.  
  71.     @font-face {
  72. font-family: 'Gotham Narrow';
  73. font-weight: 800;
  74. font-style: normal;
  75. src: local('Gotham Narrow Black'), local('GothamNarrow-Black'),
  76. url('/_fonts/woff2/gotham-narrow-Black.woff2?v=2') format('woff2'),
  77. url('/_fonts/woff/gotham-narrow-Black.woff?v=2') format('woff');
  78.     }
  79.  
  80.     @font-face {
  81. font-family: 'Gotham Narrow';
  82. font-weight: 800;
  83. font-style: italic;
  84. src: local('Gotham Narrow BlackItalic'), local('GothamNarrow-BlackItalic'),
  85. url('/_fonts/woff2/italic/gotham-narrow-BlackItalic.woff2?v=2') format('woff2'),
  86. url('/_fonts/woff/italic/gotham-narrow-BlackItalic.woff?v=2') format('woff');
  87.     }
  88.  
  89. :root {
  90. --theme-color: #ffffff ;
  91. --theme-color-contrast: #D60000;
  92. --theme-color-text: #222222;
  93. --theme-color-plug: var(--theme-color-contrast);
  94. --theme-color-plug-text: var(--theme-color);
  95. --theme-color-link: var(--theme-color-contrast);
  96. --theme-color-homepage-btn-background: var(--theme-color-contrast);
  97. --theme-color-homepage-btn-contrast: var(--theme-color);
  98. --theme-color-social-btn-background: var(--theme-color-contrast);
  99. --theme-color-social-btn-contrast: var(--theme-color);
  100. }
  101.  
  102. body {
  103. font-family: Gotham Narrow;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. justify-content: space-between;
  108. min-height: 100vh;
  109. background-color: var(--theme-color);
  110. color: var(--theme-color-text);
  111. }
  112.  
  113. header {
  114. z-index: 700;
  115. }
  116.  
  117. main {
  118. display: flex;
  119. flex-direction: column;
  120. align-items: center;
  121. justify-content: space-between;
  122. flex-grow: 1;
  123. height: 100%;
  124. padding: 20px 16px;
  125. }
  126.  
  127. main * {
  128. box-sizing: border-box;
  129. }
  130.  
  131. main p {
  132. width: 100%;
  133. margin: 0 0 20px;
  134. text-align: center;
  135. font-size: 1rem;
  136. font-style: normal;
  137. font-weight: 400;
  138. line-height: 150%;
  139. }
  140.  
  141. main a.button {
  142. background: var(--theme-color-homepage-btn-background);
  143. font-weight: 600;
  144. padding: 10px 70px;
  145. color: var(--theme-color-homepage-btn-contrast);
  146. text-decoration: none;
  147. transition: box-shadow 0.2s;
  148. display: inline-block;
  149. width: 100%;
  150. text-align: center;
  151. border-radius: 6px;
  152. margin-bottom: 20px;
  153. }
  154.  
  155. main a.button:focus, main a.button:hover {
  156. box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  157. }
  158.  
  159. section.section-404 {
  160. max-width: 100%;
  161. }
  162.  
  163. .not-found-article {
  164. display: flex;
  165. align-items: center;
  166. flex-direction: column;
  167. }
  168.  
  169. #not-found-plug {
  170. width: 100%;
  171. background-color: var(--theme-color-plug);
  172. margin-bottom: 30px;
  173. color: var(--theme-color-plug-text);
  174. -webkit-animation: plugIn 0.8s cubic-bezier(0.18, 0.89, 0.3, 1.1) forwards;
  175. animation: plugIn 0.8s cubic-bezier(0.18, 0.89, 0.3, 1.1) forwards;
  176. -webkit-transform: rotate(270deg) scale(0);
  177. transform: rotate(270deg) scale(0);
  178. opacity: 0;
  179. }
  180.  
  181. #not-found-plug img {
  182. width: 100%;
  183. height: 100%;
  184. object-fit: cover;
  185. aspect-ratio: 4 / 3;
  186. }
  187.  
  188. #not-found-plug .title {
  189. overflow: hidden;
  190. text-align: start;
  191.     padding: 0.5rem 1rem;
  192. }
  193.  
  194. #not-found-plug .title h1 {
  195. font-size: 1.8rem;
  196. font-style: normal;
  197. font-weight: 700;
  198. line-height: 110%;
  199. letter-spacing: -0.056rem;
  200. margin: 0;
  201. display: flex;
  202. flex-wrap: wrap;
  203. }
  204.  
  205. #not-found-plug .title h1 span {
  206. white-space: pre-wrap;
  207. }
  208.  
  209. #not-found-plug .title h1 span:first-child {
  210. font-size: 2.5rem;
  211. line-height: 110%;
  212. }
  213.  
  214. .paragraph-container {
  215. margin-bottom: 20px;
  216. text-align: center;
  217. }
  218.  
  219. .mailLink {
  220. color: var(--theme-color-link);
  221. }
  222.  
  223. .socialmedia-container {
  224. display: flex;
  225. flex-direction: row;
  226. justify-content: center;
  227. gap: 16px;
  228. margin-bottom: 1rem;
  229. }
  230.  
  231. .socialmedia-btn {
  232. border-radius: 50%;
  233. height: 32px;
  234. width: 32px;
  235. position: relative;
  236. background-color: var(--theme-color-social-btn-background);
  237. }
  238.  
  239. .socialmedia-btn svg {
  240. position: absolute;
  241. top: 50%;
  242. left: 50%;
  243. transform: translate(-50%, -50%);
  244. }
  245.  
  246. footer {
  247. width: 100%;
  248. }
  249.  
  250. .fadeIn-404 {
  251. opacity: 0;
  252. animation: fadeIn 0.3s ease 0.8s forwards;
  253. }
  254.  
  255. #invisibleTitleBlocking {
  256. position: absolute;
  257. visibility: hidden;
  258. height: auto;
  259. width: auto;
  260. white-space: nowrap;
  261. }
  262.  
  263. @media screen and (min-width: 550px) {
  264. #not-found-plug .title h1 {
  265. font-size: 2.7rem;
  266. line-height: 110%;
  267. letter-spacing: -0.088rem;
  268. }
  269.  
  270. #not-found-plug .title h1 span:first-child {
  271. font-size: 3.8rem;
  272. line-height: 110%;
  273. }
  274. }
  275.  
  276. @media screen and (min-width: 768px) {
  277. main {
  278. padding-inline: 0;
  279. max-width: 980px;
  280. }
  281.  
  282. main p {
  283. font-size: 1.2rem;
  284. }
  285.  
  286. main a.button {
  287. font-size: calc(16px + .1vw);
  288. width: auto;
  289. }
  290.  
  291. #not-found-plug {
  292. margin-bottom: 35px;
  293. }
  294.  
  295. #not-found-plug img {
  296. aspect-ratio: 3 / 1;
  297. }
  298.  
  299. #not-found-plug .title {
  300.     padding: 0.8rem 2.2rem;
  301. }
  302.  
  303. #not-found-plug .title h1 {
  304. font-size: 4rem;
  305. line-height: 110%;
  306. letter-spacing: -0.088rem;
  307. }
  308.  
  309. #not-found-plug .title h1 span:first-child {
  310. font-size: 6.75rem;
  311. line-height: 110%;
  312. }
  313.  
  314. .paragraph-container {
  315. max-width: 680px;
  316. }
  317.  
  318. .paragraph-container .mail-paragraph {
  319. font-size: 0.95rem;
  320. }
  321. }
  322.  
  323. @media screen and (min-width: 900px) {
  324. #not-found-plug .title h1 {
  325. font-size: 4.45rem;
  326. line-height: 110%;
  327. letter-spacing: -0.088rem;
  328. }
  329. }
  330.  
  331. @-webkit-keyframes plugIn {
  332. to {
  333. -webkit-transform: rotate(0deg) scale(1);
  334. transform: rotate(0deg) scale(1);
  335. opacity: 1;
  336. }
  337. }
  338.  
  339. @keyframes plugIn {
  340. to {
  341. transform: rotate(0deg) scale(1);
  342. opacity: 1;
  343. }
  344. }
  345.  
  346. @keyframes fadeIn {
  347. to {
  348. opacity: 1;
  349. }
  350. }
  351. </style>
  352.  
  353. <script>
  354. const collapseWhiteSpace = (value) => {
  355. return(value.trim().replace(/\s+/g, " "))
  356. }
  357.  
  358. const extractLinesFromTextNode = (textNode) => {
  359. if (textNode.nodeType === 3) {
  360. // Safari needs this.
  361. textNode.textContent = collapseWhiteSpace(textNode.textContent)
  362.  
  363. const textContent = textNode.textContent
  364. const range = document.createRange()
  365. let lines = []
  366. let lineCharacters = []
  367.  
  368. for (let i = 0; i < textContent.length; i++) {
  369. range.setStart(textNode, 0)
  370. range.setEnd(textNode, (i + 1))
  371.  
  372. const lineIndex = (range.getClientRects().length - 1)
  373.  
  374. if (!lines[lineIndex]) {
  375. lines.push(lineCharacters = [])
  376. }
  377.  
  378. lineCharacters.push(textContent.charAt(i))
  379. }
  380.  
  381. lines = lines.map((characters) => {
  382. return(collapseWhiteSpace(characters.join("")))
  383. })
  384.  
  385. return lines
  386. }
  387. }
  388.  
  389. const getLineWidth = (line, size = null) => {
  390. const testSpan = document.getElementById('invisibleTitleBlocking')
  391. const title = document.querySelector('.title > h1')
  392. const titleStyle = window.getComputedStyle(title, null)
  393. const fontSize = !size ? titleStyle.getPropertyValue('font-size') : size + 'px'
  394. const fontFamily = titleStyle.getPropertyValue('font-family')
  395. const fontStyle = titleStyle.getPropertyValue('font-style')
  396. const fontWeight = titleStyle.getPropertyValue('font-weight')
  397. const lineHeight = titleStyle.getPropertyValue('line-height')
  398. const letterSpacing = titleStyle.getPropertyValue('letter-spacing')
  399.  
  400. testSpan.innerHTML = line
  401. testSpan.style.fontSize = fontSize
  402. testSpan.style.fontFamily = fontFamily
  403. testSpan.style.fontStyle = fontStyle
  404. testSpan.style.fontWeight = fontWeight
  405. testSpan.style.lineHeight = lineHeight
  406. testSpan.style.letterSpacing = letterSpacing
  407.  
  408. const lineWidth = testSpan.clientWidth + 1
  409.  
  410. return {lineWidth, fontSize}
  411. }
  412.  
  413. const blockTitle = () => {
  414. const title = document.querySelector('.title > h1')
  415. const titleWidth = title.offsetWidth - 2
  416. const titleArray = title.firstChild
  417.  
  418. const titleLines = extractLinesFromTextNode(titleArray)
  419.  
  420.  
  421. title.innerHTML = ''
  422.  
  423. titleLines.forEach(line => {
  424. const {lineWidth, fontSize} = getLineWidth(line)
  425. const span = document.createElement('span')
  426. let adjustedFont = Math.floor(((titleWidth * parseInt(fontSize, 10)) / lineWidth))
  427. const { lineWidth: adjustedLineWidth } = getLineWidth(line, adjustedFont)
  428. const isBigger = (titleWidth - adjustedLineWidth) < -1
  429. if (isBigger) {
  430. adjustedFont = adjustedFont - Math.floor((adjustedLineWidth - titleWidth) / 3)
  431. }
  432. span.innerHTML = line
  433. span.style.fontSize = adjustedFont + 'px'
  434. if (adjustedFont > parseInt(fontSize, 10)) {
  435. span.style.lineHeight = 1
  436. }
  437. title.appendChild(span)
  438.  
  439. })
  440. }
  441.  
  442. window.onload = () => {
  443. blockTitle()
  444. }
  445. </script>
  446. </head>
  447.  
  448. <body translate="no">
  449. <style>.cySWLA{fill:#ed1c24;}/*!sc*/
  450. esi-styled.g31[id="ec__sc-1imetpx-0"]{content:"cySWLA,"}/*!sc*/
  451. .biYQwa{height:50px;}/*!sc*/
  452. @media screen and (max-width:1335px){.biYQwa{width:98px;}}/*!sc*/
  453. @media screen and (max-width:320px){.biYQwa{width:70px;}}/*!sc*/
  454. esi-styled.g32[id="ec__sc-1imetpx-1"]{content:"biYQwa,"}/*!sc*/
  455. .fuklca{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:75px;position:relative;z-index:2;background:#fff;}/*!sc*/
  456. esi-styled.g134[id="ec__sc-17ayq9m-0"]{content:"fuklca,"}/*!sc*/
  457. .gfylPu{height:75px;max-width:33px;}/*!sc*/
  458. @media screen and (max-width:640px){.gfylPu{max-width:23px;}}/*!sc*/
  459. esi-styled.g135[id="ec__sc-182jtjb-0"]{content:"gfylPu,"}/*!sc*/
  460. .ixZhyM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  461. esi-styled.g136[id="ec__sc-17i1c3m-0"]{content:"ixZhyM,"}/*!sc*/
  462. .dBCkpR{height:100%;margin-right:10px;}/*!sc*/
  463. @media screen and (max-width:640px){.dBCkpR{margin-right:5px;}}/*!sc*/
  464. .dBCkpR svg{height:75px;}/*!sc*/
  465. .dBCkpR a{height:75px;}/*!sc*/
  466. esi-styled.g137[id="ec__sc-17i1c3m-1"]{content:"dBCkpR,"}/*!sc*/
  467. .kLzIpi{display:block;}/*!sc*/
  468. esi-styled.g138[id="ec__sc-17i1c3m-2"]{content:"kLzIpi,"}/*!sc*/
  469. .fPaLWf{width:110px;height:100%;}/*!sc*/
  470. .fPaLWf a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  471. @media screen and (max-width:640px){.fPaLWf{width:auto;}}/*!sc*/
  472. esi-styled.g139[id="ec__sc-17i1c3m-3"]{content:"fPaLWf,"}/*!sc*/
  473. .jzmTLA{background:var(--motor-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #5EDE73;}/*!sc*/
  474. .jzmTLA:hover,.jzmTLA:focus{background:#5EDE73;}/*!sc*/
  475. .jzmTLA:last-child{margin-right:5px;}/*!sc*/
  476. @media screen and (max-width:1335px){.jzmTLA{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.jzmTLA span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  477. .dXXWgR{background:var(--technology-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #00B69A;}/*!sc*/
  478. .dXXWgR:hover,.dXXWgR:focus{background:#00B69A;}/*!sc*/
  479. .dXXWgR:last-child{margin-right:5px;}/*!sc*/
  480. @media screen and (max-width:1335px){.dXXWgR{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.dXXWgR span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  481. .dkTRSz{background:var(--economy-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #A8D2F8;}/*!sc*/
  482. .dkTRSz:hover,.dkTRSz:focus{background:#A8D2F8;}/*!sc*/
  483. .dkTRSz:last-child{margin-right:5px;}/*!sc*/
  484. @media screen and (max-width:1335px){.dkTRSz{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.dkTRSz span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  485. .bWEfIP{background:var(--house-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #F472B8;}/*!sc*/
  486. .bWEfIP:hover,.bWEfIP:focus{background:#F472B8;}/*!sc*/
  487. .bWEfIP:last-child{margin-right:5px;}/*!sc*/
  488. @media screen and (max-width:1335px){.bWEfIP{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.bWEfIP span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  489. .kVwoML{background:var(--travel-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #2FCADF;}/*!sc*/
  490. .kVwoML:hover,.kVwoML:focus{background:#2FCADF;}/*!sc*/
  491. .kVwoML:last-child{margin-right:5px;}/*!sc*/
  492. @media screen and (max-width:1335px){.kVwoML{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.kVwoML span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  493. .bMWjpy{background:var(--video-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #FC8354;}/*!sc*/
  494. .bMWjpy:hover,.bMWjpy:focus{background:#FC8354;}/*!sc*/
  495. .bMWjpy:last-child{margin-right:5px;}/*!sc*/
  496. @media screen and (max-width:1335px){.bMWjpy{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.bMWjpy span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  497. .dsnrrp{background:var(--test-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #789BF4;}/*!sc*/
  498. .dsnrrp:hover,.dsnrrp:focus{background:#789BF4;}/*!sc*/
  499. .dsnrrp:last-child{margin-right:5px;}/*!sc*/
  500. @media screen and (max-width:1335px){.dsnrrp{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.dsnrrp span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  501. .cBhUzf{background:var(--calculator-active-color,white);display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;color:#010000;-webkit-text-decoration:none;text-decoration:none;border-bottom:3px solid #A29FB0;}/*!sc*/
  502. .cBhUzf:hover,.cBhUzf:focus{background:#A29FB0;}/*!sc*/
  503. .cBhUzf:last-child{margin-right:5px;}/*!sc*/
  504. @media screen and (max-width:1335px){.cBhUzf{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;padding:12px 15px 10px;outline:none;max-width:unset;}.cBhUzf span{margin:0 0 0 8px;white-space:nowrap;}}/*!sc*/
  505. esi-styled.g140[id="ec__qvfjjp-0"]{content:"jzmTLA,dXXWgR,dkTRSz,bWEfIP,kVwoML,bMWjpy,dsnrrp,cBhUzf,"}/*!sc*/
  506. .jzfXKy{margin:0 0 0 8px;line-height:21.6px;text-align:center;white-space:nowrap;}/*!sc*/
  507. esi-styled.g141[id="ec__qvfjjp-1"]{content:"jzfXKy,"}/*!sc*/
  508. .dtzSNU{fill:#010000;}/*!sc*/
  509. esi-styled.g142[id="ec__d0hsxv-0"]{content:"dtzSNU,"}/*!sc*/
  510. .BldjD{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}/*!sc*/
  511. .gcGyZb{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}/*!sc*/
  512. esi-styled.g144[id="ec__d0hsxv-2"]{content:"BldjD,gcGyZb,dglAOR,"}/*!sc*/
  513. .dtgacy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow:scroll;padding:0 0 6px;margin-right:15px;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}/*!sc*/
  514. .dtgacy::-webkit-scrollbar{display:none;}/*!sc*/
  515. @media screen and (max-width:640px){.dtgacy{display:none;}}/*!sc*/
  516. .dtgacy a{font-size:16px;}/*!sc*/
  517. esi-styled.g145[id="ec__sc-1jexmrl-0"]{content:"dtgacy,"}/*!sc*/
  518. .cXbeoj{position:-webkit-sticky;position:sticky;z-index:4;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 5px;cursor:pointer;visibility:visible;opacity:1;-webkit-transition:0.5s all;transition:0.5s all;}/*!sc*/
  519. .cXbeoj.left{left:0;background:linear-gradient(90deg,#ffffff,#ffffff94);}/*!sc*/
  520. .cXbeoj.right{right:0;background:linear-gradient(-90deg,#ffffff,#ffffff94);}/*!sc*/
  521. .cXbeoj.hide{visibility:hidden;opacity:0;}/*!sc*/
  522. esi-styled.g146[id="ec__sc-1jexmrl-1"]{content:"cXbeoj,"}/*!sc*/
  523. .clDhOw{margin-right:14px;}/*!sc*/
  524. @media screen and (max-width:640px){.clDhOw{margin-right:8px;}}/*!sc*/
  525. .clDhOw.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}/*!sc*/
  526. .clDhOw.active .dropdown-content{visibility:visible;opacity:1;}/*!sc*/
  527. .clDhOw svg.dropdown-chevron{-webkit-transition:0.3s;transition:0.3s;vertical-align:middle;}/*!sc*/
  528. .clDhOw .dropdown-content{visibility:hidden;opacity:0;-webkit-transition:0.2s;transition:0.2s;}/*!sc*/
  529. esi-styled.g147[id="ec__sc-1rpow0h-0"]{content:"clDhOw,"}/*!sc*/
  530. .gupcfJ{border:none;background:white;font-size:inherit;white-space:nowrap;padding:0 4px;height:100%;max-height:45px;}/*!sc*/
  531. esi-styled.g148[id="ec__sc-1rpow0h-1"]{content:"gupcfJ,"}/*!sc*/
  532. .bbwyax{margin-right:4px;color:#010000;}/*!sc*/
  533. @media screen and (max-width:640px){.bbwyax{font-size:16px;}}/*!sc*/
  534. esi-styled.g149[id="ec__sc-1rpow0h-2"]{content:"bbwyax,"}/*!sc*/
  535. .lbKWnH{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}/*!sc*/
  536. esi-styled.g150[id="ec__sc-1rpow0h-3"]{content:"lbKWnH,"}/*!sc*/
  537. .EVvYQ{position:absolute;right:0;top:75px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px;background:white;z-index:800;}/*!sc*/
  538. @media screen and (max-width:640px){.EVvYQ{width:100vw;overflow-y:scroll;max-height:calc( 75vh - 75px );}}/*!sc*/
  539. esi-styled.g151[id="ec__sc-1rpow0h-4"]{content:"EVvYQ,"}/*!sc*/
  540. .dYUpA-D{display:block;font-size:16px;font-weight:200;-webkit-text-decoration:none;text-decoration:none;color:#010000;padding:8px 21px;}/*!sc*/
  541. .dYUpA-D:hover,.dYUpA-D:focus{background:#E6E6E6;}/*!sc*/
  542. .dYUpA-D:last-child{margin-bottom:10px;}/*!sc*/
  543. @media screen and (max-width:640px){.dYUpA-D{padding:8px 10px;}}/*!sc*/
  544. esi-styled.g152[id="ec__sc-1rpow0h-5"]{content:"dYUpA-D,"}/*!sc*/
  545. .mhCSJ{font-size:16px;font-weight:800;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;color:#010000;padding:0 21px;margin-bottom:5px;white-space:nowrap;}/*!sc*/
  546. @media screen and (max-width:640px){.mhCSJ{font-size:14px;padding:0 10px;}}/*!sc*/
  547. esi-styled.g153[id="ec__sc-1rpow0h-6"]{content:"mhCSJ,"}/*!sc*/
  548. .gDyJpa{min-width:45px;max-width:45px;}/*!sc*/
  549. @media screen and (max-width:640px){.gDyJpa{min-width:45px;max-width:45px;}}/*!sc*/
  550. .gDyJpa.sign-in{font-family:'Gotham Narrow','Open Sans',helvetica,arial,sans-serif;z-index:4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:45px;-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:16px;line-height:13px;margin-left:auto;}/*!sc*/
  551. @media screen and (max-width:640px){.gDyJpa.sign-in{margin-right:0;}}/*!sc*/
  552. .gDyJpa.sign-in button{margin:0;overflow:hidden;text-overflow:ellipsis;padding:11px 10px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;line-height:1.2;font-weight:bold;-webkit-transition:0.2s all;transition:0.2s all;cursor:pointer;color:white;-webkit-text-decoration:none;text-decoration:none;text-align:center;font-size:16px;border:2px solid transparent;border-radius:5px;font-family:'Gotham Narrow','Open Sans',helvetica,arial,sans-serif;background:#010000;}/*!sc*/
  553. .gDyJpa.sign-in a{color:black;-webkit-text-decoration:none;text-decoration:none;margin-left:auto;-webkit-transition:0.2s all;transition:0.2s all;padding:11.5px 8px;font-weight:600;font-size:16px;line-height:1.4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;white-space:nowrap;border-radius:5px;}/*!sc*/
  554. .gDyJpa.sign-in a:focus,.gDyJpa.sign-in a:hover{color:#010000;}/*!sc*/
  555. .gDyJpa.sign-in .login-icon{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 15C29 22.732 22.732 29 15 29C7.26801 29 1 22.732 1 15C1 7.26801 7.26801 1 15 1C22.732 1 29 7.26801 29 15Z' fill='white' stroke='%23010000' stroke-width='2'/%3E%3Cpath d='M20 10C20 12.7614 17.7614 15 15 15C12.2386 15 10 12.7614 10 10C10 7.23858 12.2386 5 15 5C17.7614 5 20 7.23858 20 10Z' fill='white' stroke='%23010000' stroke-width='2'/%3E%3Cpath d='M25 25C25 19.4772 20.5228 15 15 15C9.47715 15 5 19.4772 5 25' stroke='%23010000' stroke-width='2'/%3E%3C/svg%3E%0A");background-position:center center;background-repeat:no-repeat;min-height:45px;}/*!sc*/
  556. .gDyJpa.sign-in .cyclops-dropdown-content{outline:0;background:white;box-shadow:0 12px 15px -3px rgb(0 0 0 / 8%),0 2px 6px -2px rgb(0 0 0 / 7%);}/*!sc*/
  557. @media screen and (max-width:640px){.gDyJpa.sign-in .cyclops-dropdown-content > *{padding:16px;}}/*!sc*/
  558. .gDyJpa.sign-in .cyclops-dropdown-content a,.gDyJpa.sign-in .cyclops-dropdown-content button{width:100%;padding:1px;box-sizing:border-box;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;font-weight:bold;-webkit-transition:0.2s all;transition:0.2s all;cursor:pointer;background:white;-webkit-text-decoration:none;text-decoration:none;text-align:center;border:1px solid transparent;color:#010000;}/*!sc*/
  559. .gDyJpa.sign-in .cyclops-dropdown-content a:hover,.gDyJpa.sign-in .cyclops-dropdown-content button:hover{background:rgba(0,0,0,0.05);}/*!sc*/
  560. .gDyJpa.sign-in .cyclops-dropdown{outline:0;}/*!sc*/
  561. @media screen and (min-width:640px){.gDyJpa.sign-in .cyclops-dropdown:focus .cyclops-dropdown-content,.gDyJpa.sign-in .cyclops-dropdown:focus-within .cyclops-dropdown-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
  562. .gDyJpa.sign-in .cyclops-dropbtn{display:none !important;}/*!sc*/
  563. .gDyJpa.sign-in div._c-dr button.cyclops-dropbtn-initials{border-radius:40px;padding:0;width:35px;height:35px;}/*!sc*/
  564. .gDyJpa.sign-in div._c-dr{position:relative;}/*!sc*/
  565. .gDyJpa.sign-in div._c-dr button,.gDyJpa.sign-in div._c-dr button span{outline:0;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;}/*!sc*/
  566. .gDyJpa.sign-in div._c-dr > div{display:none;position:absolute;width:100%;right:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;min-width:200px;}/*!sc*/
  567. .gDyJpa.sign-in div._c-dr > div button,.gDyJpa.sign-in div._c-dr > div a{padding:0.75em 1em 0.7em;}/*!sc*/
  568. .gDyJpa.sign-in div._c-dr[aria-expanded='true'] > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
  569. @media screen and (min-width:640px){.gDyJpa.sign-in div._c-dr:hover > div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
  570. esi-styled.g156[id="ec__anlrhc-0"]{content:"gDyJpa,"}/*!sc*/
  571. .gZmUIl{width:100%;}/*!sc*/
  572. esi-styled.g157[id="ec__anlrhc-1"]{content:"gZmUIl,"}/*!sc*/
  573. .kzLykz{width:45px;height:45px;margin-left:10px;margin-right:21px;background:#fff;border-radius:5px;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='25' viewBox='0 0 16 17' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 14.9141-4.1875-4.1875c.9063-1.09379 1.4063-2.50004 1.4063-4.03129 0-3.5625-2.9376-6.499998-6.50005-6.499998-3.59375 0-6.46875 2.937498-6.46875 6.499998 0 3.59379 2.90625 6.49999 6.46875 6.49999 1.5 0 2.90625-.5 4.03125-1.4062l4.1875 4.1875c.1563.1562.3437.2187.5625.2187.1875 0 .375-.0625.5-.2187.3125-.2813.3125-.75 0-1.0625zm-14.25-8.21879c0-2.75 2.21875-5 5-5 2.75 0 5 2.25 5 5 0 2.78125-2.25 4.99999-5 4.99999-2.78125 0-5-2.21874-5-4.99999z' fill='%23010000'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;cursor:pointer;}/*!sc*/
  574. @media screen and (max-width:640px){.kzLykz{margin:0 2px;}}/*!sc*/
  575. esi-styled.g158[id="ec__sc-6pqmh6-0"]{content:"kzLykz,"}/*!sc*/
  576. .dNJogO{position:absolute;top:75px;visibility:hidden;padding:10px;background:white;right:0;opacity:0;}/*!sc*/
  577. .dNJogO.focus{opacity:1;visibility:visible;}/*!sc*/
  578. @media screen and (max-width:640px){.dNJogO{width:100vw;background:#fff;display:block;height:auto;z-index:4;right:0;padding:10px 0;}}/*!sc*/
  579. esi-styled.g159[id="ec__sc-6pqmh6-1"]{content:"dNJogO,"}/*!sc*/
  580. .idSWet{font-size:18px;width:100%;max-width:300px;min-width:300px;height:100%;border-radius:5px;border:none;background:#E6E6E6;padding:10px;padding-left:37px;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='17' viewBox='0 0 16 17' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.75 14.9141-4.1875-4.1875c.9063-1.09379 1.4063-2.50004 1.4063-4.03129 0-3.5625-2.9376-6.499998-6.50005-6.499998-3.59375 0-6.46875 2.937498-6.46875 6.499998 0 3.59379 2.90625 6.49999 6.46875 6.49999 1.5 0 2.90625-.5 4.03125-1.4062l4.1875 4.1875c.1563.1562.3437.2187.5625.2187.1875 0 .375-.0625.5-.2187.3125-.2813.3125-.75 0-1.0625zm-14.25-8.21879c0-2.75 2.21875-5 5-5 2.75 0 5 2.25 5 5 0 2.78125-2.25 4.99999-5 4.99999-2.78125 0-5-2.21874-5-4.99999z' fill='%23010000'/%3E%3C/svg%3E");background-position:center left 14px;background-repeat:no-repeat;-webkit-appearance:none;}/*!sc*/
  581. .idSWet::-webkit-input-placeholder{color:#010000;}/*!sc*/
  582. .idSWet::-moz-placeholder{color:#010000;}/*!sc*/
  583. .idSWet:-ms-input-placeholder{color:#010000;}/*!sc*/
  584. .idSWet::placeholder{color:#010000;}/*!sc*/
  585. @media screen and (max-width:640px){.idSWet{right:0;z-index:2;min-width:unset;max-width:unset;width:90vw;margin-left:10px;height:45px;}}/*!sc*/
  586. esi-styled.g160[id="ec__sc-6pqmh6-2"]{content:"idSWet,"}/*!sc*/
  587. .QuIkO{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
  588. esi-styled.g161[id="ec__sc-8xh1vj-0"]{content:"QuIkO,"}/*!sc*/
  589. .kysapf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:45px;}/*!sc*/
  590. esi-styled.g162[id="ec__sc-8xh1vj-1"]{content:"kysapf,"}/*!sc*/
  591. .fNRLxv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;width:100%;z-index:1;height:52px;overflow-x:scroll;top:75px;-webkit-transition:all 0.4s;transition:all 0.4s;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}/*!sc*/
  592. .fNRLxv.hide{top:calc(75px - 52px + 3px);}/*!sc*/
  593. .fNRLxv::-webkit-scrollbar{display:none;}/*!sc*/
  594. @media screen and (min-width:640px){.fNRLxv{display:none;}}/*!sc*/
  595. esi-styled.g163[id="ec__mu7v11-0"]{content:"fNRLxv,"}/*!sc*/
  596. .gIgTam{font-family:'Gotham Narrow','Open Sans',helvetica,arial,sans-serif;font-size:18px;position:fixed;width:100%;top:0;left:0;z-index:700;font-weight:600;color:#010000;background:white;}/*!sc*/
  597. .gIgTam a{position:relative;}/*!sc*/
  598. .gIgTam a:hover,.gIgTam a:focus{cursor:pointer;z-index:2;color:#010000;}/*!sc*/
  599. .gIgTam button{cursor:pointer;}/*!sc*/
  600. esi-styled.g164[id="ec__sc-1gszqny-0"]{content:"gIgTam,"}/*!sc*/
  601. .gVvMQL{height:75px;}/*!sc*/
  602. @media screen and (max-width:640px){.gVvMQL{height:calc(75px + 52px);}}/*!sc*/
  603. esi-styled.g165[id="ec__sc-1gszqny-1"]{content:"gVvMQL,"}/*!sc*/
  604. </style><header class="ec__sc-1gszqny-0 gIgTam"><div class="ec__sc-17ayq9m-0 fuklca"><div class="ec__sc-17i1c3m-0 ixZhyM"><div class="ec__sc-17i1c3m-1 dBCkpR"><a href="//www.dagbladet.no/" class="ec__sc-17i1c3m-2 kLzIpi"><svg viewBox="0 0 117 390" class="ec__sc-182jtjb-0 gfylPu"><g fill="none"><path fill="#D60000" d="M0 390V0h117v390z"></path><path fill="#FFF" d="M90.3 282.3c13.2-.4 15-9.5 15-19.2 0-7-1.7-12.3-5.1-15.7-2.8-2.8-6.8-4.3-11.7-4.3H28.8V258h4.3c-3.6 2.5-5.5 6.1-5.7 10.7 0 4.6 2 8.1 6.1 10.4 3.1 1.8 7.3 2.7 12 2.7h25c5.4 0 10.2-1.7 13.2-4.6 2.3-2.3 3.5-5.2 3.5-8.8 0-3.4-1.5-6.6-4.5-9.6h8.4c2.6.1 3.1.8 3.3 3.6.1 1.6-.1 2.6-.6 3.1-.6.6-1.8.7-3.4.7l-.1 16.1zm-16.5-19.7c0 1-.3 1.8-.8 2.3-.7.7-2 1.1-3.8 1.1H47.4c-2.8.1-5-.4-5.9-1.3-.5-.5-.7-1-.7-1.7 0-1.1.3-1.9.9-2.5.9-.9 2.5-1.3 5-1.3H68c4.1-.1 5.8.9 5.8 3.4zm-46.4-50.4c0 4.4 1.4 7.9 4 10.1H11.7v15.9h76.6v-14.9h-4c3.4-2.5 5.5-6.5 5.7-10.8-.3-8.9-6.9-13.3-19.5-13.3h-25c-3.7 0-10.7.6-14.8 4.8-2.2 2.2-3.3 4.9-3.3 8.2zm41.7 2.9c2.3 0 5.3 0 6.8 1.4.5.5.8 1.3.8 2.2 0 .7-.2 1.2-.7 1.7-1.2 1.2-4 1.9-7.8 1.9H48.8c-2.4 0-5.7-.2-7.2-1.6-.6-.6-.8-1.3-.8-2.2 0-.8.2-1.4.7-1.9 1.4-1.4 4.6-1.4 6.7-1.4 0-.1 20.9-.1 20.9-.1zm-41.7-63c0 7.3 1.8 12.7 5.4 16.2 3.1 2.9 7.4 4.3 12.8 4h.8v-15.9h-1.3c-4.1-.3-6.6-.4-6.6-4.7 0-1 .3-1.8 1-2.4.8-.8 2.1-1.3 3.5-1.3h2.7c3.8 0 4.9 3.6 6.3 8.5.3 1.1.6 2.2 1 3.3 2.1 6.5 5.9 13.1 17.9 13.1h4.8c4.3 0 7.9-1.4 10.5-3.9 2.5-2.5 3.8-5.9 3.8-10 0-5.3-1.8-8.4-4.9-11.5h3.3V132H43.6c-5.4 0-9.1 1.2-11.7 3.8-3.1 3-4.5 8.2-4.5 16.3zm50.4.2c0 1.4-.4 2.5-1.2 3.3-.8.8-2 1.2-3.4 1.2h-3.6c-3.3 0-4.9-1.6-5.8-3-.8-1-1.4-2.4-2.1-3.9-.3-.7-.6-1.4-1-2.1H71c3.1.2 6.8 1 6.8 4.5zm-50.4 154c0 7.3 1.8 12.7 5.4 16.1 3.1 2.9 7.4 4.3 12.8 4h.8v-15.9h-1.3c-4.1-.3-6.6-.4-6.6-4.7 0-1 .3-1.8 1-2.4.8-.8 2.1-1.3 3.5-1.3h2.7c3.8 0 4.9 3.6 6.3 8.5.3 1.1.6 2.2 1 3.3 2.1 6.5 5.9 13.1 17.9 13.1h4.8c4.3 0 7.9-1.4 10.5-3.9 2.5-2.5 3.8-5.9 3.8-10 0-5.3-1.8-8.4-4.9-11.5h3.3v-15.4H43.6c-5.4 0-9.1 1.2-11.7 3.8-3.1 3.1-4.5 8.3-4.5 16.3zm50.4.3c0 1.4-.4 2.5-1.2 3.3-.8.8-2 1.2-3.4 1.2h-3.6c-3.3 0-4.9-1.6-5.8-3-.8-1-1.4-2.4-2.1-3.9-.3-.7-.6-1.4-1-2.1H71c3.1.2 6.8 1 6.8 4.5zM11.7 104.3v.5h20.4c-3.1 2.7-4.7 6-4.7 9.8 0 12.1 13.8 13 18.1 13h25c12.6 0 19.2-4.5 19.5-13.3 0-4-2.1-7.9-5.8-10.6h4.2V88.8H11.7v15.5zm36.7 7.4c-2.2 0-5.5 0-7-1.5-.5-.5-.8-1.2-.8-2.2 0-.6.2-1.1.6-1.6.8-.8 2.8-1.8 8.1-1.8h19.4c5.9 0 7.9.9 7.9 3.6 0 .8-.2 1.5-.7 1.9-1.4 1.4-4.5 1.4-6.6 1.4H48.8c0 .2-.4.2-.4.2zm-21-47.4c0 6.2 1.4 11 4 14.3 3 3.8 7.8 5.8 14.1 5.8h28c4.7 0 8.5-1.4 11.3-4.3 4.4-4.4 5.2-11 5.2-15.8-.1-6.9-1.9-12-5.5-15.3-3.4-3.1-8.2-4.5-14.5-4.2h-.8v15.8h2.3c2.4.1 4.6.2 5.7 1.4.6.6.8 1.5.7 2.8-.2 3.2-2.9 3.7-4.5 3.7H64V44.3H42.8c-4.2 0-7.6 1.3-10.2 3.9-4.4 4.4-5.3 11.2-5.2 16.1zm25.5-4.1v8.3h-8.5c-2.4 0-4-.5-5-1.4-.7-.7-1-1.6-1-2.8 0-1.1.4-2 1.1-2.7 1-1 2.4-1.3 3.3-1.3h10.1v-.1zM28.8 22.6H18.2v15.9h10.7v4h11.9v-4h35.9c3.9 0 7-1.1 9.1-3.2 2.2-2.2 3.3-5.4 3.3-9.6 0-3.3-.4-6.4-.8-9.3l-.1-.7H76.6v.9c0 .9 0 2.4.2 3.7 0 .9-.2 1.4-.5 1.7-.4.4-1.1.6-2.2.6H40.8v-6.8h-12v6.8zm-13.9 316c-3 5.2-3.3 12.1-3.3 18.2v17.5h76.6v-21.6c0-4.7-.4-10-3.3-14.5-2.9-4.7-7.9-7-15.2-7.1H32.2c-6.3 0-13.4.9-17.3 7.5zm47.8 9.3c5.2 0 8.6-.2 10.3 1.6 1.2 1.3 1.7 3.6 1.5 7.2H25.4c.2-6.8.7-8.8 7.7-8.8h29.6zm16.1-173c0 1.4-.3 2.3-.9 3-.8.8-2.3 1.2-4.5 1.2H11.7V195h59.7c6.9 0 11.4-1.7 14.2-5.3 2.3-3.1 3.3-7.5 3.3-14.7H78.8v-.1z"></path></g></svg></a></div><div class="ec__sc-17i1c3m-3 fPaLWf"><a href="//www.dinside.no/" class="ec__sc-17i1c3m-2 kLzIpi"><svg width="134" height="100%" viewBox="0 0 134 62" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="dinsideLogoTitle dinsideLogoDesc" class="ec__sc-1imetpx-1 biYQwa"><title id="dinsideLogoTitle">Dinside</title><desc id="dinsideLogoDesc">Forsiden av Dinside</desc><path d="M61.4826 0H0V61.933H61.4826V0Z" class="ec__sc-1imetpx-0 cySWLA"></path><path d="M67.4131 43.6597C69.0683 44.3119 71.2995 44.8196 74.0702 44.8196C80.3316 44.8196 84.0379 41.521 84.0379 36.8449C84.0379 28.6168 73.9984 28.943 73.9984 25.8256C73.9984 24.8107 74.754 23.9768 77.3448 23.9768C79.072 23.9768 80.9432 24.3394 82.4186 25.1006V18.5397C81.0152 17.996 79.0361 17.561 76.913 17.561C70.3999 17.561 67.7011 21.2221 67.7011 25.0281C67.7011 32.9664 77.5249 32.3864 77.5249 36.0838C77.5249 37.4249 76.4813 38.3311 73.6745 38.3311C71.3715 38.3311 68.9966 37.715 67.4131 36.9174V43.6597Z" fill="#010000"></path><path d="M85.835 19.1558C85.835 21.1857 87.2383 22.6719 89.6853 22.6719C92.1321 22.6719 93.5357 21.1857 93.5357 19.1558C93.5357 17.0897 92.1321 15.6035 89.6853 15.6035C87.2383 15.6035 85.835 17.0897 85.835 19.1558ZM86.4827 44.2395H92.8879V23.9405H86.4827V44.2395Z" fill="#010000"></path><path d="M95.7437 34.0898C95.7437 41.6655 98.1904 44.8192 101.789 44.8192C104.272 44.8192 106.755 43.2605 107.582 38.7295L108.158 44.2393H113.951V17.0532H107.51V29.16C106.647 24.8465 104.2 23.3604 101.789 23.3604C98.1904 23.3604 95.7437 26.5139 95.7437 34.0898ZM102.185 34.0898C102.185 30.7912 103.264 29.3776 104.956 29.3776C106.611 29.3776 107.654 30.7912 107.654 34.0898C107.654 37.3884 106.611 38.802 104.956 38.802C103.264 38.802 102.185 37.3884 102.185 34.0898Z" fill="#010000"></path><path d="M116.649 34.0898C116.649 40.4332 120.104 44.8192 126.545 44.8192C128.668 44.8192 130.647 44.4204 132.627 43.6954V37.6782C131.043 38.4032 129.244 38.8745 127.445 38.8745C125.034 38.8745 123.594 37.6421 123.091 35.4671H133.706C133.778 34.996 133.814 34.5611 133.814 33.7635C133.814 27.6377 131.007 23.3604 125.609 23.3604C119.924 23.3604 116.649 27.7463 116.649 34.0898ZM125.574 29.0149C127.085 29.0149 127.949 30.03 128.056 32.7123H122.947C123.091 29.9575 124.026 29.0149 125.574 29.0149Z" fill="#010000"></path><path d="M5.88867 44.2392H15.3166C21.254 44.2392 25.2842 39.8533 25.2842 31.19C25.2842 22.5266 21.254 18.1406 15.3166 18.1406H5.88867V44.2392ZM14.5249 24.4841C17.2957 24.4841 18.6991 26.079 18.6991 31.19C18.6991 36.3009 17.2957 37.8958 14.5249 37.8958H12.5098V24.4841H14.5249Z" fill="white"></path><path d="M27.5132 19.1558C27.5132 21.1857 28.9165 22.6719 31.3635 22.6719C33.8105 22.6719 35.2139 21.1857 35.2139 19.1558C35.2139 17.0897 33.8105 15.6035 31.3635 15.6035C28.9165 15.6035 27.5132 17.0897 27.5132 19.1558ZM28.1609 44.2395H34.5661V23.9405H28.1609V44.2395Z" fill="white"></path><path d="M38.106 44.2393H44.5112V32.6398C44.5112 30.8999 45.3749 29.7038 46.8503 29.7038C48.3256 29.7038 49.1891 30.8999 49.1891 32.6398V44.2393H55.5943V29.9211C55.5943 25.8253 53.2913 23.3604 50.0529 23.3604C47.21 23.3604 44.907 25.2453 44.4753 29.8125L43.8995 23.9403H38.106V44.2393Z" fill="white"></path></svg></a></div></div><nav id="category-wrapper" class="ec__sc-1jexmrl-0 dtgacy"><div id="category-navigation-left" class="ec__sc-1jexmrl-1 cXbeoj left hide"><svg class="ec__d0hsxv-2 BldjD" width="25" height="25" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg" rotate="90"><path d="M6.25 6.09131C6.03906 6.09131 5.85156 6.021 5.71094 5.88037L1.21094 1.38037C0.90625 1.09912 0.90625 0.606934 1.21094 0.325684C1.49219 0.0209961 1.98438 0.0209961 2.26562 0.325684L6.25 4.28662L10.2109 0.325684C10.4922 0.0209961 10.9844 0.0209961 11.2656 0.325684C11.5703 0.606934 11.5703 1.09912 11.2656 1.38037L6.76562 5.88037C6.625 6.021 6.4375 6.09131 6.25 6.09131Z" class="ec__d0hsxv-0 dtzSNU"></path></svg></div><a href="/motor" tabindex="0" class="ec__qvfjjp-0 jzmTLA"><svg width="20" style="height:auto;max-height:30px" viewBox="0 0 49 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.0845 21.2466C9.39697 21.2466 8.08447 22.6528 8.08447 24.2466C8.08447 25.9341 9.39697 27.2466 11.0845 27.2466C12.6782 27.2466 14.0845 25.9341 14.0845 24.2466C14.0845 22.6528 12.6782 21.2466 11.0845 21.2466ZM38.0845 21.2466C36.397 21.2466 35.0845 22.6528 35.0845 24.2466C35.0845 25.9341 36.397 27.2466 38.0845 27.2466C39.6782 27.2466 41.0845 25.9341 41.0845 24.2466C41.0845 22.6528 39.6782 21.2466 38.0845 21.2466ZM43.897 14.9653L40.147 5.49658C38.8345 2.30908 35.8345 0.246582 32.4595 0.246582H16.6157C13.2407 0.246582 10.2407 2.30908 8.92822 5.49658L5.17822 14.9653C2.36572 16.5591 0.584473 19.4653 0.584473 22.7466V39.2466C0.584473 40.9341 1.89697 42.2466 3.58447 42.2466C5.17822 42.2466 6.58447 40.9341 6.58447 39.2466V34.7466H42.5845V39.2466C42.5845 40.9341 43.897 42.2466 45.5845 42.2466C47.1782 42.2466 48.5845 40.9341 48.5845 39.2466V22.7466C48.5845 19.4653 46.7095 16.5591 43.897 14.9653ZM13.147 7.18408C13.7095 5.68408 15.022 4.74658 16.6157 4.74658H32.4595C34.0532 4.74658 35.3657 5.68408 35.9282 7.18408L38.647 13.7466H10.4282L13.147 7.18408ZM44.0845 30.2466H5.08447V22.7466C5.08447 20.3091 7.05322 18.2466 9.58447 18.2466H39.4907C42.022 18.2466 44.0845 20.3091 44.0845 22.7466V30.2466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Bil<!-- --> </span></a><a href="/data" tabindex="0" class="ec__qvfjjp-0 dXXWgR"><svg width="25" style="height:auto;max-height:30px" viewBox="0 0 61 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.3345 30.2466H2.83447C1.52197 30.2466 0.584473 31.2778 0.584473 32.4966V33.9966C0.584473 38.5903 4.24072 42.2466 8.83447 42.2466H52.3345C56.8345 42.2466 60.5845 38.5903 60.5845 33.9966V32.4966C60.5845 31.2778 59.5532 30.2466 58.3345 30.2466ZM52.3345 37.7466H8.83447C6.95947 37.7466 5.45947 36.5278 5.08447 34.7466H55.9907C55.6157 36.5278 54.1157 37.7466 52.3345 37.7466ZM11.0845 5.49658C11.0845 5.12158 11.3657 4.74658 11.8345 4.74658H49.3345C49.7095 4.74658 50.0845 5.12158 50.0845 5.49658V27.2466H54.5845V5.49658C54.5845 2.68408 52.147 0.246582 49.3345 0.246582H11.8345C8.92822 0.246582 6.58447 2.68408 6.58447 5.49658V27.2466H11.0845V5.49658Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Teknologi<!-- --> </span></a><a href="/okonomi" tabindex="0" class="ec__qvfjjp-0 dkTRSz"><svg width="20" style="height:auto;max-height:30px" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5845 12.4341C9.58447 12.4341 0.584473 15.1528 0.584473 20.5903V40.0903C0.584473 45.4341 9.58447 48.2466 18.5845 48.2466C27.4907 48.2466 36.5845 45.4341 36.5845 39.9966V20.4966C36.5845 15.1528 27.5845 12.4341 18.5845 12.4341ZM32.0845 39.9966C32.0845 41.0278 27.397 43.7466 18.5845 43.7466C9.67822 43.7466 5.08447 41.0278 5.08447 39.9966V35.9653C8.45947 37.6528 13.522 38.4966 18.5845 38.4966C23.5532 38.4966 28.6157 37.6528 32.0845 35.9653V39.9966ZM32.0845 30.2466C32.0845 31.2778 27.397 33.9966 18.5845 33.9966C9.67822 33.9966 5.08447 31.2778 5.08447 30.2466V26.2153C8.45947 27.9028 13.522 28.7466 18.5845 28.7466C23.5532 28.7466 28.6157 27.9028 32.0845 26.2153V30.2466ZM18.5845 24.2466C9.67822 24.2466 5.08447 21.5278 5.08447 20.4966C5.08447 19.5591 9.67822 16.7466 18.5845 16.7466C27.397 16.7466 32.0845 19.5591 32.0845 20.4966C32.0845 21.5278 27.397 24.2466 18.5845 24.2466ZM30.5845 0.246582C19.8032 0.246582 13.2407 3.99658 13.2407 6.71533C13.2407 7.65283 13.9907 8.96533 15.4907 8.96533C17.647 8.96533 18.3032 4.74658 30.5845 4.74658C39.397 4.74658 44.0845 7.55908 44.0845 8.49658C44.0845 8.68408 43.4282 9.80908 40.3345 10.8403C39.397 11.2153 38.7407 12.0591 38.7407 12.9966C38.7407 14.2153 39.772 15.2466 41.0845 15.2466C41.8345 15.2466 43.6157 14.4028 44.0845 14.2153V18.2466C44.0845 18.4341 43.3345 19.6528 40.2407 20.6841C39.3032 20.9653 38.7407 21.8091 38.7407 22.8403C38.7407 24.0591 39.6782 25.0903 40.9907 25.0903C41.8345 25.0903 43.7095 24.0591 44.0845 23.9653V27.9966C44.0845 28.1841 43.4282 29.3091 40.3345 30.3403C39.397 30.7153 38.8345 31.5591 38.8345 32.4966C38.8345 33.7153 39.772 34.7466 41.0845 34.7466C41.647 34.7466 48.5845 32.7778 48.5845 27.9966V8.49658C48.5845 3.15283 39.4907 0.246582 30.5845 0.246582Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Økonomi<!-- --> </span></a><a href="/bolig" tabindex="0" class="ec__qvfjjp-0 bWEfIP"><svg width="23" style="height:auto;max-height:30px" viewBox="0 0 55 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M53.7407 21.8091L29.0845 0.809082C28.6157 0.434082 28.0532 0.340332 27.5845 0.340332C27.022 0.340332 26.4595 0.434082 26.0845 0.809082L1.33447 21.8091C0.771973 22.2778 0.584473 22.9341 0.584473 23.4966C0.584473 24.9966 1.80322 25.7466 2.83447 25.7466C3.30322 25.7466 3.86572 25.5591 4.24072 25.1841L6.58447 23.3091V40.7466C6.58447 44.9653 9.86572 48.2466 14.0845 48.2466H40.9907C45.1157 48.2466 48.397 44.8716 48.4907 40.7466V23.3091L50.7407 25.2778C51.2095 25.6528 51.6782 25.7466 52.2407 25.7466C53.1782 25.7466 54.4907 24.9966 54.4907 23.4966C54.4907 22.9341 54.3032 22.2778 53.7407 21.8091ZM31.9907 43.7466H23.0845V30.2466H31.9907V43.7466ZM43.9907 40.7466C43.9907 42.3403 42.5845 43.7466 40.9907 43.7466H36.5845V29.4966C36.5845 27.4341 34.897 25.7466 32.8345 25.7466H22.3345C20.1782 25.7466 18.5845 27.4341 18.5845 29.4966V43.7466H14.0845C12.397 43.7466 11.0845 42.3403 11.0845 40.7466V19.7466C11.0845 19.6528 10.9907 19.5591 10.9907 19.4653L27.4907 5.49658L43.897 19.4653V40.7466H43.9907Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Hus og hjem<!-- --> </span></a><a href="/reise-og-fritid" tabindex="0" class="ec__qvfjjp-0 kVwoML"><svg width="23" style="height:auto;max-height:30px" viewBox="0 0 55 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43.9062 16.7466H35.4688L26.0938 1.74658C25.7188 0.902832 24.5938 0.246582 23.5625 0.246582H17.4688C16.5312 0.246582 15.5938 0.715332 15.0312 1.46533C14.4688 2.21533 14.2812 3.24658 14.5625 4.09033L18.5938 16.7466H14.75L11.0938 11.9653C10.5312 11.2153 9.6875 10.7466 8.75 10.7466H3.40625C2.5625 10.7466 1.625 11.2153 1.0625 11.9653C0.5 12.7153 0.3125 13.6528 0.5 14.4966L3.40625 24.2466L0.59375 33.9966C0.3125 34.9341 0.5 35.8716 1.0625 36.6216C1.625 37.3716 2.5625 37.7466 3.40625 37.7466H8.75C9.6875 37.7466 10.5312 37.3716 11.0938 36.6216L14.75 31.7466H18.5938L14.5625 44.4028C14.2812 45.3403 14.4688 46.3716 15.0312 47.1216C15.5938 47.8716 16.5312 48.2466 17.4688 48.2466H23.5625C24.6875 48.2466 25.625 47.6841 26.1875 46.7466L35.5625 31.7466H44C47.5625 31.7466 54.5 28.8403 54.5 24.2466C54.5 19.7466 47.5625 16.7466 43.9062 16.7466ZM43.9062 27.2466H33.0312L22.7188 43.7466H19.5312L24.6875 27.2466H12.5L8 33.2466H5.46875L8.09375 24.2466L5.46875 15.2466H8L12.5 21.2466H24.6875L19.5312 4.74658H22.7188L33.0312 21.2466H43.9062C46.3438 21.2466 49.7188 23.3091 49.9062 24.2466C49.8125 25.2778 46.4375 27.2466 43.9062 27.2466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Reise og fritid<!-- --> </span></a><a href="/video" tabindex="0" class="ec__qvfjjp-0 bMWjpy"><svg width="16" style="height:auto;max-height:30px" viewBox="0 0 37 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.4282 17.4028L7.42822 0.902832C6.67822 0.527832 5.83447 0.246582 4.99072 0.246582C2.45947 0.340332 0.584473 2.40283 0.584473 4.74658V37.7466C0.584473 40.1841 2.45947 42.2466 5.08447 42.2466C5.83447 42.2466 6.67822 42.0591 7.42822 41.5903L34.4282 25.0903C35.7407 24.3403 36.5845 22.8403 36.5845 21.2466C36.5845 19.7466 35.7407 18.2466 34.4282 17.4028ZM5.08447 37.7466L4.99072 4.84033L32.0845 21.2466L5.08447 37.7466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Video<!-- --> </span></a><a href="/tester" tabindex="0" class="ec__qvfjjp-0 dsnrrp"><svg width="25" style="height:auto;max-height:30px" viewBox="0 0 61 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M54.4907 18.2466H44.8345C45.2095 19.2778 45.397 20.2153 45.397 21.2466C45.397 23.6841 44.4595 25.9341 42.772 27.6216L30.5845 39.9966V42.3403C30.5845 45.6216 33.2095 48.2466 36.4907 48.2466H54.397C57.6782 48.2466 60.3032 45.6216 60.3032 42.3403V24.4341C60.4907 20.9653 57.8657 18.2466 54.4907 18.2466ZM45.4907 35.4966C44.1782 35.4966 43.3345 34.5591 43.3345 33.3403C43.3345 32.1216 44.272 31.1841 45.4907 31.1841C46.6157 31.1841 47.647 32.2153 47.647 33.3403C47.7407 34.5591 46.8032 35.4966 45.4907 35.4966ZM42.4907 21.2466C42.4907 19.7466 41.9282 18.2466 40.7095 17.0278L25.8032 2.02783C24.5845 0.902832 23.0845 0.246582 21.4907 0.246582C19.8032 0.246582 18.4907 0.902832 17.272 2.02783L2.27197 17.0278C1.14697 18.1528 0.490723 19.7466 0.490723 21.2466C0.490723 22.6528 1.14697 24.2466 2.27197 25.4653L17.272 40.3716C18.4907 41.5903 19.9907 42.1528 21.4907 42.1528C23.0845 42.1528 24.5845 41.5903 25.8032 40.3716L40.7095 25.4653C41.9282 24.3403 42.4907 22.8403 42.4907 21.2466ZM37.522 22.3716L22.6157 37.2778C22.2407 37.6528 21.772 37.7466 21.4907 37.7466C21.3032 37.7466 20.8345 37.6528 20.4595 37.2778L5.45947 22.3716C5.08447 21.9028 4.99072 21.5278 4.99072 21.2466C4.99072 21.0591 5.08447 20.5903 5.45947 20.2153L20.4595 5.21533C20.8345 4.84033 21.3032 4.84033 21.4907 4.84033C21.772 4.84033 22.2407 4.84033 22.6157 5.21533L37.522 20.2153C37.897 20.5903 37.9907 21.0591 37.9907 21.2466C37.9907 21.5278 37.897 21.9028 37.522 22.3716ZM21.4907 28.5591C20.3657 28.5591 19.3345 29.4966 19.3345 30.7153C19.3345 32.0278 20.3657 32.8716 21.4907 32.8716C22.8032 32.8716 23.7407 31.8403 23.7407 30.7153C23.7407 29.5903 22.8032 28.5591 21.4907 28.5591ZM21.4907 18.9966C20.272 18.9966 19.3345 20.1216 19.3345 21.1528C19.3345 22.3716 20.3657 23.3091 21.4907 23.3091C22.8032 23.3091 23.7407 22.2778 23.7407 21.1528C23.7407 20.0278 22.8032 18.9966 21.4907 18.9966ZM11.9282 18.9966C10.7095 18.9966 9.67822 20.1216 9.67822 21.1528C9.67822 22.3716 10.7095 23.3091 11.9282 23.3091C13.2407 23.3091 14.1782 22.2778 14.1782 21.1528C14.1782 20.0278 13.2407 18.9966 11.9282 18.9966ZM31.0532 18.9966C29.7407 18.9966 28.8032 20.1216 28.8032 21.1528C28.8032 22.3716 29.7407 23.3091 31.0532 23.3091C32.3657 23.3091 33.3032 22.2778 33.3032 21.1528C33.3032 20.0278 32.3657 18.9966 31.0532 18.9966ZM21.4907 9.43408C20.3657 9.43408 19.3345 10.4653 19.3345 11.6841C19.3345 12.9028 20.3657 13.8403 21.4907 13.8403C22.8032 13.8403 23.7407 12.7153 23.7407 11.6841C23.7407 10.5591 22.8032 9.43408 21.4907 9.43408Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Tester<!-- --> </span></a><a href="/kalkulatorer" tabindex="0" class="ec__qvfjjp-0 cBhUzf"><svg width="15" style="height:auto;max-height:30px" viewBox="0 0 37 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5845 32.4966C19.8032 32.4966 20.8345 31.5591 20.8345 30.2466C20.8345 29.0278 19.8032 27.9966 18.5845 27.9966C17.272 27.9966 16.3345 29.0278 16.3345 30.2466C16.3345 31.5591 17.272 32.4966 18.5845 32.4966ZM18.5845 24.2466C19.8032 24.2466 20.8345 23.3091 20.8345 21.9966C20.8345 20.7778 19.8032 19.7466 18.5845 19.7466C17.272 19.7466 16.3345 20.7778 16.3345 21.9966C16.3345 23.3091 17.272 24.2466 18.5845 24.2466ZM26.8345 32.4966C28.0532 32.4966 29.0845 31.5591 29.0845 30.2466C29.0845 29.0278 28.0532 27.9966 26.8345 27.9966C25.522 27.9966 24.5845 29.0278 24.5845 30.2466C24.5845 31.5591 25.522 32.4966 26.8345 32.4966ZM26.8345 24.2466C28.0532 24.2466 29.0845 23.3091 29.0845 21.9966C29.0845 20.7778 28.0532 19.7466 26.8345 19.7466C25.522 19.7466 24.5845 20.7778 24.5845 21.9966C24.5845 23.3091 25.522 24.2466 26.8345 24.2466ZM26.8345 40.7466C28.0532 40.7466 29.0845 39.8091 29.0845 38.4966C29.0845 37.2778 28.0532 36.2466 26.8345 36.2466C25.522 36.2466 24.5845 37.2778 24.5845 38.4966C24.5845 39.8091 25.522 40.7466 26.8345 40.7466ZM10.3345 40.7466H17.8345C19.0532 40.7466 20.0845 39.8091 20.0845 38.4966C20.0845 37.2778 19.0532 36.2466 17.8345 36.2466H10.3345C9.02197 36.2466 8.08447 37.2778 8.08447 38.4966C8.08447 39.8091 9.02197 40.7466 10.3345 40.7466ZM30.5845 0.246582H6.58447C3.20947 0.246582 0.584473 2.96533 0.584473 6.24658V42.2466C0.584473 45.6216 3.20947 48.2466 6.58447 48.2466H30.5845C33.8657 48.2466 36.5845 45.6216 36.5845 42.2466V6.24658C36.5845 2.96533 33.8657 0.246582 30.5845 0.246582ZM32.0845 42.2466C32.0845 43.0903 31.3345 43.7466 30.5845 43.7466H6.58447C5.74072 43.7466 5.08447 43.0903 5.08447 42.2466V16.7466H32.0845V42.2466ZM32.0845 12.2466H5.08447V6.24658C5.08447 5.49658 5.74072 4.74658 6.58447 4.74658H30.5845C31.3345 4.74658 32.0845 5.49658 32.0845 6.24658V12.2466ZM10.3345 24.2466C11.5532 24.2466 12.5845 23.3091 12.5845 21.9966C12.5845 20.7778 11.5532 19.7466 10.3345 19.7466C9.02197 19.7466 8.08447 20.7778 8.08447 21.9966C8.08447 23.3091 9.02197 24.2466 10.3345 24.2466ZM10.3345 32.4966C11.5532 32.4966 12.5845 31.5591 12.5845 30.2466C12.5845 29.0278 11.5532 27.9966 10.3345 27.9966C9.02197 27.9966 8.08447 29.0278 8.08447 30.2466C8.08447 31.5591 9.02197 32.4966 10.3345 32.4966Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Kalkulatorer<!-- --> </span></a><div id="category-navigation-right" class="ec__sc-1jexmrl-1 cXbeoj right hide"><svg class="ec__d0hsxv-2 gcGyZb" width="25" height="25" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg" rotate="270"><path d="M6.25 6.09131C6.03906 6.09131 5.85156 6.021 5.71094 5.88037L1.21094 1.38037C0.90625 1.09912 0.90625 0.606934 1.21094 0.325684C1.49219 0.0209961 1.98438 0.0209961 2.26562 0.325684L6.25 4.28662L10.2109 0.325684C10.4922 0.0209961 10.9844 0.0209961 11.2656 0.325684C11.5703 0.606934 11.5703 1.09912 11.2656 1.38037L6.76562 5.88037C6.625 6.021 6.4375 6.09131 6.25 6.09131Z" class="ec__d0hsxv-0 dtzSNU"></path></svg></div></nav><div class="ec__sc-8xh1vj-0 QuIkO"><div class="ec__sc-8xh1vj-1 kysapf"><div class="ec__sc-1rpow0h-0 clDhOw dropdown-container inactive"><button type="button" class="ec__sc-1rpow0h-1 gupcfJ dropdown-toggle"><strong class="ec__sc-1rpow0h-2 bbwyax">Snarveier</strong><svg class="ec__d0hsxv-2 dglAOR dropdown-chevron" width="12" height="12" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg" rotate="0"><path d="M6.25 6.09131C6.03906 6.09131 5.85156 6.021 5.71094 5.88037L1.21094 1.38037C0.90625 1.09912 0.90625 0.606934 1.21094 0.325684C1.49219 0.0209961 1.98438 0.0209961 2.26562 0.325684L6.25 4.28662L10.2109 0.325684C10.4922 0.0209961 10.9844 0.0209961 11.2656 0.325684C11.5703 0.606934 11.5703 1.09912 11.2656 1.38037L6.76562 5.88037C6.625 6.021 6.4375 6.09131 6.25 6.09131Z" class="ec__d0hsxv-0 dtzSNU"></path></svg></button><div class="ec__sc-1rpow0h-4 EVvYQ dropdown-content" aria-expanded="false"><div class="ec__sc-1rpow0h-3 lbKWnH"><div class="ec__sc-1rpow0h-6 mhCSJ"> Annonsørinnhold</div><a href="https://www.plussmobil.no?channel=allersites_toppmeny" class="ec__sc-1rpow0h-5 dYUpA-D">PlussMobil</a><a href="http://testpilot.dinside.no" class="ec__sc-1rpow0h-5 dYUpA-D"> Testpilot </a><a href="https://www.allershopping.no" class="ec__sc-1rpow0h-5 dYUpA-D">Aller Shopping</a></div><div class="ec__sc-1rpow0h-3 lbKWnH"><div class="ec__sc-1rpow0h-6 mhCSJ"> Kommersielt innhold</div><a href="https://www.dagbladet.no/forbrukslan/lan-uten-sikkerhet" class="ec__sc-1rpow0h-5 dYUpA-D">Lån uten sikkerhet</a><a href="https://www.dagbladet.no/forbrukslan/" class="ec__sc-1rpow0h-5 dYUpA-D">Forbrukslån</a><a href="https://www.dagbladet.no/kredittkort/" class="ec__sc-1rpow0h-5 dYUpA-D">Kredittkort</a><a href="https://www.dagbladet.no/tjeneste/strom/" class="ec__sc-1rpow0h-5 dYUpA-D">Strøm</a><a href="https://www.dagbladet.no/vpn" class="ec__sc-1rpow0h-5 dYUpA-D">VPN</a><a href="https://www.dagbladet.no/forbrukslan/refinansiering" class="ec__sc-1rpow0h-5 dYUpA-D">Refinansiering</a><a href="https://www.dagbladet.no/mobilabonnement" class="ec__sc-1rpow0h-5 dYUpA-D">Mobilabonnement</a></div></div></div><div class="ec__anlrhc-0 gDyJpa sign-in"><div id="cyclops-login" class="ec__anlrhc-1 gZmUIl"></div></div><div id="search-button" tabindex="0" class="ec__sc-6pqmh6-0 kzLykz"></div><div id="search-wrapper" class="ec__sc-6pqmh6-1 dNJogO"><input type="search" placeholder="Søk" id="seachinput" class="ec__sc-6pqmh6-2 idSWet"/></div></div></div></div><nav class="ec__mu7v11-0 fNRLxv mobile-sub-header visible"><a href="/motor" tabindex="0" class="ec__qvfjjp-0 jzmTLA"><svg width="20" style="height:auto;max-height:30px" viewBox="0 0 49 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.0845 21.2466C9.39697 21.2466 8.08447 22.6528 8.08447 24.2466C8.08447 25.9341 9.39697 27.2466 11.0845 27.2466C12.6782 27.2466 14.0845 25.9341 14.0845 24.2466C14.0845 22.6528 12.6782 21.2466 11.0845 21.2466ZM38.0845 21.2466C36.397 21.2466 35.0845 22.6528 35.0845 24.2466C35.0845 25.9341 36.397 27.2466 38.0845 27.2466C39.6782 27.2466 41.0845 25.9341 41.0845 24.2466C41.0845 22.6528 39.6782 21.2466 38.0845 21.2466ZM43.897 14.9653L40.147 5.49658C38.8345 2.30908 35.8345 0.246582 32.4595 0.246582H16.6157C13.2407 0.246582 10.2407 2.30908 8.92822 5.49658L5.17822 14.9653C2.36572 16.5591 0.584473 19.4653 0.584473 22.7466V39.2466C0.584473 40.9341 1.89697 42.2466 3.58447 42.2466C5.17822 42.2466 6.58447 40.9341 6.58447 39.2466V34.7466H42.5845V39.2466C42.5845 40.9341 43.897 42.2466 45.5845 42.2466C47.1782 42.2466 48.5845 40.9341 48.5845 39.2466V22.7466C48.5845 19.4653 46.7095 16.5591 43.897 14.9653ZM13.147 7.18408C13.7095 5.68408 15.022 4.74658 16.6157 4.74658H32.4595C34.0532 4.74658 35.3657 5.68408 35.9282 7.18408L38.647 13.7466H10.4282L13.147 7.18408ZM44.0845 30.2466H5.08447V22.7466C5.08447 20.3091 7.05322 18.2466 9.58447 18.2466H39.4907C42.022 18.2466 44.0845 20.3091 44.0845 22.7466V30.2466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Bil<!-- --> </span></a><a href="/data" tabindex="0" class="ec__qvfjjp-0 dXXWgR"><svg width="25" style="height:auto;max-height:30px" viewBox="0 0 61 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.3345 30.2466H2.83447C1.52197 30.2466 0.584473 31.2778 0.584473 32.4966V33.9966C0.584473 38.5903 4.24072 42.2466 8.83447 42.2466H52.3345C56.8345 42.2466 60.5845 38.5903 60.5845 33.9966V32.4966C60.5845 31.2778 59.5532 30.2466 58.3345 30.2466ZM52.3345 37.7466H8.83447C6.95947 37.7466 5.45947 36.5278 5.08447 34.7466H55.9907C55.6157 36.5278 54.1157 37.7466 52.3345 37.7466ZM11.0845 5.49658C11.0845 5.12158 11.3657 4.74658 11.8345 4.74658H49.3345C49.7095 4.74658 50.0845 5.12158 50.0845 5.49658V27.2466H54.5845V5.49658C54.5845 2.68408 52.147 0.246582 49.3345 0.246582H11.8345C8.92822 0.246582 6.58447 2.68408 6.58447 5.49658V27.2466H11.0845V5.49658Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Teknologi<!-- --> </span></a><a href="/okonomi" tabindex="0" class="ec__qvfjjp-0 dkTRSz"><svg width="20" style="height:auto;max-height:30px" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5845 12.4341C9.58447 12.4341 0.584473 15.1528 0.584473 20.5903V40.0903C0.584473 45.4341 9.58447 48.2466 18.5845 48.2466C27.4907 48.2466 36.5845 45.4341 36.5845 39.9966V20.4966C36.5845 15.1528 27.5845 12.4341 18.5845 12.4341ZM32.0845 39.9966C32.0845 41.0278 27.397 43.7466 18.5845 43.7466C9.67822 43.7466 5.08447 41.0278 5.08447 39.9966V35.9653C8.45947 37.6528 13.522 38.4966 18.5845 38.4966C23.5532 38.4966 28.6157 37.6528 32.0845 35.9653V39.9966ZM32.0845 30.2466C32.0845 31.2778 27.397 33.9966 18.5845 33.9966C9.67822 33.9966 5.08447 31.2778 5.08447 30.2466V26.2153C8.45947 27.9028 13.522 28.7466 18.5845 28.7466C23.5532 28.7466 28.6157 27.9028 32.0845 26.2153V30.2466ZM18.5845 24.2466C9.67822 24.2466 5.08447 21.5278 5.08447 20.4966C5.08447 19.5591 9.67822 16.7466 18.5845 16.7466C27.397 16.7466 32.0845 19.5591 32.0845 20.4966C32.0845 21.5278 27.397 24.2466 18.5845 24.2466ZM30.5845 0.246582C19.8032 0.246582 13.2407 3.99658 13.2407 6.71533C13.2407 7.65283 13.9907 8.96533 15.4907 8.96533C17.647 8.96533 18.3032 4.74658 30.5845 4.74658C39.397 4.74658 44.0845 7.55908 44.0845 8.49658C44.0845 8.68408 43.4282 9.80908 40.3345 10.8403C39.397 11.2153 38.7407 12.0591 38.7407 12.9966C38.7407 14.2153 39.772 15.2466 41.0845 15.2466C41.8345 15.2466 43.6157 14.4028 44.0845 14.2153V18.2466C44.0845 18.4341 43.3345 19.6528 40.2407 20.6841C39.3032 20.9653 38.7407 21.8091 38.7407 22.8403C38.7407 24.0591 39.6782 25.0903 40.9907 25.0903C41.8345 25.0903 43.7095 24.0591 44.0845 23.9653V27.9966C44.0845 28.1841 43.4282 29.3091 40.3345 30.3403C39.397 30.7153 38.8345 31.5591 38.8345 32.4966C38.8345 33.7153 39.772 34.7466 41.0845 34.7466C41.647 34.7466 48.5845 32.7778 48.5845 27.9966V8.49658C48.5845 3.15283 39.4907 0.246582 30.5845 0.246582Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Økonomi<!-- --> </span></a><a href="/bolig" tabindex="0" class="ec__qvfjjp-0 bWEfIP"><svg width="23" style="height:auto;max-height:30px" viewBox="0 0 55 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M53.7407 21.8091L29.0845 0.809082C28.6157 0.434082 28.0532 0.340332 27.5845 0.340332C27.022 0.340332 26.4595 0.434082 26.0845 0.809082L1.33447 21.8091C0.771973 22.2778 0.584473 22.9341 0.584473 23.4966C0.584473 24.9966 1.80322 25.7466 2.83447 25.7466C3.30322 25.7466 3.86572 25.5591 4.24072 25.1841L6.58447 23.3091V40.7466C6.58447 44.9653 9.86572 48.2466 14.0845 48.2466H40.9907C45.1157 48.2466 48.397 44.8716 48.4907 40.7466V23.3091L50.7407 25.2778C51.2095 25.6528 51.6782 25.7466 52.2407 25.7466C53.1782 25.7466 54.4907 24.9966 54.4907 23.4966C54.4907 22.9341 54.3032 22.2778 53.7407 21.8091ZM31.9907 43.7466H23.0845V30.2466H31.9907V43.7466ZM43.9907 40.7466C43.9907 42.3403 42.5845 43.7466 40.9907 43.7466H36.5845V29.4966C36.5845 27.4341 34.897 25.7466 32.8345 25.7466H22.3345C20.1782 25.7466 18.5845 27.4341 18.5845 29.4966V43.7466H14.0845C12.397 43.7466 11.0845 42.3403 11.0845 40.7466V19.7466C11.0845 19.6528 10.9907 19.5591 10.9907 19.4653L27.4907 5.49658L43.897 19.4653V40.7466H43.9907Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Hus og hjem<!-- --> </span></a><a href="/reise" tabindex="0" class="ec__qvfjjp-0 kVwoML"><svg width="23" style="height:auto;max-height:30px" viewBox="0 0 55 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43.9062 16.7466H35.4688L26.0938 1.74658C25.7188 0.902832 24.5938 0.246582 23.5625 0.246582H17.4688C16.5312 0.246582 15.5938 0.715332 15.0312 1.46533C14.4688 2.21533 14.2812 3.24658 14.5625 4.09033L18.5938 16.7466H14.75L11.0938 11.9653C10.5312 11.2153 9.6875 10.7466 8.75 10.7466H3.40625C2.5625 10.7466 1.625 11.2153 1.0625 11.9653C0.5 12.7153 0.3125 13.6528 0.5 14.4966L3.40625 24.2466L0.59375 33.9966C0.3125 34.9341 0.5 35.8716 1.0625 36.6216C1.625 37.3716 2.5625 37.7466 3.40625 37.7466H8.75C9.6875 37.7466 10.5312 37.3716 11.0938 36.6216L14.75 31.7466H18.5938L14.5625 44.4028C14.2812 45.3403 14.4688 46.3716 15.0312 47.1216C15.5938 47.8716 16.5312 48.2466 17.4688 48.2466H23.5625C24.6875 48.2466 25.625 47.6841 26.1875 46.7466L35.5625 31.7466H44C47.5625 31.7466 54.5 28.8403 54.5 24.2466C54.5 19.7466 47.5625 16.7466 43.9062 16.7466ZM43.9062 27.2466H33.0312L22.7188 43.7466H19.5312L24.6875 27.2466H12.5L8 33.2466H5.46875L8.09375 24.2466L5.46875 15.2466H8L12.5 21.2466H24.6875L19.5312 4.74658H22.7188L33.0312 21.2466H43.9062C46.3438 21.2466 49.7188 23.3091 49.9062 24.2466C49.8125 25.2778 46.4375 27.2466 43.9062 27.2466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Reise og fritid<!-- --> </span></a><a href="/video" tabindex="0" class="ec__qvfjjp-0 bMWjpy"><svg width="16" style="height:auto;max-height:30px" viewBox="0 0 37 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.4282 17.4028L7.42822 0.902832C6.67822 0.527832 5.83447 0.246582 4.99072 0.246582C2.45947 0.340332 0.584473 2.40283 0.584473 4.74658V37.7466C0.584473 40.1841 2.45947 42.2466 5.08447 42.2466C5.83447 42.2466 6.67822 42.0591 7.42822 41.5903L34.4282 25.0903C35.7407 24.3403 36.5845 22.8403 36.5845 21.2466C36.5845 19.7466 35.7407 18.2466 34.4282 17.4028ZM5.08447 37.7466L4.99072 4.84033L32.0845 21.2466L5.08447 37.7466Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Video<!-- --> </span></a><a href="/tester" tabindex="0" class="ec__qvfjjp-0 dsnrrp"><svg width="25" style="height:auto;max-height:30px" viewBox="0 0 61 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M54.4907 18.2466H44.8345C45.2095 19.2778 45.397 20.2153 45.397 21.2466C45.397 23.6841 44.4595 25.9341 42.772 27.6216L30.5845 39.9966V42.3403C30.5845 45.6216 33.2095 48.2466 36.4907 48.2466H54.397C57.6782 48.2466 60.3032 45.6216 60.3032 42.3403V24.4341C60.4907 20.9653 57.8657 18.2466 54.4907 18.2466ZM45.4907 35.4966C44.1782 35.4966 43.3345 34.5591 43.3345 33.3403C43.3345 32.1216 44.272 31.1841 45.4907 31.1841C46.6157 31.1841 47.647 32.2153 47.647 33.3403C47.7407 34.5591 46.8032 35.4966 45.4907 35.4966ZM42.4907 21.2466C42.4907 19.7466 41.9282 18.2466 40.7095 17.0278L25.8032 2.02783C24.5845 0.902832 23.0845 0.246582 21.4907 0.246582C19.8032 0.246582 18.4907 0.902832 17.272 2.02783L2.27197 17.0278C1.14697 18.1528 0.490723 19.7466 0.490723 21.2466C0.490723 22.6528 1.14697 24.2466 2.27197 25.4653L17.272 40.3716C18.4907 41.5903 19.9907 42.1528 21.4907 42.1528C23.0845 42.1528 24.5845 41.5903 25.8032 40.3716L40.7095 25.4653C41.9282 24.3403 42.4907 22.8403 42.4907 21.2466ZM37.522 22.3716L22.6157 37.2778C22.2407 37.6528 21.772 37.7466 21.4907 37.7466C21.3032 37.7466 20.8345 37.6528 20.4595 37.2778L5.45947 22.3716C5.08447 21.9028 4.99072 21.5278 4.99072 21.2466C4.99072 21.0591 5.08447 20.5903 5.45947 20.2153L20.4595 5.21533C20.8345 4.84033 21.3032 4.84033 21.4907 4.84033C21.772 4.84033 22.2407 4.84033 22.6157 5.21533L37.522 20.2153C37.897 20.5903 37.9907 21.0591 37.9907 21.2466C37.9907 21.5278 37.897 21.9028 37.522 22.3716ZM21.4907 28.5591C20.3657 28.5591 19.3345 29.4966 19.3345 30.7153C19.3345 32.0278 20.3657 32.8716 21.4907 32.8716C22.8032 32.8716 23.7407 31.8403 23.7407 30.7153C23.7407 29.5903 22.8032 28.5591 21.4907 28.5591ZM21.4907 18.9966C20.272 18.9966 19.3345 20.1216 19.3345 21.1528C19.3345 22.3716 20.3657 23.3091 21.4907 23.3091C22.8032 23.3091 23.7407 22.2778 23.7407 21.1528C23.7407 20.0278 22.8032 18.9966 21.4907 18.9966ZM11.9282 18.9966C10.7095 18.9966 9.67822 20.1216 9.67822 21.1528C9.67822 22.3716 10.7095 23.3091 11.9282 23.3091C13.2407 23.3091 14.1782 22.2778 14.1782 21.1528C14.1782 20.0278 13.2407 18.9966 11.9282 18.9966ZM31.0532 18.9966C29.7407 18.9966 28.8032 20.1216 28.8032 21.1528C28.8032 22.3716 29.7407 23.3091 31.0532 23.3091C32.3657 23.3091 33.3032 22.2778 33.3032 21.1528C33.3032 20.0278 32.3657 18.9966 31.0532 18.9966ZM21.4907 9.43408C20.3657 9.43408 19.3345 10.4653 19.3345 11.6841C19.3345 12.9028 20.3657 13.8403 21.4907 13.8403C22.8032 13.8403 23.7407 12.7153 23.7407 11.6841C23.7407 10.5591 22.8032 9.43408 21.4907 9.43408Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Tester<!-- --> </span></a><a href="/kalkulatorer" tabindex="0" class="ec__qvfjjp-0 cBhUzf"><svg width="15" style="height:auto;max-height:30px" viewBox="0 0 37 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5845 32.4966C19.8032 32.4966 20.8345 31.5591 20.8345 30.2466C20.8345 29.0278 19.8032 27.9966 18.5845 27.9966C17.272 27.9966 16.3345 29.0278 16.3345 30.2466C16.3345 31.5591 17.272 32.4966 18.5845 32.4966ZM18.5845 24.2466C19.8032 24.2466 20.8345 23.3091 20.8345 21.9966C20.8345 20.7778 19.8032 19.7466 18.5845 19.7466C17.272 19.7466 16.3345 20.7778 16.3345 21.9966C16.3345 23.3091 17.272 24.2466 18.5845 24.2466ZM26.8345 32.4966C28.0532 32.4966 29.0845 31.5591 29.0845 30.2466C29.0845 29.0278 28.0532 27.9966 26.8345 27.9966C25.522 27.9966 24.5845 29.0278 24.5845 30.2466C24.5845 31.5591 25.522 32.4966 26.8345 32.4966ZM26.8345 24.2466C28.0532 24.2466 29.0845 23.3091 29.0845 21.9966C29.0845 20.7778 28.0532 19.7466 26.8345 19.7466C25.522 19.7466 24.5845 20.7778 24.5845 21.9966C24.5845 23.3091 25.522 24.2466 26.8345 24.2466ZM26.8345 40.7466C28.0532 40.7466 29.0845 39.8091 29.0845 38.4966C29.0845 37.2778 28.0532 36.2466 26.8345 36.2466C25.522 36.2466 24.5845 37.2778 24.5845 38.4966C24.5845 39.8091 25.522 40.7466 26.8345 40.7466ZM10.3345 40.7466H17.8345C19.0532 40.7466 20.0845 39.8091 20.0845 38.4966C20.0845 37.2778 19.0532 36.2466 17.8345 36.2466H10.3345C9.02197 36.2466 8.08447 37.2778 8.08447 38.4966C8.08447 39.8091 9.02197 40.7466 10.3345 40.7466ZM30.5845 0.246582H6.58447C3.20947 0.246582 0.584473 2.96533 0.584473 6.24658V42.2466C0.584473 45.6216 3.20947 48.2466 6.58447 48.2466H30.5845C33.8657 48.2466 36.5845 45.6216 36.5845 42.2466V6.24658C36.5845 2.96533 33.8657 0.246582 30.5845 0.246582ZM32.0845 42.2466C32.0845 43.0903 31.3345 43.7466 30.5845 43.7466H6.58447C5.74072 43.7466 5.08447 43.0903 5.08447 42.2466V16.7466H32.0845V42.2466ZM32.0845 12.2466H5.08447V6.24658C5.08447 5.49658 5.74072 4.74658 6.58447 4.74658H30.5845C31.3345 4.74658 32.0845 5.49658 32.0845 6.24658V12.2466ZM10.3345 24.2466C11.5532 24.2466 12.5845 23.3091 12.5845 21.9966C12.5845 20.7778 11.5532 19.7466 10.3345 19.7466C9.02197 19.7466 8.08447 20.7778 8.08447 21.9966C8.08447 23.3091 9.02197 24.2466 10.3345 24.2466ZM10.3345 32.4966C11.5532 32.4966 12.5845 31.5591 12.5845 30.2466C12.5845 29.0278 11.5532 27.9966 10.3345 27.9966C9.02197 27.9966 8.08447 29.0278 8.08447 30.2466C8.08447 31.5591 9.02197 32.4966 10.3345 32.4966Z" class="ec__d0hsxv-0 dtzSNU"></path></svg><span class="ec__qvfjjp-1 jzfXKy"> <!-- -->Kalkulator<!-- --> </span></a></nav></header><div class="ec__sc-1gszqny-1 gVvMQL"></div><script type="text/javascript">;
  605.  
  606. if (window.MSInputMethodContext && document.documentMode) {
  607.  var body = document.querySelector('body');
  608.  
  609.  if (body) {
  610.    var intersectionObserver = document.createElement('script');
  611.    intersectionObserver.type = 'text/javascript';
  612.    intersectionObserver.src = 'https://www.kk.no/polyfills/intersectionObserver.js';
  613.    body.appendChild(intersectionObserver);
  614.    var stickyfill = document.createElement('script');
  615.    stickyfill.type = 'text/javascript';
  616.    stickyfill.src = 'https://www.kk.no/polyfills/stickyfill.js';
  617.    body.appendChild(stickyfill);
  618.  }
  619. }</script><script type="text/javascript">!function(){var t={3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,n,e){var r=e(111);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},5787:function(t){t.exports=function(t,n,e){if(!(t instanceof n))throw TypeError("Incorrect "+(e?e+" ":"")+"invocation");return t}},9670:function(t,n,e){var r=e(111);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},1318:function(t,n,e){var r=e(5656),o=e(7466),i=e(1400),c=function(t){return function(n,e,c){var u,f=r(n),a=o(f.length),s=i(c,a);if(t&&e!=e){for(;a>s;)if((u=f[s++])!=u)return!0}else for(;a>s;s++)if((t||s in f)&&f[s]===e)return t||s||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},7072:function(t,n,e){var r=e(5112)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[r]=function(){return this},Array.from(c,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i={};i[r]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},648:function(t,n,e){var r=e(1694),o=e(4326),i=e(5112)("toStringTag"),c="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),i))?e:c?o(n):"Object"==(r=o(n))&&"function"==typeof n.callee?"Arguments":r}},9920:function(t,n,e){var r=e(6656),o=e(3887),i=e(1236),c=e(3070);t.exports=function(t,n){for(var e=o(n),u=c.f,f=i.f,a=0;a<e.length;a++){var s=e[a];r(t,s)||u(t,s,f(n,s))}}},8880:function(t,n,e){var r=e(9781),o=e(3070),i=e(9114);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},9114:function(t){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},9781:function(t,n,e){var r=e(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,e){var r=e(7854),o=e(111),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},7871:function(t){t.exports="object"==typeof window},6833:function(t,n,e){var r=e(8113);t.exports=/(?:iphone|ipod|ipad).*applewebkit/i.test(r)},5268:function(t,n,e){var r=e(4326),o=e(7854);t.exports="process"==r(o.process)},1036:function(t,n,e){var r=e(8113);t.exports=/web0s(?!.*chrome)/i.test(r)},8113:function(t,n,e){var r=e(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,n,e){var r,o,i=e(7854),c=e(8113),u=i.process,f=u&&u.versions,a=f&&f.v8;a?o=(r=a.split("."))[0]<4?1:r[0]+r[1]:c&&(!(r=c.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=c.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,n,e){var r=e(7854),o=e(1236).f,i=e(8880),c=e(1320),u=e(3505),f=e(9920),a=e(4705);t.exports=function(t,n){var e,s,l,p,v,h=t.target,d=t.global,y=t.stat;if(e=d?r:y?r[h]||u(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],l=t.noTargetGet?(v=o(e,s))&&v.value:e[s],!a(d?s:h+(y?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;f(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(e,s,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},9974:function(t,n,e){var r=e(3099);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 0:return function(){return t.call(n)};case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},5005:function(t,n,e){var r=e(857),o=e(7854),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][n]||o[t]&&o[t][n]}},1246:function(t,n,e){var r=e(648),o=e(7497),i=e(5112)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},7854:function(t,n,e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},6656:function(t,n,e){var r=e(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,n){return o.call(r(t),n)}},3501:function(t){t.exports={}},842:function(t,n,e){var r=e(7854);t.exports=function(t,n){var e=r.console;e&&e.error&&(1===arguments.length?e.error(t):e.error(t,n))}},490:function(t,n,e){var r=e(5005);t.exports=r("document","documentElement")},4664:function(t,n,e){var r=e(9781),o=e(7293),i=e(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,n,e){var r=e(7293),o=e(4326),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,n,e){var r=e(5465),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},9909:function(t,n,e){var r,o,i,c=e(8536),u=e(7854),f=e(111),a=e(8880),s=e(6656),l=e(5465),p=e(6200),v=e(3501),h="Object already initialized",d=u.WeakMap;if(c||l.state){var y=l.state||(l.state=new d),m=y.get,g=y.has,x=y.set;r=function(t,n){if(g.call(y,t))throw new TypeError(h);return n.facade=t,x.call(y,t,n),n},o=function(t){return m.call(y,t)||{}},i=function(t){return g.call(y,t)}}else{var w=p("state");v[w]=!0,r=function(t,n){if(s(t,w))throw new TypeError(h);return n.facade=t,a(t,w,n),n},o=function(t){return s(t,w)?t[w]:{}},i=function(t){return s(t,w)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!f(n)||(e=o(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,n,e){var r=e(5112),o=e(7497),i=r("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},4705:function(t,n,e){var r=e(7293),o=/#|\.prototype\./,i=function(t,n){var e=u[c(t)];return e==a||e!=f&&("function"==typeof n?r(n):!!n)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},f=i.NATIVE="N",a=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},408:function(t,n,e){var r=e(9670),o=e(7659),i=e(7466),c=e(9974),u=e(1246),f=e(9212),a=function(t,n){this.stopped=t,this.result=n};t.exports=function(t,n,e){var s,l,p,v,h,d,y,m=e&&e.that,g=!(!e||!e.AS_ENTRIES),x=!(!e||!e.IS_ITERATOR),w=!(!e||!e.INTERRUPTED),b=c(n,m,1+g+w),j=function(t){return s&&f(s),new a(!0,t)},_=function(t){return g?(r(t),w?b(t[0],t[1],j):b(t[0],t[1])):w?b(t,j):b(t)};if(x)s=t;else{if("function"!=typeof(l=u(t)))throw TypeError("Target is not iterable");if(o(l)){for(p=0,v=i(t.length);v>p;p++)if((h=_(t[p]))&&h instanceof a)return h;return new a(!1)}s=l.call(t)}for(d=s.next;!(y=d.call(s)).done;){try{h=_(y.value)}catch(t){throw f(s),t}if("object"==typeof h&&h&&h instanceof a)return h}return new a(!1)}},9212:function(t,n,e){var r=e(9670);t.exports=function(t){var n=t.return;if(void 0!==n)return r(n.call(t)).value}},7497:function(t){t.exports={}},5948:function(t,n,e){var r,o,i,c,u,f,a,s,l=e(7854),p=e(1236).f,v=e(261).set,h=e(6833),d=e(1036),y=e(5268),m=l.MutationObserver||l.WebKitMutationObserver,g=l.document,x=l.process,w=l.Promise,b=p(l,"queueMicrotask"),j=b&&b.value;j||(r=function(){var t,n;for(y&&(t=x.domain)&&t.exit();o;){n=o.fn,o=o.next;try{n()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},h||y||d||!m||!g?w&&w.resolve?((a=w.resolve(void 0)).constructor=w,s=a.then,c=function(){s.call(a,r)}):c=y?function(){x.nextTick(r)}:function(){v.call(l,r)}:(u=!0,f=g.createTextNode(""),new m(r).observe(f,{characterData:!0}),c=function(){f.data=u=!u})),t.exports=j||function(t){var n={fn:t,next:void 0};i&&(i.next=n),o||(o=n,c()),i=n}},3366:function(t,n,e){var r=e(7854);t.exports=r.Promise},133:function(t,n,e){var r=e(7392),o=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,n,e){var r=e(7854),o=e(2788),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},8523:function(t,n,e){"use strict";var r=e(3099),o=function(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)};t.exports.f=function(t){return new o(t)}},3070:function(t,n,e){var r=e(9781),o=e(4664),i=e(9670),c=e(7593),u=Object.defineProperty;n.f=r?u:function(t,n,e){if(i(t),n=c(n,!0),i(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},1236:function(t,n,e){var r=e(9781),o=e(5296),i=e(9114),c=e(5656),u=e(7593),f=e(6656),a=e(4664),s=Object.getOwnPropertyDescriptor;n.f=r?s:function(t,n){if(t=c(t),n=u(n,!0),a)try{return s(t,n)}catch(t){}if(f(t,n))return i(!o.f.call(t,n),t[n])}},8006:function(t,n,e){var r=e(6324),o=e(748).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},5181:function(t,n){n.f=Object.getOwnPropertySymbols},6324:function(t,n,e){var r=e(6656),o=e(5656),i=e(1318).indexOf,c=e(3501);t.exports=function(t,n){var e,u=o(t),f=0,a=[];for(e in u)!r(c,e)&&r(u,e)&&a.push(e);for(;n.length>f;)r(u,e=n[f++])&&(~i(a,e)||a.push(e));return a}},5296:function(t,n){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!e.call({1:2},1);n.f=o?function(t){var n=r(this,t);return!!n&&n.enumerable}:e},7674:function(t,n,e){var r=e(9670),o=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,n=!1,e={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),n=e instanceof Array}catch(t){}return function(e,i){return r(e),o(i),n?t.call(e,i):e.__proto__=i,e}}():void 0)},288:function(t,n,e){"use strict";var r=e(1694),o=e(648);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},3887:function(t,n,e){var r=e(5005),o=e(8006),i=e(5181),c=e(9670);t.exports=r("Reflect","ownKeys")||function(t){var n=o.f(c(t)),e=i.f;return e?n.concat(e(t)):n}},857:function(t,n,e){var r=e(7854);t.exports=r},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,n,e){var r=e(9670),o=e(111),i=e(8523);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},2248:function(t,n,e){var r=e(1320);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},1320:function(t,n,e){var r=e(7854),o=e(8880),i=e(6656),c=e(3505),u=e(2788),f=e(9909),a=f.get,s=f.enforce,l=String(String).split("String");(t.exports=function(t,n,e,u){var f,a=!!u&&!!u.unsafe,p=!!u&&!!u.enumerable,v=!!u&&!!u.noTargetGet;"function"==typeof e&&("string"!=typeof n||i(e,"name")||o(e,"name",n),(f=s(e)).source||(f.source=l.join("string"==typeof n?n:""))),t!==r?(a?!v&&t[n]&&(p=!0):delete t[n],p?t[n]=e:o(t,n,e)):p?t[n]=e:c(n,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&a(this).source||u(this)}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},3505:function(t,n,e){var r=e(7854),o=e(8880);t.exports=function(t,n){try{o(r,t,n)}catch(e){r[t]=n}return n}},6340:function(t,n,e){"use strict";var r=e(5005),o=e(3070),i=e(5112),c=e(9781),u=i("species");t.exports=function(t){var n=r(t),e=o.f;c&&n&&!n[u]&&e(n,u,{configurable:!0,get:function(){return this}})}},8003:function(t,n,e){var r=e(3070).f,o=e(6656),i=e(5112)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},6200:function(t,n,e){var r=e(2309),o=e(9711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,n,e){var r=e(7854),o=e(3505),i="__core-js_shared__",c=r[i]||o(i,{});t.exports=c},2309:function(t,n,e){var r=e(1913),o=e(5465);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.14.0",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,n,e){var r=e(9670),o=e(3099),i=e(5112)("species");t.exports=function(t,n){var e,c=r(t).constructor;return void 0===c||null==(e=r(c)[i])?n:o(e)}},261:function(t,n,e){var r,o,i,c=e(7854),u=e(7293),f=e(9974),a=e(490),s=e(317),l=e(6833),p=e(5268),v=c.location,h=c.setImmediate,d=c.clearImmediate,y=c.process,m=c.MessageChannel,g=c.Dispatch,x=0,w={},b=function(t){if(w.hasOwnProperty(t)){var n=w[t];delete w[t],n()}},j=function(t){return function(){b(t)}},_=function(t){b(t.data)},S=function(t){c.postMessage(t+"",v.protocol+"//"+v.host)};h&&d||(h=function(t){for(var n=[],e=1;arguments.length>e;)n.push(arguments[e++]);return w[++x]=function(){("function"==typeof t?t:Function(t)).apply(void 0,n)},r(x),x},d=function(t){delete w[t]},p?r=function(t){y.nextTick(j(t))}:g&&g.now?r=function(t){g.now(j(t))}:m&&!l?(i=(o=new m).port2,o.port1.onmessage=_,r=f(i.postMessage,i,1)):c.addEventListener&&"function"==typeof postMessage&&!c.importScripts&&v&&"file:"!==v.protocol&&!u(S)?(r=S,c.addEventListener("message",_,!1)):r="onreadystatechange"in s("script")?function(t){a.appendChild(s("script")).onreadystatechange=function(){a.removeChild(this),b(t)}}:function(t){setTimeout(j(t),0)}),t.exports={set:h,clear:d}},1400:function(t,n,e){var r=e(9958),o=Math.max,i=Math.min;t.exports=function(t,n){var e=r(t);return e<0?o(e+n,0):i(e,n)}},5656:function(t,n,e){var r=e(8361),o=e(4488);t.exports=function(t){return r(o(t))}},9958:function(t){var n=Math.ceil,e=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?e:n)(t)}},7466:function(t,n,e){var r=e(9958),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,n,e){var r=e(4488);t.exports=function(t){return Object(r(t))}},7593:function(t,n,e){var r=e(111);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},1694:function(t,n,e){var r={};r[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},9711:function(t){var n=0,e=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+e).toString(36)}},3307:function(t,n,e){var r=e(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,n,e){var r=e(7854),o=e(2309),i=e(6656),c=e(9711),u=e(133),f=e(3307),a=o("wks"),s=r.Symbol,l=f?s:s&&s.withoutSetter||c;t.exports=function(t){return i(a,t)&&(u||"string"==typeof a[t])||(u&&i(s,t)?a[t]=s[t]:a[t]=l("Symbol."+t)),a[t]}},1539:function(t,n,e){var r=e(1694),o=e(1320),i=e(288);r||o(Object.prototype,"toString",i,{unsafe:!0})},8674:function(t,n,e){"use strict";var r,o,i,c,u=e(2109),f=e(1913),a=e(7854),s=e(5005),l=e(3366),p=e(1320),v=e(2248),h=e(7674),d=e(8003),y=e(6340),m=e(111),g=e(3099),x=e(5787),w=e(2788),b=e(408),j=e(7072),_=e(6707),S=e(261).set,O=e(5948),E=e(9478),T=e(842),P=e(8523),M=e(2534),F=e(9909),I=e(4705),A=e(5112),R=e(7871),k=e(5268),N=e(7392),C=A("species"),D="Promise",L=F.get,z=F.set,U=F.getterFor(D),W=l&&l.prototype,q=l,B=W,G=a.TypeError,K=a.document,H=a.process,V=P.f,Y=V,J=!!(K&&K.createEvent&&a.dispatchEvent),Q="function"==typeof PromiseRejectionEvent,X="unhandledrejection",Z=!1,$=I(D,(function(){var t=w(q)!==String(q);if(!t&&66===N)return!0;if(f&&!B.finally)return!0;if(N>=51&&/native code/.test(q))return!1;var n=new q((function(t){t(1)})),e=function(t){t((function(){}),(function(){}))};return(n.constructor={})[C]=e,!(Z=n.then((function(){}))instanceof e)||!t&&R&&!Q})),tt=$||!j((function(t){q.all(t).catch((function(){}))})),nt=function(t){var n;return!(!m(t)||"function"!=typeof(n=t.then))&&n},et=function(t,n){if(!t.notified){t.notified=!0;var e=t.reactions;O((function(){for(var r=t.value,o=1==t.state,i=0;e.length>i;){var c,u,f,a=e[i++],s=o?a.ok:a.fail,l=a.resolve,p=a.reject,v=a.domain;try{s?(o||(2===t.rejection&&ct(t),t.rejection=1),!0===s?c=r:(v&&v.enter(),c=s(r),v&&(v.exit(),f=!0)),c===a.promise?p(G("Promise-chain cycle")):(u=nt(c))?u.call(c,l,p):l(c)):p(r)}catch(t){v&&!f&&v.exit(),p(t)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&ot(t)}))}},rt=function(t,n,e){var r,o;J?((r=K.createEvent("Event")).promise=n,r.reason=e,r.initEvent(t,!1,!0),a.dispatchEvent(r)):r={promise:n,reason:e},!Q&&(o=a["on"+t])?o(r):t===X&&T("Unhandled promise rejection",e)},ot=function(t){S.call(a,(function(){var n,e=t.facade,r=t.value;if(it(t)&&(n=M((function(){k?H.emit("unhandledRejection",r,e):rt(X,e,r)})),t.rejection=k||it(t)?2:1,n.error))throw n.value}))},it=function(t){return 1!==t.rejection&&!t.parent},ct=function(t){S.call(a,(function(){var n=t.facade;k?H.emit("rejectionHandled",n):rt("rejectionhandled",n,t.value)}))},ut=function(t,n,e){return function(r){t(n,r,e)}},ft=function(t,n,e){t.done||(t.done=!0,e&&(t=e),t.value=n,t.state=2,et(t,!0))},at=function(t,n,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===n)throw G("Promise can't be resolved itself");var r=nt(n);r?O((function(){var e={done:!1};try{r.call(n,ut(at,e,t),ut(ft,e,t))}catch(n){ft(e,n,t)}})):(t.value=n,t.state=1,et(t,!1))}catch(n){ft({done:!1},n,t)}}};if($&&(B=(q=function(t){x(this,q,D),g(t),r.call(this);var n=L(this);try{t(ut(at,n),ut(ft,n))}catch(t){ft(n,t)}}).prototype,(r=function(t){z(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=v(B,{then:function(t,n){var e=U(this),r=V(_(this,q));return r.ok="function"!=typeof t||t,r.fail="function"==typeof n&&n,r.domain=k?H.domain:void 0,e.parent=!0,e.reactions.push(r),0!=e.state&&et(e,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,n=L(t);this.promise=t,this.resolve=ut(at,n),this.reject=ut(ft,n)},P.f=V=function(t){return t===q||t===i?new o(t):Y(t)},!f&&"function"==typeof l&&W!==Object.prototype)){c=W.then,Z||(p(W,"then",(function(t,n){var e=this;return new q((function(t,n){c.call(e,t,n)})).then(t,n)}),{unsafe:!0}),p(W,"catch",B.catch,{unsafe:!0}));try{delete W.constructor}catch(t){}h&&h(W,B)}u({global:!0,wrap:!0,forced:$},{Promise:q}),d(q,D,!1,!0),y(D),i=s(D),u({target:D,stat:!0,forced:$},{reject:function(t){var n=V(this);return n.reject.call(void 0,t),n.promise}}),u({target:D,stat:!0,forced:f||$},{resolve:function(t){return E(f&&this===i?q:this,t)}}),u({target:D,stat:!0,forced:tt},{all:function(t){var n=this,e=V(n),r=e.resolve,o=e.reject,i=M((function(){var e=g(n.resolve),i=[],c=0,u=1;b(t,(function(t){var f=c++,a=!1;i.push(void 0),u++,e.call(n,t).then((function(t){a||(a=!0,i[f]=t,--u||r(i))}),o)})),--u||r(i)}));return i.error&&o(i.value),e.promise},race:function(t){var n=this,e=V(n),r=e.reject,o=M((function(){var o=g(n.resolve);b(t,(function(t){o.call(n,t).then(e.resolve,r)}))}));return o.error&&r(o.value),e.promise}})}},n={};function e(r){var o=n[r];if(void 0!==o)return o.exports;var i=n[r]={exports:{}};return t[r](i,i.exports,e),i.exports}e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),function(){"use strict";e(1539),e(8674);var t=setTimeout;function n(t){return Boolean(t&&void 0!==t.length)}function r(){}function o(t){if(!(this instanceof o))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],s(t,this)}function i(t,n){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,o._immediateFn((function(){var e=1===t._state?n.onFulfilled:n.onRejected;if(null!==e){var r;try{r=e(t._value)}catch(t){return void u(n.promise,t)}c(n.promise,r)}else(1===t._state?c:u)(n.promise,t._value)}))):t._deferreds.push(n)}function c(t,n){try{if(n===t)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var e=n.then;if(n instanceof o)return t._state=3,t._value=n,void f(t);if("function"==typeof e)return void s((r=e,i=n,function(){r.apply(i,arguments)}),t)}t._state=1,t._value=n,f(t)}catch(n){u(t,n)}var r,i}function u(t,n){t._state=2,t._value=n,f(t)}function f(t){2===t._state&&0===t._deferreds.length&&o._immediateFn((function(){t._handled||o._unhandledRejectionFn(t._value)}));for(var n=0,e=t._deferreds.length;n<e;n++)i(t,t._deferreds[n]);t._deferreds=null}function a(t,n,e){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=e}function s(t,n){var e=!1;try{t((function(t){e||(e=!0,c(n,t))}),(function(t){e||(e=!0,u(n,t))}))}catch(t){if(e)return;e=!0,u(n,t)}}o.prototype.catch=function(t){return this.then(null,t)},o.prototype.then=function(t,n){var e=new this.constructor(r);return i(this,new a(t,n,e)),e},o.prototype.finally=function(t){var n=this.constructor;return this.then((function(e){return n.resolve(t()).then((function(){return e}))}),(function(e){return n.resolve(t()).then((function(){return n.reject(e)}))}))},o.all=function(t){return new o((function(e,r){if(!n(t))return r(new TypeError("Promise.all accepts an array"));var o=Array.prototype.slice.call(t);if(0===o.length)return e([]);var i=o.length;function c(t,n){try{if(n&&("object"==typeof n||"function"==typeof n)){var u=n.then;if("function"==typeof u)return void u.call(n,(function(n){c(t,n)}),r)}o[t]=n,0==--i&&e(o)}catch(t){r(t)}}for(var u=0;u<o.length;u++)c(u,o[u])}))},o.allSettled=function(t){return new this((function(n,e){if(!t||void 0===t.length)return e(new TypeError(typeof t+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(t);if(0===r.length)return n([]);var o=r.length;function i(t,e){if(e&&("object"==typeof e||"function"==typeof e)){var c=e.then;if("function"==typeof c)return void c.call(e,(function(n){i(t,n)}),(function(e){r[t]={status:"rejected",reason:e},0==--o&&n(r)}))}r[t]={status:"fulfilled",value:e},0==--o&&n(r)}for(var c=0;c<r.length;c++)i(c,r[c])}))},o.resolve=function(t){return t&&"object"==typeof t&&t.constructor===o?t:new o((function(n){n(t)}))},o.reject=function(t){return new o((function(n,e){e(t)}))},o.race=function(t){return new o((function(e,r){if(!n(t))return r(new TypeError("Promise.race accepts an array"));for(var i=0,c=t.length;i<c;i++)o.resolve(t[i]).then(e,r)}))},o._immediateFn="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(n){t(n,0)},o._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var l=o;void 0===window.Promise&&(window.Promise=l)}()}();</script><script type="text/javascript">!function(){var t={93:function(){!function(){if("undefined"==typeof window)return!1;if(!window)return!1;if("function"==typeof window.CustomEvent)return!1;var t=function(t,e){e=e||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n};t.prototype=window.Event.prototype,window.CustomEvent=t}()},9669:function(t,e,n){t.exports=n(1609)},5448:function(t,e,n){"use strict";var r=n(4867),o=n(6026),i=n(5327),c=n(4097),a=n(4109),u=n(7985),s=n(5061);t.exports=function(t){return new Promise((function(e,f){var l=t.data,p=t.headers;r.isFormData(l)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var v=t.auth.username||"",h=t.auth.password||"";p.Authorization="Basic "+btoa(v+":"+h)}var y=c(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),i(y,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};o(e,f,r),d=null}},d.onabort=function(){d&&(f(s("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){f(s("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),f(s(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var w=n(4372),m=(t.withCredentials||u(y))&&t.xsrfCookieName?w.read(t.xsrfCookieName):void 0;m&&(p[t.xsrfHeaderName]=m)}if("setRequestHeader"in d&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),f(t),d=null)})),void 0===l&&(l=null),d.send(l)}))}},1609:function(t,e,n){"use strict";var r=n(4867),o=n(1849),i=n(321),c=n(7185);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(5655));u.Axios=i,u.create=function(t){return a(c(u.defaults,t))},u.Cancel=n(5263),u.CancelToken=n(4972),u.isCancel=n(6502),u.all=function(t){return Promise.all(t)},u.spread=n(8713),t.exports=u,t.exports.default=u},5263:function(t){"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},4972:function(t,e,n){"use strict";var r=n(5263);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,n){"use strict";var r=n(4867),o=n(5327),i=n(782),c=n(3572),a=n(7185);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[c,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){u.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}})),r.forEach(["post","put","patch"],(function(t){u.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}})),t.exports=u},782:function(t,e,n){"use strict";var r=n(4867);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},4097:function(t,e,n){"use strict";var r=n(1793),o=n(7303);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},5061:function(t,e,n){"use strict";var r=n(481);t.exports=function(t,e,n,o,i){var c=new Error(t);return r(c,e,n,o,i)}},3572:function(t,e,n){"use strict";var r=n(4867),o=n(8527),i=n(6502),c=n(5655);function a(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return a(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||c.adapter)(t).then((function(e){return a(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(a(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},481:function(t){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},7185:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){e=e||{};var n={},o=["url","method","params","data"],i=["headers","auth","proxy"],c=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(o,(function(t){void 0!==e[t]&&(n[t]=e[t])})),r.forEach(i,(function(o){r.isObject(e[o])?n[o]=r.deepMerge(t[o],e[o]):void 0!==e[o]?n[o]=e[o]:r.isObject(t[o])?n[o]=r.deepMerge(t[o]):void 0!==t[o]&&(n[o]=t[o])})),r.forEach(c,(function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])}));var a=o.concat(i).concat(c),u=Object.keys(e).filter((function(t){return-1===a.indexOf(t)}));return r.forEach(u,(function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])})),n}},6026:function(t,e,n){"use strict";var r=n(5061);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},8527:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},5655:function(t,e,n){"use strict";var r=n(4867),o=n(6016),i={"Content-Type":"application/x-www-form-urlencoded"};function c(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var a,u={adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(a=n(5448)),a),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(c(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(c(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){u.headers[t]=r.merge(i)})),t.exports=u},1849:function(t){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},5327:function(t,e,n){"use strict";var r=n(4867);function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var c=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),c.push(o(e)+"="+o(t))})))})),i=c.join("&")}if(i){var a=t.indexOf("#");-1!==a&&(t=t.slice(0,a)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},7303:function(t){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,c){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===c&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:function(t){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},7985:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},6016:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},4109:function(t,e,n){"use strict";var r=n(4867),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,c={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(c[e]&&o.indexOf(e)>=0)return;c[e]="set-cookie"===e?(c[e]?c[e]:[]).concat([n]):c[e]?c[e]+", "+n:n}})),c):c}},8713:function(t){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},4867:function(t,e,n){"use strict";var r=n(1849),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function c(t){return void 0===t}function a(t){return null!==t&&"object"==typeof t}function u(t){return"[object Function]"===o.call(t)}function s(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!c(t)&&null!==t.constructor&&!c(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:a,isUndefined:c,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:u,isStream:function(t){return a(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:s,merge:function t(){var e={};function n(n,r){"object"==typeof e[r]&&"object"==typeof n?e[r]=t(e[r],n):e[r]=n}for(var r=0,o=arguments.length;r<o;r++)s(arguments[r],n);return e},deepMerge:function t(){var e={};function n(n,r){"object"==typeof e[r]&&"object"==typeof n?e[r]=t(e[r],n):e[r]="object"==typeof n?t({},n):n}for(var r=0,o=arguments.length;r<o;r++)s(arguments[r],n);return e},extend:function(t,e,n){return s(e,(function(e,o){t[o]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}}},4101:function(t,e,n){"use strict";n(1539),n(8674);var r=setTimeout;function o(t){return Boolean(t&&void 0!==t.length)}function i(){}function c(t){if(!(this instanceof c))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],p(t,this)}function a(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,c._immediateFn((function(){var n=1===t._state?e.onFulfilled:e.onRejected;if(null!==n){var r;try{r=n(t._value)}catch(t){return void s(e.promise,t)}u(e.promise,r)}else(1===t._state?u:s)(e.promise,t._value)}))):t._deferreds.push(e)}function u(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof c)return t._state=3,t._value=e,void f(t);if("function"==typeof n)return void p((r=n,o=e,function(){r.apply(o,arguments)}),t)}t._state=1,t._value=e,f(t)}catch(e){s(t,e)}var r,o}function s(t,e){t._state=2,t._value=e,f(t)}function f(t){2===t._state&&0===t._deferreds.length&&c._immediateFn((function(){t._handled||c._unhandledRejectionFn(t._value)}));for(var e=0,n=t._deferreds.length;e<n;e++)a(t,t._deferreds[e]);t._deferreds=null}function l(t,e,n){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof e?e:null,this.promise=n}function p(t,e){var n=!1;try{t((function(t){n||(n=!0,u(e,t))}),(function(t){n||(n=!0,s(e,t))}))}catch(t){if(n)return;n=!0,s(e,t)}}c.prototype.catch=function(t){return this.then(null,t)},c.prototype.then=function(t,e){var n=new this.constructor(i);return a(this,new l(t,e,n)),n},c.prototype.finally=function(t){var e=this.constructor;return this.then((function(n){return e.resolve(t()).then((function(){return n}))}),(function(n){return e.resolve(t()).then((function(){return e.reject(n)}))}))},c.all=function(t){return new c((function(e,n){if(!o(t))return n(new TypeError("Promise.all accepts an array"));var r=Array.prototype.slice.call(t);if(0===r.length)return e([]);var i=r.length;function c(t,o){try{if(o&&("object"==typeof o||"function"==typeof o)){var a=o.then;if("function"==typeof a)return void a.call(o,(function(e){c(t,e)}),n)}r[t]=o,0==--i&&e(r)}catch(t){n(t)}}for(var a=0;a<r.length;a++)c(a,r[a])}))},c.allSettled=function(t){return new this((function(e,n){if(!t||void 0===t.length)return n(new TypeError(typeof t+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(t);if(0===r.length)return e([]);var o=r.length;function i(t,n){if(n&&("object"==typeof n||"function"==typeof n)){var c=n.then;if("function"==typeof c)return void c.call(n,(function(e){i(t,e)}),(function(n){r[t]={status:"rejected",reason:n},0==--o&&e(r)}))}r[t]={status:"fulfilled",value:n},0==--o&&e(r)}for(var c=0;c<r.length;c++)i(c,r[c])}))},c.resolve=function(t){return t&&"object"==typeof t&&t.constructor===c?t:new c((function(e){e(t)}))},c.reject=function(t){return new c((function(e,n){n(t)}))},c.race=function(t){return new c((function(e,n){if(!o(t))return n(new TypeError("Promise.race accepts an array"));for(var r=0,i=t.length;r<i;r++)c.resolve(t[r]).then(e,n)}))},c._immediateFn="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){r(t,0)},c._unhandledRejectionFn=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var d=c;void 0===window.Promise&&(window.Promise=d)},3099:function(t){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},6077:function(t,e,n){var r=n(111);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},1223:function(t,e,n){var r=n(5112),o=n(30),i=n(3070),c=r("unscopables"),a=Array.prototype;null==a[c]&&i.f(a,c,{configurable:!0,value:o(null)}),t.exports=function(t){a[c][t]=!0}},1530:function(t,e,n){"use strict";var r=n(8710).charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},5787:function(t){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},9670:function(t,e,n){var r=n(111);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},1318:function(t,e,n){var r=n(5656),o=n(7466),i=n(1400),c=function(t){return function(e,n,c){var a,u=r(e),s=o(u.length),f=i(c,s);if(t&&n!=n){for(;s>f;)if((a=u[f++])!=a)return!0}else for(;s>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:c(!0),indexOf:c(!1)}},7072:function(t,e,n){var r=n(5112)("iterator"),o=!1;try{var i=0,c={next:function(){return{done:!!i++}},return:function(){o=!0}};c[r]=function(){return this},Array.from(c,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},4326:function(t){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},648:function(t,e,n){var r=n(1694),o=n(4326),i=n(5112)("toStringTag"),c="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:c?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}},9920:function(t,e,n){var r=n(6656),o=n(3887),i=n(1236),c=n(3070);t.exports=function(t,e){for(var n=o(e),a=c.f,u=i.f,s=0;s<n.length;s++){var f=n[s];r(t,f)||a(t,f,u(e,f))}}},4964:function(t,e,n){var r=n(5112)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,"/./"[t](e)}catch(t){}}return!1}},8880:function(t,e,n){var r=n(9781),o=n(3070),i=n(9114);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},9781:function(t,e,n){var r=n(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,e,n){var r=n(7854),o=n(111),i=r.document,c=o(i)&&o(i.createElement);t.exports=function(t){return c?i.createElement(t):{}}},7871:function(t){t.exports="object"==typeof window},6833:function(t,e,n){var r=n(8113);t.exports=/(?:iphone|ipod|ipad).*applewebkit/i.test(r)},5268:function(t,e,n){var r=n(4326),o=n(7854);t.exports="process"==r(o.process)},1036:function(t,e,n){var r=n(8113);t.exports=/web0s(?!.*chrome)/i.test(r)},8113:function(t,e,n){var r=n(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,e,n){var r,o,i=n(7854),c=n(8113),a=i.process,u=a&&a.versions,s=u&&u.v8;s?o=(r=s.split("."))[0]<4?1:r[0]+r[1]:c&&(!(r=c.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=c.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,e,n){var r=n(7854),o=n(1236).f,i=n(8880),c=n(1320),a=n(3505),u=n(9920),s=n(4705);t.exports=function(t,e){var n,f,l,p,d,v=t.target,h=t.global,y=t.stat;if(n=h?r:y?r[v]||a(v,{}):(r[v]||{}).prototype)for(f in e){if(p=e[f],l=t.noTargetGet?(d=o(n,f))&&d.value:n[f],!s(h?f:v+(y?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;u(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(n,f,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},7007:function(t,e,n){"use strict";n(4916);var r=n(1320),o=n(2261),i=n(7293),c=n(5112),a=n(8880),u=c("species"),s=RegExp.prototype,f=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),p=c("replace"),d=!!/./[p]&&""===/./[p]("a","$0"),v=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,p){var h=c(t),y=!i((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),w=y&&!i((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!y||!w||"replace"===t&&(!f||!l||d)||"split"===t&&!v){var m=/./[h],g=n(h,""[t],(function(t,e,n,r,i){var c=e.exec;return c===o||c===s.exec?y&&!i?{done:!0,value:m.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),b=g[0],x=g[1];r(String.prototype,t,b),r(s,h,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}p&&a(s[h],"sham",!0)}},9974:function(t,e,n){var r=n(3099);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},5005:function(t,e,n){var r=n(857),o=n(7854),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},1246:function(t,e,n){var r=n(648),o=n(7497),i=n(5112)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},647:function(t,e,n){var r=n(7908),o=Math.floor,i="".replace,c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,a=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,u,s,f){var l=n+t.length,p=u.length,d=a;return void 0!==s&&(s=r(s),d=c),i.call(f,d,(function(r,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,n);case"'":return e.slice(l);case"<":c=s[i.slice(1,-1)];break;default:var a=+i;if(0===a)return r;if(a>p){var f=o(a/10);return 0===f?r:f<=p?void 0===u[f-1]?i.charAt(1):u[f-1]+i.charAt(1):r}c=u[a-1]}return void 0===c?"":c}))}},7854:function(t,e,n){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},6656:function(t,e,n){var r=n(7908),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(r(t),e)}},3501:function(t){t.exports={}},842:function(t,e,n){var r=n(7854);t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},490:function(t,e,n){var r=n(5005);t.exports=r("document","documentElement")},4664:function(t,e,n){var r=n(9781),o=n(7293),i=n(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,n){var r=n(7293),o=n(4326),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},2788:function(t,e,n){var r=n(5465),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},9909:function(t,e,n){var r,o,i,c=n(8536),a=n(7854),u=n(111),s=n(8880),f=n(6656),l=n(5465),p=n(6200),d=n(3501),v="Object already initialized",h=a.WeakMap;if(c||l.state){var y=l.state||(l.state=new h),w=y.get,m=y.has,g=y.set;r=function(t,e){if(m.call(y,t))throw new TypeError(v);return e.facade=t,g.call(y,t,e),e},o=function(t){return w.call(y,t)||{}},i=function(t){return m.call(y,t)}}else{var b=p("state");d[b]=!0,r=function(t,e){if(f(t,b))throw new TypeError(v);return e.facade=t,s(t,b,e),e},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!u(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},7659:function(t,e,n){var r=n(5112),o=n(7497),i=r("iterator"),c=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||c[i]===t)}},4705:function(t,e,n){var r=n(7293),o=/#|\.prototype\./,i=function(t,e){var n=a[c(t)];return n==s||n!=u&&("function"==typeof e?r(e):!!e)},c=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=i.data={},u=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},111:function(t){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},1913:function(t){t.exports=!1},7850:function(t,e,n){var r=n(111),o=n(4326),i=n(5112)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},408:function(t,e,n){var r=n(9670),o=n(7659),i=n(7466),c=n(9974),a=n(1246),u=n(9212),s=function(t,e){this.stopped=t,this.result=e};t.exports=function(t,e,n){var f,l,p,d,v,h,y,w=n&&n.that,m=!(!n||!n.AS_ENTRIES),g=!(!n||!n.IS_ITERATOR),b=!(!n||!n.INTERRUPTED),x=c(e,w,1+m+b),E=function(t){return f&&u(f),new s(!0,t)},S=function(t){return m?(r(t),b?x(t[0],t[1],E):x(t[0],t[1])):b?x(t,E):x(t)};if(g)f=t;else{if("function"!=typeof(l=a(t)))throw TypeError("Target is not iterable");if(o(l)){for(p=0,d=i(t.length);d>p;p++)if((v=S(t[p]))&&v instanceof s)return v;return new s(!1)}f=l.call(t)}for(h=f.next;!(y=h.call(f)).done;){try{v=S(y.value)}catch(t){throw u(f),t}if("object"==typeof v&&v&&v instanceof s)return v}return new s(!1)}},9212:function(t,e,n){var r=n(9670);t.exports=function(t){var e=t.return;if(void 0!==e)return r(e.call(t)).value}},7497:function(t){t.exports={}},5948:function(t,e,n){var r,o,i,c,a,u,s,f,l=n(7854),p=n(1236).f,d=n(261).set,v=n(6833),h=n(1036),y=n(5268),w=l.MutationObserver||l.WebKitMutationObserver,m=l.document,g=l.process,b=l.Promise,x=p(l,"queueMicrotask"),E=x&&x.value;E||(r=function(){var t,e;for(y&&(t=g.domain)&&t.exit();o;){e=o.fn,o=o.next;try{e()}catch(t){throw o?c():i=void 0,t}}i=void 0,t&&t.enter()},v||y||h||!w||!m?b&&b.resolve?((s=b.resolve(void 0)).constructor=b,f=s.then,c=function(){f.call(s,r)}):c=y?function(){g.nextTick(r)}:function(){d.call(l,r)}:(a=!0,u=m.createTextNode(""),new w(r).observe(u,{characterData:!0}),c=function(){u.data=a=!a})),t.exports=E||function(t){var e={fn:t,next:void 0};i&&(i.next=e),o||(o=e,c()),i=e}},3366:function(t,e,n){var r=n(7854);t.exports=r.Promise},133:function(t,e,n){var r=n(7392),o=n(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,e,n){var r=n(7854),o=n(2788),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},8523:function(t,e,n){"use strict";var r=n(3099),o=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new o(t)}},3929:function(t,e,n){var r=n(7850);t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},30:function(t,e,n){var r,o=n(9670),i=n(6048),c=n(748),a=n(3501),u=n(490),s=n(317),f=n(6200)("IE_PROTO"),l=function(){},p=function(t){return"<script>"+t+"<\/script>"},d=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;d=r?function(t){t.write(p("")),t.close();var e=t.parentWindow.Object;return t=null,e}(r):((e=s("iframe")).style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F);for(var n=c.length;n--;)delete d.prototype[c[n]];return d()};a[f]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(l.prototype=o(t),n=new l,l.prototype=null,n[f]=t):n=d(),void 0===e?n:i(n,e)}},6048:function(t,e,n){var r=n(9781),o=n(3070),i=n(9670),c=n(1956);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=c(e),a=r.length,u=0;a>u;)o.f(t,n=r[u++],e[n]);return t}},3070:function(t,e,n){var r=n(9781),o=n(4664),i=n(9670),c=n(7593),a=Object.defineProperty;e.f=r?a:function(t,e,n){if(i(t),e=c(e,!0),i(n),o)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},1236:function(t,e,n){var r=n(9781),o=n(5296),i=n(9114),c=n(5656),a=n(7593),u=n(6656),s=n(4664),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=c(t),e=a(e,!0),s)try{return f(t,e)}catch(t){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},8006:function(t,e,n){var r=n(6324),o=n(748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},6324:function(t,e,n){var r=n(6656),o=n(5656),i=n(1318).indexOf,c=n(3501);t.exports=function(t,e){var n,a=o(t),u=0,s=[];for(n in a)!r(c,n)&&r(a,n)&&s.push(n);for(;e.length>u;)r(a,n=e[u++])&&(~i(s,n)||s.push(n));return s}},1956:function(t,e,n){var r=n(6324),o=n(748);t.exports=Object.keys||function(t){return r(t,o)}},5296:function(t,e){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},7674:function(t,e,n){var r=n(9670),o=n(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},288:function(t,e,n){"use strict";var r=n(1694),o=n(648);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},3887:function(t,e,n){var r=n(5005),o=n(8006),i=n(5181),c=n(9670);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(c(t)),n=i.f;return n?e.concat(n(t)):e}},857:function(t,e,n){var r=n(7854);t.exports=r},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,e,n){var r=n(9670),o=n(111),i=n(8523);t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t);return(0,n.resolve)(e),n.promise}},2248:function(t,e,n){var r=n(1320);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},1320:function(t,e,n){var r=n(7854),o=n(8880),i=n(6656),c=n(3505),a=n(2788),u=n(9909),s=u.get,f=u.enforce,l=String(String).split("String");(t.exports=function(t,e,n,a){var u,s=!!a&&!!a.unsafe,p=!!a&&!!a.enumerable,d=!!a&&!!a.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),(u=f(n)).source||(u.source=l.join("string"==typeof e?e:""))),t!==r?(s?!d&&t[e]&&(p=!0):delete t[e],p?t[e]=n:o(t,e,n)):p?t[e]=n:c(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||a(this)}))},7651:function(t,e,n){var r=n(4326),o=n(2261);t.exports=function(t,e){var n=t.exec;if("function"==typeof n){var i=n.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},2261:function(t,e,n){"use strict";var r,o,i=n(7066),c=n(2999),a=n(2309),u=RegExp.prototype.exec,s=a("native-string-replace",String.prototype.replace),f=u,l=(r=/a/,o=/b*/g,u.call(r,"a"),u.call(o,"a"),0!==r.lastIndex||0!==o.lastIndex),p=c.UNSUPPORTED_Y||c.BROKEN_CARET,d=void 0!==/()??/.exec("")[1];(l||d||p)&&(f=function(t){var e,n,r,o,c=this,a=p&&c.sticky,f=i.call(c),v=c.source,h=0,y=t;return a&&(-1===(f=f.replace("y","")).indexOf("g")&&(f+="g"),y=String(t).slice(c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==t[c.lastIndex-1])&&(v="(?: "+v+")",y=" "+y,h++),n=new RegExp("^(?:"+v+")",f)),d&&(n=new RegExp("^"+v+"$(?!\\s)",f)),l&&(e=c.lastIndex),r=u.call(a?n:c,y),a?r?(r.input=r.input.slice(h),r[0]=r[0].slice(h),r.index=c.lastIndex,c.lastIndex+=r[0].length):c.lastIndex=0:l&&r&&(c.lastIndex=c.global?r.index+r[0].length:e),d&&r&&r.length>1&&s.call(r[0],n,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(r[o]=void 0)})),r}),t.exports=f},7066:function(t,e,n){"use strict";var r=n(9670);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},2999:function(t,e,n){"use strict";var r=n(7293);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=r((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=r((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},4488:function(t){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},3505:function(t,e,n){var r=n(7854),o=n(8880);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},6340:function(t,e,n){"use strict";var r=n(5005),o=n(3070),i=n(5112),c=n(9781),a=i("species");t.exports=function(t){var e=r(t),n=o.f;c&&e&&!e[a]&&n(e,a,{configurable:!0,get:function(){return this}})}},8003:function(t,e,n){var r=n(3070).f,o=n(6656),i=n(5112)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},6200:function(t,e,n){var r=n(2309),o=n(9711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,e,n){var r=n(7854),o=n(3505),i="__core-js_shared__",c=r[i]||o(i,{});t.exports=c},2309:function(t,e,n){var r=n(1913),o=n(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.14.0",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(t,e,n){var r=n(9670),o=n(3099),i=n(5112)("species");t.exports=function(t,e){var n,c=r(t).constructor;return void 0===c||null==(n=r(c)[i])?e:o(n)}},8710:function(t,e,n){var r=n(9958),o=n(4488),i=function(t){return function(e,n){var i,c,a=String(o(e)),u=r(n),s=a.length;return u<0||u>=s?t?"":void 0:(i=a.charCodeAt(u))<55296||i>56319||u+1===s||(c=a.charCodeAt(u+1))<56320||c>57343?t?a.charAt(u):i:t?a.slice(u,u+2):c-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},261:function(t,e,n){var r,o,i,c=n(7854),a=n(7293),u=n(9974),s=n(490),f=n(317),l=n(6833),p=n(5268),d=c.location,v=c.setImmediate,h=c.clearImmediate,y=c.process,w=c.MessageChannel,m=c.Dispatch,g=0,b={},x=function(t){if(b.hasOwnProperty(t)){var e=b[t];delete b[t],e()}},E=function(t){return function(){x(t)}},S=function(t){x(t.data)},j=function(t){c.postMessage(t+"",d.protocol+"//"+d.host)};v&&h||(v=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return b[++g]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(g),g},h=function(t){delete b[t]},p?r=function(t){y.nextTick(E(t))}:m&&m.now?r=function(t){m.now(E(t))}:w&&!l?(i=(o=new w).port2,o.port1.onmessage=S,r=u(i.postMessage,i,1)):c.addEventListener&&"function"==typeof postMessage&&!c.importScripts&&d&&"file:"!==d.protocol&&!a(j)?(r=j,c.addEventListener("message",S,!1)):r="onreadystatechange"in f("script")?function(t){s.appendChild(f("script")).onreadystatechange=function(){s.removeChild(this),x(t)}}:function(t){setTimeout(E(t),0)}),t.exports={set:v,clear:h}},1400:function(t,e,n){var r=n(9958),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},5656:function(t,e,n){var r=n(8361),o=n(4488);t.exports=function(t){return r(o(t))}},9958:function(t){var e=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:e)(t)}},7466:function(t,e,n){var r=n(9958),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,e,n){var r=n(4488);t.exports=function(t){return Object(r(t))}},7593:function(t,e,n){var r=n(111);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},1694:function(t,e,n){var r={};r[n(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},9711:function(t){var e=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+n).toString(36)}},3307:function(t,e,n){var r=n(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,e,n){var r=n(7854),o=n(2309),i=n(6656),c=n(9711),a=n(133),u=n(3307),s=o("wks"),f=r.Symbol,l=u?f:f&&f.withoutSetter||c;t.exports=function(t){return i(s,t)&&(a||"string"==typeof s[t])||(a&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},6699:function(t,e,n){"use strict";var r=n(2109),o=n(1318).includes,i=n(1223);r({target:"Array",proto:!0},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},1539:function(t,e,n){var r=n(1694),o=n(1320),i=n(288);r||o(Object.prototype,"toString",i,{unsafe:!0})},8674:function(t,e,n){"use strict";var r,o,i,c,a=n(2109),u=n(1913),s=n(7854),f=n(5005),l=n(3366),p=n(1320),d=n(2248),v=n(7674),h=n(8003),y=n(6340),w=n(111),m=n(3099),g=n(5787),b=n(2788),x=n(408),E=n(7072),S=n(6707),j=n(261).set,T=n(5948),C=n(9478),O=n(842),k=n(8523),L=n(2534),P=n(9909),_=n(4705),R=n(5112),A=n(7871),I=n(5268),N=n(7392),U=R("species"),B="Promise",D=P.get,M=P.set,q=P.getterFor(B),F=l&&l.prototype,$=l,H=F,z=s.TypeError,G=s.document,K=s.process,W=k.f,X=W,V=!!(G&&G.createEvent&&s.dispatchEvent),J="function"==typeof PromiseRejectionEvent,Y="unhandledrejection",Q=!1,Z=_(B,(function(){var t=b($)!==String($);if(!t&&66===N)return!0;if(u&&!H.finally)return!0;if(N>=51&&/native code/.test($))return!1;var e=new $((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};return(e.constructor={})[U]=n,!(Q=e.then((function(){}))instanceof n)||!t&&A&&!J})),tt=Z||!E((function(t){$.all(t).catch((function(){}))})),et=function(t){var e;return!(!w(t)||"function"!=typeof(e=t.then))&&e},nt=function(t,e){if(!t.notified){t.notified=!0;var n=t.reactions;T((function(){for(var r=t.value,o=1==t.state,i=0;n.length>i;){var c,a,u,s=n[i++],f=o?s.ok:s.fail,l=s.resolve,p=s.reject,d=s.domain;try{f?(o||(2===t.rejection&&ct(t),t.rejection=1),!0===f?c=r:(d&&d.enter(),c=f(r),d&&(d.exit(),u=!0)),c===s.promise?p(z("Promise-chain cycle")):(a=et(c))?a.call(c,l,p):l(c)):p(r)}catch(t){d&&!u&&d.exit(),p(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&ot(t)}))}},rt=function(t,e,n){var r,o;V?((r=G.createEvent("Event")).promise=e,r.reason=n,r.initEvent(t,!1,!0),s.dispatchEvent(r)):r={promise:e,reason:n},!J&&(o=s["on"+t])?o(r):t===Y&&O("Unhandled promise rejection",n)},ot=function(t){j.call(s,(function(){var e,n=t.facade,r=t.value;if(it(t)&&(e=L((function(){I?K.emit("unhandledRejection",r,n):rt(Y,n,r)})),t.rejection=I||it(t)?2:1,e.error))throw e.value}))},it=function(t){return 1!==t.rejection&&!t.parent},ct=function(t){j.call(s,(function(){var e=t.facade;I?K.emit("rejectionHandled",e):rt("rejectionhandled",e,t.value)}))},at=function(t,e,n){return function(r){t(e,r,n)}},ut=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=2,nt(t,!0))},st=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw z("Promise can't be resolved itself");var r=et(e);r?T((function(){var n={done:!1};try{r.call(e,at(st,n,t),at(ut,n,t))}catch(e){ut(n,e,t)}})):(t.value=e,t.state=1,nt(t,!1))}catch(e){ut({done:!1},e,t)}}};if(Z&&(H=($=function(t){g(this,$,B),m(t),r.call(this);var e=D(this);try{t(at(st,e),at(ut,e))}catch(t){ut(e,t)}}).prototype,(r=function(t){M(this,{type:B,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=d(H,{then:function(t,e){var n=q(this),r=W(S(this,$));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=I?K.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&nt(n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,e=D(t);this.promise=t,this.resolve=at(st,e),this.reject=at(ut,e)},k.f=W=function(t){return t===$||t===i?new o(t):X(t)},!u&&"function"==typeof l&&F!==Object.prototype)){c=F.then,Q||(p(F,"then",(function(t,e){var n=this;return new $((function(t,e){c.call(n,t,e)})).then(t,e)}),{unsafe:!0}),p(F,"catch",H.catch,{unsafe:!0}));try{delete F.constructor}catch(t){}v&&v(F,H)}a({global:!0,wrap:!0,forced:Z},{Promise:$}),h($,B,!1,!0),y(B),i=f(B),a({target:B,stat:!0,forced:Z},{reject:function(t){var e=W(this);return e.reject.call(void 0,t),e.promise}}),a({target:B,stat:!0,forced:u||Z},{resolve:function(t){return C(u&&this===i?$:this,t)}}),a({target:B,stat:!0,forced:tt},{all:function(t){var e=this,n=W(e),r=n.resolve,o=n.reject,i=L((function(){var n=m(e.resolve),i=[],c=0,a=1;x(t,(function(t){var u=c++,s=!1;i.push(void 0),a++,n.call(e,t).then((function(t){s||(s=!0,i[u]=t,--a||r(i))}),o)})),--a||r(i)}));return i.error&&o(i.value),n.promise},race:function(t){var e=this,n=W(e),r=n.reject,o=L((function(){var o=m(e.resolve);x(t,(function(t){o.call(e,t).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}})},4916:function(t,e,n){"use strict";var r=n(2109),o=n(2261);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},2023:function(t,e,n){"use strict";var r=n(2109),o=n(3929),i=n(4488);r({target:"String",proto:!0,forced:!n(4964)("includes")},{includes:function(t){return!!~String(i(this)).indexOf(o(t),arguments.length>1?arguments[1]:void 0)}})},5306:function(t,e,n){"use strict";var r=n(7007),o=n(9670),i=n(7466),c=n(9958),a=n(4488),u=n(1530),s=n(647),f=n(7651),l=Math.max,p=Math.min;r("replace",2,(function(t,e,n,r){var d=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=r.REPLACE_KEEPS_$0,h=d?"$":"$0";return[function(n,r){var o=a(this),i=null==n?void 0:n[t];return void 0!==i?i.call(n,o,r):e.call(String(o),n,r)},function(t,r){if(!d&&v||"string"==typeof r&&-1===r.indexOf(h)){var a=n(e,t,this,r);if(a.done)return a.value}var y=o(t),w=String(this),m="function"==typeof r;m||(r=String(r));var g=y.global;if(g){var b=y.unicode;y.lastIndex=0}for(var x=[];;){var E=f(y,w);if(null===E)break;if(x.push(E),!g)break;""===String(E[0])&&(y.lastIndex=u(w,i(y.lastIndex),b))}for(var S,j="",T=0,C=0;C<x.length;C++){E=x[C];for(var O=String(E[0]),k=l(p(c(E.index),w.length),0),L=[],P=1;P<E.length;P++)L.push(void 0===(S=E[P])?S:String(S));var _=E.groups;if(m){var R=[O].concat(L,k,w);void 0!==_&&R.push(_);var A=String(r.apply(void 0,R))}else A=s(O,w,k,L,_,r);k>=T&&(j+=w.slice(T,k)+A,T=k+O.length)}return j+w.slice(T)}]}))}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";n(4916),n(5306),n(6699),n(2023),n(4101);var t="/app/cyclops-router-api/api/v1",e=n(9669),r=n.n(e),o="/users/me",i=function(){try{return!(!localStorage||!localStorage.getItem("cyclops-debug-flag"))}catch(t){return!1}},c=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];i()&&console.log.apply(console,t)};n(93);var a=function(){return(a=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},u=function(t,e){return window.cyclops&&window.cyclops[t]||s(t,e),window.cyclops[t]},s=function(t,e){var n,r;void 0===e&&(e=!1),window.cyclops&&window.cyclops[t]||(c("No window.cyclops["+t+"] present, creating"),window.cyclops=a(a({},null!==(r=window.cyclops)&&void 0!==r?r:{}),((n={})[t]={pending:e,error:null,event:document.createDocumentFragment(),initialized:!1,response:null,cleanup:[],timers:[]},n)))},f=function(t,e){if(window.cyclops&&window.cyclops[t]){var n=u(t);clearTimeout(n.timers[t+"-"+e]),n.timers[t+"-"+e]=setTimeout((function(){window.cyclops&&window.cyclops[t]&&(n.cleanup.forEach((function(t){c("Cleaning up listener"),t()})),c("Delete response/waiter on "+t),n.error=!1,n.pending=!1,n.response=null,n.cleanup=[])}),e)}},l="cyclops-frontend-api-",p=function(t,e){if("undefined"!=typeof window){var n=new CustomEvent(""+l+t,{detail:e}),r=u(t);c("emitting event",n),r.event.dispatchEvent(n)}},d=function(){return(d=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},v=function(e,n,c){return void 0===e&&(e=!1),void 0===n&&(n=""),a=void 0,u=void 0,f=function(){var a;return function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(u){switch(u.label){case 0:a=""+n+t+"/logout",c=c?d(d({},c),{url:a,method:"POST",headers:{"Content-type":"application/json"}}):{url:a,withCredentials:!0,method:"POST",headers:{"Content-type":"application/json"}},u.label=1;case 1:return u.trys.push([1,3,,4]),[4,r()(c)];case 2:return 204===u.sent().status?(function(){try{var t=new Date;t.setDate(t.getDate()-1);var e="cyclops_seg=foo;expires="+t.toUTCString()+";path=/;"+("https:"===window.location.protocol?"secure":"");document.cookie=e}catch(t){i()&&console.warn("cyclops-frontend-api: Errored on cookie-set - ",t)}}(),e?(window.location.reload(),[2,!0]):(p(o,null),[2,!0])):[2,!1];case 3:return[2,u.sent()];case 4:return[2]}}))},new((s=void 0)||(s=Promise))((function(t,e){function n(t){try{o(f.next(t))}catch(t){e(t)}}function r(t){try{o(f.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof s?o:new s((function(t){t(o)}))).then(n,r)}o((f=f.apply(a,u||[])).next())}));var a,u,s,f},h=function(){return(h=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},y=function(e,n,a){return void 0===n&&(n={}),u=void 0,s=void 0,l=function(){var u,s,f,l;return function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(d){switch(d.label){case 0:u=(a?"https://":"")+t+e,d.label=1;case 1:return d.trys.push([1,3,,4]),s=h(h({},n),{url:u,method:"GET",headers:h(h({},(null==n?void 0:n.headers)&&h({},null==n?void 0:n.headers)),{"Cache-Control":"no-cache",Pragma:"no-cache",Expires:"0"})}),[4,r()(s)];case 2:return f=d.sent(),function(t,e){var n,r,c;if(t===o&&(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.adSegments))try{var a=new Date;a.setDate(a.getDate()+1);var u="cyclops_seg="+(r=JSON.stringify(e.data.adSegments),c=encodeURIComponent(r).replace(/%([0-9A-F]{2})/g,(function(t,e){return String.fromCharCode(parseInt("0x"+e,16))})),btoa(c)+";expires=")+a.toUTCString()+";path=/;"+("https:"===window.location.protocol?"secure":"");document.cookie=u}catch(t){i()&&console.warn("cyclops-frontend-api: Errored on cookie-set - ",t)}}(e,f),function(t,e){var n,r="avbrytsletting",i=null===(n=null==e?void 0:e.request)||void 0===n?void 0:n.responseURL,c=-1!==(null==i?void 0:i.indexOf(r)),a=(t===o||"/users/canonical-me"===t)&&c,u=-1!==window.location.href.indexOf(r);a&&i&&!u&&(window.location.href=i)}(e,f),p(e,f.data),[2,f.data];case 3:return l=d.sent(),c("Rejecting with error;",l),[2,Promise.reject(l)];case 4:return[2]}}))},new((f=void 0)||(f=Promise))((function(t,e){function n(t){try{o(l.next(t))}catch(t){e(t)}}function r(t){try{o(l.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof f?o:new f((function(t){t(o)}))).then(n,r)}o((l=l.apply(u,s||[])).next())}));var u,s,f,l},w=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function c(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}u((r=r.apply(t,e||[])).next())}))},m=function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}},g=function(t){return w(void 0,void 0,void 0,(function(){return m(this,(function(e){return[2,new Promise((function(e,n){return w(void 0,void 0,void 0,(function(){var r,o;return m(this,(function(i){return window?window.cyclops&&window.cyclops[t]?(r=u(t,!0),o=r.pending,r.pending=!0,o&&r.event?(function(t,e,n){var r=function(n){var r=n.detail;clearTimeout(a),window.cyclops[t]&&(o(),c("received responseReceived event, responding with response: ",r.response),e(r.response))},o=function(){var e;window.cyclops&&window.cyclops[t]&&window.cyclops[t].event&&(c("running cleanup function for listener"),null===(e=window.cyclops[t].event)||void 0===e||e.removeEventListener("responseReceived-"+t,r))};c("pending response from other request, waiting");var i=u(t),a=setTimeout((function(){c("Waited 2 seconds, stopping listener and moving on"),o(),n()}),2e3);i.event.addEventListener("responseReceived-"+t,r),i.cleanup.push((function(){o()}))}(t,e,n),[2]):r.response?((r.response||r.error)&&(c("found a valid response and/or error",r.response,r.error),e(r.response)),[2]):(c("No response on object, rejecting"),n(),[2])):(u(t,!0),c("Didn't find session, rejecting with empty"),n(),[2]):(c("no window-object present"),n(),[2])}))}))}))]}))}))};function b(t){return void 0===t&&(t=0),e=this,n=void 0,o=function(){return function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(e){return window.mblk5a?[2,window.mblk5a]:t>20?[2,null]:(c("cyclops-frontend-api: Didn't find mbl, retrying deeper."),[2,new Promise((function(t){return setTimeout(t,500)})).then((function(){return b(t+1)}))])}))},new((r=void 0)||(r=Promise))((function(t,i){function c(t){try{u(o.next(t))}catch(t){i(t)}}function a(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r((function(t){t(n)}))).then(c,a)}u((o=o.apply(e,n||[])).next())}));var e,n,r,o}var x,E,S,j,T,C,O,k,L,P,_,R,A,I,N={"dagbladet.no":["DBPE"],"borsen.dagbladet.no":["DBPE"],"dinside.dagbladet.no":["DBPE"],"vi.no":["VIPL"],"elbil24.no":["EBIL"],"kk.no":["KKPL"],"seher.no":["SHEX"]},U=function(t){return e=void 0,n=void 0,o=function(){var e,n,r;return function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(o){switch(o.label){case 0:return!t||(window._cyclopsState||(window._cyclopsState={}),window._cyclopsState._trackedLogin)?(c("cyclops-frontend-api: No user, or login is tracked already."),[2]):(e=function(t){var e,n=window.location.hostname.replace("www.","").replace("stage.",""),r=N[n];return!!r&&!!(null===(e=null==t?void 0:t.subscriptions)||void 0===e?void 0:e.find((function(t){return r.includes(t.productId)&&"ACTIVE"===t.status})))}(t)?1:0,n={login:1,subscriber:e,subscriberid:t.cyclopsId},[4,b()]);case 1:return(r=o.sent())?(c("cyclops-frontend-api: Updating user with",n),r.updateUser(n),window._cyclopsState||(window._cyclopsState={}),window._cyclopsState._trackedLogin=!0,[2]):(console.warn("MBL not ready after 10 seconds.."),[2])}}))},new((r=void 0)||(r=Promise))((function(t,i){function c(t){try{u(o.next(t))}catch(t){i(t)}}function a(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r((function(t){t(n)}))).then(c,a)}u((o=o.apply(e,n||[])).next())}));var e,n,r,o},B={dropdownButtonClass:"cyclops-dropbtn",dropdownInitialsButtonClass:"cyclops-dropbtn-initials",dropdownContentClass:"cyclops-dropdown-content",dropdownClass:"cyclops-dropdown",containerContentClass:"cyclops-login",loginText:"Logg Inn",logoutText:"Logg Ut",myPageText:"Minside",dynamicContentAuthenticated:"Pluss",dynamicContentNotAuthenticated:"Siste nytt",extraLinks:[]},D=function(){return(D=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},M=B,q=function(){return(q=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},F=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function c(t){try{u(r.next(t))}catch(t){i(t)}}function a(t){try{u(r.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(c,a)}u((r=r.apply(t,e||[])).next())}))},$=function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}},H=!1,z=B,G=!1,K=!1,W=function(t){for(var e=t.target,n=0;n<5&&"BODY"!==e.tagName;n+=1){if(e===j)return;if(!(null==e?void 0:e.parentElement))break;e=e.parentElement}G=!G,j.setAttribute("aria-expanded",G.toString()),window.removeEventListener("click",W)},X=function(t){t.stopPropagation(),G=!G,j.setAttribute("aria-expanded",G.toString()),window.removeEventListener("click",W),window.addEventListener("click",W)},V=function(t,e){H=!0,function(t){(E=document.createElement("button")).classList.add(Q(z,"dropdownButtonClass")),E.innerHTML="<span>"+t.fullName+"</span>",E.setAttribute("tabindex","0"),E.addEventListener("click",X)}(t),j=document.createElement("div");var n=document.createElement("div");if(C=document.createElement("a"),T=document.createElement("button"),j.classList.add(Q(z,"dropdownClass")),j.classList.add("_c-dr"),j.setAttribute("tabindex","0"),j.setAttribute("aria-expanded",G.toString()),j.appendChild(E),e&&(function(t){(S=document.createElement("button")).classList.add(Q(z,"dropdownInitialsButtonClass")),S.innerHTML="<span>"+function(t){if(t)return null==t?void 0:t.split(" ").map((function(t){return t.charAt(0)})).join("").substr(0,2).toUpperCase()}(null==t?void 0:t.fullName)+"</span>",S.setAttribute("tabindex","0"),S.addEventListener("click",X)}(t),j.appendChild(S)),n.classList.add(Q(z,"dropdownContentClass")),j.appendChild(n),C.setAttribute("href","/app/minside/v2"),C.innerText=Q(z,"myPageText"),n.appendChild(C),T.innerText=Q(z,"logoutText"),z.extraLinks)for(var r in z.extraLinks)if(z.extraLinks[r]&&z.extraLinks[r].text&&z.extraLinks[r].href){var o=z.extraLinks[r],i=document.createElement("a");i.setAttribute("href",o.href),i.innerHTML=o.text,n.appendChild(i)}return n.appendChild(T),T.addEventListener("click",Y),j},J=function(e){return n=function(e,n,r,o){var i,c;return void 0===n&&(n=""),r&&(M=function(t){return null!=t?D(D({},B),t):B}(r)),o?"\n    <div class=\"skeleton-login\">\n      <style scoped>\n        .skeleton-login {\n          height: 100%;\n          width: 6rem;\n          position: relative;\n          overflow: hidden;\n        }\n        .skeleton-login:before {\n          content: '';\n          display: block;\n          position: absolute;\n          height: 100%;\n          left: -150px;\n          width: 150px;\n          background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);\n          animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;\n        }\n        @keyframes load {\n          from {\n            left: -150px;\n          }\n          to {\n            left: 100%;\n          }\n        }\n      </style>\n    </div>":'<div class="_c-lc '+(null!==(i=null==M?void 0:M.containerContentClass)&&void 0!==i?i:"")+'">\n            <a class="login-button _c-lb '+(null!==(c=null==M?void 0:M.loginClass)&&void 0!==c?c:"")+'" href="'+function(e,n){void 0===n&&(n="");var r=e||""+window.location.pathname+encodeURIComponent(window.location.search);return""+n+t+"/login?cyclops-redirect="+r}(e,n)+'">\n                '+M.loginText+"\n            </a>\n        </div>"}(e,O,z),(r=document.createElement("div")).innerHTML=n.trim(),r.firstChild;var n,r},Y=function(){return F(void 0,void 0,void 0,(function(){var t;return $(this,(function(e){switch(e.label){case 0:return"trackCustom"in window&&(0,window.trackCustom)({customDomain:window.location.hostname,customType:"click",customContent:"logout-toprow"}),[4,v()];case 1:return e.sent()&&(H=!1,t=window.location.pathname,E.removeEventListener("click",X),T.removeEventListener("click",Y),x.innerHTML="",x.appendChild(J(t)),S&&S.removeEventListener("click",X)),[2]}}))}))},Q=function(t,e){return void 0!==t[e]&&null!==t[e]&&""!==t[e]?t[e]:B[e]},Z=function(t,e,n,r){return void 0===e&&(e=""),F(void 0,void 0,void 0,(function(){var i,a,s,p;return $(this,(function(d){switch(d.label){case 0:if(O=e,i=window.location.pathname,a=document.getElementById(t),K=r||!1,function(t,e){if("undefined"!=typeof window){var n=u(t);c("adding listener on "+l+t),n.event.addEventListener(""+l+t,e)}}(o,tt),!a)return console.error("Element with id "+t+" does not exist."),[2];n&&(z=function(t){return null!=t?q(q({},B),t):B}(n)),x=a,d.label=1;case 1:return d.trys.push([1,3,,4]),[4,(v=void 0,h=void 0,b=void 0,E=function(){var t;return function(t,e){var n,r,o,i,c={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;c;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return c.label++,{value:i[1],done:!1};case 5:c.label++,r=i[1],i=[0];continue;case 7:i=c.ops.pop(),c.trys.pop();continue;default:if(!((o=(o=c.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){c=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){c.label=i[1];break}if(6===i[0]&&c.label<o[1]){c.label=o[1],o=i;break}if(o&&c.label<o[2]){c.label=o[2],c.ops.push(i);break}o[2]&&c.ops.pop(),c.trys.pop();continue}i=e.call(t,c)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}}(this,(function(e){switch(e.label){case 0:return[4,(n=o,r=function(){return y(o,void 0)},w(void 0,void 0,void 0,(function(){return m(this,(function(t){return void 0===typeof window?[2,r()]:[2,g(n).then((function(t){return t})).catch(r).then((function(t){var e;if(c("Could not find valid response, running request"),c("Got response from "+n,t),f(n,2e3),window&&window.cyclops){var r=u(n);if(r.error)throw c("Throwing old response",r.response),r.response;r.error=!1,r.pending=!1,r.response=t;var o=new CustomEvent("responseReceived-"+n,{detail:{error:!1,pending:!1,response:t}});null===(e=r.event)||void 0===e||e.dispatchEvent(o)}return t})).catch((function(t){var e;if(c("Got error from "+n,t),f(n,2e3),window&&window.cyclops){var r=u(n);r.error=!0,r.pending=!1,!0!==t&&(c("Error received not straight bool, setting response;",t),r.response=t);var o=new CustomEvent("responseReceived-"+n,{detail:{error:!0,pending:!1,response:t}});null===(e=r.event)||void 0===e||e.dispatchEvent(o)}throw c("Throwing error;",t),t}))]}))})))];case 1:return t=e.sent(),U(t),[2,t]}var n,r}))},new(b||(b=Promise))((function(t,e){function n(t){try{o(E.next(t))}catch(t){e(t)}}function r(t){try{o(E.throw(t))}catch(t){e(t)}}function o(e){var o;e.done?t(e.value):(o=e.value,o instanceof b?o:new b((function(t){t(o)}))).then(n,r)}o((E=E.apply(v,h||[])).next())})))];case 2:return p=d.sent(),s=V(p,r),[3,4];case 3:return d.sent(),s=function(t){return document.querySelector("._c-lc ._c-lb")?null:J(t)}(i),[3,4];case 4:return s&&(x.innerHTML="",x.appendChild(s)),[2]}var v,h,b,E}))}))};function tt(t){if(t.detail&&!H&&x)try{var e=V(t.detail,K);x.innerHTML="",x.appendChild(e)}catch(t){}}function et(t){return(et="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function nt(t,e,n){!t||""!==e&&!e||""!==n&&!n||(t.className=t.className.replace(e,n))}window.addEventListener("load",(function(){Z("cyclops-login",void 0,{loginText:"",loginClass:"login-icon"},!0)})),k=document.querySelector(".dropdown-toggle"),L=document.querySelector(".dropdown-content"),P=document.querySelector(".dropdown-container"),k&&L&&P&&k.addEventListener("click",(function(){var t;if(null===(t=P.className)||void 0===t?void 0:t.includes("inactive"))return nt(P,"inactive","active"),void L.setAttribute("aria-expanded",!0);nt(P,"active","inactive"),L.setAttribute("aria-expanded",!1)})),_=document.querySelector("#seachinput"),R=document.querySelector("#search-button"),A=document.querySelector("#search-wrapper"),_&&R&&A&&(R.addEventListener("click",(function(t){A.classList.toggle("focus"),_.focus()})),R.addEventListener("keydown",(function(t){"Enter"===t.code&&(A.classList.toggle("focus"),_.focus())})),_.addEventListener("keydown",(function(t){var e=t.target.value;"Enter"===t.code&&(window.location.href="https://dinside.dagbladet.no/tekstarkiv?q=".concat(e))}))),function(){var t=document.querySelector("nav#category-wrapper"),e=document.querySelector("#category-navigation-left"),n=document.querySelector("#category-navigation-right");t.clientWidth!==t.scrollWidth&&n.classList.contains("hide")&&n.classList.replace("hide","visible");var r="",o="";!function(){function i(){t.scrollTo(t.scrollLeft+1,0)}function c(){t.scrollTo(t.scrollLeft-1,0)}n.addEventListener("mousedown",(function(t){r=setInterval(i,1)})),n.addEventListener("mouseup",(function(t){clearInterval(r)})),e.addEventListener("mousedown",(function(t){o=setInterval(c,1)})),e.addEventListener("mouseup",(function(t){clearInterval(o)}))}(),t.addEventListener("scroll",(function(t){var i,c,a,u,s,f,l;i=t.target,c=i.clientWidth,a=i.scrollWidth,u=0===i.scrollLeft,s=0!==i.scrollLeft,f=c+i.scrollLeft===a,l=c+i.scrollLeft!==a,u&&e.classList.contains("visible")&&(e.classList.replace("visible","hide"),clearInterval(o)),s&&e.classList.contains("hide")&&e.classList.replace("hide","visible"),f&&n.classList.contains("visible")&&(n.classList.replace("visible","hide"),clearInterval(r)),l&&n.classList.contains("hide")&&n.classList.replace("hide","visible")}))}(),(I=document.querySelector("nav.mobile-sub-header"))&&function(t,e){if("object"===et(t)&&t instanceof Element){var n=document.body.getBoundingClientRect().top;document.addEventListener("scroll",(function(){var e=document.body.getBoundingClientRect().top,r=Math.abs(e-n),o=t.getBoundingClientRect().height;!t||r<o||(e>=0||e>n&&t.classList.contains("hide")?t.classList.replace("hide","visible"):e<n&&t.classList.contains("visible")&&t.classList.replace("visible","hide"),n=e)}),{passive:!0})}}(I)}()}();</script>
  620. <main>
  621. <section class="section-404 not-found-article">
  622. <div id="not-found-plug">
  623. <div class="img-container">
  624. <img src="https://graphics.dbstatic.no/404-pages/dinside/404-dinside.png" alt="404 Image">
  625. </div>
  626. <div id="titleBlockContainer" class="title">
  627. <h1 id="titleBlock">
  628. Ooops! Litt på ville veier, men vi er på din side!
  629. </h1>
  630. </div>
  631. </div>
  632.  
  633. <div class="paragraph-container fadeIn-404">
  634. <p>
  635. Siden du ser etter ble dessverre ikke funnet.
  636. Innholdet kan ha blitt flyttet, eller du kan ha skrevet inn en nettadresse som ikke eksisterer.
  637. </p>
  638. <a href="/" class="button">Gå til Dinside-forsiden</a>
  639. <p class="mail-paragraph">Send oss en epost til <a class="mailLink" href="mailto:tech@aller.com?subject=404 Page not found">tech@aller.com</a> og fortell oss hva du lette etter.</p>
  640. </div>
  641. </section>
  642.  
  643. <section class="section-404 socialmedia-container fadeIn-404">
  644. <a class="socialmedia-btn" href="https://www.facebook.com/dinside.no">
  645. <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  646. <g clip-path="url(#clip0_1205_1712)">
  647. <path d="M32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 23.9859 5.85094 30.6053 13.5 31.8056V20.625H9.4375V16H13.5V12.475C13.5 8.465 15.8888 6.25 19.5434 6.25C21.2941 6.25 23.125 6.5625 23.125 6.5625V10.5H21.1075C19.12 10.5 18.5 11.7334 18.5 12.9988V16H22.9375L22.2281 20.625H18.5V31.8056C26.1491 30.6053 32 23.9863 32 16Z" style="fill: var(--theme-color-social-btn-background);"/>
  648. <path d="M22.2281 20.625L22.9375 16H18.5V12.9987C18.5 11.7334 19.12 10.5 21.1075 10.5H23.125V6.5625C23.125 6.5625 21.2941 6.25 19.5434 6.25C15.8888 6.25 13.5 8.465 13.5 12.475V16H9.4375V20.625H13.5V31.8056C14.3147 31.9334 15.1494 32 16 32C16.8506 32 17.6853 31.9334 18.5 31.8056V20.625H22.2281Z" style="fill: var(--theme-color-social-btn-contrast);"/>
  649. </g>
  650. <defs>
  651. <clipPath id="clip0_1205_1712">
  652. <rect width="32" height="32" fill="white"/>
  653. </clipPath>
  654. </defs>
  655. </svg>
  656. </a>
  657. <a class="socialmedia-btn" href="https://www.instagram.com/dinside_no">
  658. <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  659. <g id="Instagram - Negative" clip-path="url(#clip0_1149_2039)">
  660. <g id="Group">
  661. <path id="Vector" d="M9.0002 1.78464C11.3514 1.78464 11.6299 1.79495 12.5546 1.8362C13.4139 1.87401 13.878 2.01839 14.1874 2.1387C14.5964 2.29683 14.8921 2.48933 15.198 2.79526C15.5074 3.10464 15.6964 3.39683 15.8546 3.80589C15.9749 4.11526 16.1193 4.58276 16.1571 5.4387C16.1983 6.36683 16.2086 6.64526 16.2086 8.99308C16.2086 11.3443 16.1983 11.6228 16.1571 12.5475C16.1193 13.4068 15.9749 13.8709 15.8546 14.1803C15.6964 14.5893 15.5039 14.885 15.198 15.1909C14.8886 15.5003 14.5964 15.6893 14.1874 15.8475C13.878 15.9678 13.4105 16.1121 12.5546 16.15C11.6264 16.1912 11.348 16.2015 9.0002 16.2015C6.64895 16.2015 6.37051 16.1912 5.44582 16.15C4.58645 16.1121 4.12238 15.9678 3.81301 15.8475C3.40395 15.6893 3.10832 15.4968 2.80238 15.1909C2.49301 14.8815 2.30395 14.5893 2.14582 14.1803C2.02551 13.8709 1.88113 13.4034 1.84332 12.5475C1.80207 11.6193 1.79176 11.3409 1.79176 8.99308C1.79176 6.64183 1.80207 6.36339 1.84332 5.4387C1.88113 4.57933 2.02551 4.11526 2.14582 3.80589C2.30395 3.39683 2.49645 3.1012 2.80238 2.79526C3.11176 2.48589 3.40395 2.29683 3.81301 2.1387C4.12238 2.01839 4.58988 1.87401 5.44582 1.8362C6.37051 1.79495 6.64895 1.78464 9.0002 1.78464ZM9.0002 0.199951C6.61113 0.199951 6.31207 0.210264 5.37363 0.251514C4.43863 0.292764 3.79582 0.444014 3.23895 0.660576C2.65801 0.887451 2.16645 1.18651 1.67832 1.67808C1.18676 2.1662 0.887695 2.65776 0.66082 3.23526C0.444258 3.79558 0.293008 4.43495 0.251758 5.36995C0.210508 6.31183 0.200195 6.61089 0.200195 8.99995C0.200195 11.389 0.210508 11.6881 0.251758 12.6265C0.293008 13.5615 0.444258 14.2043 0.66082 14.7612C0.887695 15.3421 1.18676 15.8337 1.67832 16.3218C2.16645 16.81 2.65801 17.1125 3.23551 17.3359C3.79582 17.5525 4.4352 17.7037 5.3702 17.745C6.30863 17.7862 6.6077 17.7965 8.99676 17.7965C11.3858 17.7965 11.6849 17.7862 12.6233 17.745C13.5583 17.7037 14.2011 17.5525 14.758 17.3359C15.3355 17.1125 15.8271 16.81 16.3152 16.3218C16.8033 15.8337 17.1058 15.3421 17.3293 14.7646C17.5458 14.2043 17.6971 13.565 17.7383 12.63C17.7796 11.6915 17.7899 11.3925 17.7899 9.00339C17.7899 6.61433 17.7796 6.31526 17.7383 5.37683C17.6971 4.44183 17.5458 3.79901 17.3293 3.24214C17.1127 2.65776 16.8136 2.1662 16.3221 1.67808C15.8339 1.18995 15.3424 0.887451 14.7649 0.664014C14.2046 0.447451 13.5652 0.296201 12.6302 0.254951C11.6883 0.210264 11.3893 0.199951 9.0002 0.199951Z" style="fill: var(--theme-color-social-btn-contrast);"/>
  662. <path id="Vector_2" d="M9.00029 4.47974C6.50467 4.47974 4.47998 6.50442 4.47998 9.00005C4.47998 11.4957 6.50467 13.5204 9.00029 13.5204C11.4959 13.5204 13.5206 11.4957 13.5206 9.00005C13.5206 6.50442 11.4959 4.47974 9.00029 4.47974ZM9.00029 11.9322C7.38123 11.9322 6.06811 10.6191 6.06811 9.00005C6.06811 7.38099 7.38123 6.06786 9.00029 6.06786C10.6194 6.06786 11.9325 7.38099 11.9325 9.00005C11.9325 10.6191 10.6194 11.9322 9.00029 11.9322Z" style="fill: var(--theme-color-social-btn-contrast);"/>
  663. <path id="Vector_3" d="M14.7547 4.30092C14.7547 4.88529 14.2803 5.35623 13.6994 5.35623C13.115 5.35623 12.644 4.88186 12.644 4.30092C12.644 3.71654 13.1184 3.24561 13.6994 3.24561C14.2803 3.24561 14.7547 3.71998 14.7547 4.30092Z" style="fill: var(--theme-color-social-btn-contrast);"/>
  664. </g>
  665. </g>
  666. <defs>
  667. <clipPath id="clip0_1149_2039">
  668. <rect width="17.6" height="17.6" fill="white" transform="translate(0.200195 0.199951)"/>
  669. </clipPath>
  670. </defs>
  671. </svg>
  672. </a>
  673. </section>
  674. </main>
  675. <style>.kXQyxR{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-7px;margin-left:-7px;}/*!sc*/
  676. esi-styled.g2[id="ec__riian3-0"]{content:"kXQyxR,"}/*!sc*/
  677. .jKJDGU{box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:7px;padding-left:7px;}/*!sc*/
  678. @media only screen and (min-width:0em){.jKJDGU{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;display:block;}}/*!sc*/
  679. @media only screen and (min-width:64em){.jKJDGU{-webkit-flex-basis:33.333333333333336%;-ms-flex-preferred-size:33.333333333333336%;flex-basis:33.333333333333336%;max-width:33.333333333333336%;display:block;}}/*!sc*/
  680. .hdFmmo{box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:7px;padding-left:7px;}/*!sc*/
  681. @media only screen and (min-width:0em){.hdFmmo{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;display:block;}}/*!sc*/
  682. @media only screen and (min-width:64em){.hdFmmo{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;display:block;}}/*!sc*/
  683. .iYFoRI{box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:7px;padding-left:7px;}/*!sc*/
  684. @media only screen and (min-width:0em){.iYFoRI{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;display:block;}}/*!sc*/
  685. @media only screen and (min-width:64em){.iYFoRI{-webkit-flex-basis:16.666666666666668%;-ms-flex-preferred-size:16.666666666666668%;flex-basis:16.666666666666668%;max-width:16.666666666666668%;display:block;}}/*!sc*/
  686. esi-styled.g3[id="ec__dnlgqm-0"]{content:"jKJDGU,hdFmmo,iYFoRI,"}/*!sc*/
  687. .bzDhjw{background:#BE4125;color:#222222;padding:calc(14px * 2) 0 0;font-size:16px;line-height:1.55;font-family:'Gotham Narrow','Open Sans',helvetica,arial,sans-serif;background:#fff;}/*!sc*/
  688. .bzDhjw > div.row:first-of-type{padding-bottom:32px;}/*!sc*/
  689. .bzDhjw .logo{margin-bottom:10px;height:auto;max-width:100%;}/*!sc*/
  690. .bzDhjw a{color:#222222;-webkit-text-decoration:none;text-decoration:none;display:block;}/*!sc*/
  691. .bzDhjw a:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
  692. .bzDhjw .age-restriction{display:none;}/*!sc*/
  693. .bzDhjw .age-restriction button{padding:0;cursor:pointer;background:transparent;border:none;font-family:inherit;font-size:inherit;font-weight:inherit;color:#222222;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
  694. .bzDhjw .age-restriction button:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
  695. .bzDhjw ul{list-style:none;margin:0;padding:0;}/*!sc*/
  696. .bzDhjw li{list-style:none;margin-bottom:13px;}/*!sc*/
  697. .bzDhjw h3{font-size:16px;font-weight:600;margin:0;}/*!sc*/
  698. .bzDhjw strong{font-weight:bold;}/*!sc*/
  699. @media screen and (min-width:0px) and (max-width:639px){.bzDhjw .column{padding:0 calc(14px / 2);width:100%;margin-bottom:14px;position:relative;}}/*!sc*/
  700. .bzDhjw .logo{width:180px;}/*!sc*/
  701. .bzDhjw .dinside-link{color:#010000;font-size:16px;font-weight:900;}/*!sc*/
  702. .bzDhjw .dinside-link::after{content:'';background-image:url("data:image/svg+xml,%0A%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6484 7.16748L13.1484 11.6675C12.7266 12.1245 11.9883 12.1245 11.5664 11.6675C11.1094 11.2456 11.1094 10.5073 11.5664 10.0854L14.1328 7.48389H1.125C0.492188 7.48389 0 6.9917 0 6.35889C0 5.69092 0.492188 5.23389 1.125 5.23389H14.1328L11.5664 2.66748C11.1094 2.24561 11.1094 1.50732 11.5664 1.08545C11.9883 0.628418 12.7266 0.628418 13.1484 1.08545L17.6484 5.58545C18.1055 6.00732 18.1055 6.74561 17.6484 7.16748Z' fill='%23010000'/%3E%3C/svg%3E%0A");display:inline-block;vertical-align:middle;width:18px;height:13px;margin-left:5px;}/*!sc*/
  703. .bzDhjw .job-title,.bzDhjw .job-name{color:#010000;}/*!sc*/
  704. .bzDhjw svg{height:auto;width:100px;padding:0px 5px;}/*!sc*/
  705. esi-styled.g4[id="ec__sc-1imze2n-0"]{content:"bzDhjw,"}/*!sc*/
  706. .cFYxxU{text-align:center;}/*!sc*/
  707. esi-styled.g7[id="ec__sc-100gqdr-0"]{content:"cFYxxU,"}/*!sc*/
  708. .iQBxga ul li,.iQBxga ul h3{color:#010000;}/*!sc*/
  709. .iQBxga li{margin-bottom:0;}/*!sc*/
  710. .iQBxga ul{margin-bottom:13px;}/*!sc*/
  711. esi-styled.g9[id="ec__sc-1bztx1c-0"]{content:"iQBxga,"}/*!sc*/
  712. @media screen and (min-width:0px) and (max-width:639px){.llxhoN{padding:0 5px;}}/*!sc*/
  713. esi-styled.g10[id="ec__orfh9m-0"]{content:"llxhoN,"}/*!sc*/
  714. .AVBxJ .job-title{width:100%;font-weight:bold;}/*!sc*/
  715. esi-styled.g11[id="ec__orfh9m-1"]{content:"AVBxJ,"}/*!sc*/
  716. .iyWuEq{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;max-width:1010px;margin:0 auto;}/*!sc*/
  717. esi-styled.g15[id="ec__sc-11q2w0y-0"]{content:"iyWuEq,"}/*!sc*/
  718. </style><footer class="ec__sc-1imze2n-0 bzDhjw"><div class="ec__riian3-0 ec__sc-11q2w0y-0 kXQyxR iyWuEq row" style="max-width:1010px"><div class="ec__dnlgqm-0 jKJDGU column"><a class="logo" href="/"><img width="180" height="89" class="logo" alt="logo" src="/assets/icon/dinside-logo.svg"/></a><div class="ec__sc-1bztx1c-0 iQBxga"><ul><li><h3>Postadresse:</h3></li><li>Boks 1184 Sentrum, 0107 Oslo</li></ul><ul><li><h3>Besøksadresse:</h3></li><li><a href="https://goo.gl/maps/EmpIH" class="visit-address">Karvesvingen 1, 0579 Oslo</a></li></ul></div></div><div class="ec__dnlgqm-0 hdFmmo"><ul class="ec__sc-11q2w0y-1"><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Ansvarlig redaktør<!-- -->:</span><a href="mailto:fha@dagbladet.no" class="job-name"><span itemProp="name">Frode Hansen</span></a></div></li><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Redaktør<!-- -->:</span><a href="mailto:rfi@dagbladet.no" class="job-name"><span itemProp="name">Rolf Fiske</span></a></div></li><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Nyhetsredaktør<!-- -->:</span><a href="mailto:mads.andersen@db.no" class="job-name"><span itemProp="name">Mads A. Andersen</span></a></div></li><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Utviklingsredaktør<!-- -->:</span><a href="mailto:martine.brenne@db.no" class="job-name"><span itemProp="name">Martine Lunder Brenne</span></a></div></li><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Administrerende direktør<!-- -->:</span><a href="mailto:abe@dagbladet.no" class="job-name"><span itemProp="name">Alexandra Beverfjord</span></a></div></li><li data-testid="footer-editors-list" class="ec__orfh9m-0 llxhoN"><div class="ec__orfh9m-1 AVBxJ"><span itemProp="jobTitle" class="job-title">Direktør TV (konst.)<!-- -->:</span><a href="mailto:tellef.dahll@aller.com" class="job-name"><span itemProp="name">Tellef Dahll</span></a></div></li></ul></div><div class="ec__dnlgqm-0 hdFmmo"><ul data-testid="footer-links-list"><li><a href="https://dinside.dagbladet.no/dinside/redaksjonelle-retningslinjer-for-dinside/60885682" class="dinside-link" target="_self">Redaksjonelle retningslinjer</a></li><li><a href="https://personvern.aller.no/personvern.html" class="dinside-link" target="_self">Personvernerklæring</a></li><li><a href="https://personvern.aller.no/cookiepolicy.html" class="dinside-link" target="_self">Om informasjonskapsler</a></li><li><a href="https://annonse.aller.no/" class="dinside-link" target="_self">Annonseinfo</a></li><li><a href="https://dinside.dagbladet.no/opphavsrett" class="dinside-link" target="_self">Opphavsrett</a></li><li><a id="sourcepoint_link" href="#">Dine annonsevalg</a></li><script>
  719. document.addEventListener("DOMContentLoaded", function() {
  720. var button = document.getElementById("sourcepoint_link");
  721. if (button) {
  722. button.addEventListener("click", function(e) {
  723. e.preventDefault();
  724. window?._sp_?.gdpr?.loadPrivacyManagerModal(978852);
  725. });
  726. }
  727. });
  728. </script></ul></div><div class="ec__dnlgqm-0 iYFoRI"><a href="//www.nored.no/Redaktoeransvar/Redaktoerplakaten"><svg viewBox="0 0 80 80" aria-labelledby="redaktoeransvarTitle redaktoeransvarDesc"><title id="redaktoeransvarTitle">Norsk Redaktørforening</title><desc id="redaktoeransvarDesc">Till Norsk Redaktørforening nettsted</desc><path fill="#000" fill-rule="evenodd" d="M23.373 66.915V48.413L39.106 17.38V45.4l-1.594 3.014L40 52.541l2.488-4.128-1.594-3.014v-28.02l15.733 31.359v18.177c9.01-5.587 15.023-15.57 15.023-26.933h.332C71.982 57.625 57.635 71.98 40 71.98c-17.635 0-31.982-14.354-31.982-31.997h.333c0 11.362 6.013 21.346 15.022 26.933zM.22 34.643l.459-2.282c.169-.841.552-1.495 1.12-1.873.512-.34 1.194-.455 2.023-.288l.07.014c1.151.232 1.761.895 2.02 1.69l3.408-.788-.346 1.717-2.973.66-.137.68 2.73.55-.31 1.544-8.064-1.624zm4.396-1.357c.17-.841-.252-1.37-1.024-1.525-.852-.172-1.36.205-1.529 1.047l-.116.576 2.546.513.123-.61zm-2.303-6.913l1.679-3.934 1.34.572-1.066 2.497 1.75.747.941-2.205 1.34.572-.941 2.206 1.793.766 1.084-2.54 1.34.572-1.698 3.978-7.562-3.231zm3.385-7.079l1.17-1.662c1.238-1.759 3.196-1.947 5.261-.492l.154.108c2.055 1.449 2.548 3.362 1.31 5.121l-1.17 1.663-6.725-4.738zm2.078-.462l4.38 3.086.251-.355c.63-.894.412-1.953-1.087-3.009l-.096-.067c-1.498-1.056-2.568-.904-3.197-.01l-.25.355zm4.531-7.663l1.17-1.071 7.268 4.544-1.186 1.088-1.488-.964-1.56 1.43.839 1.558-1.144 1.048-3.899-7.633zm4.542 2.82l-2.32-1.54 1.315 2.46 1.005-.92zm1.034-7.305l1.364-.787 1.748 3.035-.048-4.015 1.588-.915-.096 4.071 4.264 3.023-1.568.904-2.928-2.07-.015 1.08 1.162 2.017-1.365.786-4.106-7.129zm9.044-2.817l-1.48.499-.473-1.404 4.453-1.5.473 1.403-1.481.499 2.153 6.394-1.492.502-2.153-6.393zM38.106 0l-.546 1.273c.526.635.898 1.56 1.039 2.727l.032.269c.308 2.555-.732 4.23-2.482 4.442a2.63 2.63 0 01-1.61-.303l-.206.45-1.142.138.544-1.272c-.526-.635-.896-1.55-1.038-2.728l-.032-.268c-.31-2.567.732-4.231 2.481-4.442.583-.07 1.13.041 1.612.314l.204-.462L38.105 0zm-1.052 4.435l-.024-.198a5.948 5.948 0 00-.248-1.177l-1.68 3.93c.267.252.563.347.889.308.816-.099 1.285-1.02 1.063-2.863zm-2.552 1.503l1.68-3.93a1.067 1.067 0 00-.877-.31c-.817.1-1.285 1.02-1.063 2.863l.024.199c.054.455.137.847.236 1.178zM41.76.088l2.314.239c.853.088 1.54.408 1.97.937.388.477.567 1.145.48 1.987l-.007.07c-.121 1.17-.722 1.84-1.489 2.174l1.11 3.317-1.74-.18-.942-2.898-.69-.07-.286 2.77-1.566-.161.846-8.185zm1.77 4.248c.853.088 1.339-.382 1.42-1.165.089-.865-.335-1.334-1.188-1.423l-.585-.06-.267 2.584.62.064zm8.444-2.439l1.504.503-.445 8.565-1.527-.51.12-1.77-2.006-.67-.956 1.49-1.471-.493 4.78-7.115zm-.261 5.342l.221-2.777-1.514 2.345 1.293.432zm6.94-2.62l1.243.762-.353 5.05 2.346-3.828 1.313.805-4.299 7.015-1.162-.712.37-5.26-2.443 3.988-1.313-.805 4.299-7.015zm2.062 9.932l1.522-.24c.022.49.05 1.23.553 1.706.417.397.923.358 1.246.017.251-.264.309-.598.015-1.638-.394-1.395-.478-2.366.314-3.202l.016-.016c.954-1.007 2.334-.994 3.4.017.511.485.956 1.263.956 2.22l-1.531.215c.005-.432-.06-1.03-.478-1.426-.342-.323-.792-.361-1.09-.046-.267.282-.325.616.017 1.912.35 1.321.35 2.194-.403 2.988l-.016.017c-.97 1.023-2.426.97-3.432.016-.597-.566-1.06-1.394-1.09-2.54zm10.29.08l.96 1.352-3.758 4.246 5.244-2.158.932 1.313-7.978 3.036-.885-1.245 5.486-6.543zm5.382 8.63l.642 1.45-6.625 5.444-.651-1.472 1.387-1.104-.857-1.935-1.744.298-.629-1.419 8.477-1.262zm-4.12 3.408l2.199-1.708-2.752.46.552 1.248zm6.581 3.324l.456 2.282c.168.841.066 1.593-.312 2.16-.341.511-.926.88-1.756 1.045l-.07.014c-1.151.23-1.969-.146-2.514-.78l-2.84 2.04-.342-1.716 2.489-1.756-.136-.68-2.73.546-.308-1.545 8.063-1.61zm-3.532 2.947c.168.84.76 1.166 1.531 1.012.853-.17 1.176-.714 1.008-1.555l-.115-.576-2.546.508.122.61zM40 80C17.944 80 0 62.048 0 39.982h1.33C1.33 61.314 18.677 78.67 40 78.67s38.67-17.355 38.67-38.687H80C80 62.048 62.056 80 40 80z"></path></svg></a></div></div><div class="ec__sc-100gqdr-0 cFYxxU">© 2024 Dagbladet | Powered by Labrador CMS</div></footer>
  729. <span id="invisibleTitleBlocking"></span>
  730. </body>
  731. </html>
  732.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda